[binutils-gdb] x86/gas: add missing RegBND to debugging code

Jan Beulich via Binutils-cvs <[email protected]> Fri, 3 Jul 2026 09:20:36 +0000 (GMT)
Newsgroups gmane.comp.gnu.binutils.cvs
Message-ID <[email protected]>
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=36e71e9cc8918fdebba4e6afa5f6dccd00e78369

commit 36e71e9cc8918fdebba4e6afa5f6dccd00e78369
Author: Jan Beulich <[email protected]>
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