]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
x86: move Anysize check in operand_size_match()
authorJan Beulich <jbeulich@suse.com>
Fri, 16 May 2025 08:31:35 +0000 (10:31 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 16 May 2025 08:31:35 +0000 (10:31 +0200)
commita7148a799b2a4c7e2be56b21f6d01018a6b27895
treead92b78f02a989f7b89a0655244fd1014e7246a9
parent29ea35a1140f10f20995fc63c1b98ce9181e18ec
x86: move Anysize check in operand_size_match()

Anysize is applicable to memory operands only. Move the check to where
memory operands are handled. (The RegSIMD part there was questionable
altogether.)
gas/config/tc-i386.c