diff options
author | Alan Modra <amodra@gmail.com> | 2012-01-16 22:30:19 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-01-16 22:30:19 +0000 |
commit | 75cd47ede2b86ec445999b59c9741d60d1628ab3 (patch) | |
tree | 5085adc4f506389a4d554c07d8fc158b2fb5b86c /bfd/ChangeLog | |
parent | d04550a6d725119a01c38046a7afd3a7bfddef5a (diff) | |
download | gdb-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/ChangeLog | 6 |
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 |