[Committed] S/390: Support NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL in readelf
Andreas Krebbel
krebbel@linux.vnet.ibm.com
Wed Jan 23 08:46:00 GMT 2013
More information about the Binutils mailing list
Wed Jan 23 08:46:00 GMT 2013
- Previous message (by thread): [COMMITTED PATCH] --enable-new-dtags by default for *-*-nacl* targets
- Next message (by thread): Huge .eh_frame section with C++ exceptions, --gc-sections discards too much
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I've committed the attached patch which adds two output strings for new notes section entries in core files. Bye, -Andreas- 2013-01-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * readelf.c: Add strings for NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL. --- binutils/readelf.c | 4 ++++ 1 file changed, 4 insertions(+) Index: binutils/binutils/readelf.c =================================================================== --- binutils.orig/binutils/readelf.c +++ binutils/binutils/readelf.c @@ -12811,6 +12811,10 @@ get_note_type (unsigned e_type) return _("NT_S390_CTRS (s390 control registers)"); case NT_S390_PREFIX: return _("NT_S390_PREFIX (s390 prefix register)"); + case NT_S390_LAST_BREAK: + return _("NT_S390_LAST_BREAK (s390 last breaking event address)"); + case NT_S390_SYSTEM_CALL: + return _("NT_S390_SYSTEM_CALL (s390 system call restart data)"); case NT_ARM_VFP: return _("NT_ARM_VFP (arm VFP registers)"); case NT_ARM_TLS:
- Previous message (by thread): [COMMITTED PATCH] --enable-new-dtags by default for *-*-nacl* targets
- Next message (by thread): Huge .eh_frame section with C++ exceptions, --gc-sections discards too much
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list