2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
[platform/upstream/binutils.git] / gas / ChangeLog
1 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
2
3         * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
4         of SYSV386_COMPAT.
5
6 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
7
8         * gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
9         (cpu_flags_not): Likewise.
10         (cpu_flags_match): Updated to check 64bit and arch.
11         (set_code_flag): Remove cpu_arch_flags_not.
12         (set_16bit_gcc_code_flag): Likewise.
13         (set_cpu_arch): Likewise.
14         (md_begin): Likewise.
15         (parse_insn): Call cpu_flags_match to check 64bit and arch.
16         (match_template): Likewise.
17
18 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
19
20         * config/tc-i386.c (process_drex): Initialize modrm_reg and
21         modrm_regmem to 0 instead of None.
22
23 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
24
25         * config/tc-i386.c (match_template): Use the xmmword field
26         instead of no_xsuf.
27
28 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
29
30         * config/tc-i386.c (process_suffix): Fix a typo.
31
32 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
33
34         PR gas/5534
35         * config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
36         Check memory size in Intel mode.
37         (process_suffix): Handle XMMWORD_MNEM_SUFFIX.
38         (intel_e09): Likewise.
39
40         * config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
41
42 2008-01-02  Catherine Moore  <clm@codesourcery.com>
43
44         * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
45
46 For older changes see ChangeLog-2007
47 \f
48 Local Variables:
49 mode: change-log
50 left-margin: 8
51 fill-column: 74
52 version-control: never
53 End: