diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-02-24 07:34:01 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-03-31 10:25:26 -0700 |
commit | 0653f01479ecbcbf3c4dfa6083187a5b2c2258c2 (patch) | |
tree | 90de7e80ea6171ae223d6d81f4810c47dfffe0d5 /gdb/features/Makefile | |
parent | 5a0c4a06eb4f4afcf885596ee97706c1045a8476 (diff) | |
download | gdb-0653f01479ecbcbf3c4dfa6083187a5b2c2258c2.zip gdb-0653f01479ecbcbf3c4dfa6083187a5b2c2258c2.tar.gz gdb-0653f01479ecbcbf3c4dfa6083187a5b2c2258c2.tar.bz2 |
gdb: Consolidate 32bit-pkeys.xml and 64bit-pkeys.xml
1. Since 32bit-pkeys.xml and 64bit-pkeys.xml are identical, consolidate
them into a single keys.xml.
2. Enable PKU for x32 to fix:
$ gdbserver :123456 x32-program
...
.../gdbserver/regcache.cc:255: A problem internal to GDBserver has been detected
.
Unknown register pkru requested
on Tiger Lake.
Diffstat (limited to 'gdb/features/Makefile')
-rw-r--r-- | gdb/features/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/features/Makefile b/gdb/features/Makefile index 68e17d0..a2bb2a5 100644 --- a/gdb/features/Makefile +++ b/gdb/features/Makefile @@ -216,7 +216,6 @@ FEATURE_XMLFILES = aarch64-core.xml \ i386/32bit-avx.xml \ i386/32bit-mpx.xml \ i386/32bit-avx512.xml \ - i386/32bit-pkeys.xml \ i386/32bit-segments.xml \ i386/64bit-avx512.xml \ i386/64bit-core.xml \ @@ -224,8 +223,8 @@ FEATURE_XMLFILES = aarch64-core.xml \ i386/64bit-segments.xml \ i386/64bit-avx.xml \ i386/64bit-linux.xml \ - i386/64bit-pkeys.xml \ i386/64bit-sse.xml \ + i386/pkeys.xml \ i386/x32-core.xml \ loongarch/base32.xml \ loongarch/base64.xml \ |