x86: assorted IAMCU CPU checking fixes
authorJan Beulich <jbeulich@suse.com>
Thu, 17 Mar 2022 10:01:38 +0000 (11:01 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 17 Mar 2022 10:01:38 +0000 (11:01 +0100)
commit648d04db39d0f8d69d5f4d47a86c7bd9ecc10e85
tree58b7b57747e6365326402eb772ea1cc3f786e71d
parent4417601f70ce20397dccd1884c2e0c44f25d9b3c
x86: assorted IAMCU CPU checking fixes

The checks done by check_cpu_arch_compatible() were halfway sensible
only at the time where only L1OM support was there. The purpose,
however, has always been to prevent bad uses of .arch (turning off the
base CPU "feature" flag) while at the same time permitting extensions to
be enabled / disabled. In order to achieve this (and to prevent
regressions when L1OM and K1OM support are removed)
- set CpuIAMCU in CPU_IAMCU_FLAGS,
- adjust the IAMCU check in the function itself (the other two similarly
  broken checks aren't adjusted as they're slated to be removed anyway),
- avoid calling the function for extentions (which would never have the
  base "feature" flag set),
- add a new testcase actually exercising ".arch iamcu" (which would also
  regress with the planned removal).
gas/config/tc-i386.c
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/iamcu-6.d [new file with mode: 0644]
gas/testsuite/gas/i386/iamcu-6.s [new file with mode: 0644]
opcodes/i386-gen.c
opcodes/i386-init.h