From: H.J. Lu Date: Fri, 17 Mar 2006 18:37:21 +0000 (+0000) Subject: 2006-03-17 Daniel Jacobowitz X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a46767362abc290f3862083e54003f68493781cf;p=binutils-gdb.git 2006-03-17 Daniel Jacobowitz PR ld/2462 * elflink.c (bfd_elf_final_link): Remove bed->elf_backend_emit_relocs from emit_relocs. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 794f18f1226..7a1280c4241 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2006-03-17 Daniel Jacobowitz + + PR ld/2462 + * elflink.c (bfd_elf_final_link): Remove + bed->elf_backend_emit_relocs from emit_relocs. + 2006-03-17 Alexandre Oliva * elf32-ppc.c (ppc_elf_relocate_section): Copy addend from diff --git a/bfd/elflink.c b/bfd/elflink.c index 5466e0956a4..f0a0e83cada 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -7782,8 +7782,7 @@ bfd_elf_final_link (bfd *abfd, struct bfd_link_info *info) dynobj = elf_hash_table (info)->dynobj; emit_relocs = (info->relocatable - || info->emitrelocations - || bed->elf_backend_emit_relocs); + || info->emitrelocations); finfo.info = info; finfo.output_bfd = abfd;