forked from Imagelibrary/binutils-gdb
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user