Correct CpuMax in i386-opc.h
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 27 May 2016 13:55:42 +0000 (06:55 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 27 May 2016 13:55:53 +0000 (06:55 -0700)
commite89c5eaa7208f06e927a79facff0316f4e550f6f
tree88846361ac9d76f53790b695c27b6f5d5fe894bc
parent1690f1db1ac7a4e91d81ae968b8158af2b7ff91f
Correct CpuMax in i386-opc.h

CpuMax should be CpuIntel64, not CpuNo64.  i386-gen.c is updated to
verify that CpuMax is correct.  X86 assembler is updated to properly
set cpuamd64 and cpuintel64.

gas/

PR gas/20154
* config/tc-i386.c (intel64): New.
(cpu_flags_match): Set cpuamd64 and cpuintel64.
(md_parse_option): Set intel64 instead of cpuamd64 and
cpuintel64.

opcodes/

PR gas/20154
* i386-gen.c (main): Fail if CpuMax is incorrect.
* i386-opc.h (CpuMax): Set to CpuIntel64.
* i386-tbl.h: Regenerated.
gas/ChangeLog
gas/config/tc-i386.c
opcodes/ChangeLog
opcodes/i386-gen.c
opcodes/i386-opc.h
opcodes/i386-tbl.h
This page took 0.025995 seconds and 4 git commands to generate.