* gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
9c2799c2
NC
12009-06-22 Martin Thuresson <martin@mtme.org>
2
3 * gas/app, gas/as.c, gas/as.h, gas/atof-generic.c, gas/cgen.c,
4 gas/config/atof-ieee.c, gas/config/obj-aout.c,
5 gas/config/obj-coff.c, gas/config/obj-ecoff.c,
6 gas/config/obj-elf.c, gas/config/obj-som.c, gas/config/tc-alpha.c,
7 gas/config/tc-arc.c, gas/config/tc-arm.c, gas/config/tc-cr16.c,
8 gas/config/tc-cris.c, gas/config/tc-crx.c, gas/config/tc-d30v.c,
9 gas/config/tc-dlx.c, gas/config/tc-hppa.c, gas/config/tc-i370.c,
10 gas/config/tc-i386-intel.c, gas/config/tc-i386.c,
11 gas/config/tc-i860.c, gas/config/tc-i960.c, gas/config/tc-ia64.c,
12 gas/config/tc-iq2000.c, gas/config/tc-m32c.c,
13 gas/config/tc-m32r.c, gas/config/tc-m68hc11.c,
14 gas/config/tc-m68k.c, gas/config/tc-maxq.c, gas/config/tc-mcore.c,
15 gas/config/tc-mep.c, gas/config/tc-mips.c, gas/config/tc-mmix.c,
16 gas/config/tc-mn10300.c, gas/config/tc-moxie.c,
17 gas/config/tc-ns32k.c, gas/config/tc-pj.c, gas/config/tc-ppc.c,
18 gas/config/tc-s390.c, gas/config/tc-score.c,
19 gas/config/tc-score7.c, gas/config/tc-sh.c, gas/config/tc-sparc.c,
20 gas/config/tc-spu.c, gas/config/tc-tic30.c, gas/config/tc-vax.c,
21 gas/config/tc-xtensa.c, gas/config/xtensa-relax.c,
22 gas/dw2gencfi.c, gas/dwarf2dbg.c, gas/ehopt.c, gas/expr.c,
23 gas/frags.c, gas/input-file.c, gas/read.c, gas/sb.c,
24 gas/subsegs.c, gas/symbols.c, gas/write.c: Change the name of the
25 gas macro `assert' to `gas_assert'.
26
e07e6e58
NC
272009-06-22 Daniel Gutson <dgutson@codesourcery.com>
28
29 * config/tc-arm.c (implicit_it_mode): New enum.
30 (implicit_it_mode): New global.
31 (it_instruction_type): New enum.
32 (arm_parse_it_mode): New function.
33 (arm_long_opts): New option added.
34 (arm_it): New field.
35 (it_state): New enum.
36 (now_it): New macro.
37 (check_it_blocks_finished): New function.
38 (insns[]): Use the IT Thumb opcodes for ARM too.
39 (arm_cleanup): Call check_it_blocks_finished.
40 (now_it_compatible): New function.
41 (conditional_insn): New function.
42 (set_it_insn_type): New macro.
43 (set_it_insn_type_last): New macro.
44 (do_it): Call automatic IT machinery functions.
45 (do_t_add_sub): Likewise
46 (do_t_arit3): Likewise.
47 (do_t_arit3c): Likewise.
48 (do_t_blx): Likewise.
49 (do_t_branch): Likewise.
50 (do_t_bkpt): Likewise.
51 (do_t_branch23): Likewise.
52 (do_t_bx): Likewise.
53 (do_t_bxj): Likewise.
54 (do_t_cps): Likewise.
55 (do_t_cpsi): Likewise.
56 (do_t_cbz): Likewise.
57 (do_t_it): Likewise.
58 (encode_thumb2_ldmstm): Likewise.
59 (do_t_ldst): Likewise.
60 (do_t_mov_cmp): Likewise.
61 (do_t_mvn_tst): Likewise.
62 (do_t_mul): Likewise.
63 (do_t_neg): Likewise.
64 (do_t_setend): Likewise.
65 (do_t_shift): Likewise.
66 (do_t_tb): Likewise.
67 (output_it_inst): New function.
68 (new_automatic_it_block): New function.
69 (close_automatic_it_block): New function.
70 (now_it_add_mask): New function.
71 (it_fsm_pre_encode): New function.
72 (handle_it_state): New function.
73 (it_fsm_post_encode): New function.
74 (force_automatic_it_block_close): New function.
75 (in_it_block): New function.
76 (md_assemble): Call automatic IT block machinery functions.
77 (arm_frob_label): Likewise.
78 (arm_opts): New element.
79 * config/tc-arm.h (it_state): New enum.
80 (current_it): New struct.
81 (arm_segment_info_type): New member added.
82 * doc/c-arm.texi: New option -mimplicit-it documented.
83
90dce00a
AM
842009-06-20 Alan Modra <amodra@bigpond.net.au>
85
86 PR 10302
87 * doc/as.texinfo (Section <ELF "M,S" flag>): Clarify tail merge.
88
5e7c27a6
MS
892009-06-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
90
91 * config/tc-s390.c (md_gather_operands): Accept an instruction
92 without operands if all operands are tagged as optional.
93
3a21c15a
NC
942009-06-18 Nick Clifton <nickc@redhat.com>
95
96 PR 10169
97 * gas/tc-arm.c (do_t_ssat): Move common code from here...
98 (do_t_usat): ... and here to...
99 (do_t_ssat_usat): New function: ... here. Add code to check that
100 the shift value, if present, is in range.
101
361dff73
DK
1022009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
103
32425da9
NC
104 Merge cegcc and mingw32ce target name changes
105 from CeGCC project:
361dff73 106
32425da9 107 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
108
109 * configure.tgt: Add arm*-*-cegcc* target.
110
32425da9 111 2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
361dff73
DK
112
113 * configure.tgt: Add arm-*-mingw32ce* target.
114
7b6021f1
MR
1152009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
116
117 * config/tc-vax.c (md_estimate_size_before_relax): Accept
118 indirect symbol references in the PIC mode and emit a
119 PC-relative relocation instead of a GOT/PLT one. Likewise
120 for symbols known to be hidden at this point.
121
fe2ceba1
NC
1222009-06-15 Nick Clifton <nickc@redhat.com>
123
124 PR 10186
125 * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W
126 instruction.
127
c25bc9fc
L
1282009-06-13 H.J. Lu <hongjiu.lu@intel.com>
129
130 PR ld/10269
131 * config/tc-i386.c (md_apply_fix): Use TC_FORCE_RELOCATION
132 instead of generic_force_reloc.
133
134 * config/tc-i386.h (TC_FORCE_RELOCATION): New.
135
f865a31d
AG
1362009-06-11 Anthony Green <green@moxielogic.com>
137
138 * config/tc-moxie.c (md_chars_to_number): Define.
139 (md_begin): Populate opcode hashtable with more form 3 opcodes.
140 (md_assemble): Assemble MOXIE_F3_PCREL encoded instructions.
141 (md_apply_fix): Handle BFD_RELOC_MOXIE_10_PCREL relocations.
142 (tc_gen_reloc): Ditto.
143 (md_pcrel_from): Ditto.
144 (md_chars_to_number): New function.
145
d7a5ed35
AG
1462009-06-10 Anthony Green <green@moxielogic.com>
147
148 * config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded
149 opcodes.
150
1fbfe785
JJ
1512009-06-09 Jakub Jelinek <jakub@redhat.com>
152
153 PR gas/10255
154 * dw2gencfi.c (output_cfi_insn): Initialize fragment before rs_cfa
155 to DW_CFA_advance_loc4.
156
fbeb56a4
DK
1572009-06-08 Dave Korn <dave.korn.cygwin@gmail.com>
158
159 PR gas/977
160 * config/tc-i386.c (md_estimate_size_before_relax): Don't relax
161 branches to weak symbols.
162 (md_apply_fix): Don't convert fixes against weak symbols to
163 section-relative offsets, but save addend for later reloc emission.
164 (tc_gen_reloc): When emitting reloc against weak symbol, adjust
165 addend to pre-compensate for bfd_install_relocation.
166
26d1917c
AM
1672009-06-04 Alan Modra <amodra@bigpond.net.au>
168
169 * dep-in.sed: Don't use \n in replacement part of s command.
170 * Makefile.am (DEP1, DEPTC, DEPOBJ, DEP2): LC_ALL for uniq.
171 * Makefile.in: Regenerate.
172
d160e035
L
1732009-06-01 H.J. Lu <hongjiu.lu@intel.com>
174
175 PR gas/10198
176 * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'.
177
ff239038
CM
1782009-05-26 Catherine Moore <clm@codesourcery.com>
179
180 * config/tc-mips.c (check_for_24k_errata): Remove.
181 (md_mips_end): Remove call to check_for_24k_errata.
182 (start_noreorder): Likewise.
183 (s_change_sec): Likewise.
184 (s_change_section): Likewise.
185 (insns_between): Add 24k errata checks.
186 (append_insn): Remove declaration and references to nhdx_24k.
187 Remove calls to check_for_24k_errata.
188
f12e7348
NC
1892009-05-26 Nick Clifton <nickc@redhat.com>
190
191 * po/id.po: Updated Indonesian translation.
192 * po/gas.pot: Updated template file.
193
f8f003f1
NC
1942009-05-26 Nick Clifton <nickc@redhat.com>
195
196 PR 10143
197 * config/bfin-parse.y (error): Use "%s" as format string for error
198 message.
199
5de4cd13
AM
2002009-05-26 Alan Modra <amodra@bigpond.net.au>
201
202 * dep-in.sed: Output one filename per line with all lines having
203 continuation backslash. Prefix first line with "A", following
204 lines with "B".
205 * Makefile.am (DEP): Don't use dep.sed here.
206 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
207 sort and uniq.
208 (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
209 Emit multi dependencies on one line.
210 * Makefile.in: Regenerate.
211
295fa3cf 2122009-05-25 Tristan Gingold <gingold@adacore.com>
cb0e7c25
TG
213
214 * makefile.vms: New file to compile gas on VMS.
215
216 * configure.com: New file to do configuration on VMS with DCL.
217
65b02341
RS
2182009-05-23 Richard Sandiford <rdsandiford@googlemail.com>
219
220 * config/tc-mips.c (nops_for_vr4130): Don't check noreorder_p.
221 (nops_for_insn): Likewise.
222
ad04f5ce
L
2232009-05-22 H.J. Lu <hongjiu.lu@intel.com>
224
225 * symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.
226
c1e679ec
DR
2272009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
228
229 * config/tc-i386.c (process_drex): Delete. Remove SSE5 support.
230 (build_modrm_byte): Remove DREX handling support.
231 (DREX_*): Delete.
232 (drex_byte): Delete.
233 (md_assemble): Remove DREX handling support.
234 (process_operands): Remove DREX, SSE5 support.
235 (i386_insn): Remove DREX.
236
2b3decb5
AM
2372009-05-22 Alan Modra <amodra@bigpond.net.au>
238
239 * Makefile.am: Run "make dep-am".
240 * Makefile.in: Regenerate.
241
321098a5
L
2422009-05-20 Kai Tietz <kai.tietz@onevision.com>
243 H.J. Lu <hongjiu.lu@intel.com>
244
245 * config/obj-coff.h: Include "coff/x86_64.h" for x86 pe-coff.
246 (TARGET_FORMAT): Removed for x86 pe-coff.
247 (COFF_TARGET_FORMAT): Likewise.
248
249 * config/tc-i386.c (md_longopts): Allow --64 for x86 pe-coff.
250 (md_parse_option): Likewise.
251 (md_show_usage): Show option --32/--64 for x86 pe-coff.
252 (i386_target_format): Use also for x86 pe-coff.
253
254 * config/tc-i386.h (TARGET_FORMAT): Defined as i386_target_format
255 for x86 pe-coff.
256
b899d332
DD
2572009-05-19 DJ Delorie <dj@redhat.com>
258
259 * config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
260 (mep_process_saved_insns): Remove debugging printfs.
261
c1711530
DK
2622009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
263
264 * NEWS: Mention new feature.
265 * config/obj-coff.c (obj_coff_common_parse): New function.
266 (obj_coff_comm): Likewise.
267 (coff_pseudo_table): Override default ".comm" definition on PE.
268 * doc/as.texinfo: Document new feature.
269
63ad59ae
KT
2702009-05-17 Kai Tietz <kai.tietz@onevision.com>
271
321098a5
L
272 * config/obj-coff.c (obj_coff_section): Add 'y' as
273 specifier for SEC_COFF_NOREAD section flag.
63ad59ae
KT
274 * doc/as.texinfo: Add documentation about .section flag 'y'.
275
77ca1325
DD
2762009-05-13 DJ Delorie <dj@redhat.com>
277
278 * cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.
279
42a68e18
AJ
2802009-05-13 Andrew Jenner <andrew@codesourcery.com>
281
282 * config/tc-arm.c: Move as.h to start of file.
283
267bf995
RR
2842009-05-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
285
84df6011 286 * config/tc-arm.h: Fix typo in comment.
267bf995
RR
287 (ARM_IS_FUNC): New macro.
288 (MD_APPLY_SYM_VALUE): Define.
289
84df6011 290 * config/tc-arm.c (do_blx): Retain BFD_RELOC_ARM_PCREL_BLX for
267bf995
RR
291 all versions of EABI.
292 (relax_branch): Do not relax for branches to ARM functions.
293 (md_pcrel_from_section): Set up base correctly for
294 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_THUMB_PCREL_CALL,
295 BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_ARM_PCREL_BLX
296 BFD_RELOC_ARM_PCREL_CALL.
297 (md_apply_fix): Flip bl to blx where possible.
298 Flip blx to bl where possible.
299 (arm_force_relocation): Force relocations for
300 BFD_RELOC_ARM_PCREL_JUMP, BFD_RELOC_ARM_PCREL_JUMP,
301 BFD_RELOC_ARM_PCREL_BLX, BFD_RELOC_THUMB_PCREL_BLX,
302 BFD_RELOC_THUMB_PCREL_BRANCH20, BFD_RELOC_THUMB_PCREL_BRANCH23,
303 BFD_RELOC_THUMB_PCREL_BRANCH25.
304 (arm_apply_sym_value): New function.
305
eb979bfb
TG
3062009-05-04 Tristan Gingold <gingold@adacore.com>
307
308 * config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.
309
45eb4c1b
NS
3102009-05-01 Nathan Sidwell <nathan@codesourcery.com>
311
312 * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
313 * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
314 * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
315 the default FPU from the processor.
316
00adf2d4
JB
3172009-05-01 Julian Brown <julian@codesourcery.com>
318
319 * config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.
320 (md_pcrel_from_section): Align address for BLX.
321 (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to
322 BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
323
3526b680
DD
3242009-04-29 DJ Delorie <dj@redhat.com>
325
326 * config/tc-mep.c (md_begin): Check coprocessor type.
327 (md_check_parallel64_scheduling): Use memset to initialize the buffer.
328 (md_check_parallel32_scheduling): Likewise.
329 (slot_ok): New.
330 (mep_check_ivc2_scheduling): New.
331 (mep_check_parallel_scheduling): Call it.
332 (mep_process_saved_insns): Add IVC2 slot support.
333 (md_assemble): Likewise.
334
d8045f23
NC
3352009-04-30 Nick Clifton <nickc@redhat.com>
336
337 * config/obj-elf.c (obj_elf_type): Add support for a
338 gnu_indirect_function type.
339 * config/tc-i386.c (tc_i386_fix_adjustable): Do not adjust fixups
340 against indirect function symbols.
341 * doc/as.texinfo (.type): Document the support for the
342 gnu_indirect_function symbol type.
343 * NEWS: Mention the new feature.
344
92846e72
CC
3452009-04-24 Cary Coutant <ccoutant@google.com>
346
347 * NEWS: Add item about discriminator support.
348 * dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field.
349 * dwarf2dbg.c (current): Add discriminator field.
350 (dwarf2_where): Copy discriminator value.
351 (dwarf2_consume_line_info): Set discriminator to 0.
352 (dwarf2_directive_loc): Process discriminator sub-op.
353 (out_leb128): New function.
354 (process_entries): Output DW_LNE_set_discriminator.
355 * doc/as.texinfo: Add discriminator operand to .loc directive.
92846e72 356
520725ea
NS
3572009-04-22 Nathan Sidwell <nathan@codesourcery.com>
358
359 * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
360 as_bad calls to silence compiler warning.
361
7ac3eb25
L
3622009-04-21 H.J. Lu <hongjiu.lu@intel.com>
363
364 * config/tc-i386-intel.c (O_XXX): Reorder.
365
ee86248c
JB
3662009-04-20 Jan Beulich <jbeulich@novell.com>
367
368 * Makefile.am: Add explicit dependency of tc-i386.o on
369 tc-i386-intel.c.
370 * Makefile.in: Likewise.
371 * config/tc-i386.c (i386_finalize_immediate): Declare, broken
372 out from i386_immediate.
373 (i386_immediate): Slightly re-arrange, call
374 i386_finalize_immediate.
375 (i386_finalize_displacement): Declare, broken out from
376 i386_displacement.
377 (i386_displacement): Slightly re-arrange, call
378 i386_finalize_displacement.
379 (i386_intel_simplify, i386_intel_parse_name): Declare.
380 (this_operand): Initialize to -1.
381 (set_intel_syntax): Set expression rank for O_full_ptr.
382 (md_assemble): Set this_operand back to -1 after parsing
383 operands.
384 (x86_cons): Negate intel_syntax to indicate state. Call
385 i386_intel_simplify.
386 (md_operand): Convert if to switch. Handle '[' for Intel
387 syntax.
388 (i386_intel_operand): Delete, including all helper functions
389 and data.
390 * config/tc-i386-intel.c: New file, all new code.
391 * config/tc-i386.h (i386_operator): Declare.
392 (md_operator): Define to i386_operator.
393 (i386_need_index_operator): Declare.
394 (md_need_index_operator): Define to i386_need_index_operator.
395 (O_full_ptr): Define.
396
fcaed75e
JB
3972009-04-20 Jan Beulich <jbeulich@novell.com>
398
399 * expr.c (operand): Call md_need_index_operator() and
400 md_operator() if defined. Add unary label.
401 (operator): Call md_operator() if defined.
402 (expr): Adjust assertions on range and rank of op_left and
403 op_right. Don't abort on unhandled operators when reducing
404 expressions with both operands being constant.
405 (expr_set_rank): New.
406 * expr.h (expr_set_rank): Declare.
407
51a5d0aa 4082009-04-15 Anthony Green <green@moxielogic.com>
20135e4c
NC
409
410 * config/tc-moxie.h: New file.
411 * config/tc-moxie.c: New file.
412 * configure: Add support for moxie.
413 * configure.tgt: Add support for moxie.
414
d85733c8
JB
4152009-04-16 Jan Beulich <jbeulich@novell.com>
416
417 * expr.c: Include limits.h if available, and #define CHAR_BITS
418 otherwise.
419 (expr): Check range of shift count when evaluating a constant
420 expression.
421
d8a1b51e
JB
4222009-04-15 Jan Beulich <jbeulich@novell.com>
423
424 * config/tc-i386.c (process_operands): Print operands in
425 correct order depending on intel_syntax.
426
6a32d874
CM
4272009-04-09 Catherine Moore <clm@codesourcery.com>
428
429 * config/tc-mips.c (mips_fix_24k): Declare.
430 (check_for_24k_errata): New.
431 (mips_cleanup): Call check_for_24k_errata.
432 (start_noreorder): Likewise.
433 (md_mips_end): Likewise.
434 (s_change_sec): Likewise.
435 (s_change_section): Likewise.
436 (append_insn): Call check_for_24k_errata. Prevent
437 ERET/DERET instructions from being moved into delay
438 slots.
439 (OPTION_FIX_24K): New.
440 (OPTION_NO_FIX_24k) New.
441 (md_longopts): Add "mfix-24k" and "mno-fix-24k".
442 (md_parse_option): Handle fix-24k options.
443 (md_show_usage): Display fix-24k options.
444 * doc/c-mips.texi: Document.
6a32d874 445
6b6b3450
AN
4462009-04-09 Adam Nemet <anemet@caviumnetworks.com>
447
448 * config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
449 instead of HAVE_64BIT_SYMBOLS.
450
4d28413b
DD
4512009-04-07 DJ Delorie <dj@redhat.com>
452
453 * config/tc-mep.c: Add UCI/DSP instruction support. Add C5 support.
454 (md_show_usage): Change default endian to little.
455 * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little.
456
bcb012d3
DD
4572009-04-06 DJ Delorie <dj@redhat.com>
458
459 * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
460 immediates.
461 (build_bytes): Pass insn to do_a_fix_imm.
462
5b19eaba
NC
4632009-04-02 Daniel Gutson <dgutson@codesourcery.com>
464
465 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
466 * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
467 Cortex-M1.
468
745435b6
MT
4692009-04-01 Matt Thomas <matt@netbsd.org>
470
471 * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
472 (md_assemble): emit symbol name when used as immediate in PIC mode.
473 (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
474
1ec520b7
SA
4752009-04-01 Sterling Augustine <sterling@jaw.hq.tensilica.com>
476
477 * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
478
4343666d
RR
4792009-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
480
481 * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
482 (find_real_start): Likewise.
483 * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
484
e7495e45
NS
4852009-04-01 Nathan Sidwell <nathan@codesourcery.com>
486
487 * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
488 (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
489 whenever possible.
490
42240548
PB
4912009-03-31 Peter Bergner <bergner@vnet.ibm.com>
492
493 * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
494
adfd7328
DK
4952009-03-31 Dave Korn <dave.korn.cygwin@gmail.com>
496
497 * doc/internals.texi: Fix trivial syntax errors.
498
0cc9e1d3
AM
4992009-03-26 Alan Modra <amodra@bigpond.net.au>
500
501 PR 10005
502 * config/tc-i386.c (reloc): Don't abort on lack of required
503 reloc type.
504
41aacd83
L
5052009-03-25 H.J. Lu <hongjiu.lu@intel.com>
506
507 * config/tc-i386.c (parse_insn): Use default_arch on unsupported
508 arch.
509
d67ffd56
L
5102009-03-23 H.J. Lu <hongjiu.lu@intel.com>
511
512 PR gas/9966
513 * listing.c (listing_newline): Properly handle `\\"' and ';'.
514
515 * read.c (is_end_of_line): Update comments for line separator.
516 (read_begin): Set line separator in is_end_of_line to 2.
517
b7cac25f
DM
5182009-03-19 David S. Miller <davem@davemloft.net>
519
520 * config/tc-sparc.c (md_parse_option): If the user gives
521 us '--64' make sure max_architecture is at least V9.
522
42e5fcbf
AS
5232009-03-18 Andrew Stubbs <ams@codesourcery.com>
524
525 * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
526 BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
527 Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
528
8d25cc3d
AM
5292009-03-18 Alan Modra <amodra@bigpond.net.au>
530
531 * as.h: Include alloca-conf.h instead of config.h and remove
532 existing #if's handling alloca.
533 * Makefile.am: Run "make dep-am".
534 * Makefile.in: Regenerate.
535
8602d4fe
RS
5362009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
537
538 * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
539 C_AIX_WEAKEXT too.
540
9f0eb232
RS
5412009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
542
543 * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
544 "value" from fx_offset. Manually resubtract md_pcrel_from_section
545 where necessary.
546
e5231592
RS
5472009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
548
549 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
550 * configure.in: Likewise.
551 * configure: Regenerate.
552
a07dbd48
HPN
5532009-03-11 Hans-Peter Nilsson <hp@axis.com>
554
555 * config/tc-cris.c (cris_create_short_jump): Remove prototype.
556 Rename, changing all callers, to...
557 (md_create_short_jump): Adjust head comment. Assert
558 word-sized-branch distance for v32. Bail out calling as_fatal for
559 compatibility mode here.
560 (md_create_long_jump): ...not here.
561 * config/tc-cris.h (md_create_short_jump): Do not define.
562
187af7df
HPN
5632009-03-10 Hans-Peter Nilsson <hp@axis.com>
564
565 * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
566 the jump table for multiple overflowing entries with the same
567 target, handle base symbols being different.
568 (relax_segment) <case rs_broken_word, second loop>: Whenever a
569 single entry overflows, arrange to redirect all entries with the
570 same target.
571
69fe9ce5
AM
5722009-03-10 Alan Modra <amodra@bigpond.net.au>
573
574 * config/tc-ppc.c (parse_cpu): Delete.
575 (md_parse_option, ppc_machine): Use ppc_parse_cpu.
576
f378cd83
L
5772009-03-09 H.J. Lu <hongjiu.lu@intel.com>
578
579 PR gas/9915
580 * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New. Defined as 0.
581 (LOCAL_LABELS_FB): Undefine befoe define.
582
d11fd249
NC
5832009-03-06 Nick Clifton <nickc@redhat.com>
584
585 * po/es.po: Updated Spanish translation.
586
cc3f603a
JM
5872009-03-05 Joseph Myers <joseph@codesourcery.com>
588
589 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
590 s_incbin): Call md_cons_align (1).
591
d9319cec
NC
5922009-03-04 Nick Clifton <nickc@redhat.com>
593
594 * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
595 based targets.
596 (s_alpha_comm): Only define "temp" and "log_align" local variables
597 for EVAX targets.
598
727fc41e
AM
5992009-03-04 Alan Modra <amodra@bigpond.net.au>
600
601 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
602 have non-zero addend.
603 (md_assemble): Parse args of __tls_get_addr calls.
604 (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
605
1c5c6c13
DA
6062009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
607
608 binutils/3807
609 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
610 local scope for ELF targets.
611
ed84b57b
AM
6122009-03-04 Alan Modra <amodra@bigpond.net.au>
613
614 * config/tc-ppc.c (md_assemble): APUinfo only for e500.
615
198f1251
TG
6162009-03-03 Tristan Gingold <gingold@adacore.com>
617 Eric Botcazou <ebotcazou@adacore.com>
618 Douglas B Rupp <rupp@gnat.com>
619
620 * doc/as.texinfo (Overview): Mention -replace/-noreplace options
621 for Alpha.
622 * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
623 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
624 (OBJ_SYMFIELD_TYPE): Remove.
625 (tc_canonicalize_symbol_name): Define to evax_shorten_name.
626 (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
627 (tc_frob_file_before_fix): Do not defined on evax.
628 * config/tc-alpha.c: Always includes dwarf2dbg.h.
629 Include vms.h if OBJ_EVAX.
630 (struct alpha_fixup): Add xtrasym and procsym (evax only).
631 (enum alpha_macro_arg): Remove trailing comma.
632 (md_longopts): Add replace and noreplace arguments (evax only).
633 (alpha_evax_proc_hash): New variable.
634 (alpha_link_section): Make it global.
635 (alpha_ctors_section, alpha_dtors_section): Removed.
636 (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
637 (alpha_lit8_section): Ifndef'ed on evax.
638 (alpha_lit8_symbol): Ditto.
639 (alpha_prologue_label): New variable.
640 (alpha_linkage_symbol): New variable (evax only).
641 (alpha_flag_replace): Ditto.
642 (struct alpha_evax_procs): Add handler and handler_data field.
643 (alpha_evax_proc): Now of type pointer.
644 (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
645 (struct alpha_reloc_tag): Add sym and psym fields (evax only).
646 (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
647 (alpha_adjust_relocs): Ifndef'ed on evax.
648 (load_expression): Add opname argument.
649 Implement LDA/BSR optimization for evax.
650 (emit_lda): Adjust for new prototype of load_expression.
651 (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
652 (emit_loadstore): Likewise.
653 (emit_ldXu): Likewise.
654 (emit_stX): Likewise.
655 (emit_jsrjmp): Likewise. Implement LDA/BSR optimization for evax.
656 (emit_ldgp): Avoid warning in evax case.
657 (add_to_link_pool): Make it static. Return symbolic expression rather
658 than number expression for the offset.
659 (s_alpha_text): Create .text symbol for evax if not already created.
660 (s_alpha_comm): Do not create specific section for common symbol.
661 Fill common area with zeros for evax.
662 (s_alpha_prologue): Create alpha_prologue_label.
663 (s_alpha_section_name): New function (evax).
664 (s_alpha_section_word): Likewise.
665 (section_name): New static variabke moved out from ...
666 (s_alpha_section): ... here. Create new sections on demand.
667 (s_alpha_literals): New function (evax).
668 (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
669 alpha_evax_proc_hash table.
670 (s_alpha_handler): New function (evax).
671 (s_alpha_frame): Adjust for new type of alpha_evax_proc.
672 (s_alpha_prologue): New function (evax).
673 (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
674 handling of procedures with hash table.
675 Add support for condition handlers.
676 (s_alpha_linkage): Create linkage_fixup instance and chain it.
677 (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
678 (s_alpha_mask): Likewise.
679 (s_alpha_fmask): Likewise.
680 (s_alpha_end): Clear alpha_evax_proc.
681 (s_alpha_align): Increase max_alignment to 16.
682 (alpha_print_token): Call print_expr_1 instead of print_expr.
ed84b57b 683 (md_pseudo_table): Add "section", "literals", "handler" and
198f1251
TG
684 "handler_data" (evax). Do not ignore "prologue" on evax.
685 Fix indentation.
686 (md_begin): Create hash table for alpha_evax_proc_hash.
687 (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
688 (md_show_usage): Mention -replace/-noreplace for evax.
689 (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
690 (alpha_force_relocation): Likewise.
691 (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
692 (tc_gen_reloc): Likewise. Add BFD_RELOC_ALPHA_LINKAGE for evax.
693 (emit_insn): New cases for evax specific relocs.
694 (assemble_insn): Fix indentation.
695 Take care of -MDISP in operand table.
696 * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
697 (OBJ_SYMFIELD_TYPE): New macro.
698 (obj_symbol_new_hook): Define.
699 (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
700 (obj_frob_file_before_fix): Ditto.
701 (PDSC_S_M_HANDLER_VALID): New macro.
702 (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
703 (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
704 Add prototypes for functions declared in obj-evax.c
705 * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
706 (s_evax_weak): Convert to ansi-C.
707 (evax_symbol_new_hook): New function.
708 (evax_frob_symbol): Ditto.
709 (evax_frob_file_before_adjust): Ditto.
710 (evax_frob_file_before_fix): Ditto.
711 (evax_shorten_name): Ditto.
712 (crc32): Ditto.
713 (encode_32): Ditto.
714 (encode_16): Ditto.
715 (decode_16): Ditto.
716 (shorten_identifier): Ditto.
717 (is_truncated_identifier): Ditto.
718 * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
719 * as.c (close_output_file): Remove #ifndef OBJ_VMS.
720 (main): Ditto.
721
a1f7ca36
AM
7222009-03-03 Alan Modra <amodra@bigpond.net.au>
723
724 * Makefile.am: Run "make dep-am".
725 * Makefile.in: Regenerate.
726
83cf10fd
NC
7272009-03-02 Nick Clifton <nickc@redhat.com>
728
729 PR 9874
730 * config/tc-ia64.c (fix_insn): Fix warning reported by
731 -Wformat-security.
732
c3b7224a
NC
7332009-03-02 Qinwei <qinwei@sunnorth.com.cn>
734
735 * config/tc-score7.c: New file.
736 * doc/c-score.texi: New file.
737 * Makefile.am: Update dependencies for tc-score.c.
738 * Makefile.in: Regenerate.
739 * NEWS: Mention support for Score7 architecture.
740 * config/tc-score.c: Add support for Score7 architecture.
741 * config/tc-score.h: Likewise.
742 * doc/Makefile.am: Add c-score.texi.
743 * doc/Makefile.in: Regenerate.
744 * doc/all.texi: Add Score7.
745 * doc/as.texinfo: Add Score7.
746
04e2c417
MM
7472009-03-01 Mark Mitchell <mark@codesourcery.com>
748
749 * config/tc-arm.c (md_assemble): Allow barrier instructions on
750 ARMv6-M cores.
751
58e24671
RW
7522009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
753
754 * configure: Regenerate.
755
066be9f7
PB
7562009-02-26 Peter Bergner <bergner@vnet.ibm.com>
757
758 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
759 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
760 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
761
784788d2
L
7622009-02-25 H.J. Lu <hongjiu.lu@intel.com>
763
764 * config/tc-i386.c (fits_in_imm4): Removed.
765
91c2f09e
DA
7662009-02-24 Helge Deller <deller@gmx.de>
767
dfaf9df8 768 * config/tc-hppa.c (pa_ip): Add check of immediate values.
91c2f09e
DA
769 (SAVE_IMMEDIATE): New define.
770
94206790
MM
7712009-02-23 Mark Mitchell <mark@codesourcery.com>
772
773 * config/tc-arm.c (warn_deprecated_sp): New macro.
774 (do_t_mov_cmp): Permit R13 as the second
775 argument to "cmp.n".
776
0349dc08
L
7772009-02-23 H.J. Lu <hongjiu.lu@intel.com>
778
779 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
780 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
781
c1b80a2a
L
7822009-02-23 H.J. Lu <hongjiu.lu@intel.com>
783
784 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
785
4c664d7b
L
7862009-02-23 H.J. Lu <hongjiu.lu@intel.com>
787
788 * config/tc-i386.c (vex_imm4): Removed.
789 (VEX_check_operands): Likewise.
790 (match_template): Updated.
791
11c19e16
MS
7922009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
793
794 * doc/all.texi: Set S390.
795 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
796 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
797 * doc/Makefile.in: Likewise.
798 * doc/c-s390.texi: New.
799
87298967
NS
8002009-02-12 Nathan Sidwell <nathan@codesourcery.com>
801
802 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
803 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
804 (mcf5307_ctrl): Add VBR.
805 (no_mac): New variable.
806 (m68k_extensions): Refer to no_mac mask.
807 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
808 52252..52259, 53011..53017.
809 (m68k_ip): Process CPUCR.
810 (init_table): Add cpucr entry.
811 (m68k_set_extension): Allow negated mask to refer to a variable.
812 (md_show_usage): Use '%s' to silence fprintf warning.
813 * config/m68k-parse.h (CPUCR): New control register.
814
ee2c9aa9
NS
8152009-02-10 Nathan Sidwell <nathan@codesourcery.com>
816
817 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
818 as_bad calls to silence compiler warning.
819
8dc2430f
NC
8202009-02-06 Nick Clifton <nickc@redhat.com>
821
822 PR 9814
823 * config/tc-arm.c (MODE_RECORDED): New define.
824 (output_inst): Record the thumb_mode in the current frag.
825 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
826 (arm_init_frag): Only set the tc_frag_data field if it has not
827 already been set.
828
ce2f5b3c
L
8292009-02-04 H.J. Lu <hongjiu.lu@intel.com>
830
831 AVX Programming Reference (January, 2009)
832 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
833 (CPU_FLAGS_AVX_MATCH): Updated.
834 (CPU_FLAGS_32BIT_MATCH): Likewise.
835 (cpu_flags_match): Likewise.
836
52b6b6b9
JM
8372009-02-03 Sandip Matte <sandip@rmicorp.com>
838
839 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
840 M_MSGWAIT and M_MSGWAIT_T.
841 (mips_cpu_info_table): Add XLR entry.
842 * doc/c-mips.texi (-march): Document xlr.
843
e94345ae 8442009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
a53fddce
EW
845
846 * config/tc-avr.c (mcu_types): Add ata6289.
847 * doc/c-avr.texi: Likewise.
848
31dd3154
JM
8492009-02-03 Carlos O'Donell <carlos@codesourcery.com>
850
851 * configure.in: AC_SUBST pdfdir.
852 * Makefile.am: Add install-pdf, install-pdf-am,
853 and install-pdf-recursive targets.
854 * doc/Makefile.am: Define pdf__strip_dir. Add
855 install-pdf and install-pdf-am targets.
856 * po/Make-in: Add install-pdf target.
857 * configure: Regenerate.
858 * Makefile.in: Regenerate.
859 * doc/Makefile.in: Regenerate.
860
cf869cce
NC
8612009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
862
863 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
864 relocations.
865 * config/m68k-parse.y (yylex): Parse TLS relocations.
866 * config/tc-m68k.c (m68k_elf_cons): New static function.
867 (md_pseudo_table): Use it.
868 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
869 relocations.
870 (md_apply_fix): Fix to set thread local flag.
871 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
872
bb0a86e1
NC
8732009-02-03 Vince Weaver <vince@csl.cornell.edu>
874
875 PR 9779
876 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
877 indexed addressing for symbolic expressions.
878
fdfde340
JM
8792009-01-29 Mark Mitchell <mark@codesourcery.com>
880
881 * config/tc-arm.c (BAD_SP): Define.
882 (s_arm_unwind_fnstart): Use REG_SP.
883 (s_arm_unwind_setfp): Likewise.
884 (reject_bad_reg): New macro.
885 (do_co_reg): Check for bad registers.
886 (do_co_reg2c): Likewise.
887 (do_srs): Use REG_SP.
888 (do_t_add_sub): Check for bad registers.
889 (do_t_adr): Likewise.
890 (do_t_arit3): Likewise.
891 (do_t_arit3c): Likewise.
892 (do_t_bfc): Likewise.
893 (do_t_bfi): Likewise.
894 (do_t_bfx): Likewise.
895 (do_t_blx): Likewise.
896 (do_t_bx): Likewise.
897 (do_t_bxj): Likewise.
898 (do_t_clz): Likewise.
899 (do_t_div): Likewise.
900 (do_t_mla): Likewise.
901 (do_t_mlal): Likewise.
902 (do_t_mov_cmp): Likewise.
903 (do_t_mov16): Likewise.
904 (do_t_mvn_tst): Likewise.
905 (do_t_mrs): Likewise.
906 (do_t_msr): Likewise.
907 (do_t_mul): Likewise.
908 (do_t_mull): Likewise.
909 (do_t_orn): Likewise.
910 (do_t_pkhbt): Likewise.
911 (do_t_pld): Likewise.
912 (do_t_rbit): Likewise.
913 (do_t_rev): Likewise.
914 (do_t_rrx): Likewise.
915 (do_t_rsb): Likewise.
916 (do_t_shift): Likewise.
917 (do_t_simd): Likewise.
918 (do_t_ssat): Likewise.
919 (do_t_ssat16): Likewise.
920 (do_t_sxtah): Likewise.
921 (do_t_sxth): Likewise.
922 (do_t_tb): Likewise.
923 (do_t_usat): Likewise.
924 (do_t_usat16): Likewise.
925 (nysn_insert_sp): Use REG_SP.
926
1c444d06
JM
9272009-01-29 Mark Mitchell <mark@codesourcery.com>
928
929 * config/tc-arm.c (do_t_orn): New function.
930 (do_t_rrx): Likewise.
931 (insns): Add orn and rrx.
932
4f80ef3e
JM
9332009-01-29 Mark Mitchell <mark@codesourcery.com>
934
935 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
ed84b57b 936 uasx, uhasx, uhsx, uqasx, uqsax, usax.
4f80ef3e 937
087b80de
JM
9382009-01-29 Mark Mitchell <mark@codesourcery.com>
939
940 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
941 qdsub in Thumb-2 mode.
942
17828f45 9432009-01-29 Paul Brook <paul@codesourcery.com>
321098a5 944 Mark Mitchell <mark@codesourcery.com>
17828f45
JM
945
946 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
947 of MUL when possible.
948
ec0c103c
NC
9492009-01-29 Nick Clifton <nickc@redhat.com>
950
951 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
952
4a6bc624
NS
9532009-01-29 Nathan Sidwell <nathan@codesourcery.com>
954 Catherine Moore <clm@codesourcery.com?
955
956 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
957 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
958 directives.
959
23fce1e3
NC
9602009-01-27 Nick Clifton <nickc@redhat.com>
961
962 * config/tc-mips.c (append_insn): Cope with a complex reloc
963 sequence containing an unsupported reloc type.
964 (enum options): Replace computed #define's constants for option
965 numbers with this enum.
966 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
967 environment.
968 (md_parse_option): Allow -32 in a non-ELF environment.
969
ee3c0378
AS
9702009-01-26 Andrew Stubbs <ams@codesourcery.com>
971
972 * config/tc-arm.c (attributes_set_explicitly): New array.
973 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
974 (cpu_arch): Add ARM_ARCH_V5T.
975 (aeabi_set_attribute_int): New function.
976 (aeabi_set_attribute_string): New function.
977 (aeabi_set_public_attributes): Set attributes according to the user's
978 intentions, rather than the actual state of the binary.
979 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
980 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
981 Support WMMXv2. Use attribute names instead of numbers.
982 * read.c (s_vendor_attribute): Change return type to int.
983 Return the tag number that was set.
984 * read.h (s_vendor_attribute): Change return type to int.
985
17f4880d
EW
9862009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
987
988 PR 9789
989 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
990 * doc/c-avr.texi: Likewise.
991
278df34e
NS
9922009-01-23 Nathan Sidwell <nathan@codesourcery.com>
993
994 * doc/c-arm.texi (): Document -mwarn-deprecated.
995 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
996 (warn_on_deprecated): ... this.
997 (opcode_lookup, md_assemble): Check it before warning.
998 (arm_opts): Add m[no-]warn-deprecated.
999 (md_parse_option): Replace WARN_DEPRECATED with
1000 warn_on_deprecated.
1001
199114c2
AS
10022009-01-23 Andreas Schwab <schwab@suse.de>
1003
750bdd57
AS
1004 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
1005 arguments to macro_build to match format.
1006
199114c2
AS
1007 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
1008 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
1009
d3bf77be
NC
10102009-01-19 Nick Clifton <nickc@redhat.com>
1011
1012 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
1013 ELF format ARM targets.
1014 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
1015
10162009-01-19 Nick Clifton <nickc@redhat.com>
1017
1018 * configure.tgt: Restore alpha sorting to object format switch
1019 statement.
1020
2d0bb761
AS
10212009-01-19 Andrew Stubbs <ams@codesourcery.com>
1022
1023 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
1024
3493e7b0
JM
10252009-01-16 Mark Shinwell <shinwell@codesourcery.com>
1026
1027 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
1028 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
1029
e04befd0
AS
10302009-01-16 Andrew Stubbs <ams@codesourcery.com>
1031 Daniel Jacobowitz <dan@codesourcery.com>
1032
1033 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
1034 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
1035 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
1036 * read.c (s_vendor_attribute): Add support for symbolic tag names.
1037 Improve string parser.
1038 * doc/c-arm.texi (ARM Machine Directives): Document
1039 .eabi_attribute symbolic tag names.
1040
29670fb9
AM
10412009-01-16 Alan Modra <amodra@bigpond.net.au>
1042
1043 * configure.in (commonbfdlib): Delete.
1044 * configure: Regenerate.
1045 * po/POTFILES.in: Regenerate.
1046
91e22acd
AS
10472009-01-15 Andrew Stubbs <ams@codesourcery.com>
1048 Julian Brown <julian@codesourcery.com>
1049
1050 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
1051
7b86a9fa
AS
10522009-01-15 Andrew Stubbs <ams@codesourcery.com>
1053
1054 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
1055 bfd_elf_add_obj_attr_int_string.
1056
01e1a5bc
NC
10572009-01-15 Douglas B Rupp <rupp@gnat.com>
1058
1059 * configure.tgt(ia64-*-*vms*): New target.
1060 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
1061 * tc.h (md_number_to_chars): Declare iff undefined.
1062 * config/obj-elf.c (obj_elf_change_section): Change type of arg
1063 attr to bfd_vma.
1064 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
1065 variables attr, md_attr to bfd_vma.
1066 (obj_elf_section_word): Likewise.
1067 (obj_elf_section): Change type of variable attr to bfd_vma
1068 * config/obj-elf.h (obj_elf_change_section): Change type of arg
1069 attr to bfd_vma.
1070 * config/tc-ia64.c (bfdver.h,time.h): Include.
1071 (ia64_elf_section_letter): Now returns a bfd_vma.
1072 Handle VMS specific attributes.
1073 (ia64_elf_section_flags): Arg attr now a bfd_vma.
1074 (ia64_init): Don't turn on dependency checking for VMS.
1075 (ia64_target_format): Check for VMS flag bit.
1076 (do_alias): Hande decc$ functions.
1077 (get_vms_time): New function.
1078 (ia64_vms_note): New function.
1079 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
1080 (ia64_elf_section_flags): Arg attr now a bfd_vma.
1081 (tc_init_after_args): Define for VMS.
1082 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
1083 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
1084 * config/tc-alpha.h: Likewise.
1085 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
1086 (x86_64_section_word): Return a bfd_vma.
1087 * config/tc-i386.h: Likewise.
1088 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
1089 attr to bfd_vma.
1090 * config/tc-ip2k.h: Likewise.
1091 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
1092 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
1093 * config/tc-mep.h: Likewise.
1094 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
1095 (ppc_section_word): Return a bfd_vma.
1096 (ppc_section_flags): Change type of arg attr to bfd_vma.
1097 * config/tc-ppc.h: Likewise.
1098 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
1099 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
750bdd57
AS
1100 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
1101 New file with new macros
1102 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
1103 macros.
01e1a5bc 1104
bc2d1808
NC
11052009-01-15 Nick Clifton <nickc@redhat.com>
1106
1107 PR 9722
1108 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
1109 instructions before generating a Thumb2 nop.
1110
7b6598a4 11112009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
750bdd57 1112
7b6598a4
AK
1113 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
1114
cd4a7468
AM
11152009-01-12 Alan Modra <amodra@bigpond.net.au>
1116
1117 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
1118 (brinfo): New var.
1119 (md_assemble): Poke brinfo into branch instructions.
1120 (spu_brinfo): New function.
1121 (md_apply_fix): Don't assume insn fields start off at zero, mask
1122 them to remove possible brinfo.
1123
1543849b
L
11242009-01-10 H.J. Lu <hongjiu.lu@intel.com>
1125
1126 * doc/c-i386.texi: Reformat.
1127
bd5295b2
L
11282009-01-10 H.J. Lu <hongjiu.lu@intel.com>
1129
dfaf9df8 1130 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
bd5295b2
L
1131 .syscall.
1132 (i386_align_code): Handle PROCESSOR_COREI7.
1133 (md_show_usage): Add corei7, clflush and syscall.
1134 (i386_target_format): Replace cpup4 with cpuclflush.
1135
dfaf9df8 1136 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
bd5295b2
L
1137
1138 * doc/c-i386.texi: Document corei7, clflush and syscall.
1139
1b7f3fb0
L
11402009-01-09 H.J. Lu <hongjiu.lu@intel.com>
1141
1142 * config/tc-i386.c (cpu_arch): Add .rdtscp.
1143 (md_show_usage): Display rdtscp.
1144
1145 * doc/c-i386.texi: Document rdtscp.
1146
1cb0a767
PB
11472009-01-09 Peter Bergner <bergner@vnet.ibm.com>
1148
1149 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
1150 Test the new "deprecated" opcode field.
1151
19fc3723
SA
11522009-01-07 Sterling Augustine <sterling@tensilica.com>
1153
1154 * config/tc-xtensa.c (produce_flix): New.
1155 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
1156 (md_longopts): Add support for them.
1157 (md_parse_option): Likewise.
1158 (md_show_usage): Add help message.
1159 (finish_vinsn): Don't allow multi-slot flix when produce_flix
1160 option is set to FLIX_NONE.
1161 * config/xtensa-relax.c (transition_applies): Only relax to
1162 flix branches when produce_flix equals FLIX_ALL.
1163 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
1164 FLIX_NONE): New.
1165 (produce_flix): Declare.
1166
24864476
CF
11672009-01-06 Chao-ying Fu <fu@mips.com>
1168
1169 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
1170 Use strncmp to match jalr and jalr.hb.
1171 Fix a typo.
1172
0bfee649 11732009-01-05 H.J. Lu <hongjiu.lu@intel.com>
d62f07d0 1174
0bfee649
L
1175 AVX Programming Reference (December, 2008)
1176 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
1177 support. Don't swap REG and NDS for FMA.
d62f07d0 1178
750bdd57 11792009-01-02 Matthias Klose <doko@ubuntu.com>
e7c604dd 1180
750bdd57
AS
1181 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
1182 behaviour.
e7c604dd 1183
0bfee649 1184For older changes see ChangeLog-2008
08d56133
NC
1185\f
1186Local Variables:
1187mode: change-log
1188left-margin: 8
1189fill-column: 74
1190version-control: never
1191End:
This page took 0.488157 seconds and 4 git commands to generate.