aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-01-16 22:30:19 +0000
committerAlan Modra <amodra@gmail.com>2012-01-16 22:30:19 +0000
commit75cd47ede2b86ec445999b59c9741d60d1628ab3 (patch)
tree5085adc4f506389a4d554c07d8fc158b2fb5b86c /bfd/ChangeLog
parentd04550a6d725119a01c38046a7afd3a7bfddef5a (diff)
downloadgdb-75cd47ede2b86ec445999b59c9741d60d1628ab3.zip
gdb-75cd47ede2b86ec445999b59c9741d60d1628ab3.tar.gz
gdb-75cd47ede2b86ec445999b59c9741d60d1628ab3.tar.bz2
* elf32-ppc.c (ppc_elf_write_core_note <NT_PRPSINFO>): Don't leave
trailing garbage in the note. * elf64-ppc.c (ppc64_elf_write_core_note <NT_PRPSINFO>): 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 15e2171..a0be3dc 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-17 Alan Modra <amodra@gmail.com>
+
+ * elf32-ppc.c (ppc_elf_write_core_note <NT_PRPSINFO>): Don't leave
+ trailing garbage in the note.
+ * elf64-ppc.c (ppc64_elf_write_core_note <NT_PRPSINFO>): Likewise.
+
2012-01-16 Daniel Green <venix1@gmail.com>
PR ld/13491