[binutils-gdb] x86/gas: add missing RegBND to debugging code
Jan Beulich
jbeulich@sourceware.org
Fri Jul 3 09:20:36 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=36e71e9cc8918fdebba4e6afa5f6dccd00e78369
commit 36e71e9cc8918fdebba4e6afa5f6dccd00e78369
Author: Jan Beulich <jbeulich@suse.com>
Date: Fri Jul 3 11:19:00 2026 +0200
x86/gas: add missing RegBND to debugging code
This must have been overlooked when MPX support was added.
Diff:
---
gas/config/tc-i386.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/gas/config/tc-i386.c b/gas/config/tc-i386.c
index 9b3f527d2c1..6e104ed2213 100644
--- a/gas/config/tc-i386.c
+++ b/gas/config/tc-i386.c
@@ -3932,6 +3932,7 @@ const type_names[] =
{ { .bitfield = { .class = RegSIMD, .zmmword = 1 } }, "rZMM" },
{ { .bitfield = { .class = RegSIMD, .tmmword = 1 } }, "rTMM" },
{ { .bitfield = { .class = RegMask } }, "Mask reg" },
+ { { .bitfield = { .class = RegBND } }, "rBND" },
};
static void
More information about the Binutils-cvs
mailing list