diff options
author | Nick Clifton <nickc@redhat.com> | 1999-11-25 11:08:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-11-25 11:08:25 +0000 |
commit | 6d118b099c1f23586e0f07785d18206e8e9d7f08 (patch) | |
tree | 68b94595c1385e7c846a0b9159733306ad07b574 /binutils/ChangeLog | |
parent | 61e8273b2cf6919689ea58eae818a66341208352 (diff) | |
download | gdb-6d118b099c1f23586e0f07785d18206e8e9d7f08.zip gdb-6d118b099c1f23586e0f07785d18206e8e9d7f08.tar.gz gdb-6d118b099c1f23586e0f07785d18206e8e9d7f08.tar.bz2 |
Applied Fred Fish's patch to fix decoding of core notes.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bb14678..84b1f86 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +1999-11-25 Fred Fish <fnf@cygnus.com> + + * readelf.c (process_note): Change arg from Elf_External_Note + to Elf32_Internal_Note, which also turns the function body + into little more than a call to printf. + (process_corefile_note_segment): Substantially rewritten + to properly handle case where target and host are different + endianness, handle note sections with padding, and add some + cruft to handle notes with unterminated name data. + 1999-11-22 Nick Clifton <nickc@cygnus.com> * objcopy.c (copy_usage): Reformat. |