2005-03-14 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_ia64_relocate_section): Set symbo name for global symbol when reporting overflow.
This commit is contained in:
parent
8e3049aa8c
commit
f05819304c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-03-14 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elfxx-ia64.c (elfNN_ia64_relocate_section): Set symbo name
|
||||||
|
for global symbol when reporting overflow.
|
||||||
|
|
||||||
2005-03-11 Jakub Jelinek <jakub@redhat.com>
|
2005-03-11 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* libbfd-in.h (_bfd_ar_spacepad): New prototype.
|
* libbfd-in.h (_bfd_ar_spacepad): New prototype.
|
||||||
|
|
|
@ -4501,7 +4501,7 @@ elfNN_ia64_relocate_section (output_bfd, info, input_bfd, input_section,
|
||||||
const char *name;
|
const char *name;
|
||||||
|
|
||||||
if (h)
|
if (h)
|
||||||
name = NULL;
|
name = h->root.root.string;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
name = bfd_elf_string_from_elf_section (input_bfd,
|
name = bfd_elf_string_from_elf_section (input_bfd,
|
||||||
|
|
Loading…
Reference in a new issue