gas/testsuite/
[platform/upstream/binutils.git] / gas / ChangeLog
1 2008-01-12  H.J. Lu  <hongjiu.lu@intel.com>
2
3         PR gas/5534
4         * config/tc-i386.c (_i386_insn): Update comment.
5         (operand_type_match): Also clear unspecified.
6         (operand_type_register_match): Likewise.
7         (parse_operands): Initialize unspecified.
8         (i386_intel_operand): Likewise.
9         (match_template): Check memory and accumulator operand size.
10         (i386_att_operand): Clear unspecified on register operand.
11         (intel_e11): Likewise.
12         (intel_e09): Set operand size and clean unspecified for
13         "XXX PTR".
14
15 2008-01-11  Andreas Schwab  <schwab@suse.de>
16
17         * read.c (s_space): Declare `repeat' as offsetT.
18
19 2008-01-10  H.J. Lu  <hongjiu.lu@intel.com>
20
21         * config/tc-i386.c (match_template): Check processor support
22         first.
23
24 2008-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25
26         * config/tc-i386.c (match_template): Continue if processor
27         doesn't match.
28
29 2008-01-09  Alexandre Oliva  <aoliva@redhat.com>
30
31         * config/tc-ia64.c (ia64_convert_frag): Zero-initialize room for
32         unwind personality function address.
33
34 2008-01-09  Bob Wilson  <bob.wilson@acm.org>
35         
36         * dwarf2dbg.c (out_sleb128): Delete.
37         (size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New.
38         (out_fixed_inc_line_addr): Delete.
39         (relax_inc_line_addr, dwarf2dbg_estimate_size_before_relax): Call new
40         size_fixed_inc_line_addr if DWARF2_USE_FIXED_ADVANCE_PC is set.
41         (dwarf2dbg_convert_frag): Likewise for emit_fixed_inc_line_addr.
42         (process_entries): Remove calls to out_fixed_inc_line_addr.  When
43         DWARF2_USE_FIXED_ADVANCE_PC is set, call relax_inc_line_addr.
44         * read.h (emit_expr_fix): New prototype.
45         * read.c (emit_expr): Move code to emit_expr_fix and use it here.
46         (emit_expr_fix): New.
47         
48 2008-01-09  H.J. Lu  <hongjiu.lu@intel.com>
49
50         * config/tc-i386.c (match_template): Check register size
51         only when size of operands can be encoded the canonical way.
52
53 2008-01-08  H.J. Lu  <hongjiu.lu@intel.com>
54
55         * config/tc-i386.c (i386_operand): Renamed to ...
56         (i386_att_operand): This.
57         (parse_operands): Updated.
58
59 2008-01-05  H.J. Lu  <hongjiu.lu@intel.com>
60
61         * doc/c-i386.texi: Update .att_mnemonic and .intel_mnemonic.
62
63         * config/tc-i386.c (set_intel_mnemonic): Set intel_mnemonic
64         only.
65         (md_assemble): Remove Intel mode workaround.
66         (match_template): Check support for old gcc, AT&T mnemonic
67         and Intel Syntax.
68         (md_parse_option): Don't set intel_mnemonic to 0 for
69         OPTION_MOLD_GCC.
70
71 2008-01-04  H.J. Lu  <hongjiu.lu@intel.com>
72
73         * config/tc-i386.h: Update copyright to 2008.
74
75 2008-01-04  Nick Clifton  <nickc@redhat.com>
76
77         * config/tc-ppc.c (parse_cpu): Preserve the settings of the
78         PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags.
79
80 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
81
82         * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
83         of SYSV386_COMPAT.
84
85 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
86
87         * gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
88         (cpu_flags_not): Likewise.
89         (cpu_flags_match): Updated to check 64bit and arch.
90         (set_code_flag): Remove cpu_arch_flags_not.
91         (set_16bit_gcc_code_flag): Likewise.
92         (set_cpu_arch): Likewise.
93         (md_begin): Likewise.
94         (parse_insn): Call cpu_flags_match to check 64bit and arch.
95         (match_template): Likewise.
96
97 2008-01-03  Jakub Jelinek  <jakub@redhat.com>
98
99         * config/tc-i386.c (process_drex): Initialize modrm_reg and
100         modrm_regmem to 0 instead of None.
101
102 2008-01-03  H.J. Lu  <hongjiu.lu@intel.com>
103
104         * config/tc-i386.c (match_template): Use the xmmword field
105         instead of no_xsuf.
106
107 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
108
109         * config/tc-i386.c (process_suffix): Fix a typo.
110
111 2008-01-02  H.J. Lu  <hongjiu.lu@intel.com>
112
113         PR gas/5534
114         * config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
115         Check memory size in Intel mode.
116         (process_suffix): Handle XMMWORD_MNEM_SUFFIX.
117         (intel_e09): Likewise.
118
119         * config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
120
121 2008-01-02  Catherine Moore  <clm@codesourcery.com>
122
123         * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
124
125 For older changes see ChangeLog-2007
126 \f
127 Local Variables:
128 mode: change-log
129 left-margin: 8
130 fill-column: 74
131 version-control: never
132 End: