https://sourceware.org/bugzilla/show_bug.cgi?id=20154

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by H.J. Lu <h...@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e89c5eaa7208f06e927a79facff0316f4e550f6f

commit e89c5eaa7208f06e927a79facff0316f4e550f6f
Author: H.J. Lu <hjl.to...@gmail.com>
Date:   Fri May 27 06:55:42 2016 -0700

    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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to