From: H.J. Lu Date: Wed, 9 Apr 2003 16:19:53 +0000 (+0000) Subject: 2003-04-09 H.J. Lu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7dfb07f7c28eb8c5675e99fc1b796fd7584c2cb3;p=binutils-gdb.git 2003-04-09 H.J. Lu * elf64-alpha.c (elf64_alpha_relocate_section): Don't return FALSE for undefined symbols. * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0fc2206b1ea..eb9b28bc880 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2003-04-09 H.J. Lu + + * 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 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c index 9f564ca35d3..ddf73955553 100644 --- a/bfd/elf64-alpha.c +++ b/bfd/elf64-alpha.c @@ -4514,7 +4514,6 @@ elf64_alpha_relocate_section (output_bfd, info, input_bfd, input_section, (!info->shared || info->no_undefined || ELF_ST_VISIBILITY (h->root.other))))) return FALSE; - ret_val = FALSE; continue; } diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c index 3c8ec9e45ce..bff78c84345 100644 --- a/bfd/elfxx-ia64.c +++ b/bfd/elfxx-ia64.c @@ -3963,7 +3963,6 @@ elfNN_ia64_relocate_section (output_bfd, info, input_bfd, input_section, (!info->shared || info->no_undefined || ELF_ST_VISIBILITY (h->other))))) return FALSE; - ret_val = FALSE; continue; } }