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.
This commit is contained in:
parent
a94555ec0f
commit
c81a67683f
|
@ -1,3 +1,7 @@
|
||||||
|
2012-10-23 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* common.h (NT_SIGINFO, NT_FILE): New defines.
|
||||||
|
|
||||||
2012-08-27 Walter Lee <walt@tilera.com>
|
2012-08-27 Walter Lee <walt@tilera.com>
|
||||||
|
|
||||||
* tilegx.h (R_TILEGX_IMM16_X0_HW0_PLT_PCREL): New relocation.
|
* tilegx.h (R_TILEGX_IMM16_X0_HW0_PLT_PCREL): New relocation.
|
||||||
|
|
|
@ -549,6 +549,8 @@
|
||||||
/* note name must be "LINUX". */
|
/* note name must be "LINUX". */
|
||||||
#define NT_ARM_VFP 0x400 /* ARM VFP registers */
|
#define NT_ARM_VFP 0x400 /* ARM VFP registers */
|
||||||
/* note name must be "LINUX". */
|
/* note name must be "LINUX". */
|
||||||
|
#define NT_SIGINFO 0x53494749 /* Fields of siginfo_t. */
|
||||||
|
#define NT_FILE 0x46494c45 /* Description of mapped files. */
|
||||||
|
|
||||||
/* Note segments for core files on dir-style procfs systems. */
|
/* Note segments for core files on dir-style procfs systems. */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue