summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2012-01-16 22:30:19 +0000
committerAlan Modra <amodra@bigpond.net.au>2012-01-16 22:30:19 +0000
commit65be0ccfacf7fdc18142401b129fe691dbe0dd7f (patch)
tree9df0c97cdd20c51455d5a506d7e84a222859eb16 /bfd/ChangeLog
parentb07c527f5b38d57f43c159e793b67dceae34f6d6 (diff)
downloadgdb-65be0ccfacf7fdc18142401b129fe691dbe0dd7f.tar.gz
* 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 15e217167fd..a0be3dc1d74 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