diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-04-13 23:20:00 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-04-13 23:20:00 +0000 |
commit | aed64b35fbdb4d924b081158fd31015bb5d366c2 (patch) | |
tree | 39bf3df56deb3ebcb15f6abf3a69f544efb117ef /bfd/ChangeLog | |
parent | ca7781d2ae089e04d44ed0b14d946dcb651a3cf8 (diff) | |
download | gdb-aed64b35fbdb4d924b081158fd31015bb5d366c2.zip gdb-aed64b35fbdb4d924b081158fd31015bb5d366c2.tar.gz gdb-aed64b35fbdb4d924b081158fd31015bb5d366c2.tar.bz2 |
Set reloc_count to 0 for reloc sections
bfd/
2012-04-13 Alan Modra <amodra@gmail.com>
PR ld/13947
* elflink.c (bfd_elf_final_link): Set reloc_count to 0 for
reloc sections.
ld/testsuite/
2012-04-13 H.J. Lu <hongjiu.lu@intel.com>
PR ld/13947
* ld-x86-64/x86-64.exp: Run pr13947.
* ld-x86-64/pr13947.d: New file.
* ld-x86-64/pr13947.s: Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6eea52d..ab5fd6f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2012-04-13 Alan Modra <amodra@gmail.com> + + PR ld/13947 + * elflink.c (bfd_elf_final_link): Set reloc_count to 0 for + reloc sections. + 2012-04-12 David S. Miller <davem@davemloft.net> * reloc.c (BFD_RELOC_SPARC_H34, BFD_RELOC_SPARC_SIZE32, |