• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisiona46767362abc290f3862083e54003f68493781cf (tree)
Zeit2006-03-18 03:37:21
AutorH.J. Lu <hjl.tools@gmai...>
CommiterH.J. Lu

Log Message

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.

Ändern Zusammenfassung

Diff

--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
1+2006-03-17 Daniel Jacobowitz <dan@codesourcery.com>
2+
3+ PR ld/2462
4+ * elflink.c (bfd_elf_final_link): Remove
5+ bed->elf_backend_emit_relocs from emit_relocs.
6+
17 2006-03-17 Alexandre Oliva <aoliva@redhat.com>
28
39 * elf32-ppc.c (ppc_elf_relocate_section): Copy addend from
--- a/bfd/elflink.c
+++ b/bfd/elflink.c
@@ -7782,8 +7782,7 @@ bfd_elf_final_link (bfd *abfd, struct bfd_link_info *info)
77827782 dynobj = elf_hash_table (info)->dynobj;
77837783
77847784 emit_relocs = (info->relocatable
7785- || info->emitrelocations
7786- || bed->elf_backend_emit_relocs);
7785+ || info->emitrelocations);
77877786
77887787 finfo.info = info;
77897788 finfo.output_bfd = abfd;