2136ab429bc3f35150e943d987619acebdb3e284
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2009-04-21 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386-intel.c (O_XXX): Reorder.
4
5 2009-04-20 Jan Beulich <jbeulich@novell.com>
6
7 * Makefile.am: Add explicit dependency of tc-i386.o on
8 tc-i386-intel.c.
9 * Makefile.in: Likewise.
10 * config/tc-i386.c (i386_finalize_immediate): Declare, broken
11 out from i386_immediate.
12 (i386_immediate): Slightly re-arrange, call
13 i386_finalize_immediate.
14 (i386_finalize_displacement): Declare, broken out from
15 i386_displacement.
16 (i386_displacement): Slightly re-arrange, call
17 i386_finalize_displacement.
18 (i386_intel_simplify, i386_intel_parse_name): Declare.
19 (this_operand): Initialize to -1.
20 (set_intel_syntax): Set expression rank for O_full_ptr.
21 (md_assemble): Set this_operand back to -1 after parsing
22 operands.
23 (x86_cons): Negate intel_syntax to indicate state. Call
24 i386_intel_simplify.
25 (md_operand): Convert if to switch. Handle '[' for Intel
26 syntax.
27 (i386_intel_operand): Delete, including all helper functions
28 and data.
29 * config/tc-i386-intel.c: New file, all new code.
30 * config/tc-i386.h (i386_operator): Declare.
31 (md_operator): Define to i386_operator.
32 (i386_need_index_operator): Declare.
33 (md_need_index_operator): Define to i386_need_index_operator.
34 (O_full_ptr): Define.
35
36 2009-04-20 Jan Beulich <jbeulich@novell.com>
37
38 * expr.c (operand): Call md_need_index_operator() and
39 md_operator() if defined. Add unary label.
40 (operator): Call md_operator() if defined.
41 (expr): Adjust assertions on range and rank of op_left and
42 op_right. Don't abort on unhandled operators when reducing
43 expressions with both operands being constant.
44 (expr_set_rank): New.
45 * expr.h (expr_set_rank): Declare.
46
47 2008-04-15 Anthony Green <green@moxielogic.com>
48
49 * config/tc-moxie.h: New file.
50 * config/tc-moxie.c: New file.
51 * configure: Add support for moxie.
52 * configure.tgt: Add support for moxie.
53
54 2009-04-16 Jan Beulich <jbeulich@novell.com>
55
56 * expr.c: Include limits.h if available, and #define CHAR_BITS
57 otherwise.
58 (expr): Check range of shift count when evaluating a constant
59 expression.
60
61 2009-04-15 Jan Beulich <jbeulich@novell.com>
62
63 * config/tc-i386.c (process_operands): Print operands in
64 correct order depending on intel_syntax.
65
66 2009-04-09 Catherine Moore <clm@codesourcery.com>
67
68 * config/tc-mips.c (mips_fix_24k): Declare.
69 (check_for_24k_errata): New.
70 (mips_cleanup): Call check_for_24k_errata.
71 (start_noreorder): Likewise.
72 (md_mips_end): Likewise.
73 (s_change_sec): Likewise.
74 (s_change_section): Likewise.
75 (append_insn): Call check_for_24k_errata. Prevent
76 ERET/DERET instructions from being moved into delay
77 slots.
78 (OPTION_FIX_24K): New.
79 (OPTION_NO_FIX_24k) New.
80 (md_longopts): Add "mfix-24k" and "mno-fix-24k".
81 (md_parse_option): Handle fix-24k options.
82 (md_show_usage): Display fix-24k options.
83 * doc/c-mips.texi: Document.
84
85 2009-04-09 Adam Nemet <anemet@caviumnetworks.com>
86
87 * config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
88 instead of HAVE_64BIT_SYMBOLS.
89
90 2009-04-07 DJ Delorie <dj@redhat.com>
91
92 * config/tc-mep.c: Add UCI/DSP instruction support. Add C5 support.
93 (md_show_usage): Change default endian to little.
94 * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little.
95
96 2009-04-06 DJ Delorie <dj@redhat.com>
97
98 * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
99 immediates.
100 (build_bytes): Pass insn to do_a_fix_imm.
101
102 2009-04-02 Daniel Gutson <dgutson@codesourcery.com>
103
104 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
105 * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
106 Cortex-M1.
107
108 2009-04-01 Matt Thomas <matt@netbsd.org>
109
110 * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
111 (md_assemble): emit symbol name when used as immediate in PIC mode.
112 (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
113
114 2009-04-01 Sterling Augustine <sterling@jaw.hq.tensilica.com>
115
116 * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
117
118 2009-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
119
120 * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
121 (find_real_start): Likewise.
122 * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
123
124 2009-04-01 Nathan Sidwell <nathan@codesourcery.com>
125
126 * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
127 (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
128 whenever possible.
129
130 2009-03-31 Peter Bergner <bergner@vnet.ibm.com>
131
132 * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
133
134 2009-03-31 Dave Korn <dave.korn.cygwin@gmail.com>
135
136 * doc/internals.texi: Fix trivial syntax errors.
137
138 2009-03-26 Alan Modra <amodra@bigpond.net.au>
139
140 PR 10005
141 * config/tc-i386.c (reloc): Don't abort on lack of required
142 reloc type.
143
144 2009-03-25 H.J. Lu <hongjiu.lu@intel.com>
145
146 * config/tc-i386.c (parse_insn): Use default_arch on unsupported
147 arch.
148
149 2009-03-23 H.J. Lu <hongjiu.lu@intel.com>
150
151 PR gas/9966
152 * listing.c (listing_newline): Properly handle `\\"' and ';'.
153
154 * read.c (is_end_of_line): Update comments for line separator.
155 (read_begin): Set line separator in is_end_of_line to 2.
156
157 2009-03-19 David S. Miller <davem@davemloft.net>
158
159 * config/tc-sparc.c (md_parse_option): If the user gives
160 us '--64' make sure max_architecture is at least V9.
161
162 2009-03-18 Andrew Stubbs <ams@codesourcery.com>
163
164 * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
165 BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
166 Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
167
168 2009-03-18 Alan Modra <amodra@bigpond.net.au>
169
170 * as.h: Include alloca-conf.h instead of config.h and remove
171 existing #if's handling alloca.
172 * Makefile.am: Run "make dep-am".
173 * Makefile.in: Regenerate.
174
175 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
176
177 * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
178 C_AIX_WEAKEXT too.
179
180 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
181
182 * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
183 "value" from fx_offset. Manually resubtract md_pcrel_from_section
184 where necessary.
185
186 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
187
188 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
189 * configure.in: Likewise.
190 * configure: Regenerate.
191
192 2009-03-11 Hans-Peter Nilsson <hp@axis.com>
193
194 * config/tc-cris.c (cris_create_short_jump): Remove prototype.
195 Rename, changing all callers, to...
196 (md_create_short_jump): Adjust head comment. Assert
197 word-sized-branch distance for v32. Bail out calling as_fatal for
198 compatibility mode here.
199 (md_create_long_jump): ...not here.
200 * config/tc-cris.h (md_create_short_jump): Do not define.
201
202 2009-03-10 Hans-Peter Nilsson <hp@axis.com>
203
204 * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
205 the jump table for multiple overflowing entries with the same
206 target, handle base symbols being different.
207 (relax_segment) <case rs_broken_word, second loop>: Whenever a
208 single entry overflows, arrange to redirect all entries with the
209 same target.
210
211 2009-03-10 Alan Modra <amodra@bigpond.net.au>
212
213 * config/tc-ppc.c (parse_cpu): Delete.
214 (md_parse_option, ppc_machine): Use ppc_parse_cpu.
215
216 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
217
218 PR gas/9915
219 * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New. Defined as 0.
220 (LOCAL_LABELS_FB): Undefine befoe define.
221
222 2009-03-06 Nick Clifton <nickc@redhat.com>
223
224 * po/es.po: Updated Spanish translation.
225
226 2009-03-05 Joseph Myers <joseph@codesourcery.com>
227
228 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
229 s_incbin): Call md_cons_align (1).
230
231 2009-03-04 Nick Clifton <nickc@redhat.com>
232
233 * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
234 based targets.
235 (s_alpha_comm): Only define "temp" and "log_align" local variables
236 for EVAX targets.
237
238 2009-03-04 Alan Modra <amodra@bigpond.net.au>
239
240 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
241 have non-zero addend.
242 (md_assemble): Parse args of __tls_get_addr calls.
243 (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
244
245 2009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
246
247 binutils/3807
248 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
249 local scope for ELF targets.
250
251 2009-03-04 Alan Modra <amodra@bigpond.net.au>
252
253 * config/tc-ppc.c (md_assemble): APUinfo only for e500.
254
255 2009-03-03 Tristan Gingold <gingold@adacore.com>
256 Eric Botcazou <ebotcazou@adacore.com>
257 Douglas B Rupp <rupp@gnat.com>
258
259 * doc/as.texinfo (Overview): Mention -replace/-noreplace options
260 for Alpha.
261 * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
262 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
263 (OBJ_SYMFIELD_TYPE): Remove.
264 (tc_canonicalize_symbol_name): Define to evax_shorten_name.
265 (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
266 (tc_frob_file_before_fix): Do not defined on evax.
267 * config/tc-alpha.c: Always includes dwarf2dbg.h.
268 Include vms.h if OBJ_EVAX.
269 (struct alpha_fixup): Add xtrasym and procsym (evax only).
270 (enum alpha_macro_arg): Remove trailing comma.
271 (md_longopts): Add replace and noreplace arguments (evax only).
272 (alpha_evax_proc_hash): New variable.
273 (alpha_link_section): Make it global.
274 (alpha_ctors_section, alpha_dtors_section): Removed.
275 (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
276 (alpha_lit8_section): Ifndef'ed on evax.
277 (alpha_lit8_symbol): Ditto.
278 (alpha_prologue_label): New variable.
279 (alpha_linkage_symbol): New variable (evax only).
280 (alpha_flag_replace): Ditto.
281 (struct alpha_evax_procs): Add handler and handler_data field.
282 (alpha_evax_proc): Now of type pointer.
283 (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
284 (struct alpha_reloc_tag): Add sym and psym fields (evax only).
285 (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
286 (alpha_adjust_relocs): Ifndef'ed on evax.
287 (load_expression): Add opname argument.
288 Implement LDA/BSR optimization for evax.
289 (emit_lda): Adjust for new prototype of load_expression.
290 (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
291 (emit_loadstore): Likewise.
292 (emit_ldXu): Likewise.
293 (emit_stX): Likewise.
294 (emit_jsrjmp): Likewise. Implement LDA/BSR optimization for evax.
295 (emit_ldgp): Avoid warning in evax case.
296 (add_to_link_pool): Make it static. Return symbolic expression rather
297 than number expression for the offset.
298 (s_alpha_text): Create .text symbol for evax if not already created.
299 (s_alpha_comm): Do not create specific section for common symbol.
300 Fill common area with zeros for evax.
301 (s_alpha_prologue): Create alpha_prologue_label.
302 (s_alpha_section_name): New function (evax).
303 (s_alpha_section_word): Likewise.
304 (section_name): New static variabke moved out from ...
305 (s_alpha_section): ... here. Create new sections on demand.
306 (s_alpha_literals): New function (evax).
307 (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
308 alpha_evax_proc_hash table.
309 (s_alpha_handler): New function (evax).
310 (s_alpha_frame): Adjust for new type of alpha_evax_proc.
311 (s_alpha_prologue): New function (evax).
312 (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
313 handling of procedures with hash table.
314 Add support for condition handlers.
315 (s_alpha_linkage): Create linkage_fixup instance and chain it.
316 (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
317 (s_alpha_mask): Likewise.
318 (s_alpha_fmask): Likewise.
319 (s_alpha_end): Clear alpha_evax_proc.
320 (s_alpha_align): Increase max_alignment to 16.
321 (alpha_print_token): Call print_expr_1 instead of print_expr.
322 (md_pseudo_table): Add "section", "literals", "handler" and
323 "handler_data" (evax). Do not ignore "prologue" on evax.
324 Fix indentation.
325 (md_begin): Create hash table for alpha_evax_proc_hash.
326 (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
327 (md_show_usage): Mention -replace/-noreplace for evax.
328 (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
329 (alpha_force_relocation): Likewise.
330 (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
331 (tc_gen_reloc): Likewise. Add BFD_RELOC_ALPHA_LINKAGE for evax.
332 (emit_insn): New cases for evax specific relocs.
333 (assemble_insn): Fix indentation.
334 Take care of -MDISP in operand table.
335 * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
336 (OBJ_SYMFIELD_TYPE): New macro.
337 (obj_symbol_new_hook): Define.
338 (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
339 (obj_frob_file_before_fix): Ditto.
340 (PDSC_S_M_HANDLER_VALID): New macro.
341 (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
342 (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
343 Add prototypes for functions declared in obj-evax.c
344 * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
345 (s_evax_weak): Convert to ansi-C.
346 (evax_symbol_new_hook): New function.
347 (evax_frob_symbol): Ditto.
348 (evax_frob_file_before_adjust): Ditto.
349 (evax_frob_file_before_fix): Ditto.
350 (evax_shorten_name): Ditto.
351 (crc32): Ditto.
352 (encode_32): Ditto.
353 (encode_16): Ditto.
354 (decode_16): Ditto.
355 (shorten_identifier): Ditto.
356 (is_truncated_identifier): Ditto.
357 * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
358 * as.c (close_output_file): Remove #ifndef OBJ_VMS.
359 (main): Ditto.
360
361 2009-03-03 Alan Modra <amodra@bigpond.net.au>
362
363 * Makefile.am: Run "make dep-am".
364 * Makefile.in: Regenerate.
365
366 2009-03-02 Nick Clifton <nickc@redhat.com>
367
368 PR 9874
369 * config/tc-ia64.c (fix_insn): Fix warning reported by
370 -Wformat-security.
371
372 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
373
374 * config/tc-score7.c: New file.
375 * doc/c-score.texi: New file.
376 * Makefile.am: Update dependencies for tc-score.c.
377 * Makefile.in: Regenerate.
378 * NEWS: Mention support for Score7 architecture.
379 * config/tc-score.c: Add support for Score7 architecture.
380 * config/tc-score.h: Likewise.
381 * doc/Makefile.am: Add c-score.texi.
382 * doc/Makefile.in: Regenerate.
383 * doc/all.texi: Add Score7.
384 * doc/as.texinfo: Add Score7.
385
386 2009-03-01 Mark Mitchell <mark@codesourcery.com>
387
388 * config/tc-arm.c (md_assemble): Allow barrier instructions on
389 ARMv6-M cores.
390
391 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
392
393 * configure: Regenerate.
394
395 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
396
397 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
398 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
399 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
400
401 2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
402
403 * config/tc-i386.c (fits_in_imm4): Removed.
404
405 2009-02-24 Helge Deller <deller@gmx.de>
406
407 * config/tc-hppa.c (pa_ip): Add check of immediate values.
408 (SAVE_IMMEDIATE): New define.
409
410 2009-02-23 Mark Mitchell <mark@codesourcery.com>
411
412 * config/tc-arm.c (warn_deprecated_sp): New macro.
413 (do_t_mov_cmp): Permit R13 as the second
414 argument to "cmp.n".
415
416 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
417
418 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
419 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
420
421 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
422
423 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
424
425 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
426
427 * config/tc-i386.c (vex_imm4): Removed.
428 (VEX_check_operands): Likewise.
429 (match_template): Updated.
430
431 2009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
432
433 * doc/all.texi: Set S390.
434 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
435 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
436 * doc/Makefile.in: Likewise.
437 * doc/c-s390.texi: New.
438
439 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
440
441 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
442 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
443 (mcf5307_ctrl): Add VBR.
444 (no_mac): New variable.
445 (m68k_extensions): Refer to no_mac mask.
446 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
447 52252..52259, 53011..53017.
448 (m68k_ip): Process CPUCR.
449 (init_table): Add cpucr entry.
450 (m68k_set_extension): Allow negated mask to refer to a variable.
451 (md_show_usage): Use '%s' to silence fprintf warning.
452 * config/m68k-parse.h (CPUCR): New control register.
453
454 2009-02-10 Nathan Sidwell <nathan@codesourcery.com>
455
456 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
457 as_bad calls to silence compiler warning.
458
459 2009-02-06 Nick Clifton <nickc@redhat.com>
460
461 PR 9814
462 * config/tc-arm.c (MODE_RECORDED): New define.
463 (output_inst): Record the thumb_mode in the current frag.
464 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
465 (arm_init_frag): Only set the tc_frag_data field if it has not
466 already been set.
467
468 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
469
470 AVX Programming Reference (January, 2009)
471 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
472 (CPU_FLAGS_AVX_MATCH): Updated.
473 (CPU_FLAGS_32BIT_MATCH): Likewise.
474 (cpu_flags_match): Likewise.
475
476 2009-02-03 Sandip Matte <sandip@rmicorp.com>
477
478 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
479 M_MSGWAIT and M_MSGWAIT_T.
480 (mips_cpu_info_table): Add XLR entry.
481 * doc/c-mips.texi (-march): Document xlr.
482
483 2009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
484
485 * config/tc-avr.c (mcu_types): Add ata6289.
486 * doc/c-avr.texi: Likewise.
487
488 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
489
490 * configure.in: AC_SUBST pdfdir.
491 * Makefile.am: Add install-pdf, install-pdf-am,
492 and install-pdf-recursive targets.
493 * doc/Makefile.am: Define pdf__strip_dir. Add
494 install-pdf and install-pdf-am targets.
495 * po/Make-in: Add install-pdf target.
496 * configure: Regenerate.
497 * Makefile.in: Regenerate.
498 * doc/Makefile.in: Regenerate.
499
500 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
501
502 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
503 relocations.
504 * config/m68k-parse.y (yylex): Parse TLS relocations.
505 * config/tc-m68k.c (m68k_elf_cons): New static function.
506 (md_pseudo_table): Use it.
507 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
508 relocations.
509 (md_apply_fix): Fix to set thread local flag.
510 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
511
512 2009-02-03 Vince Weaver <vince@csl.cornell.edu>
513
514 PR 9779
515 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
516 indexed addressing for symbolic expressions.
517
518 2009-01-29 Mark Mitchell <mark@codesourcery.com>
519
520 * config/tc-arm.c (BAD_SP): Define.
521 (s_arm_unwind_fnstart): Use REG_SP.
522 (s_arm_unwind_setfp): Likewise.
523 (reject_bad_reg): New macro.
524 (do_co_reg): Check for bad registers.
525 (do_co_reg2c): Likewise.
526 (do_srs): Use REG_SP.
527 (do_t_add_sub): Check for bad registers.
528 (do_t_adr): Likewise.
529 (do_t_arit3): Likewise.
530 (do_t_arit3c): Likewise.
531 (do_t_bfc): Likewise.
532 (do_t_bfi): Likewise.
533 (do_t_bfx): Likewise.
534 (do_t_blx): Likewise.
535 (do_t_bx): Likewise.
536 (do_t_bxj): Likewise.
537 (do_t_clz): Likewise.
538 (do_t_div): Likewise.
539 (do_t_mla): Likewise.
540 (do_t_mlal): Likewise.
541 (do_t_mov_cmp): Likewise.
542 (do_t_mov16): Likewise.
543 (do_t_mvn_tst): Likewise.
544 (do_t_mrs): Likewise.
545 (do_t_msr): Likewise.
546 (do_t_mul): Likewise.
547 (do_t_mull): Likewise.
548 (do_t_orn): Likewise.
549 (do_t_pkhbt): Likewise.
550 (do_t_pld): Likewise.
551 (do_t_rbit): Likewise.
552 (do_t_rev): Likewise.
553 (do_t_rrx): Likewise.
554 (do_t_rsb): Likewise.
555 (do_t_shift): Likewise.
556 (do_t_simd): Likewise.
557 (do_t_ssat): Likewise.
558 (do_t_ssat16): Likewise.
559 (do_t_sxtah): Likewise.
560 (do_t_sxth): Likewise.
561 (do_t_tb): Likewise.
562 (do_t_usat): Likewise.
563 (do_t_usat16): Likewise.
564 (nysn_insert_sp): Use REG_SP.
565
566 2009-01-29 Mark Mitchell <mark@codesourcery.com>
567
568 * config/tc-arm.c (do_t_orn): New function.
569 (do_t_rrx): Likewise.
570 (insns): Add orn and rrx.
571
572 2009-01-29 Mark Mitchell <mark@codesourcery.com>
573
574 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
575 uasx, uhasx, uhsx, uqasx, uqsax, usax.
576
577 2009-01-29 Mark Mitchell <mark@codesourcery.com>
578
579 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
580 qdsub in Thumb-2 mode.
581
582 2009-01-29 Paul Brook <paul@codesourcery.com>
583 Mark Mitchell <mark@codesourcery.com>
584
585 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
586 of MUL when possible.
587
588 2009-01-29 Nick Clifton <nickc@redhat.com>
589
590 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
591
592 2009-01-29 Nathan Sidwell <nathan@codesourcery.com>
593 Catherine Moore <clm@codesourcery.com?
594
595 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
596 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
597 directives.
598
599 2009-01-27 Nick Clifton <nickc@redhat.com>
600
601 * config/tc-mips.c (append_insn): Cope with a complex reloc
602 sequence containing an unsupported reloc type.
603 (enum options): Replace computed #define's constants for option
604 numbers with this enum.
605 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
606 environment.
607 (md_parse_option): Allow -32 in a non-ELF environment.
608
609 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
610
611 * config/tc-arm.c (attributes_set_explicitly): New array.
612 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
613 (cpu_arch): Add ARM_ARCH_V5T.
614 (aeabi_set_attribute_int): New function.
615 (aeabi_set_attribute_string): New function.
616 (aeabi_set_public_attributes): Set attributes according to the user's
617 intentions, rather than the actual state of the binary.
618 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
619 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
620 Support WMMXv2. Use attribute names instead of numbers.
621 * read.c (s_vendor_attribute): Change return type to int.
622 Return the tag number that was set.
623 * read.h (s_vendor_attribute): Change return type to int.
624
625 2009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
626
627 PR 9789
628 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
629 * doc/c-avr.texi: Likewise.
630
631 2009-01-23 Nathan Sidwell <nathan@codesourcery.com>
632
633 * doc/c-arm.texi (): Document -mwarn-deprecated.
634 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
635 (warn_on_deprecated): ... this.
636 (opcode_lookup, md_assemble): Check it before warning.
637 (arm_opts): Add m[no-]warn-deprecated.
638 (md_parse_option): Replace WARN_DEPRECATED with
639 warn_on_deprecated.
640
641 2009-01-23 Andreas Schwab <schwab@suse.de>
642
643 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
644 arguments to macro_build to match format.
645
646 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
647 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
648
649 2009-01-19 Nick Clifton <nickc@redhat.com>
650
651 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
652 ELF format ARM targets.
653 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
654
655 2009-01-19 Nick Clifton <nickc@redhat.com>
656
657 * configure.tgt: Restore alpha sorting to object format switch
658 statement.
659
660 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
661
662 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
663
664 2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
665
666 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
667 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
668
669 2009-01-16 Andrew Stubbs <ams@codesourcery.com>
670 Daniel Jacobowitz <dan@codesourcery.com>
671
672 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
673 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
674 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
675 * read.c (s_vendor_attribute): Add support for symbolic tag names.
676 Improve string parser.
677 * doc/c-arm.texi (ARM Machine Directives): Document
678 .eabi_attribute symbolic tag names.
679
680 2009-01-16 Alan Modra <amodra@bigpond.net.au>
681
682 * configure.in (commonbfdlib): Delete.
683 * configure: Regenerate.
684 * po/POTFILES.in: Regenerate.
685
686 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
687 Julian Brown <julian@codesourcery.com>
688
689 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
690
691 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
692
693 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
694 bfd_elf_add_obj_attr_int_string.
695
696 2009-01-15 Douglas B Rupp <rupp@gnat.com>
697
698 * configure.tgt(ia64-*-*vms*): New target.
699 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
700 * tc.h (md_number_to_chars): Declare iff undefined.
701 * config/obj-elf.c (obj_elf_change_section): Change type of arg
702 attr to bfd_vma.
703 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
704 variables attr, md_attr to bfd_vma.
705 (obj_elf_section_word): Likewise.
706 (obj_elf_section): Change type of variable attr to bfd_vma
707 * config/obj-elf.h (obj_elf_change_section): Change type of arg
708 attr to bfd_vma.
709 * config/tc-ia64.c (bfdver.h,time.h): Include.
710 (ia64_elf_section_letter): Now returns a bfd_vma.
711 Handle VMS specific attributes.
712 (ia64_elf_section_flags): Arg attr now a bfd_vma.
713 (ia64_init): Don't turn on dependency checking for VMS.
714 (ia64_target_format): Check for VMS flag bit.
715 (do_alias): Hande decc$ functions.
716 (get_vms_time): New function.
717 (ia64_vms_note): New function.
718 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
719 (ia64_elf_section_flags): Arg attr now a bfd_vma.
720 (tc_init_after_args): Define for VMS.
721 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
722 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
723 * config/tc-alpha.h: Likewise.
724 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
725 (x86_64_section_word): Return a bfd_vma.
726 * config/tc-i386.h: Likewise.
727 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
728 attr to bfd_vma.
729 * config/tc-ip2k.h: Likewise.
730 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
731 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
732 * config/tc-mep.h: Likewise.
733 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
734 (ppc_section_word): Return a bfd_vma.
735 (ppc_section_flags): Change type of arg attr to bfd_vma.
736 * config/tc-ppc.h: Likewise.
737 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
738 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
739 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
740 New file with new macros
741 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
742 macros.
743
744 2009-01-15 Nick Clifton <nickc@redhat.com>
745
746 PR 9722
747 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
748 instructions before generating a Thumb2 nop.
749
750 2009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
751
752 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
753
754 2009-01-12 Alan Modra <amodra@bigpond.net.au>
755
756 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
757 (brinfo): New var.
758 (md_assemble): Poke brinfo into branch instructions.
759 (spu_brinfo): New function.
760 (md_apply_fix): Don't assume insn fields start off at zero, mask
761 them to remove possible brinfo.
762
763 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
764
765 * doc/c-i386.texi: Reformat.
766
767 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
768
769 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
770 .syscall.
771 (i386_align_code): Handle PROCESSOR_COREI7.
772 (md_show_usage): Add corei7, clflush and syscall.
773 (i386_target_format): Replace cpup4 with cpuclflush.
774
775 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
776
777 * doc/c-i386.texi: Document corei7, clflush and syscall.
778
779 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
780
781 * config/tc-i386.c (cpu_arch): Add .rdtscp.
782 (md_show_usage): Display rdtscp.
783
784 * doc/c-i386.texi: Document rdtscp.
785
786 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
787
788 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
789 Test the new "deprecated" opcode field.
790
791 2009-01-07 Sterling Augustine <sterling@tensilica.com>
792
793 * config/tc-xtensa.c (produce_flix): New.
794 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
795 (md_longopts): Add support for them.
796 (md_parse_option): Likewise.
797 (md_show_usage): Add help message.
798 (finish_vinsn): Don't allow multi-slot flix when produce_flix
799 option is set to FLIX_NONE.
800 * config/xtensa-relax.c (transition_applies): Only relax to
801 flix branches when produce_flix equals FLIX_ALL.
802 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
803 FLIX_NONE): New.
804 (produce_flix): Declare.
805
806 2009-01-06 Chao-ying Fu <fu@mips.com>
807
808 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
809 Use strncmp to match jalr and jalr.hb.
810 Fix a typo.
811
812 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
813
814 AVX Programming Reference (December, 2008)
815 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
816 support. Don't swap REG and NDS for FMA.
817
818 2009-01-02 Matthias Klose <doko@ubuntu.com>
819
820 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
821 behaviour.
822
823 For older changes see ChangeLog-2008
824 \f
825 Local Variables:
826 mode: change-log
827 left-margin: 8
828 fill-column: 74
829 version-control: never
830 End:
This page took 0.047846 seconds and 4 git commands to generate.