aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/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 /ld/testsuite/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 'ld/testsuite/ChangeLog')
-rw-r--r--ld/testsuite/ChangeLog16
1 files changed, 11 insertions, 5 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index e3d20bf..e7c7f64 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,10 +1,16 @@
+2010-02-08 Nathan Sidwell <nathan@codesourcery.com>
+
+ * ld-powerpc/apuinfo-nul.s: New.
+ * ld-powerpc/apuinfo.rd: Add it.
+ * ld-powerpc/powerpc.exp: Likewise.
+
2010-02-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
- * ld-arm/jump-reloc-veneers-long.d: New test.
- * ld-arm/jump-reloc-veneers-short1.d: Likewise.
- * ld-arm/jump-reloc-veneers-short2.d: Likewise.
- * ld-arm/jump-reloc-veneers.s: Likewise.
- * ld-arm/arm-elf.exp (armelftests): Run them.
+ * ld-arm/jump-reloc-veneers-long.d: New test.
+ * ld-arm/jump-reloc-veneers-short1.d: Likewise.
+ * ld-arm/jump-reloc-veneers-short2.d: Likewise.
+ * ld-arm/jump-reloc-veneers.s: Likewise.
+ * ld-arm/arm-elf.exp (armelftests): Run them.
2010-01-28 Nick Clifton <nickc@redhat.com>