]>
Commit | Line | Data |
---|---|---|
048e5b80 MF |
1 | 2010-04-20 Mike Frysinger <[email protected]> |
2 | ||
3 | * config/bfin-lex.l (parse_int): Change index() to strchr(). | |
4 | ||
bb7835b8 NC |
5 | 2010-04-16 Nick Clifton <[email protected]> |
6 | ||
7 | PR gas/11395 | |
8 | * config/tc-hppa.c (pa_ip): Do not allow 64-bit add condition | |
9 | matcher to accept and unconditional 32-bit add instruction. | |
10 | (pa_build_unwind_subspace): Cope with error conditions not | |
11 | allowing the start symbol to be set. | |
12 | ||
75375b3e MGD |
13 | 2010-04-15 Matthew Gretton-Dann <[email protected]> |
14 | ||
15 | * config/tc-arm.c (arm_convert_symbolic_attribute): Add support for | |
16 | new tag names in v2.08 of ARM ABI. | |
17 | * doc/c-arm.texi: Document new tag names in ABI. | |
18 | ||
d8703844 TG |
19 | 2010-04-14 Tristan Gingold <[email protected]> |
20 | ||
21 | * config/tc-alpha.c: Includes vms/egps.h on EVAX. | |
22 | (s_alpha_comm): Used new EGPS macros from egps.h | |
23 | (RGPS__V_NO_SHIFT, EGPS__V_MASK): New local macros. | |
24 | (s_alpha_section_word): Add comments. Use new EGPS macros. | |
25 | Adjust for modified bfd_vms_set_section_flags function. | |
26 | ||
aa0c8c1a AM |
27 | 2010-04-10 Alan Modra <[email protected]> |
28 | ||
29 | PR gas/11486 | |
30 | * config/tc-ppc.c (ppc_elf_cons): Clear frag contents. | |
31 | ||
3d540e93 NC |
32 | 2010-04-09 Nick Clifton <[email protected]> |
33 | ||
34 | * as.c (create_obj_attrs_section): Remove unused variable addr. | |
35 | * listing.c (listing_listing): Remove unused variable message. | |
36 | * read.c: Remove unnecessary register type qualifiers. | |
37 | (s_mri): Only define/use old_flag variable if MRI_MODE_CHANGE is | |
38 | defined. | |
39 | ||
e760a81b EW |
40 | 2010-04-07 Eric B. Weddington <[email protected]> |
41 | ||
42 | * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a, | |
43 | atmega164a, atmega165a, atmega169a, atmega169pa, atmega16hva2, | |
44 | atmega324a, atmega324pa, atmega325a, atmega3250a, atmega328, | |
45 | atmega329a, atmega329pa, atmega3290a, atmega48a, atmega644a, | |
46 | atmega645a, atmega645p, atmega6450a, atmega6450p, atmega649a, | |
47 | atmega649p, atmega6490a, atmega6490p, atmega64hve, atmega88a, | |
48 | atmega88pa, attiny461a, attiny84a, m3000. | |
49 | Remove support for atmega8m1, atmega8c1, atmega16c1, atmega4hvd, | |
50 | atmega8hvd, attiny327, m3000f, m3000s, m3001b. | |
51 | * doc/c-avr.texi: Same. | |
52 | ||
2de7820f JZ |
53 | 2010-04-07 Jie Zhang <[email protected]> |
54 | ||
55 | * config/tc-arm.c (make_mapping_symbol): Handle the case | |
56 | that multiple mapping symbols have the same value 0. | |
57 | ||
397841b5 AM |
58 | 2010-04-07 Alan Modra <[email protected]> |
59 | ||
60 | * configure: Regenerate. | |
61 | ||
bd32c6bd NC |
62 | 2010-04-06 Nick Clifton <[email protected]> |
63 | ||
64 | * po/ru.po: New Russian translation. | |
65 | * configure.in (ALL_LINGUAS): Add ru. | |
66 | * configure: Regenerate. | |
67 | ||
b36562f6 L |
68 | 2010-03-30 H.J. Lu <[email protected]> |
69 | ||
70 | PR gas/11456 | |
71 | * input-scrub.c (input_scrub_next_buffer): Use memmove instead | |
72 | of memcpy to copy overlap memory. | |
73 | ||
40b36596 JM |
74 | 2010-03-25 Joseph Myers <[email protected]> |
75 | ||
76 | * Makefile.am (TARGET_CPU_CFILES): Add config/tc-tic6x.c. | |
77 | (TARGET_CPU_HFILES): Add config/tc-tic6x.h. | |
78 | * Makefile.in: Regenerate. | |
79 | * NEWS: Add news entry for TI C6X support. | |
80 | * app.c (do_scrub_chars): Handle "||^" for TI C6X. Handle | |
81 | TC_PREDICATE_START_CHAR and TC_PREDICATE_END_CHAR. Keep spaces in | |
82 | operands if TC_KEEP_OPERAND_SPACES. | |
83 | * configure.tgt (tic6x-*-*): New. | |
84 | * config/tc-ia64.h (TC_PREDICATE_START_CHAR, | |
85 | TC_PREDICATE_END_CHAR): Define. | |
86 | * config/tc-tic6x.c, config/tc-tic6x.h: New. | |
87 | * doc/Makefile.am (CPU_DOCS): Add c-tic6x.texi. | |
88 | * doc/Makefile.in: Regenerate. | |
89 | * doc/all.texi (TIC6X): Define. | |
90 | * doc/as.texinfo: Add TI C6X documentation. Include c-tic6x.texi. | |
91 | * doc/c-tic6x.texi: New. | |
92 | ||
cff8d58a L |
93 | 2010-03-22 H.J. Lu <[email protected]> |
94 | ||
95 | * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel. | |
96 | ||
86e026a4 L |
97 | 2010-03-21 H.J. Lu <[email protected]> |
98 | ||
99 | * config/tc-i386.c (i386_error): Replace oprand_size_mismatch | |
100 | with operand_size_mismatch. | |
101 | (operand_size_match): Updated. | |
102 | (match_template): Likewise. | |
103 | ||
a65babc9 L |
104 | 2010-03-21 H.J. Lu <[email protected]> |
105 | ||
106 | * config/tc-i386.c (i386_error): New. | |
107 | (_i386_insn): Replace err_msg with error. | |
108 | (operand_size_match): Set error instead of err_msg on failure. | |
109 | (operand_type_match): Likewise. | |
110 | (operand_type_register_match): Likewise. | |
111 | (VEX_check_operands): Likewise. | |
112 | (match_template): Likewise. Use error instead of err_msg with | |
113 | as_bad. | |
114 | ||
0f020cef JZ |
115 | 2010-03-19 Jie Zhang <[email protected]> |
116 | ||
117 | * config/tc-arm.c (make_mapping_symbol): Hanle the case | |
118 | that two mapping symbols have the same value. | |
119 | ||
a5b82cbe DJ |
120 | 2010-03-18 Daniel Jacobowitz <[email protected]> |
121 | ||
122 | * doc/c-arm.texi (.setfp): Correct example. | |
123 | ||
b43420e6 NC |
124 | 2010-03-18 Wei Guozhi <[email protected]> |
125 | ||
126 | PR gas/11323 | |
127 | * config/tc-arm.c (reloc_names): New relocation names. | |
128 | (md_apply_fix): New case for BFD_RELOC_ARM_GOT_PREL. | |
129 | (tc_gen_reloc): New case for BFD_RELOC_ARM_GOT_PREL. | |
130 | * doc/c-arm.texi (ARM-Relocations): Document the new relocation. | |
131 | ||
4e4e1355 TS |
132 | 2010-03-15 Thomas Schwinge <[email protected]> |
133 | ||
d905c788 TS |
134 | * dw2gencfi.c (output_cie): Consider emitting the S augmentation in all |
135 | cases, and not only for .eh_frame. | |
136 | ||
4e4e1355 TS |
137 | * dw2gencfi.c (output_cie): Make it more explicit which code paths |
138 | belong to .eh_frame only. | |
139 | ||
dc86b458 SB |
140 | 2010-03-13 Segher Boessenkool <[email protected]> |
141 | ||
142 | * config/tc-v850.c (v850_insert_operand): Handle out-of-range | |
143 | assembler constants on 64-bit hosts. | |
144 | ||
ee9e7c78 MF |
145 | 2010-03-10 Mike Frysinger <[email protected]> |
146 | ||
147 | * bfin-defs.h, bfin-lex.l, bfin-parse.y, tc-bfin.c, tc-bfin.h: | |
148 | Strip trailing whitespace. | |
149 | ||
a23c851a MF |
150 | 2010-03-10 Mike Frysinger <[email protected]> |
151 | ||
152 | * doc/c-bfin.texi (-mcpu): Add bf504 and bf506. | |
153 | * config/tc-bfin.c (bfin_cpu_type): Add BFIN_CPU_BF504 and | |
154 | BFIN_CPU_BF506. | |
155 | (bfin_cpus[]): Add 0.0 for bf504 and bf506. | |
156 | ||
9982501a JZ |
157 | 2010-03-10 Jie Zhang <[email protected]> |
158 | ||
159 | * doc/as.texinfo: Add Blackfin options. | |
160 | * doc/c-bfin.texi: Document -mfdpic, -mno-fdpic and -mnopic. | |
161 | * config/tc-bfin.c (md_show_usage): Show usage for all | |
162 | Blackfin specific options. | |
163 | ||
4199fe12 AM |
164 | 2010-03-09 Alan Modra <[email protected]> |
165 | ||
166 | PR gas/11356 | |
167 | * listing.c (listing_newline): Correct backslash quote logic. | |
168 | ||
40cf28aa RO |
169 | 2010-03-08 Rainer Orth <[email protected]> |
170 | ||
171 | * config/tc-i386.h [TE_SOLARIS] (ELF_TARGET_FORMAT): Define. | |
172 | (ELF_TARGET_FORMAT64): Define. | |
173 | ||
26b6f191 PB |
174 | 2010-03-05 Paul Brook <[email protected]> |
175 | ||
176 | * config/tc-arm.c (arm_cpu_option_table): Add cortex-m4. | |
177 | ||
772657e9 AS |
178 | 2010-03-02 Andrew Stubbs <[email protected]> |
179 | ||
180 | * config/tc-sh.c (get_specific): Move overflow checking code to avoid | |
181 | reading uninitialized data. | |
182 | ||
bd56defd TG |
183 | 2010-03-01 Tristan Gingold <[email protected]> |
184 | ||
185 | * config/tc-score7.c (s7_frag_check): Add ATTRIBUTE_UNUSED. | |
186 | ||
743d7f19 DE |
187 | 2010-02-26 Doug Evans <[email protected]> |
188 | ||
189 | * configure.tgt: Fix mep cpu case. | |
190 | ||
f8a8e9d6 JZ |
191 | 2010-02-26 Jie Zhang <[email protected]> |
192 | ||
193 | * config/tc-arm.c (do_t_strexd): Remove | |
194 | operand[1] != operand[2] contraint. | |
195 | ||
3fde54a2 JZ |
196 | 2010-02-26 Jie Zhang <[email protected]> |
197 | ||
198 | * config/tc-arm.c (neon_select_shape): No need to match | |
199 | the remaining operands in the shape when one operand does | |
200 | not match. | |
201 | ||
e23c0ad8 JZ |
202 | 2010-02-26 Jie Zhang <[email protected]> |
203 | ||
204 | * config/tc-arm.c (do_neon_ld_st_interleave): Reject bad | |
205 | alignment. | |
206 | ||
fae0b242 DE |
207 | 2010-02-25 Doug Evans <[email protected]> |
208 | ||
209 | * cgen.c: Whitespace fixes. | |
210 | (weak_operand_overflow_check): Formatting fix. | |
211 | ||
a6c56050 L |
212 | 2010-02-25 H.J. Lu <[email protected]> |
213 | ||
214 | * config/tc-i386.c (match_template): Update error messages. | |
215 | ||
891edac4 L |
216 | 2010-02-25 H.J. Lu <[email protected]> |
217 | ||
218 | * config/tc-i386.c (_i386_insn): Add err_msg. | |
219 | (operand_size_match): Set err_msg on failure. | |
220 | (operand_type_match): Likewise. | |
221 | (operand_type_register_match): Likewise. | |
222 | (VEX_check_operands): Likewise. | |
223 | (match_template): Likewise. Use i.err_msg with as_bad. | |
224 | ||
c67a084a NC |
225 | 2010-02-25 Wu Zhangjin <[email protected]> |
226 | ||
227 | * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop, | |
228 | mips_fix_loongson2f_jump): New variables. | |
229 | (md_longopts): Add New options -mfix-loongson2f-nop/jump, | |
230 | -mno-fix-loongson2f-nop/jump. | |
231 | (md_parse_option): Initialize variables via above options. | |
232 | (options): New enums for the above options. | |
233 | (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN. | |
234 | (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump): | |
235 | New functions. | |
236 | (append_insn): call fix_loongson2f(). | |
237 | (mips_handle_align): Replace the implicit nops. | |
238 | * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified | |
239 | for the new mips_handle_align(). | |
240 | * doc/c-mips.texi: Document the new options. | |
241 | ||
56adecf4 DG |
242 | 2010-02-23 Daniel Gutson <[email protected]> |
243 | ||
244 | * config/tc-arm.c (do_rd_rm_rn): Added warning | |
245 | for obsolete insns. | |
246 | ||
17e57237 NC |
247 | 2010-02-23 Andrew Zabolotny <[email protected]> |
248 | ||
249 | PR binutils/11297 | |
250 | * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8. | |
251 | (avr_cons_fix_new): Handle fixups of a single byte. | |
252 | ||
8a59fff3 MGD |
253 | 2010-02-22 Matthew Gretton-Dann <[email protected]> |
254 | ||
255 | PR 9861 | |
256 | * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build | |
257 | compiler's predefines. | |
258 | ||
487565fe AM |
259 | 2010-02-19 Alan Modra <[email protected]> |
260 | ||
261 | * configure.tgt: Whiltespace. Sort moxie entry. | |
262 | ||
cd21e546 MGD |
263 | 2010-02-18 Matthew Gretton-Dann <[email protected]> |
264 | ||
265 | * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use. | |
266 | * doc/c-arm.texi: Likewise. | |
267 | ||
77551a33 DG |
268 | 2010-02-12 Daniel Gutson <[email protected]> |
269 | ||
270 | * config/tc-arm.c (asm_opcode): operands type | |
271 | change. | |
272 | (BAD_PC_ADDRESSING): New macro message. | |
273 | (BAD_PC_WRITEBACK): Likewise. | |
274 | (MIX_ARM_THUMB_OPERANDS): New macro. | |
275 | (operand_parse_code): Added enum values. | |
276 | (parse_operands): Added thumb/arm distinction, | |
277 | plus new enum values handling. | |
278 | (encode_arm_addr_mode_2): Validations enhanced. | |
279 | (encode_arm_addr_mode_3): Likewise. | |
280 | (do_rm_rd_rn): Likewise. | |
281 | (encode_thumb32_addr_mode): Likewise. | |
282 | (do_t_ldrex): Likewise. | |
283 | (do_t_ldst): Likewise. | |
284 | (do_t_strex): Likewise. | |
285 | (md_assemble): Call parse_operands with | |
286 | a new parameter. | |
287 | (OPS_1): New macro. | |
288 | (OPS_2): Likewise. | |
289 | (OPS_3): Likewise. | |
290 | (OPS_4): Likewise. | |
291 | (OPS_5): Likewise. | |
292 | (OPS_6): Likewise. | |
293 | (insns): Updated insns operands. | |
294 | ||
9d0e8497 TG |
295 | 2010-02-12 Tristan Gingold <[email protected]> |
296 | Douglas B Rupp <[email protected]> | |
297 | ||
298 | * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC. | |
299 | (DUMMY_RELOC_IA64_SLOTCOUNT): Added. | |
300 | (pseudo_func): Add an entry for slotcount. | |
301 | (md_begin): Initialize slotcount pseudo symbol. | |
302 | (ia64_parse_name): Handle @slotcount parameter. | |
303 | (ia64_gen_real_reloc_type): Handle slotcount. | |
304 | (md_apply_fix): Ditto. | |
305 | * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount. | |
306 | ||
6fa78d94 SA |
307 | 2010-02-11 Sterling Augustine <[email protected]> |
308 | ||
309 | * config/tc-xtensa.c (istack_init): Don't call memset. | |
310 | ||
a89c407e SA |
311 | 2010-02-11 Sterling Augustine <[email protected]> |
312 | ||
313 | * config/tc-xtensa.c (cache_literal_section): Handle prefixes as | |
314 | well as suffixes. | |
315 | ||
6fa78d94 | 316 | 2010-02-11 Sterling Augustine <[email protected]> |
a89c407e SA |
317 | |
318 | * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite. | |
319 | ||
24981e7b L |
320 | 2010-02-11 H.J. Lu <[email protected]> |
321 | ||
322 | * config/tc-i386.c (build_modrm_byte): Reformat. | |
323 | ||
c75ef631 L |
324 | 2010-02-11 H.J. Lu <[email protected]> |
325 | ||
326 | * config/tc-i386.c: Update copyright. | |
327 | ||
a683cc34 SP |
328 | 2010-02-10 Quentin Neill <[email protected]> |
329 | Sebastian Pop <[email protected]> | |
330 | ||
331 | * config/tc-i386.c (vec_imm4) New operand type. | |
332 | (fits_in_imm4): New. | |
333 | (VEX_check_operands): New. | |
334 | (check_reverse): Call VEX_check_operands. | |
335 | (build_modrm_byte): Reintroduce code for 5 | |
336 | operand insns. Fix whitespace. | |
337 | ||
cdc51b07 RS |
338 | 2010-02-10 Richard Sandiford <[email protected]> |
339 | ||
340 | * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x, | |
341 | -mpwr6 and -mpwr7. | |
342 | ||
3a1e9c4a SA |
343 | 2010-02-09 Sterling Augustine <[email protected]> |
344 | ||
345 | * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New. | |
346 | (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES. | |
347 | (xtensa_mark_zcl_first_insns): Rewrite to handle corner case. | |
348 | ||
486499d0 CL |
349 | 2010-02-08 Christophe Lyon <[email protected]> |
350 | ||
351 | * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for | |
352 | non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23, | |
353 | BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX, | |
354 | BFD_RELOC_ARM_PCREL_CALL) | |
355 | ||
19ef5f3d SA |
356 | 2010-02-08 Sterling Augustine <[email protected]> |
357 | ||
358 | * config/tc-xtensa.c (frag_format_size): Generalize logic to | |
359 | handle more instruction sizes and fetch widths. | |
360 | (branch_align_power): Likewise. | |
361 | (text_align_power): Likewise. | |
362 | (bytes_to_stretch): Likewise. | |
363 | ||
ce3d2015 AM |
364 | 2010-02-08 Philipp Tomsich <[email protected]> |
365 | ||
366 | * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs. | |
367 | (ppc_mach): Handle titan. | |
368 | * doc/c-ppc.texi: Mention -mtitan. | |
369 | ||
19ef5f3d SA |
370 | 2010-02-05 Sterling Augustine <[email protected]> |
371 | ||
372 | * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and | |
373 | replace with... | |
374 | (xtensa_fetch_width) ...this. | |
375 | ||
1e4cb857 JM |
376 | 2010-02-05 Joseph Myers <[email protected]> |
377 | ||
378 | * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID, | |
379 | MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove. | |
380 | * Makefile.in: Regenerate. | |
381 | ||
68339fdf SP |
382 | 2010-02-03 Quentin Neill <[email protected]> |
383 | ||
384 | * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1. | |
385 | (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1. | |
386 | * config/tc-i386.h (processor_type): Same. | |
387 | * doc/c-i386.texi: Change amdfam15 to bdver1. | |
388 | ||
99b253c5 NC |
389 | 2010-01-29 Nick Clifton <[email protected]> |
390 | ||
391 | PR 11136 | |
392 | * config/tc-arm.c (neon_check_type): Handle a neon_shape value of | |
393 | NS_NULL. | |
394 | ||
31907d5e DK |
395 | 2010-01-27 Dave Korn <[email protected]> |
396 | ||
397 | * NEWS: Mention new feature. | |
398 | * config/obj-coff.c (obj_coff_section): Accept digits and use | |
399 | to override default section alignment power if specified. | |
400 | * doc/as.texinfo (.section directive): Update documentation. | |
401 | ||
539f890d L |
402 | 2010-01-27 H.J. Lu <[email protected]> |
403 | ||
404 | * config/tc-i386.c (avxscalar): New. | |
405 | (OPTION_MAVXSCALAR): Likewise. | |
406 | (build_vex_prefix): Select vector_length for scalar instructions | |
407 | based on avxscalar. | |
408 | (md_longopts): Add OPTION_MAVXSCALAR. | |
409 | (md_parse_option): Handle OPTION_MAVXSCALAR. | |
410 | (md_show_usage): Add -mavxscalar=. | |
411 | ||
412 | * doc/c-i386.texi: Document -mavxscalar=. | |
413 | ||
80de6e00 L |
414 | 2010-01-24 H.J. Lu <[email protected]> |
415 | ||
416 | * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to | |
417 | 0xc4 individually. | |
418 | ||
c865e45b RS |
419 | 2010-01-23 Richard Sandiford <[email protected]> |
420 | ||
421 | * write.h (fix_at_start): Declare. | |
422 | * write.c (fix_new_internal): Add at_beginning parameter. | |
423 | Use it instead of REVERSE_SORT_RELOCS. Fix the handling of | |
424 | seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case. | |
425 | (fix_new, fix_new_exp): Update accordingly. | |
426 | (fix_at_start): New function. | |
427 | * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section. | |
428 | (ppc_ref): New function, for OBJ_XCOFF. | |
429 | (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF. | |
430 | * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef. | |
431 | ||
53e5c8fe RO |
432 | 2010-01-21 Rainer Orth <[email protected]> |
433 | ||
434 | * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only | |
435 | on 64-bit Solaris/x86. | |
436 | Include obj-format.h earlier. | |
437 | ||
55786da2 | 438 | 2010-01-21 Andreas Krebbel <[email protected]> |
99b253c5 | 439 | |
55786da2 AK |
440 | * config/tc-s390.c (s390_elf_final_processing): New function. |
441 | * config/tc-s390.h (elf_tc_final_processing): New macro definition. | |
442 | (s390_elf_final_processing): Added prototype. | |
443 | ||
444 | ||
760f3a89 NC |
445 | 2010-01-20 Nick Clifton <[email protected]> |
446 | ||
447 | PR 11109 | |
448 | * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add | |
449 | code to handle round-to-zero for VCVT conversions. | |
450 | (do_neon_cvt): New. Call do_neon_cvt_1. | |
451 | (do_neon_cvtr): New. Call do_neon_cvt_1. | |
452 | (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR | |
453 | insn. | |
454 | ||
37a1f277 TG |
455 | 2010-01-18 Tristan Gingold <[email protected]> |
456 | ||
457 | * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers. | |
760f3a89 | 458 | |
a6461c02 SP |
459 | 2010-01-15 Sebastian Pop <[email protected]> |
460 | ||
461 | * config/tc-i386.c (md_assemble): Before accessing the IMM field | |
462 | check that it's not an XOP insn. | |
463 | ||
62fb9fe1 JZ |
464 | 2010-01-14 Jie Zhang <[email protected]> |
465 | ||
466 | * config/bfin-aux.h: Remove argument names in function | |
467 | declarations. | |
468 | * config/bfin-lex.l (parse_int): Fix shadowed variable name | |
469 | warning. | |
470 | * config/bfin-parse.y (value_match): Remove argument names | |
471 | in declaration. | |
472 | (notethat): Likewise. | |
473 | (yyerror): Likewise. | |
474 | ||
afa62d5e DJ |
475 | 2010-01-13 Daniel Jacobowitz <[email protected]> |
476 | ||
477 | * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP. | |
478 | ||
52b010e4 NC |
479 | 2010-01-13 Nick Clifton <[email protected]> |
480 | ||
481 | * config/tc-h8300.c (h8300_elf_section): New function - issue a | |
482 | warning message if a new section is created without setting any | |
483 | attributes for it. | |
484 | (md_pseudo_table): Intercept section creation pseudos. | |
485 | (md_pcrel_from): Replace abort with an error message. | |
486 | * config/obj-elf.c (obj_elf_section_name): Export this function. | |
487 | * config/obj-elf.h (obj_elf_section_name): Prototype. | |
488 | ||
cc761f75 AM |
489 | 2010-01-12 Alan Modra <[email protected]> |
490 | ||
491 | PR 11122 | |
492 | * listing.c (print_source): Add one to line number. | |
493 | ||
3725885a RW |
494 | 2010-01-09 Ralf Wildenhues <[email protected]> |
495 | ||
496 | * Makefile.in: Regenerate. | |
497 | * configure: Regenerate. | |
498 | * doc/Makefile.in: Regenerate. | |
499 | ||
5256a5b0 L |
500 | 2010-01-08 H.J. Lu <[email protected]> |
501 | ||
502 | * version.c (parse_args): Change to "Copyright 2010". | |
503 | ||
69dd9865 SP |
504 | 2010-01-06 Quentin Neill <[email protected]> |
505 | ||
506 | * config/tc-i386.c (cpu_arch): Add amdfam15. | |
507 | (i386_align_code): Add PROCESSOR_AMDFAM15 cases. | |
508 | * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15. | |
509 | * doc/c-i386.texi: Add amdfam15. | |
510 | ||
4316f0d2 DG |
511 | 2010-01-04 Daniel Gutson <[email protected]> |
512 | ||
513 | * config/tc-arm.c (do_neon_logic): Accept imm value | |
514 | in the third operand too. | |
515 | (operand_parse_code): OP_RNDQ_IMVNb renamed to | |
516 | OP_RNDQ_Ibig. | |
517 | (parse_operands): OP_NILO case removed, applied renaming. | |
518 | (insns): Neon shape changed for some logic instructions. | |
519 | ||
b1a769ed DG |
520 | 2010-01-04 Daniel Gutson <[email protected]> |
521 | ||
522 | * config/tc-arm.c (do_neon_ldx_stx): Added | |
523 | validation for vector load/store insns. | |
524 | ||
0dc93057 AM |
525 | 2010-01-04 Edmar Wienskoski <[email protected]> |
526 | ||
527 | * config/tc-ppc.c (md_show_usage): Document -me500mc64. | |
528 | ||
88714cb8 DG |
529 | 2010-01-03 Daniel Gutson <[email protected]> |
530 | ||
531 | * config/tc-arm.c (struct arm_it): New flag 'is_neon'. | |
532 | (NEON_ENC_*): Macros renamed to _NEON_ENC_*. | |
533 | (NEON_ENCODE): New macro. | |
534 | (check_neon_suffixes): New macro. | |
535 | (do_vfp_cond_or_thumb): Set the 'is_neon' flag. | |
536 | (do_vfp_nsyn_opcode): Likewise. | |
537 | (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro. | |
538 | (do_vfp_nsyn_cmp): Likewise. | |
539 | (do_neon_shl_imm): Likewise. | |
540 | (do_neon_qshl_imm): Likewise. | |
541 | (neon_dyadic_misc): Likewise. | |
542 | (do_neon_mac_maybe_scalar): Likewise. | |
543 | (do_neon_qdmulh): Likewise. | |
544 | (do_neon_qmovn): Likewise. | |
545 | (do_neon_qmovun): Likewise. | |
546 | (do_neon_movn): Likewise. | |
547 | (neon_mac_reg_scalar_long): Likewise. | |
548 | (do_neon_vmull): Likewise. | |
549 | (do_neon_trn): Likewise. | |
550 | (do_neon_ldx_stx): Likewise. | |
551 | (neon_dp_fixup): Changed signature and set the flag. | |
552 | (neon_three_same): Call the above with new signature. | |
553 | (neon_two_same): Likewise. | |
554 | (neon_imm_shift): Likewise. | |
555 | (neon_mul_mac): Likewise. | |
556 | (do_neon_abs_neg): Likewise. | |
557 | (neon_mixed_length): Likewise. | |
558 | (do_neon_ext): Likewise. | |
559 | (do_neon_mov): Likewise. | |
560 | (do_neon_tbl_tbx): Likewise. | |
561 | (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro. | |
562 | (neon_compare): Likewise. | |
563 | (do_neon_shll): Likewise. | |
564 | (do_neon_cvt): Likewise. | |
565 | (do_neon_mvn): Likewise. | |
566 | (do_neon_dup): Likewise. | |
0dc93057 | 567 | (md_assemble): Call check_neon_suffixes (). |
99f1a7a7 | 568 | |
43ecc30f | 569 | For older changes see ChangeLog-2009 |
08d56133 NC |
570 | \f |
571 | Local Variables: | |
572 | mode: change-log | |
573 | left-margin: 8 | |
574 | fill-column: 74 | |
575 | version-control: never | |
576 | End: |