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