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.
This commit is contained in:
H.J. Lu 2006-03-17 18:37:21 +00:00
parent f5208ef27a
commit a46767362a
2 changed files with 7 additions and 2 deletions

View 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

View 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;