bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/20154] Typo in i386-opc.h


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/20154] Typo in i386-opc.h
Date: Fri, 27 May 2016 13:57:48 +0000

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 <address@hidden>:

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

commit e89c5eaa7208f06e927a79facff0316f4e550f6f
Author: H.J. Lu <address@hidden>
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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]