/gas:
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
2b1ed17b
EW
12008-01-23 Eric B. Weddington <eric.weddington@atmel.com>
2
3 * config/tc-avr.c (mcu_types): Change opcode set for at86rf401.
4
2cb4f3d5
L
52008-01-23 H.J. Lu <hongjiu.lu@intel.com>
6
7 * config/tc-i386.c (md_show_usage): Show more processors for
8 -march=/-mtune=.
9
115c7c25
L
102008-01-22 H.J. Lu <hongjiu.lu@intel.com>
11
12 * config/tc-i386.c (i386_target_format): Remove cpummx2.
13
6305a203
L
142008-01-22 H.J. Lu <hongjiu.lu@intel.com>
15
16 * config/tc-i386.c (XXX_PREFIX): Moved from tc-i386.h.
17 (XXX_MNEM_SUFFIX): Likewise.
18 (END_OF_INSN): Likewise.
19 (templates): Likewise.
20 (modrm_byte): Likewise.
21 (rex_byte): Likewise.
22 (DREX_XXX): Likewise.
23 (drex_byte): Likewise.
24 (sib_byte): Likewise.
25 (processor_type): Likewise.
26 (arch_entry): Likewise.
27 (cpu_sub_arch_name): Remove const.
28 (cpu_arch): Add .vmx and .smx.
29 (set_cpu_arch): Append cpu_sub_arch_name.
30 (md_parse_option): Support -march=CPU[,+EXTENSION...].
31 (md_show_usage): Updated.
32
33 * config/tc-i386.h (XXX_PREFIX): Moved to tc-i386.c.
34 (XXX_MNEM_SUFFIX): Likewise.
35 (END_OF_INSN): Likewise.
36 (templates): Likewise.
37 (modrm_byte): Likewise.
38 (rex_byte): Likewise.
39 (DREX_XXX): Likewise.
40 (drex_byte): Likewise.
41 (sib_byte): Likewise.
42 (processor_type): Likewise.
43 (arch_entry): Likewise.
44
45 * doc/as.texinfo: Update i386 -march option.
46
47 * doc/c-i386.texi: Update -march= for ISA.
48
fb227da0
BW
492008-01-18 Bob Wilson <bob.wilson@acm.org>
50
51 * config/tc-xtensa.c (xtensa_leb128): New function.
52 (md_pseudo_table): Use it for sleb128 and uleb128.
53 (is_leb128_expr): New internal flag.
54 (xtensa_symbol_new_hook): Check new flag.
55
982b62a0
EW
562008-01-16 Eric B. Weddington <eric.weddington@atmel.com>
57
58 * config/tc-avr.c (mcu_types): Change opcode set for avr3,
59 at90usb82, at90usb162.
60 * doc/c-avr.texi: Change architecture grouping for at90usb82,
61 at90usb162.
62 These changes support the new avr35 architecture group in gcc.
63
321fd21e
L
642008-01-15 H.J. Lu <hongjiu.lu@intel.com>
65
66 * config/tc-i386.c (md_assemble): Also zap movzx and movsx
67 suffix for AT&T syntax.
68
5c07affc
L
692008-01-14 H.J. Lu <hongjiu.lu@intel.com>
70
71 * config/tc-i386.c (match_reg_size): New.
72 (match_mem_size): Likewise.
73 (operand_size_match): Likewise.
74 (operand_type_match): Also clear all size fields.
75 (match_template): Skip Intel syntax when in AT&T syntax.
76 Call operand_size_match to check operand size.
77 (i386_att_operand): Set the mem field to 1 for memory
78 operand.
79 (i386_intel_operand): Likewise.
80
7d5e4556
L
812008-01-12 H.J. Lu <hongjiu.lu@intel.com>
82
83 PR gas/5534
84 * config/tc-i386.c (_i386_insn): Update comment.
85 (operand_type_match): Also clear unspecified.
86 (operand_type_register_match): Likewise.
87 (parse_operands): Initialize unspecified.
88 (i386_intel_operand): Likewise.
89 (match_template): Check memory and accumulator operand size.
90 (i386_att_operand): Clear unspecified on register operand.
91 (intel_e11): Likewise.
92 (intel_e09): Set operand size and clean unspecified for
93 "XXX PTR".
94
a4a151e6
AS
952008-01-11 Andreas Schwab <schwab@suse.de>
96
97 * read.c (s_space): Declare `repeat' as offsetT.
98
50aecf8c
L
992008-01-10 H.J. Lu <hongjiu.lu@intel.com>
100
101 * config/tc-i386.c (match_template): Check processor support
102 first.
103
2dbab7d5
L
1042008-01-10 H.J. Lu <hongjiu.lu@intel.com>
105
106 * config/tc-i386.c (match_template): Continue if processor
107 doesn't match.
108
417c21b7
AO
1092008-01-09 Alexandre Oliva <aoliva@redhat.com>
110
111 * config/tc-ia64.c (ia64_convert_frag): Zero-initialize room for
112 unwind personality function address.
113
7ddd14de
BW
1142008-01-09 Bob Wilson <bob.wilson@acm.org>
115
116 * dwarf2dbg.c (out_sleb128): Delete.
117 (size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New.
118 (out_fixed_inc_line_addr): Delete.
119 (relax_inc_line_addr, dwarf2dbg_estimate_size_before_relax): Call new
120 size_fixed_inc_line_addr if DWARF2_USE_FIXED_ADVANCE_PC is set.
121 (dwarf2dbg_convert_frag): Likewise for emit_fixed_inc_line_addr.
122 (process_entries): Remove calls to out_fixed_inc_line_addr. When
123 DWARF2_USE_FIXED_ADVANCE_PC is set, call relax_inc_line_addr.
124 * read.h (emit_expr_fix): New prototype.
125 * read.c (emit_expr): Move code to emit_expr_fix and use it here.
126 (emit_expr_fix): New.
127
45664ddb
L
1282008-01-09 H.J. Lu <hongjiu.lu@intel.com>
129
130 * config/tc-i386.c (match_template): Check register size
131 only when size of operands can be encoded the canonical way.
132
a7619375
L
1332008-01-08 H.J. Lu <hongjiu.lu@intel.com>
134
135 * config/tc-i386.c (i386_operand): Renamed to ...
136 (i386_att_operand): This.
137 (parse_operands): Updated.
138
e1d4d893
L
1392008-01-05 H.J. Lu <hongjiu.lu@intel.com>
140
141 * doc/c-i386.texi: Update .att_mnemonic and .intel_mnemonic.
142
143 * config/tc-i386.c (set_intel_mnemonic): Set intel_mnemonic
144 only.
145 (md_assemble): Remove Intel mode workaround.
146 (match_template): Check support for old gcc, AT&T mnemonic
147 and Intel Syntax.
148 (md_parse_option): Don't set intel_mnemonic to 0 for
149 OPTION_MOLD_GCC.
150
23117009
L
1512008-01-04 H.J. Lu <hongjiu.lu@intel.com>
152
153 * config/tc-i386.h: Update copyright to 2008.
154
b0e34bfe
NC
1552008-01-04 Nick Clifton <nickc@redhat.com>
156
157 * config/tc-ppc.c (parse_cpu): Preserve the settings of the
158 PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags.
159
aacd03c3
L
1602008-01-03 H.J. Lu <hongjiu.lu@intel.com>
161
162 * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
163 of SYSV386_COMPAT.
164
3629bb00
L
1652008-01-03 H.J. Lu <hongjiu.lu@intel.com>
166
167 * gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
168 (cpu_flags_not): Likewise.
169 (cpu_flags_match): Updated to check 64bit and arch.
170 (set_code_flag): Remove cpu_arch_flags_not.
171 (set_16bit_gcc_code_flag): Likewise.
172 (set_cpu_arch): Likewise.
173 (md_begin): Likewise.
174 (parse_insn): Call cpu_flags_match to check 64bit and arch.
175 (match_template): Likewise.
176
5dd15031
JJ
1772008-01-03 Jakub Jelinek <jakub@redhat.com>
178
179 * config/tc-i386.c (process_drex): Initialize modrm_reg and
180 modrm_regmem to 0 instead of None.
181
24995bd6
L
1822008-01-03 H.J. Lu <hongjiu.lu@intel.com>
183
184 * config/tc-i386.c (match_template): Use the xmmword field
185 instead of no_xsuf.
186
fc4adea1
L
1872008-01-02 H.J. Lu <hongjiu.lu@intel.com>
188
189 * config/tc-i386.c (process_suffix): Fix a typo.
190
582d5edd
L
1912008-01-02 H.J. Lu <hongjiu.lu@intel.com>
192
193 PR gas/5534
194 * config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
195 Check memory size in Intel mode.
196 (process_suffix): Handle XMMWORD_MNEM_SUFFIX.
197 (intel_e09): Likewise.
198
199 * config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
200
e7c604dd
CM
2012008-01-02 Catherine Moore <clm@codesourcery.com>
202
203 * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
204
6c7ac64e 205For older changes see ChangeLog-2007
08d56133
NC
206\f
207Local Variables:
208mode: change-log
209left-margin: 8
210fill-column: 74
211version-control: never
212End:
This page took 0.383272 seconds and 4 git commands to generate.