]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-i386.c
x86: drop "regmask" static variable
authorJan Beulich <jbeulich@suse.com>
Wed, 12 Oct 2022 16:03:43 +0000 (18:03 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 12 Oct 2022 16:03:43 +0000 (18:03 +0200)
commitc0f327b81d1e46a9f860f3796eafc49d83b3d257
treeddbd6b409348b3c8c56d4d9cea3fcb53081f1426
parentd955d17917cda6bf9950f1d6e9844d8797476d46
x86: drop "regmask" static variable

Replace its two uses by more direct checks, paralleling what's already
there for SIMD registers.
gas/config/tc-i386.c