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