S390: Add guarded-storage register definitions and tdescs
authorAndreas Arnez <arnez@linux.vnet.ibm.com>
Mon, 25 Sep 2017 14:02:23 +0000 (16:02 +0200)
committerAndreas Arnez <arnez@linux.vnet.ibm.com>
Mon, 25 Sep 2017 14:02:23 +0000 (16:02 +0200)
commit96235dc1ac3730c4e490d19db2e8287c0a40f307
tree624749b673a054d9e29f6f57955db8cfe148f60f
parent1da5c9a485f3dcac4c45e96ef4b7dae5948314b5
S390: Add guarded-storage register definitions and tdescs

Newer Linux kernel versions offer two new register sets in support of the
z/Architecture's guarded storage facility.  This patch adds XML
descriptions and the respective autogenerated .c and .dat files for
s390/s390x targets with this feature.

gdb/ChangeLog:

* features/s390-gs-linux64.xml: New file.
* features/s390-gs.xml: New file.
* features/s390-gsbc.xml: New file.
* features/s390x-gs-linux64.xml: New file.
* features/Makefile (WHICH): Add s390-gs-linux64 and
s390x-gs-linux64.
(s390-gs-linux64-expedite, s390x-gs-linux64-expedite): New macros.
(XMLTOC): Add s390-gs-linux64.xml and s390x-linux64.xml.
* features/s390-gs-linux64.c: New generated file.
* features/s390x-gs-linux64.c: New file.
* regformats/s390-gs-linux64.dat: New file.
* regformats/s390x-gs-linux64.dat: New file.
gdb/ChangeLog
gdb/features/Makefile
gdb/features/s390-gs-linux64.c [new file with mode: 0644]
gdb/features/s390-gs-linux64.xml [new file with mode: 0644]
gdb/features/s390-gs.xml [new file with mode: 0644]
gdb/features/s390-gsbc.xml [new file with mode: 0644]
gdb/features/s390x-gs-linux64.c [new file with mode: 0644]
gdb/features/s390x-gs-linux64.xml [new file with mode: 0644]
gdb/regformats/s390-gs-linux64.dat [new file with mode: 0644]
gdb/regformats/s390x-gs-linux64.dat [new file with mode: 0644]
This page took 0.02873 seconds and 4 git commands to generate.