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