x86: i686 != PentiumPro
authorJan Beulich <jbeulich@suse.com>
Mon, 23 Oct 2023 08:33:02 +0000 (10:33 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 23 Oct 2023 08:33:02 +0000 (10:33 +0200)
commitc8be4b6f1d4a3ea74afb1df526477d6fbcb5d8c2
treed3bc3d05cbc95d74ebc1b1c5e123ab1b99215960
parentcd75cd859e58ff7161871849c59f01e9df3cdbc3
x86: i686 != PentiumPro

The two are distinct in opcodes/, distinguished precisely by CpuNOP
that's relevant in i386_generate_nops(), yet the function has the PPro
case label in the other group. Simply removing it revealed that
cpu_arch[] had a wrong entry for i686.

While there also add PROCESSOR_IAMCU to the respective comment.
gas/config/tc-i386.c
gas/config/tc-i386.h