aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2010-02-08 07:09:39 +0000
committerNathan Sidwell <nathan@codesourcery.com>2010-02-08 07:09:39 +0000
commitdeddc40bec6db30c02fa73f1e83619bc62c87196 (patch)
tree9046011bbb73a01b5633dfd5d5ae80ea9fe829b1 /bfd/ChangeLog
parent46763423272ad989de7cec67954f0c083f0eb82b (diff)
downloadgdb-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/ChangeLog6
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.