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