diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2010-02-08 07:09:39 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2010-02-08 07:09:39 +0000 |
commit | deddc40bec6db30c02fa73f1e83619bc62c87196 (patch) | |
tree | 9046011bbb73a01b5633dfd5d5ae80ea9fe829b1 /bfd/ChangeLog | |
parent | 46763423272ad989de7cec67954f0c083f0eb82b (diff) | |
download | gdb-deddc40bec6db30c02fa73f1e83619bc62c87196.zip gdb-deddc40bec6db30c02fa73f1e83619bc62c87196.tar.gz gdb-deddc40bec6db30c02fa73f1e83619bc62c87196.tar.bz2 |
bfd/
* elf32-ppc.c (ppc_elf_begin_write_processing): Allow empty
apuinfo sections, only scan input sections once and reuse the
buffer.
ld/testsuite/
* ld-powerpc/apuinfo-nul.s: New.
* ld-powerpc/apuinfo.rd: Add it.
* ld-powerpc/powerpc.exp: 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 0dcad6c..f9ca746 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2010-02-08 Nathan Sidwell <nathan@codesourcery.com> + + * elf32-ppc.c (ppc_elf_begin_write_processing): Allow empty + apuinfo sections, only scan input sections once and reuse the + buffer. + 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> * archures.c (bfd_mach_ppc_titan): Define. |