forked from Imagelibrary/binutils-gdb
* elf-bfd.h (elfcore_write_s390_tdb): Add prototype.
* elf.c (elfcore_write_s390_tdb): New function. (elfcore_write_register_note): Call it. (elfcore_grok_s390_tdb): New function. (elfcore_grok_note): Call it. * readelf.c (get_note_type): Add NT_S390_TDB.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2013-03-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||||
|
||||
* readelf.c (get_note_type): Add NT_S390_TDB.
|
||||
|
||||
2013-03-07 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* strings.c (get_char): Dispense with buf[]. Instead shift
|
||||
|
||||
@@ -12843,6 +12843,8 @@ get_note_type (unsigned e_type)
|
||||
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_S390_TDB:
|
||||
return _("NT_S390_TDB (s390 transaction diagnostic block)");
|
||||
case NT_ARM_VFP:
|
||||
return _("NT_ARM_VFP (arm VFP registers)");
|
||||
case NT_ARM_TLS:
|
||||
|
||||
Reference in New Issue
Block a user