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