2006-03-17 Daniel Jacobowitz <dan@codesourcery.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 17 Mar 2006 18:37:21 +0000 (18:37 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 17 Mar 2006 18:37:21 +0000 (18:37 +0000)
PR ld/2462
* elflink.c (bfd_elf_final_link): Remove
bed->elf_backend_emit_relocs from emit_relocs.

bfd/ChangeLog
bfd/elflink.c

index 794f18f1226f34dcbedc26fa077bcfbe3045031b..7a1280c4241b56fa45295b36811bf71197a56ad0 100644 (file)
@@ -1,3 +1,9 @@
+2006-03-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       PR ld/2462
+       * elflink.c (bfd_elf_final_link): Remove
+       bed->elf_backend_emit_relocs from emit_relocs.
+
 2006-03-17  Alexandre Oliva  <aoliva@redhat.com>
 
        * elf32-ppc.c (ppc_elf_relocate_section): Copy addend from
index 5466e0956a4db76bd99e9a7cfffa386d493de6e8..f0a0e83cadad6753210500f179cc54608757f78f 100644 (file)
@@ -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;
This page took 0.029272 seconds and 4 git commands to generate.