mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-08 22:23:57 +08:00
2003-04-09 H.J. Lu <hjl@gnu.org>
* elf64-alpha.c (elf64_alpha_relocate_section): Don't return FALSE for undefined symbols. * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2003-04-09 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* elf64-alpha.c (elf64_alpha_relocate_section): Don't return
|
||||||
|
FALSE for undefined symbols.
|
||||||
|
* elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
|
||||||
|
|
||||||
2003-04-09 Alexandre Oliva <aoliva@redhat.com>
|
2003-04-09 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
|
* dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
|
||||||
|
@ -4514,7 +4514,6 @@ elf64_alpha_relocate_section (output_bfd, info, input_bfd, input_section,
|
|||||||
(!info->shared || info->no_undefined
|
(!info->shared || info->no_undefined
|
||||||
|| ELF_ST_VISIBILITY (h->root.other)))))
|
|| ELF_ST_VISIBILITY (h->root.other)))))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
ret_val = FALSE;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3963,7 +3963,6 @@ elfNN_ia64_relocate_section (output_bfd, info, input_bfd, input_section,
|
|||||||
(!info->shared || info->no_undefined
|
(!info->shared || info->no_undefined
|
||||||
|| ELF_ST_VISIBILITY (h->other)))))
|
|| ELF_ST_VISIBILITY (h->other)))))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
ret_val = FALSE;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user