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