* 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:
parent
9b67fcec82
commit
abb3f6cca7
7 changed files with 52 additions and 11 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue