2013-01-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* readelf.c: Add strings for NT_S390_LAST_BREAK and NT_S390_SYSTEM_CALL.
This commit is contained in:
parent
5f4797433d
commit
a367d7299e
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-01-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||||
|
||||
* readelf.c: Add strings for NT_S390_LAST_BREAK and
|
||||
NT_S390_SYSTEM_CALL.
|
||||
|
||||
2013-01-18 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/15026
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue