include/elf/
* common.h (NT_S390_HIGH_GPRS): Define. bfd/ * elf.c (elfcore_grok_s390_high_gprs): New function. (elfcore_grok_note): Handle NT_S390_HIGH_GPRS notes. (elfcore_write_s390_high_gprs): New function. (elfcore_write_register_note): Call it. binutils/ * readelf.c (get_note_type): Handle NT_S390_HIGH_GPRS notes.
This commit is contained in:
parent
06ca79620f
commit
0675e18865
6 changed files with 47 additions and 0 deletions
|
@ -10385,6 +10385,8 @@ get_note_type (unsigned e_type)
|
|||
return _("NT_PPC_VMX (ppc Altivec registers)");
|
||||
case NT_PPC_VSX:
|
||||
return _("NT_PPC_VSX (ppc VSX registers)");
|
||||
case NT_S390_HIGH_GPRS:
|
||||
return _("NT_S390_HIGH_GPRS (s390 upper register halves)");
|
||||
case NT_PSTATUS:
|
||||
return _("NT_PSTATUS (pstatus structure)");
|
||||
case NT_FPREGS:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue