diff options
author | Tom Tromey <tromey@redhat.com> | 2012-10-23 17:46:44 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-10-23 17:46:44 +0000 |
commit | 9ece1fa9916f3105bc410a454d23e3d13021e3ac (patch) | |
tree | 6dcf0e793ebc166983266c6e9e843396fb25975a /binutils/ChangeLog | |
parent | 545f743d640c6bd74e496ec9c522beb833e34102 (diff) | |
download | gdb-9ece1fa9916f3105bc410a454d23e3d13021e3ac.zip gdb-9ece1fa9916f3105bc410a454d23e3d13021e3ac.tar.gz gdb-9ece1fa9916f3105bc410a454d23e3d13021e3ac.tar.bz2 |
binutils
* readelf.c (get_note_type): Handle NT_SIGINFO, NT_FILE.
(print_core_note): New function.
(process_note): Call it.
include/common/elf
* common.h (NT_SIGINFO, NT_FILE): New defines.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 20faf50..c09d9ef 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2012-10-23 Tom Tromey <tromey@redhat.com> + + * readelf.c (get_note_type): Handle NT_SIGINFO, NT_FILE. + (print_core_note): New function. + (process_note): Call it. + 2012-10-21 H.J. Lu <hongjiu.lu@intel.com> * objdump.c (dump_dwarf): Handle bfd_mach_x64_32 and |