diff options
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 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 |