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