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