2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
[platform/upstream/binutils.git] / gas / ChangeLog
1 2008-01-08  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * config/tc-i386.c (i386_operand): Renamed to ...
4         (i386_att_operand): This.
5         (parse_operands): Updated.
6
7 2008-01-05  H.J. Lu  <hongjiu.lu@intel.com>
8
9         * doc/c-i386.texi: Update .att_mnemonic and .intel_mnemonic.
10
11         * config/tc-i386.c (set_intel_mnemonic): Set intel_mnemonic
12         only.
13         (md_assemble): Remove Intel mode workaround.
14         (match_template): Check support for old gcc, AT&T mnemonic
15         and Intel Syntax.
16         (md_parse_option): Don't set intel_mnemonic to 0 for
17         OPTION_MOLD_GCC.
18
19 2008-01-04  H.J. Lu  <hongjiu.lu@intel.com>
20
21         * config/tc-i386.h: Update copyright to 2008.
22
23 2008-01-04  Nick Clifton  <nickc@redhat.com>
24
25         * config/tc-ppc.c (parse_cpu): Preserve the settings of the
26         PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags.
27
28 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
29
30         * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
31         of SYSV386_COMPAT.
32
33 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34
35         * gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
36         (cpu_flags_not): Likewise.
37         (cpu_flags_match): Updated to check 64bit and arch.
38         (set_code_flag): Remove cpu_arch_flags_not.
39         (set_16bit_gcc_code_flag): Likewise.
40         (set_cpu_arch): Likewise.
41         (md_begin): Likewise.
42         (parse_insn): Call cpu_flags_match to check 64bit and arch.
43         (match_template): Likewise.
44
45 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
46
47         * config/tc-i386.c (process_drex): Initialize modrm_reg and
48         modrm_regmem to 0 instead of None.
49
50 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
51
52         * config/tc-i386.c (match_template): Use the xmmword field
53         instead of no_xsuf.
54
55 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
56
57         * config/tc-i386.c (process_suffix): Fix a typo.
58
59 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
60
61         PR gas/5534
62         * config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
63         Check memory size in Intel mode.
64         (process_suffix): Handle XMMWORD_MNEM_SUFFIX.
65         (intel_e09): Likewise.
66
67         * config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
68
69 2008-01-02  Catherine Moore  <clm@codesourcery.com>
70
71         * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
72
73 For older changes see ChangeLog-2007
74 \f
75 Local Variables:
76 mode: change-log
77 left-margin: 8
78 fill-column: 74
79 version-control: never
80 End: