1 2005-07-08 Ben Elliston <bje@au.ibm.com>
3 * frags.h: Remove ANSI_PROTOTYPES conditional code.
4 * config/obj-elf.h: Likewise.
5 * config/tc-h8300.h: Likewise.
6 * config/tc-h8500.h: Likewise.
7 * config/tc-i370.h: Likewise.
8 * config/tc-i386.h: Likewise.
9 * config/tc-m68hc11.h: Likewise.
10 * config/tc-m68k.h: Likewise.
11 * config/tc-ppc.h: Likewise.
12 * config/tc-s390.h: Likewise.
13 * config/tc-sh.h: Likewise.
14 * config/tc-sparc.h: Likewise.
15 * config/tc-tic30.c: Likewise.
16 * config/tc-w65.h: Likewise.
17 * config/tc-xtensa.h: Likewise.
19 2005-07-08 Hans-Peter Nilsson <hp@axis.com>
22 * config/tc-cris.h (MD_APPLY_SYM_VALUE): Define.
24 2005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
26 * config/tc-tic30.c (debug): Add format attribute. Fix format
29 2005-07-06 H.J. Lu <hongjiu.lu@intel.com>
31 * config/tc-i386.c (cpu_arch): Add sse3.
33 * config/tc-i386.h (CpuSSE3): Renamed from ...
34 (CpuPNI): This. Defined as CpuSSE3.
36 * doc/c-i386.texi: Document .sse3.
38 2005-07-06 Jan Beulich <jbeulich@novell.com>
40 * config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop.
42 2005-07-05 Nick Clifton <nickc@redhat.com>
44 * config/tc-pdp11.c (md_apply_fix): Cast first argument to
45 md_chars_to_numbers to an unsigned pointer in order to avoid a
48 2005-07-05 Paul Brook <paul@codesourcery.com>
50 * config/tc-ppc.c (ppc_target_format): Add VxWorks.
52 2005-07-05 Aldy Hernandez <aldyh@redhat.com>
54 * config/tc-ms1.c: New.
55 * config/tc-ms1.h: New.
56 * testsuite/gas/ms1/allinsn.d: New.
57 * testsuite/gas/ms1/allinsn.s: New.
58 * testsuite/gas/ms1/badinsn.s: New.
59 * testsuite/gas/ms1/badinsn1.s: New.
60 * testsuite/gas/ms1/badoffsethigh.s: New.
61 * testsuite/gas/ms1/badoffsetlow.s: New.
62 * testsuite/gas/ms1/badorder.s: New.
63 * testsuite/gas/ms1/badreg.s: New.
64 * testsuite/gas/ms1/badsignedimmhigh.s: New.
65 * testsuite/gas/ms1/badsignedimmlow.s: New.
66 * testsuite/gas/ms1/badsyntax.s: New.
67 * testsuite/gas/ms1/badsyntax1.s: New.
68 * testsuite/gas/ms1/badunsignedimmhigh.s: New.
69 * testsuite/gas/ms1/badunsignedimmlow.s: New.
70 * testsuite/gas/ms1/errors.exp: New.
71 * testsuite/gas/ms1/ldst.s: New.
72 * testsuite/gas/ms1/misc.d: New.
73 * testsuite/gas/ms1/misc.s: New.
74 * testsuite/gas/ms1/ms1-16-003.d: New.
75 * testsuite/gas/ms1/ms1-16-003.s: New.
76 * testsuite/gas/ms1/ms1.exp: New.
77 * testsuite/gas/ms1/msys.d: New.
78 * testsuite/gas/ms1/msys.s: New.
79 * testsuite/gas/ms1/relocs.d: New.
80 * testsuite/gas/ms1/relocs.exp: New.
81 * testsuite/gas/ms1/relocs1.s: New.
82 * testsuite/gas/ms1/relocs2.s: New.
84 2005-07-05 Jan Beulich <jbeulich@novell.com>
86 * config/tc-i386.h (CpuSVME): New.
87 (CpuUnknownFlags): Include CpuSVME.
88 * config/tc-i386.c (cpu_arch): Add .pacifica and .svme. Add opteron
89 as alias of sledgehammer.
90 (md_assemble): Include invlpga in the check for insns with two source
92 (process_operands): Include SVME insns in the check for ignored
93 segment overrides. Adjust diagnostic.
94 (i386_index_check): Special-case SVME insns with memory operands.
96 2005-07-04 Khem Raj <kraj@mvista.com>
97 Nick Clifton <nickc@redhat.com>
99 * tc-arm.c (struct arm_it): Make operands.imm signed to match its
100 use an immediate value.
101 (parse_vfp_reg_list): Make the 2nd parameter an unsigned pointer
102 since the register field of the operands structure is unsigned.
103 (s_arm_unwind_save_vfp): Make "reg" unsigned.
104 (parse_operands): Make the 2ns parameter an unsigned pointer to
106 (do_ldrd): When using the imm field of the operands structure as a
107 second register field, treat it as unsigned.
109 2005-07-04 Alan Modra <amodra@bigpond.net.au>
112 * config/obj-elf.c (obj_elf_change_section): Use backend
115 2005-07-01 Jan Beulich <jbeulich@novell.com>
117 * config/tc-ia64.c (line_separator_chars): Add '{' and '}'.
118 (output_spill_psprel, output_spill_psprel_p): Combine.
119 (output_spill_sprel, output_spill_sprel_p): Combine.
120 (output_spill_reg, output_spill_regp_p): Combine.
121 (process_one_record): Handle psp_psprel.
122 (parse_predicate_and_operand): New.
123 (convert_expr_to_ab_reg): Two new parameters. Return void. Always
124 initialize output values. Emit diagnostic case here.
125 (convert_expr_to_xy_reg): Likewise. Don't allow r0, f0, and f1.
126 (add_unwind_entry): New second parameter. Allow first parameter to
127 be NULL. Parse optional tag, emit warning about further support for
128 it otherwise being missing. Check end-of-line when requested.
129 (dot_fframe): Clear operand when wrong. Allow tag.
130 (dot_vframe): Likewise.
131 (dot_vframesp): Likewise. Rename parameter, issue warning when psp
133 (dot_vframepsp): Remove.
134 (dot_altrp): Clear operand when wrong. Allow tag.
135 (dot_save): Likewise. Let default case also go through
137 (dot_savemem): Likewise.
138 (dot_restore): Don't return when wrong operand. Allow tag.
139 (dot_spillreg, dot_spillreg_p): Combine. Simplify by using
140 parse_predicate_and_operand and the new arguments to
141 convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
142 when wrong operand. Allow tag.
143 (dot_restorereg, dot_restorereg_p): Likewise.
144 (dot_spillmem, dot_spillmem_p): Likewise.
145 (dot_saveg): Clear operand when wrong. Perform tighter operand
147 (dot_savef): Likewise.
148 (dot_saveb): Likewise.
149 (dot_savegf): Likewise.
150 (dot_spill): Remove end-of-line check. Combine. Simplify by using
151 parse_predicate_and_operand and the new arguments to
152 convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
153 when wrong operand. Allow tag.
155 (dot_label_state): Don't return when wrong operand.
156 (dot_copy_state): Likewise.
157 (dot_unwabi): Likewise. Check if in prologue.
158 (dot_body): Don't call demand_empty_rest_of_line.
159 (dot_prologue): Type of mask and grsave is unsigned. Perform tighter
161 (md_pseudo_table): Also use dot_restorereg for .restorereg.p. Also
162 use dot_spillreg for .spillreg.p. Also use dot_spillmem for
163 .spillpsp.p and .spillsp.p. Also use dot_vframesp for .vframepsp.
164 (parse_operand): New second parameter. Don't deal with '}' here
165 anymore. Don't advance past end-of-line.
166 (parse_operands): Pass second argument to parse_operand.
167 (ia64_start_line): Prevent out-of-bounds access through
168 input_line_pointer. Deal with '}' here.
169 (ia64_unrecognized_line): Don't deal with '}' here.
170 (dot_alias): Use ignore_rest_of_line not its deprecated alias
171 discard_rest_of_line.
173 2005-06-30 Zack Weinberg <zack@codesourcery.com>
175 * config/tc-arm.c (T_OPCODE_BRANCH, encode_arm_addr_mode_2)
176 (encode_arm_addr_mode_3, encode_arm_cp_address, do_blx, do_t_blx)
177 (do_t_branch, insns [b, bl]): Don't encode pipeline offset.
178 (do_branch): Always set inst.reloc.pc_rel.
179 (s_arm_elf_cons): Disallow use of (plt) suffix.
180 (do_adrl): Adjust X_add_number unconditionally.
181 (md_pcrel_from): Rename md_pcrel_from_section, add second segT
182 argument. Handle all adjustment for pipeline offset here.
183 (md_apply_fix): No need to undo work of md_pcrel_from. No
184 need to extract pre-encoded pipeline adjustments from various
185 branch instructions. Generally, assume instructions are already
186 all-bits-zero in the field being fixed up. Remove all OBJ_ELF
187 special cases. Handle BFD_RELOC_ARM_PLT32 like
188 BFD_RELOC_ARM_PCREL_BRANCH.
189 (tc_gen_reloc): Remove OBJ_ELF special case.
190 * config/tc-arm.c: Define MD_PCREL_FROM_SECTION.
192 2005-06-30 Ben Elliston <bje@gnu.org>
194 * Makefile.am (check-DEJAGNU): Don't search for expect.
195 * Makefile.in: Regenerate.
197 2005-06-30 Ben Elliston <bje@gnu.org>
199 * Makefile.am (EXPECT): Set to expect.
200 (RUNTEST): Likewise, set to runtest.
201 * Makefile.in: Regenerate.
203 2005-06-23 Ben Elliston <bje@gnu.org>
205 * config/m68k-parse.h: Use ISO C90.
206 * config/m68k-parse.y: Likewise.
207 * config/tc-m68k.h: Likewise.
209 2005-06-20 H.J. Lu <hongjiu.lu@intel.com>
212 * config/tc-i386.c (md_assemble): Don't call optimize_disp on
214 (optimize_disp): Optimize only if possible. Don't use 64bit
215 displacement on non-constants and do same on constants if
218 2005-06-17 Jan Beulich <jbeulich@novell.com>
220 * config/tc-i386.c (reloc): Also handle BFD_RELOC_64_PCREL.
221 (tc_i386_fix_adjustable): Include BFD_RELOC_X86_64_GOTOFF64,
222 BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64.
223 (output_disp): Do GOTPC conversion also for BFD_RELOC_X86_64_32S
224 and BFD_RELOC_32_PCREL. Use BFD_RELOC_X86_64_GOTPC32 instead of
226 (output_imm): Do GOTPC conversion also for BFD_RELOC_X86_64_32S.
227 Use BFD_RELOC_X86_64_GOTPC32 instead of aborting.
228 (tc_gen_reloc): Do GOTPC conversion also for BFD_RELOC_32_PCREL.
229 Use BFD_RELOC_X86_64_GOTPC32 instead of aborting. Also handle
230 BFD_RELOC_X86_64_GOTOFF64, BFD_RELOC_X86_64_GOTPC32,
231 BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64. Also
232 convert 8-byte pc-relative relocations.
233 (lex_got): Use BFD_RELOC_X86_64_GOTOFF64 for 64-bit @gotoff.
234 (i386_validate_fix): Likewise.
235 (x86_cons): Also handle quad values in 64-bit mode.
236 (i386_displacement): Also handle BFD_RELOC_X86_64_GOTOFF64.
237 (md_apply_fix): Include BFD_RELOC_X86_64_DTPOFF64 and
238 BFD_RELOC_X86_64_TPOFF64 in the TLS check. Also convert BFD_RELOC_64
239 to pc-relative variant. Also check for BFD_RELOC_64_PCREL.
241 2005-06-13 Zack Weinberg <zack@codesourcery.com>
243 * config/tc-arm.c (find_real_start): Check S_IS_LOCAL on
244 symbolP as well as for names with a leading dot. Use ACONCAT.
245 (md_apply_fix): For branch relocations, only replace value
246 with fixP->fx_offset (under #ifdef OBJ_ELF) when !fixP->fx_done.
247 (arm_force_relocation): Remove #ifdef OBJ_ELF case.
248 * config/tc-arm.h (LOCAL_LABEL): Remove unnecessary parentheses.
249 (LOCAL_LABEL_PREFIX): Don't define.
251 2005-06-10 Alan Modra <amodra@bigpond.net.au>
253 * config/tc-hppa.c (pa_block): Allocate just one byte for the
256 2005-06-08 James E Wilson <wilson@specifixinc.com>
259 * config/tc-ia64.c (slot_index): Revert last change. If first_frag
260 is NULL, then emit a warning, and return the current index.
262 2005-06-08 Tomas Hurka <tom@hukatronic.cz>
265 * config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a
266 temporary copy of the operands array so that changes can be safely
267 backed out if the insn does not match.
268 (m68k_compare_opcode): Shortcut the test when the parameters are
269 the same. Return 1 if the names match but the second opcode is
270 further on in the array than the first.
272 2005-06-08 Nick Clifton <nickc@redhat.com>
275 * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
277 2005-06-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
279 * config/tc-m32r.c (use_parallel): Change default value from 1 to 0.
281 2005-06-07 Aldy Hernandez <aldyh@redhat.com>
282 Michael Snyder <msnyder@redhat.com>
283 Stan Cox <scox@redhat.com>
285 * configure.in: Add ms1 case.
287 * configure: Regenerate.
289 * configure.tgt: Add ms1 case.
291 2005-06-07 Bob Wilson <bob.wilson@acm.org>
293 * config/tc-xtensa.h (resource_table): Change units to unsigned chars.
294 * config/tc-xtensa.c (new_resource_table): Likewise.
295 (resize_resource_table): Likewise.
296 (release_resources): Fix assertion for unsigned values.
298 2005-06-07 Zack Weinberg <zack@codesourcery.com>
300 * cgen.c, cgen.h, tc.h, write.c, config/obj-coff.c
301 * config/tc-a29k.c, config/tc-alpha.c, config/tc-alpha.h
302 * config/tc-arc.c, config/tc-arc.h, config/tc-arm.c
303 * config/tc-arm.h, config/tc-avr.c, config/tc-avr.h
304 * config/tc-cris.c, config/tc-crx.c, config/tc-d10v.c
305 * config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h
306 * config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.h
307 * config/tc-frv.c, config/tc-frv.h, config/tc-h8300.c
308 * config/tc-h8500.c, config/tc-hppa.c, config/tc-hppa.h
309 * config/tc-i370.c, config/tc-i370.h, config/tc-i386.c
310 * config/tc-i386.h, config/tc-i860.c, config/tc-i860.h
311 * config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c
312 * config/tc-ip2k.c, config/tc-ip2k.h, config/tc-iq2000.c
313 * config/tc-iq2000.h, config/tc-m32r.c, config/tc-m32r.h
314 * config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c
315 * config/tc-m68k.h, config/tc-m88k.c, config/tc-maxq.c
316 * config/tc-mcore.c, config/tc-mcore.h, config/tc-mips.c
317 * config/tc-mips.h, config/tc-mmix.c, config/tc-mn10200.c
318 * config/tc-mn10300.c, config/tc-msp430.c, config/tc-ns32k.c
319 * config/tc-openrisc.h, config/tc-or32.c, config/tc-or32.h
320 * config/tc-pdp11.c, config/tc-pj.c, config/tc-pj.h
321 * config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c
322 * config/tc-s390.h, config/tc-sh64.c, config/tc-sh.c
323 * config/tc-sh.h, config/tc-sparc.c, config/tc-sparc.h
324 * config/tc-tahoe.c, config/tc-tic30.c, config/tc-tic4x.c
325 * config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c
326 * config/tc-v850.h, config/tc-vax.c, config/tc-vax.h
327 * config/tc-w65.c, config/tc-xstormy16.c, config/tc-xstormy16.h
328 * config/tc-xtensa.c, config/tc-z8k.c:
329 Replace all instances of the string "_apply_fix3" with
331 * po/POTFILES.in, po/gas.pot: Regenerate.
333 2005-06-08 Alan Modra <amodra@bigpond.net.au>
335 * Makefile.am: Run "make dep-am".
336 (POTFILES): Remove GAS_CFILES.
337 * Makefile.in: Regenerate.
339 2005-06-07 David Ung <davidu@mips.com>
341 * config/tc-mips.c (mips_cpu_info_table): Add cpu names m4k, 24k,
342 24kc, 24kf and 24kfx under MIPS32 release 2.
344 2005-06-04 Nick Clifton <nickc@redhat.com>
346 * config/tc-arm.c (CE, C3, CM, UE, UF): Redefine without reference
347 to their Thumb-enabled equivalents.
349 2005-06-01 Maciej W. Rozycki <macro@linux-mips.org>
351 * config/tc-mips.c (load_register): Add leading "0x" to the
352 output of sprintf_vma().
355 2005-06-01 Nick Clifton <nickc@redhat.com>
357 * config/tc-arm.c (TxCE, TxC3, TxCM, TUE, TUF): Remove redundant
358 test for the presence of thumb version of the parsing functions
359 since they must always exist and the test generates a compile time
362 2005-05-31 Richard Henderson <rth@redhat.com>
364 * config/tc-alpha.c (O_lituse_jsrdirect): New.
365 (alpha_reloc_op): Add it.
366 (debug_exp): Handle it.
367 (DUMMY_RELOC_LITUSE_JSRDIRECT): New.
368 (emit_insn): Handle it.
369 * doc/c-alpha.texi (Alpha-Relocs): Document lituse_jsrdirect.
371 2005-05-31 Christian Groessler <chris@groessler.org>
373 * write.c (dump_section_relocs): Convert to ISO-C.
374 (write_relocs): Avoid signed/unsigned and fprintf argument
375 warnings in debug code.
377 2005-05-26 Zack Weinberg <zack@codesourcery.com>
379 * config/tc-arm.h (TC_FIX_TYPE): Change to int.
380 (TC_INIT_FIX_DATA): Initialize to 0, not NULL.
381 * config/tc-arm.c (fix_new_arm): Remove now-unnecessary cast.
382 (md_apply_fix3): Delete fix_is_thumb variable; refer to
383 fixP->tc_fix_data directly in the sole place it was used.
384 Explicitly truncate value, *valP, fixP->fx_addnumber, and
385 fixP->fx_offset to 32 bits, for consistent behavior between 32-
388 2005-05-27 Jan Beulich <jbeulich@novell.com>
390 * config/tc-ia64.c (struct proc_pending): New.
391 (unwind): Replace proc_start with proc_pending.
392 (unwind_diagnostic): Check unwind.proc_pending.sym.
393 (dot_proc): Replace unwind.proc_start with unwind.proc_pending.sym.
394 Check if previous proc not closed. Record all entry points.
395 (dot_endp): Replace unwind.proc_start with unwind.proc_pending.sym.
396 Set symbol sizes for entry points recorded in dot_proc. Check
397 arguments for consistency with respective .proc's.
398 (md_assemble): Replace unwind.proc_start with
399 unwind.proc_pending.sym.
401 2005-05-27 Jan Beulich <jbeulich@novell.com>
403 * config/tc-ia64.c (emit_one_bundle): Restrict scope of ptr, end_ptr,
404 and last_ptr. Check all in-use slots for first one with non-NULL
405 unwind_record. Don't reload end_ptr before second update round.
407 2005-05-26 James E Wilson <wilson@specifixinc.com>
409 * config/tc-ia64.c (extra_goodness): Update comment.
410 (md_begin): Add debugging code to print best_template table.
412 2005-05-25 Jan Beulich <jbeulich@novell.com>
414 * config/tc-ia64.c (md_begin): Don't try to match slot 2 of an MLX
417 2005-05-25 Jan Beulich <jbeulich@novell.com>
419 * config/tc-ia64.c (ia64_gen_real_reloc_type): Also handle
420 BFD_RELOC_UNUSED when determining the width of the reloc.
422 2005-05-25 Jan Beulich <jbeulich@novell.com>
424 * config/tc-ia64.c (dot_endp): Clear out all three pointers in unwind
427 2005-05-25 Jan Beulich <jbeulich@novell.com>
429 * config/tc-ia64.c (dot_radix): Rewrite.
431 2005-05-25 Jan Beulich <jbeulich@novell.com>
433 * config/tc-ia64.c (struct unw_rec_list): Remove next_slot_number
435 (alloc_record): Remove references to next_slot_number and
437 (emit_one_bundle): Likewise.
439 2005-05-22 Nick Clifton <nickc@redhat.com>
441 * config/tc-v850.c (md_apply_fix3): Pass the address of the
442 message buffer when invoking the insert function.
444 2005-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
446 * config/tc-hppa.c (pa_ip): Promote architecture from PA 1.0 to 1.1
447 only if an instruction match is found.
449 2005-05-20 Bob Wilson <bob.wilson@acm.org>
451 * config/tc-xtensa.c (xg_assemble_vliw_tokens): Change subtraction
452 to addition in argument to xtensa_dwarf2_emit_insn.
454 2005-05-19 Zack Weinberg <zack@codesourcery.com>
456 * Makefile.am: Have 'all' depend on 'info'.
457 * Makefile.in: Regenerate.
459 2005-05-19 Alan Modra <amodra@bigpond.net.au>
461 * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
463 2005-05-19 Anton Blanchard <anton@samba.org>
465 * config/tc-ppc.c (parse_cpu): Handle "-mpower5".
466 (md_show_usage): Document it.
467 (ppc_setup_opcodes): Insert POWER5 mnemonics.
468 * doc/c-ppc.texi (PowerPC-Opts): Document "-mpower5".
470 2005-05-19 Jan Beulich <jbeulich@novell.com>
472 * config/tc-ia64.c (dot_endp): Don't use global symbol for unwind
473 relocations in unwind section.
475 2005-05-18 Nick Clifton <nickc@redhat.com>
477 * config/tc-v850.c (md_apply_fix3): Only use the insertion routine
478 if one exists. Ignore any error messages it may produce, just
479 allow it to perform the insertion.
481 2005-05-17 Zack Weinberg <zack@codesourcery.com>
483 * hash.c (hash_lookup): Add len parameter. All callers changed.
484 (hash_find_n): New interface.
485 * hash.h: Prototype hash_find_n.
486 * sb.c: Include as.h.
487 (scrub_from_sb, sb_to_scrub, scrub_position): New statics.
488 (sb_scrub_and_add_sb): New interface.
489 * sb.h: Prototype sb_scrub_and_add_sb.
490 * input-scrub.c (input_scrub_include_sb): Use sb_scrub_and_add_sb.
492 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Remove
493 reference to BFD_RELOC_ARM_GOT12 which is never generated.
494 * config/tc-arm.c: Rewrite, adding Thumb-2 support.
496 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
498 * doc/Makefile.am (gasver.texi): Don't use $<.
499 * doc/Makefile.in: Regenerated.
501 2005-05-17 Nick Clifton <nickc@redhat.com>
504 * symbols.c (resolve_symbol_value): Do not move symbols whose
505 value expression has not been resolved or finalized into the
506 absolute section as this will confuse other parts of the assembler
507 into thinking that their value is zero.
509 2005-05-17 Jan Beulich <jbeulich@novell.com>
511 * read.c (_find_end_of_line): New.
512 (find_end_of_line): New.
513 (HANDLE_CONDITIONAL_ASSEMBLY): Use it.
514 (read_a_source_file): Use it.
517 (get_line_sb): Use it.
518 (s_errwarn): Replace discard_rest_of_line by ignore_rest_of_line.
519 (s_comm_internal): Likewise.
522 (s_ignore): Use ignore_rest_of_line.
523 * read.h (find_end_of_line): Prototype.
524 (discard_rest_of_line): Remove prototype. #define to
527 2005-05-17 Nick Clifton <nickc@redhat.com>
529 * config/tc-v850,h (TC_FIX_TYPE): Define.
530 (TC_INIT_FIX_TYPE): Define.
531 * config/tc-v850.c (md_assemble): When creating a fix record the
532 operand in the tc_fix_data field.
533 (md_apply_fix3): When applying a resolved fix use the operand's
534 insertion procedure to store the value, if the operand has been
537 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
539 * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap
541 * Makefile.in: Regenerated.
543 2005-05-13 Sterling Augustine <sterling@tensilica.com>
544 Bob Wilson <bob.wilson@acm.org>
546 * config/tc-xtensa.c (xtensa_insnbuf_set_operand): Clarify error
548 (xtensa_mark_zcl_first_insns): Fix incorrect nesting of conditional
549 for handling RELAX_CHECK_ALIGN_NEXT_OPCODE.
551 2005-05-11 Alan Modra <amodra@bigpond.net.au>
553 * config/tc-ppc.c (md_apply_fix3): Allow pcrel forms of BFD_RELOC_16,
554 BFD_RELOC_LO16, BFD_RELOC_HI16 and BFD_RELOC_HI16_S.
556 2005-05-10 Michael Matz <matz@suse.de>
558 * frags.c (frag_grow): Don't be too greedy in allocating memory.
560 * config/tc-hppa.c (pa_block): Check arguments to .block[z].
562 2005-05-10 Hans-Peter Nilsson <hp@bitrange.com>
565 * config/tc-mmix.c (mmix_handle_mmixal): Rearrange slightly.
566 Handle label-without-colon before ordinary dot-pseudo as an
567 ordinary label. Don't leak memory for label-without-colon alone
568 on a line. Don't mmixal-munge operands for dot-pseudos.
570 2005-05-10 Jan Beulich <jbeulich@novell.com>
572 * macro.c (get_any_string): Remove the two last parameters. Replace
573 references to the former expand parameter by using macro_alternate.
574 Simplify loop condition for checking for end-of-string.
575 (get_string): Remove redunant call to sb_skip_white.
576 (do_formals): Remove two last arguments to get_any_string.
577 (macro_expand): Likewise.
578 (expand_irp): Likewise.
580 2005-05-10 Jan Beulich <jbeulich@novell.com>
582 * read.c (s_macro): Move local variable 'local' to smaller scope.
583 Call sb_kill on it when done.
585 2005-05-09 Jan Beulich <jbeulich@novell.com>
587 * config/tc-i386.c (optimize_disp): Discard displacement entirely
588 when zero and not required by encoding constraints.
590 2005-05-09 H.J. Lu <hongjiu.lu@intel.com>
593 * config/tc-sh64.c (sh64_fake_label): New.
595 * config/tc-sh64.h (TC_FAKE_LABEL): New.
597 * doc/internals.texi (TC_FAKE_LABEL): Document.
599 * write.c (TC_FAKE_LABEL): New.
600 (adjust_reloc_syms): Use it.
601 (write_object_file): Likewise.
603 2005-05-09 Jan Beulich <jbeulich@novell.com>
605 * config/tc-i386.c (parse_insn): Disallow use of prefix separator
606 and comma in Intel mode.
608 2005-05-09 Jan Beulich <jbeulich@novell.com>
610 * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Correct 64-bit mode
611 names to match ABI. Add more registers for 32-bit and 64-bit modes.
612 Make name array static and const. Adjust lookup to account for NULL
613 entries (standing for unused register numbers).
615 2005-05-09 Jan Beulich <jbeulich@novell.com>
617 * config/tc-i386.c (parse_insn): Consider all matching instructions
618 when checking for string instruction after string-only prefix.
620 2005-05-07 H.J. Lu <hongjiu.lu@intel.com>
623 * config/tc-ia64.c (start_unwind_section): Properly check
624 comdat group with SHF_GROUP.
626 2005-05-06 Bob Wilson <bob.wilson@acm.org>
628 * doc/c-xtensa.texi (Literal Directive): Spelling correction.
630 2005-05-06 Bob Wilson <bob.wilson@acm.org>
632 * config/tc-xtensa.c: Remove excess whitespace.
633 * config/tc-xtensa.h: Likewise.
634 * config/xtensa-istack.h: Likewise.
635 * config/xtensa-relax.c: Likewise.
636 * config/xtensa-relax.h: Likewise.
638 2005-05-06 Nick Clifton <nickc@redhat.com>
640 * sb.h: Fix formatting of comments.
641 * sb.c: Fix formatting of comments.
643 2005-05-06 Jan Beulich <jbeulich@novell.com>
645 * sb.h (sb_add_buffer): Reintroduce.
646 * sb.c (sb_add_buffer): Likewise.
648 2005-05-06 Jan Beulich <jbeulich@novell.com>
650 * macro.c (new_formal, del_formal): New.
651 (do_formals): Use new_formal. Check for and parse qualifier. Warn if
652 required argument has default value. Stop looking for more formal
653 when there was a vararg one.
654 (macro_expand_body): Use new_formal and del_formal.
655 (macro_expand): Likewise. Initialize local variable err. Don't
656 return immediately when encountering an error. Warn when keyword
657 argument already had a value assigned. Eliminate duplicate clearing
658 of argument value. When current positional argument matches parameter
659 of vararg type, assign to it all the remaining arguments. Issue error
660 when required parameter does not have value.
661 (free_macro): Use del_formal.
662 (expand_irp): Initialize formal type. Free buffers associated with
663 formal prior to returning.
664 * macro.h (struct formal_struct): Add new field 'type' with new
665 enumeration type 'formal_type'.
666 * doc/as.texinfo: Document macro parameter qualifiers.
667 * NEWS: Mention new functionality.
669 2005-05-06 Jan Beulich <jbeulich@novell.com>
671 * cond.c (s_ifb): New.
672 * read.c (potable): Add s_ifb as handler for .ifb and .ifnb.
673 * read.h (s_ifb): Prototype.
674 * doc/as.texinfo: Document .ifb and .ifnb.
676 2005-05-05 Steve Ellcey <sje@cup.hp.com>
678 * config/tc-ia64.c (MIN): Undef.
680 2005-05-05 Paul Brook <paul@codesourcery.com>
682 * config/tc-i386.h (ELF_TARGET_FORMAT): Define for TE_VXWORKS.
684 2005-05-05 Matt Thomas <matt@3am-software.com>
686 * config/tc-vax.c (md_assemble): Don't assume a valueT is 4
689 2005-05-05 Nick Clifton <nickc@redhat.com>
691 * Update the address and phone number of the FSF organization in
692 the GPL notices in the following files:
693 COPYING, app.c, as.c, as.h, asintl.h, atof-generic.c, bignum.h,
694 bit_fix.h, cgen.c, cgen.h, cond.c, debug.c, depend.c, dw2gencfi.c,
695 dw2gencfi.h, dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c,
696 emul-target.h, emul.h, expr.c, expr.h, flonum-copy.c,
697 flonum-konst.c, flonum.h, frags.c, frags.h, hash.c, hash.h,
698 input-file.c, input-file.h, input-scrub.c, itbl-lex.h, itbl-lex.l,
699 itbl-ops.c, itbl-ops.h, itbl-parse.y, listing.c, listing.h,
700 literal.c, macro.c, macro.h, messages.c, obj.h, output-file.c,
701 output-file.h, read.c, read.h, sb.c, sb.h, stabs.c,
702 struc-symbol.h, subsegs.c, subsegs.h, symbols.c, symbols.h, tc.h,
703 write.c, write.h, config/aout_gnu.h, config/atof-ieee.c,
704 config/atof-vax.c, config/itbl-mips.h, config/m68k-parse.h,
705 config/m68k-parse.y, config/m88k-opcode.h, config/obj-aout.c,
706 config/obj-aout.h, config/obj-bout.c, config/obj-bout.h,
707 config/obj-coff.c, config/obj-coff.h, config/obj-ecoff.c,
708 config/obj-ecoff.h, config/obj-elf.c, config/obj-elf.h,
709 config/obj-evax.c, config/obj-evax.h, config/obj-hp300.c,
710 config/obj-hp300.h, config/obj-ieee.c, config/obj-ieee.h,
711 config/obj-multi.h, config/obj-som.c, config/obj-som.h,
712 config/tc-a29k.c, config/tc-a29k.h, config/tc-alpha.c,
713 config/tc-alpha.h, config/tc-arc.c, config/tc-arc.h,
714 config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
715 config/tc-cris.c, config/tc-cris.h, config/tc-crx.c,
716 config/tc-crx.h, config/tc-d10v.c, config/tc-d10v.h,
717 config/tc-d30v.c, config/tc-d30v.h, config/tc-dlx.c,
718 config/tc-dlx.h, config/tc-fr30.c, config/tc-fr30.h,
719 config/tc-frv.c, config/tc-frv.h, config/tc-generic.c,
720 config/tc-generic.h, config/tc-h8300.c, config/tc-h8300.h,
721 config/tc-h8500.c, config/tc-h8500.h, config/tc-hppa.c,
722 config/tc-hppa.h, config/tc-i370.c, config/tc-i370.h,
723 config/tc-i386.c, config/tc-i386.h, config/tc-i860.c,
724 config/tc-i860.h, config/tc-i960.c, config/tc-i960.h,
725 config/tc-ia64.c, config/tc-ia64.h, config/tc-ip2k.c,
726 config/tc-ip2k.h, config/tc-iq2000.c, config/tc-iq2000.h,
727 config/tc-m32r.c, config/tc-m32r.h, config/tc-m68851.h,
728 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
729 config/tc-m68k.h, config/tc-m88k.c, config/tc-m88k.h,
730 config/tc-maxq.c, config/tc-maxq.h, config/tc-mcore.c,
731 config/tc-mcore.h, config/tc-mips.c, config/tc-mips.h,
732 config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
733 config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
734 config/tc-msp430.c, config/tc-msp430.h, config/tc-ns32k.c,
735 config/tc-ns32k.h, config/tc-openrisc.c, config/tc-openrisc.h,
736 config/tc-or32.c, config/tc-or32.h, config/tc-pdp11.c,
737 config/tc-pdp11.h, config/tc-pj.c, config/tc-pj.h,
738 config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c,
739 config/tc-s390.h, config/tc-sh.c, config/tc-sh.h,
740 config/tc-sh64.c, config/tc-sh64.h, config/tc-sparc.c,
741 config/tc-sparc.h, config/tc-tahoe.c, config/tc-tahoe.h,
742 config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
743 config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
744 config/tc-tic80.c, config/tc-tic80.h, config/tc-v850.c,
745 config/tc-v850.h, config/tc-vax.c, config/tc-vax.h,
746 config/tc-w65.c, config/tc-w65.h, config/tc-xstormy16.c,
747 config/tc-xstormy16.h, config/tc-xtensa.c, config/tc-xtensa.h,
748 config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
749 config/te-freebsd.h, config/te-hp300.h, config/te-hppa.h,
750 config/te-ic960.h, config/te-irix.h, config/te-nbsd.h,
751 config/te-netware.h, config/te-sparcaout.h, config/te-sun3.h,
752 config/te-tmips.h, config/te-vxworks.h, config/vax-inst.h,
753 config/xtensa-istack.h, config/xtensa-relax.c,
754 config/xtensa-relax.h, doc/fdl.texi
756 2005-05-05 Nick Clifton <nickc@redhat.com>
758 * config/tc-arm.c (arm_opts): Make -mlittle-endian switch set
759 the target_big_endian variable to false.
761 2005-05-04 Alan Modra <amodra@bigpond.net.au>
763 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct section
764 list traversal. Use bfd_section_list_prepend.
765 * config/tc-mmix.c (mmix_frob_file): Don't needlessly iterate
766 over the section list.
767 * config/tc-xtensa.c (xtensa_remove_section): Delete.
768 (xtensa_insert_section): Delete.
769 (xtensa_move_seg_list_to_beginning): Use bfd_section_list_remove
770 and bfd_section_list_prepend.
771 (xtensa_reorder_seg_list): Use bfd_section_list_remove and
772 bfd_section_list_insert_after.
774 2005-05-03 Nick Clifton <nickc@redhat.com>
776 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations
777 of bfd_section_list... macros.
778 * config/tc-mmix.c (mmix_frob_file): Likewise.
779 * config/tc-xtensa.c (xtensa_remove_section): Likewise.
780 (xtensa_insert_section): Likewise.
782 * macro.c (macro_hash): Remove static.
783 * macro.h (macro_hash): Provide an external declaration.
785 2005-05-02 H.J. Lu <hongjiu.lu@intel.com>
787 * write.c (write_object_file): Use bfd_section_double_list_remove
790 2005-05-02 Daniel Jacobowitz <dan@codesourcery.com>
792 * doc/Makefile.am (gasver.texi): Correct quoting.
793 * doc/Makefile.in: Regenerated.
795 2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
797 * configure.tgt: Add h8300*-*-rtemscoff.
798 Switch h8300*-*-rtems* to elf.
800 2005-04-29 H.J. Lu <hongjiu.lu@intel.com>
802 * hash.c: Undo the last change.
805 2005-04-29 Daniel Jacobowitz <dan@codesourcery.com>
807 * doc/Makefile.am (gasver.texi): Depend on bfd/configure instead
809 (DISTCLEANFILES): Remove.
810 (MAINTAINERCLEANFILES): Add asconfig.texi.
811 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
813 2005-04-29 Ben Elliston <bje@au.ibm.com>
815 * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
816 (GENERIC_OBJS): Likewise, remove bignum-copy.o.
817 (bignum-copy.o): Remove.
818 * Makefile.in: Regenerate.
819 * makefile.vms (OBJS): Remove bignum-copy.obj.
820 * symbols.h (local_symbol_make): Remove declaration.
821 (verify_symbol_chain_2): Likewise.
822 * symbols.c (local_symbol_make): Make static.
823 (max_indent_level): Likewise.
824 (verify_symbol_chain_2): Remove.
825 * macro.c (macro_hash): Make static.
826 * messages.c (fprint_value): Remove.
827 * read.h (get_absolute_expr): Remove.
828 (emit_leb128_expr): Likewise.
829 (do_s_func): Likewise.
830 * read.c (do_s_func): Make static.
831 (emit_leb128_expr): Likewise.
832 (get_absolute_expr): Likewise.
833 * as.h (as_howmuch): Remove declaration.
834 (fprint_value): Likewise.
835 * as.c (myname): Make static.
836 * input-scrub.c (as_howmuch): Remove.
837 (as_1_char): Likewise.
838 * input-file.h (input_file_is_open): Remove.
839 * input-file.c (input_file_is_open): Likewise.
840 * expr.h (expr_build_unary): Remove declaration.
841 (expr_build_binary): Likewise.
842 * expr.c (expr_build_unary): Remove.
843 (expr_build_binary): Likewise.
844 * hash.h (hash_replace): Remove declaration.
845 (hash_delete): Likewise.
846 * hash.c (hash_replace): Remove.
847 (hash_delete): Likewise.
848 * bignum-copy.c (bignum_copy): Move from here ..
849 * config/tc-vax.c (bignum_copy): .. to here.
850 * bignum.h (LOG_TO_BASE_2_OF_10): Remove.
851 (bignum_copy): Remove extern declaration.
852 * sb.h (string_count): Remove extern declaration.
853 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
855 * sb.c (dsize): Replace preprocessor macro with static int.
856 (string_count): Make static.
857 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
859 * config/obj-coff.c (dim_index): Make static.
860 * config/tc-i386.c (GOT_symbol): Likewise.
861 (output_invalid_buf): Likewise.
862 * doc/internals.texi (Warning and error messages): Remove the
863 prototype for fprint_value.
865 2005-04-27 Ben Elliston <bje@au.ibm.com>
869 2005-04-26 H.J. Lu <hongjiu.lu@intel.com>
871 * config/obj-multi.h (FAKE_LABEL_NAME): Defined.
873 * read.c (pseudo_set): Disallow symbol set to common symbol.
876 * write.c (write_object_file): Report common symbol name when
877 disallowing local symbol set to common symbol.
878 (adjust_reloc_syms): Disallow local symbol set to undefined
881 2005-04-25 Jan Beulich <jbeulich@novell.com>
883 * macro.c (macro_expand_body): Replace locals indicator parameters
884 with actual macro_entry. New local variables macro_line and err.
885 Don't return when encountering an error, just record the fact.
886 Detect local symbol name colliding with parameter. Track line number
887 inside of macro expansion.
888 (do_formals): Move local variable name to wider scope. Check
889 parameter of the same name doesn't already exist. In MRI mode, also
890 check it doesn't collide with the argument count pseudo-parameter).
891 (define_macro): Add file and line number parameters. Remove local
892 variable namestr. New local variable error. Initialize macro_entry
893 members file, line, and name. Don't return when encountering an
894 error, just record the fact. Use %s in some diagnostics for read.c
895 to insert the macro name. Free macro_entry on error.
896 (macro_expand): Pass macro_entry to macro_epand_body. Don't return
897 when encountering an error, just record the fact.
898 (expand_irp): Don't return when encountering an error, just record
900 * macro.h (macro_struct): New members name, file, and line.
901 (define_macro): Add file and line number parameters.
902 * read.c (s_macro): Pass file and line to define_macro. Tag warning
903 regarding pseudo-op redefinition with the file/line that macro
904 definition started at.
906 2005-04-22 Bob Wilson <bob.wilson@acm.org>
908 * config/tc-xtensa.c (LOOKAHEAD_ALIGNER): Delete macro.
909 (future_alignment_required): Remove ifdefs that use it.
911 2005-04-22 Bob Wilson <bob.wilson@acm.org>
913 * config/tc-xtensa.c (xg_get_build_instr_size): Remove.
914 (xg_is_narrow_insn, xg_expand_narrow): Remove. Merge into...
915 (xg_is_single_relaxable_insn): ...here. Add "targ" and "narrow_only"
917 (xg_assembly_relax, xg_find_narrowest_format, relaxation_requirements,
918 convert_frag_narrow): Use new version of xg_is_single_relaxable_insn.
920 2005-04-21 Christian Groessler <chris@groessler.org>
922 * config/tc-z8k.c (md_assemble): Fix buffer overrun in operand[]
925 2005-04-20 H.J. Lu <hongjiu.lu@intel.com>
927 * config/obj-aout.h (S_IS_EXTERN): Removed.
928 * config/obj-bout.h (S_IS_EXTERN): Likewise.
929 * config/obj-coff.h (S_IS_EXTERN): Likewise.
930 * symbols.c (S_IS_EXTERN): Likewise.
931 * symbols.h (S_IS_EXTERN): Likewise.
933 * config/tc-alpha.c (tc_gen_reloc): Replace S_IS_EXTERN with
935 * config/tc-d10v.c (md_apply_fix3): Likewise.
936 * config/tc-ia64.c (ia64_fix_adjustable): Likewise.
937 * config/tc-iq2000.c (iq2000_fix_adjustable): Likewise.
938 * config/tc-m32r.c (m32r_fix_adjustable): Likewise.
939 * config/tc-mmix.c (mmix_adjust_symtab): Likewise.
940 * config/tc-sh64.c (shmedia_frob_file_before_adjust): Likewise.
941 (shmedia_md_convert_frag): Likewise.
942 * symbols.c (print_symbol_value_1): Likewise.
943 * write.c (write_object_file): Likewise.
945 2005-04-20 Nick Clifton <nickc@redhat.com>
947 * config/tc-xtensa.c (get_aligned_diff): Change type of
948 branch_align to offsetT so that its signedness matches that of
951 * config/tc-mips.c (macro): Use sprintf_vma to convert a > 32 bit
952 number into a readable string.
953 (load_register): Likewise.
955 2005-04-20 Andreas Schwab <schwab@suse.de>
957 * config/tc-ia64.c (specify_resource): Initialize all of tmpl.
959 2005-04-19 David S. Miller <davem@davemloft.net>
961 * config/tc-sparc.c (md_assemble): If sparc_ip gives us a
962 NULL insn, exit early. Remove now spurious NULL checks.
963 (sparc_ip): Use as_bad for unknown opcode errors, set *pinsn
966 2005-04-19 Jan Beulich <jbeulich@novell.com>
968 * symbols.h (symbol_find_base): Remove prototype.
969 * symbols.c (save_symbol_name): Remove code section conditional upon
971 (symbol_find): Remove.
972 (symbol_find_base): Rename to symbol_find.
973 * subsegs.c (section_symbol): Replace use of symbol_find_base with
975 * config/obj-coff.c (tag_insert): Remove code section conditional
976 upon STRIP_UNDERSCORE.
977 (obj_coff_def): Likewise.
978 (obj_coff_endef): Replace use of symbol_find_base with symbol_find.
979 (coff_frob_symbol): Likewise.
980 (yank_symbols): Likewise.
981 (c_section_symbol): Likewise.
982 * config/obj-coff.h (DO_NOT_STRIP): Remove.
983 * config/tc-arm.c (symbol_locate): Remove code section conditional
984 upon STRIP_UNDERSCORE.
985 * config/tc-h8300.h (DO_NOT_STRIP): Remove.
986 * config/tc-h8500.h (DO_NOT_STRIP): Remove.
987 * config/tc-sh.h (DO_NOT_STRIP): Remove.
988 * config/tc-w65.h (DO_NOT_STRIP): Remove.
989 * config/tc-z8k.h (DO_NOT_STRIP): Remove.
991 2005-04-19 Andreas Schwab <schwab@suse.de>
993 * config/tc-ia64.c (md_assemble): Fix error message for wrong
994 access to application registers.
996 2005-04-19 Jan Beulich <jbeulich@novell.com>
998 * config/te-sysv32.h: Remove.
999 * Makefile.am (TARG_ENV_HFILES): Remove reference to
1001 * Makefile.in (TARG_ENV_HFILES): Likewise.
1003 2005-04-19 Jan Beulich <jbeulich@novell.com>
1006 * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
1009 2005-04-18 Mark Kettenis <kettenis@gnu.org>
1011 * config/tc-i386.c (md_begin): Allow hyphens in mnemonics.
1013 2005-04-18 Maciej W. Rozycki <macro@linux-mips.org>
1015 * config/tc-mips.c (normalize_constant_expr): Don't check for
1017 (check_absolute_expr): Only call normalize_constant_expr() if
1019 (mips_ip): Likewise.
1021 * config/tc-mips.c (check_absolute_expr): Fix formatting.
1023 2005-04-18 Jan Beulich <jbeulich@novell.com>
1025 * macro.c (free_token): New, freeing all the memory associated with a
1027 (do_formals): Move initializers to ...
1028 (define_macro): ... here.
1029 (delete_macro): Convert passed in name to lower case. Warn when
1030 purging macro that doesn't exist. Use hash_jam instead of hash_delete.
1032 2005-04-15 Maciej W. Rozycki <macro@linux-mips.org>
1034 * config/tc-mips.c (normalize_constant_expr): Fix formatting.
1036 2005-04-15 Jan Beulich <jbeulich@novell.com>
1038 * config/obj-elf.c (obj_elf_struct): New.
1039 (elf_pseudo_table). Use it for .offset and .struct.
1041 2005-04-14 Bob Wilson <bob.wilson@acm.org>
1042 Sterling Augustine <sterling@tensilica.com>
1044 * config/tc-xtensa.c (get_aligned_diff): Handle target_size larger
1045 than the section alignment.
1047 2005-04-14 Bob Wilson <bob.wilson@acm.org>
1048 H.J. Lu <hongjiu.lu@intel.com>
1050 * config/tc-xtensa.h (struct xtensa_frag_type): Add lit_frchain field.
1051 * config/tc-xtensa.c (xg_translate_sysreg_op,
1052 xtensa_translate_old_userregs_ops,
1053 xtensa_find_unaligned_branch_targets,
1054 xtensa_find_unaligned_loops, xtensa_fix_close_loop_end_frags,
1055 relax_frag_add_nop): Support 64-bit host.
1056 (xtensa_mark_literal_pool_location, xtensa_move_literals): Use
1057 tc_frag_data lit_frchain and lit_seg fields instead of fr_var.
1059 2005-04-14 Mark Kettenis <kettenis@gnu.org>
1061 * configure.tgt: Add support for OpenBSD/sparc ELF.
1063 * configure.tgt: Set emulation for mips-*-openbsd*.
1064 Remove broken mips-dec-openbsd* config.
1065 * configure.in: Set default ABI for mips64-*-openbsd*.
1066 * configure: Regenerate.
1068 2005-04-14 Maciej W. Rozycki <macro@linux-mips.org>
1070 * config/tc-mips.c (macro) [ldd_std]: Don't attempt the GP
1071 optimization for constant addresses.
1073 2005-04-14 Nick Clifton <nickc@redhat.com>
1075 * as.c (main): Move parse_args before symbol_begin and frag_init
1076 so that the hash table size can be set before it is used.
1077 * hash.c: Use an unsigned long type for the size of the hash
1079 * hash.h (set_gas_hash_table_size): Update the prototype.
1081 2005-04-14 Alan Modra <amodra@bigpond.net.au>
1083 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
1084 * acinclude.m4: Include ../bfd/warning.m4.
1085 * configure.in: Invoke AM_BINUTILS_WARNINGS.
1086 * Makefile.in: Regenerate.
1087 * configure: Regenerate.
1088 * doc/Makefile.in: Regenerate.
1090 2005-04-13 Maciej W. Rozycki <macro@linux-mips.org>
1092 * config/tc-mips.c (IS_ZEXT_32BIT_NUM): New macro.
1093 (normalize_address_expr): New function to sign-extend address
1094 offsets that fit into 32 bits in 32-bit mode.
1095 (macro_build_ldst_constoffset): Use normalize_address_expr()
1096 instead of a handcoded sequence.
1097 (load_register): Likewise. Report oversized numbers in a useful
1099 (macro) [ld_st, ldd_std]: Reject all oversized offsets, not only
1100 for constant addresses. Report oversized numbers in a useful way.
1101 (mips_ip): Use normalize_address_expr() for addresses.
1103 2005-04-12 Mark Kettenis <kettenis@gnu.org>
1105 * config/tc-i386.c (output_insn): Handle VIA PadLock instructions
1106 similar to other instructions now that they're marked as ImmExt.
1108 2005-04-12 Nick Clifton <nickc@redhat.com>
1110 * hash.c (DEFAULT_SIZE): Delete. Replace with:
1111 (gas_hash_table_size): New static variable.
1112 (set_gas_hash_table_size): New function: Records a requested size
1113 for the hash tables.
1114 (get_gas_hash_table_size): New function: Return a prime number
1115 near the requested size of the hash table.
1116 (hash_new): Use get_gas_hash_table_size.
1117 * hash.h: Add a prototype for set_gas_hash_table_size.
1118 * as.c (show_usage): Add description of new switches: --hash-size
1119 and --reduce-memory-overheads.
1120 (option_values): Add OPTION_HASH_TABLE_SIZE and
1121 OPTION_REDUCE_MEMORY_OVERHEADS.
1122 (std_longpopts): Add entries for the new options.
1123 (parse_args): Handle the new options.
1124 * Makefile.am: Add a dependency of as.c on hash.h.
1125 * Makefile.in: Regenerate.
1126 * doc/as.texinfo: Document the new switches.
1127 * NEWS: Mention the new switches.
1129 2005-04-12 Nick Clifton <nickc@redhat.com>
1132 * config/tc-hppa.c (pre_defined_registers): Fix %farg[0-3]
1135 2005-04-12 Alan Modra <amodra@bigpond.net.au>
1137 * Makefile.am: Run "make dep-am".
1138 * Makefile.in: Regenerate.
1140 2005-04-11 Sterling Augustine <sterling@tensilica.com>
1141 Bob Wilson <bob.wilson@acm.org>
1143 * config/tc-xtensa.c (check_t1_t2_reads_and_writes): Fix typo.
1145 2005-04-11 Mark Kettenis <kettenis@gnu.org>
1147 * configure.tgt (generic_target): Add support for OpenBSD/i386 ELF.
1149 2005-04-11 Jan Beulich <jbeulich@novell.com>
1151 * NEWS: Mention these changes and their effects.
1152 * macro.c (get_token): Use is_name_beginner/is_part_of_name/
1154 (check_macro): Likewise.
1155 (buffer_and_nest): Likewise. Permit multiple labels. Don't discard
1156 labels together with the closing pseudo-op.
1157 (macro_expand_body): Adjust comment. Range-check input before use.
1158 Adjust mis-spelled diagnostic. Use is_name_beginner.
1159 * read.c (try_macro): New.
1160 (read_a_source_file): New static variable last_eol. Don't list
1161 macro expansion lines more than once. Call try_macro.
1162 (s_macro): Set section of line_label to absolute instead of undefined.
1163 * doc/as.texinfo: Add information on the caveats of these changes.
1165 2005-04-11 Alan Modra <amodra@bigpond.net.au>
1167 * symbols.c (symbol_X_add_number): Change return type to "offsetT *".
1168 * symbols.h (symbol_X_add_number): Update prototype.
1170 2005-04-10 Eric Christopher <echristo@redhat.com>
1172 * symbols.c (symbol_X_add_number): Fix warning.
1174 2005-04-10 H.J. Lu <hongjiu.lu@intel.com>
1176 * config/tc-m68k.c (md_begin): Support 64bit host.
1177 (get_num): Support 64bit BFD on 32bit host.
1179 2005-04-10 H.J. Lu <hongjiu.lu@intel.com>
1181 * config/tc-mips.c (md_apply_fix3): Fix typos in BFD_RELOC_64.
1183 2005-04-09 Alan Modra <amodra@bigpond.net.au>
1185 * read.c (assign_symbol): Remove const from parm. Fix xcalloc
1186 call. Don't do the COFF hacks for multi-emulation gas. Move
1187 demand_empty_rest_of_line back to caller.
1188 (s_set, equals): demand_empty_rest_of_line here.
1191 * as.h (rs_dummy): Define.
1192 * symbols.c (symbol_X_add_number): New function.
1193 * symbols.h (symbol_X_add_number): Declare.
1194 * stabs.c (aout_process_stab): Tidy symbol frag setting.
1195 * read.c (assign_symbol): New function, split out from s_set.
1196 Use symbol_find_or_make. Leave fr_type of dummy frag as rs_dummy.
1197 Fix COFF hacks for multi-emulation gas.
1198 (s_set): Call assign_symbol. Remove "register" keyword.
1199 (set_zero_frag): New function.
1200 (pseudo_set): Always check for assignment to section syms.
1201 Always set segment and frag of symbol, and likewise extern for
1202 aout/bout. Handle assignment of sym=sym+/-const specially. Don't
1203 special case exp.X_add_number non-zero for O_symbol expressions.
1204 (equals): Use assign_symbol.
1206 2005-04-08 Bob Wilson <bob.wilson@acm.org>
1208 * config/tc-xtensa.c (xtensa_create_xproperty_segments): Skip
1211 2005-04-06 H.J. Lu <hongjiu.lu@intel.com>
1213 * config/tc-i386.c (tc_gen_reloc): Don't turn
1214 BFD_RELOC_X86_64_32S into BFD_RELOC_32.
1216 2005-04-06 Nick Clifton <nickc@redhat.com>
1218 * po/rw.po: New translation: Kinyarwanda
1219 * configure.in (ALL_LINGUAS): Add rw
1220 * configure: Regenerate.
1222 2005-04-05 Sterling Augustine <sterling@tensilica.com>
1223 Bob Wilson <bob.wilson@acm.org>
1225 * config/tc-xtensa.c (branch_align_power): New.
1226 (xtensa_find_unaligned_branch_targets, get_aligned_diff,
1227 future_alignment_required): Use branch_align_power to check section
1228 alignment as well as xtensa_fetch_width when aligning branch targets.
1230 2005-04-05 Bob Wilson <bob.wilson@acm.org>
1232 * config/tc-xtensa.c: Warning fixes throughout.
1233 (xtensa_fetch_width): Change to unsigned.
1234 (assemble_nop, xtensa_find_unaligned_branch_targets,
1235 xtensa_find_unaligned_loops, xg_assemble_vliw_tokens,
1236 is_narrow_branch_guaranteed_in_range, xtensa_fix_close_loop_end_frags,
1237 min_bytes_to_other_loop_end, unrelaxed_frag_min_size,
1238 unrelaxed_frag_max_size, xtensa_fix_short_loop_frags,
1239 count_insns_to_loop_end, unrelaxed_frag_min_insn_count,
1240 get_text_align_max_fill_size, get_text_align_nop_count,
1241 get_text_align_nth_nop_size, get_noop_aligned_address,
1242 get_aligned_diff, convert_frag_align_next_opcode,
1243 convert_frag_immed_finish_loop, xtensa_create_property_segments,
1244 xtensa_create_xproperty_segments, xt_block_aligned_size): Clean up
1245 types, avoiding size_t and using offsetT and addressT appropriately.
1246 (get_text_align_power): Clean up types. Avoid incorrect bound.
1247 (get_text_align_fill_size): Clean up types. Restructure for clarity.
1249 2005-04-04 H.J. Lu <hongjiu.lu@intel.com>
1251 * config/tc-ia64.c (start_unwind_section): Undo the change
1253 (generate_unwind_image, dot_endp): Likewise.
1255 2005-04-01 David Mosberger <davidm@hpl.hp.com>
1257 * config/tc-ia64.c (ia64_handle_align): Move le_nop and
1258 le_nop_stop arrays and initializers to file scope.
1259 (md_begin): When generating code for anything other than
1260 Itanium 1, use MMI instead of MFI NOP bundles as a filler.
1262 2005-04-01 Jan Beulich <jbeulich@novell.com>
1264 * config/tc-i386.c (output_imm): Also set sign flag for 64-bit push
1267 2005-04-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1269 * NEWS: Mention [fdgh]_floating.
1270 * config/atof-vax.c: Fix some whitespace.
1271 * config/tc-vax.c (md_pseudo_table): Add "[fdgh]_floating".
1273 2005-04-01 Nick Clifton <nickc@redhat.com>
1275 * configure.in: Add a check for <unistd.h> providing a prototype
1276 for getopt() which is compatible with the one in
1277 include/getopt.h. If so then define HAVE_DECL_GETOPT.
1278 * configure: Regenerate.
1279 * config.in (HAVE_DECL_GETOPT): Add.
1281 2005-04-01 Jan Beulich <jbeulich@novell.com>
1283 * config/tc-i386.c (s_bss): Call obj_elf_section_change_hook.
1285 2005-04-01 Jan Beulich <jbeulich@novell.com>
1287 * config/tc-i386.c (md_apply_fix3): Also handle BFD_RELOC_X86_64_32S.
1288 (tc_gen_reloc): Handle BFD_RELOC_X86_64_32S in the default case.
1290 2005-03-30 Julian Brown <julian@codesourcery.com>
1292 * config/tc-arm.c (arm_adjust_symtab): Rename
1293 bfd_elf32_is_arm_mapping_symbol_name to bfd_is_arm_mapping_symbol_name.
1295 2005-03-30 Julian Brown <julian@codesourcery.com>
1297 * config/tc-arm.c (mapping_state): Change documentation in function
1298 comment to cross-reference spec instead. Change type of mapping symbols
1300 (arm_adjust_symtab): Don't change type of mapping symbols here.
1302 2005-03-30 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1304 * as.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize.
1305 * config.in: Regenerate.
1306 * configure: Regenerate.
1307 * configure.in: Check for ffs decl and alphabetize.
1309 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1310 Phil Blundell <philb@gnu.org>
1312 * config/tc-arm.c (arm_parse_reloc): Add TLS relocations.
1313 (md_apply_fix3): Mark TLS symbols.
1314 (tc_gen_reloc): Handle TLS relocations.
1315 (arm_fix_adjustable): Ignore TLS relocations.
1316 (s_arm_elf_cons): Support expressions after decorated symbols.
1318 2005-03-29 Julian Brown <julian@codesourcery.com>
1320 * config/tc-arm.c (marked_pr_dependency): New bitmap, bit N indicates
1321 whether personality routine index N has been output for this section.
1322 (mapping_state): tc_segment_info_data now struct not enum.
1323 (arm_elf_change_section): Likewise, and marked_pr_dependency is now
1324 handled on section change.
1325 (create_unwind_entry): Previous code to output dependency removed.
1326 (s_arm_unwind_fnend): Output dependency if it hasn't been done already
1328 * config/tc-arm.h (TC_SEGMENT_INFO_TYPE): Redefined as struct
1329 arm_segment_info_type.
1330 (arm_segment_info_type): New struct.
1332 2005-03-28 Sterling Augustine <sterling@tensilica.com>
1333 Bob Wilson <bob.wilson@acm.org>
1335 * config/tc-xtensa.c (do_align_targets): Update comment.
1336 (xtensa_frob_label): Compute "freq" before possibly switching frags.
1337 Insert a LOOP_END frag before every loop target, and do not overload
1338 DESIRE_ALIGN_IF_TARGET frags with loop end information.
1339 (xg_assemble_vliw_tokens): Use do_align_targets.
1340 (xtensa_fix_target_frags): Remove code to convert a
1341 DESIRE_ALIGN_IF_TARGET frag to a LOOP_END frag when there is a
1342 negatable branch at the end of a loop.
1343 (frag_can_negate_branch): Delete.
1345 2005-03-28 David Mosberger <davidm@hpl.hp.com>
1346 H.J. Lu <hongjiu.lu@intel.com>
1349 NEWS: Mention "-mtune=[itanium1|itanium2]".
1351 * config/tc-ia64.c (md): Add tune.
1352 (md_parse_option): Accepted "-mtune=[itanium1|itanium2]".
1353 (md_show_usage): Add "-mtune=[itanium1|itanium2]".
1354 (extra_goodness): Prefer M- and I-unit NOPs for itanium2. F and
1355 B unit NOPs are discouraged for McKinley-derived cores.
1356 (md_begin): Don't hardcode the "extra_goodness()" function in
1358 (ia64_init): Set md.tune to itanium2.
1360 * doc/as.texinfo: Add -mtune=[itanium1|itanium2]".
1361 * doc/c-ia64.texi: Likewise.
1363 2005-03-27 Ian Lance Taylor <ian@airs.com>
1365 * config/obj-coff.c (coff_frob_symbol): When crashing because of a
1366 bad C_EFCN symbol, print its name.
1368 2005-03-25 Bob Wilson <bob.wilson@acm.org>
1370 * config/tc-xtensa.c (use_longcalls): Delete.
1371 (xg_symbolic_immeds_fit): Check for direct calls and return TRUE if
1372 the use_longcalls flag is set. Do this before checking the segment.
1373 (xg_expand_assembly_insn): Rearrange to use new do_expand flag. Never
1374 expand direct calls at this point.
1375 (xtensa_set_frag_assembly_state): Set use_longcalls flag.
1376 (xtensa_find_unmarked_state_frags): Likewise.
1377 (md_assemble): Do not disable longcalls by setting is_specific_opcode.
1378 (xg_assemble_vliw_tokens): Switch frags when use_longcalls changes.
1379 (convert_frag_immed): Remove unnecessary check of is_specific_opcode.
1380 * config/tc-xtensa.h (xtensa_frag_type): Add use_longcalls flag.
1382 2005-03-25 Hans-Peter Nilsson <hp@bitrange.com>
1384 * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.
1386 2005-03-25 Hans-Peter Nilsson <hp@axis.com>
1388 * config/tc-cris.h: Convert to ISO C90.
1389 * config/tc-cris.c: Ditto.
1390 (md_estimate_size_before_relax): Remove obsolete comment for
1391 parameter "segment_type".
1392 (md_begin): Document reason for cast of hash_insert argument.
1393 (md_atof): Correct type of parameter "type".
1395 2005-03-24 Nick Clifton <nickc@redhat.com>
1397 * write.h (bit_fix_new): Remove redundant prototype.
1398 * config/atof-ieee.c: Convert to ISO-C90 and fix formatting.
1399 * config/obj-aout.c: Convert to ISO-C90 and fix formatting.
1400 * config/obj-aout.h: Convert to ISO-C90 and fix formatting.
1401 * config/obj-bout.c: Convert to ISO-C90 and fix formatting.
1402 * config/obj-bout.h: Convert to ISO-C90 and fix formatting.
1403 * config/obj-ecoff.c: Convert to ISO-C90 and fix formatting.
1404 * config/obj-ecoff.h: Convert to ISO-C90 and fix formatting.
1405 * config/obj-som.c: Convert to ISO-C90 and fix formatting.
1406 * config/obj-som.h: Convert to ISO-C90 and fix formatting.
1407 * config/tc-a29k.c: Convert to ISO-C90 and fix formatting.
1408 * config/tc-a29k.h: Convert to ISO-C90 and fix formatting.
1409 * config/tc-alpha.c: Convert to ISO-C90 and fix formatting.
1410 * config/tc-alpha.h: Convert to ISO-C90 and fix formatting.
1411 * config/tc-arc.c: Convert to ISO-C90 and fix formatting.
1412 * config/tc-arc.h: Convert to ISO-C90 and fix formatting.
1413 * config/tc-d10v.c: Convert to ISO-C90 and fix formatting.
1414 * config/tc-d10v.h: Convert to ISO-C90 and fix formatting.
1415 * config/tc-d30v.c: Convert to ISO-C90 and fix formatting.
1416 * config/tc-d30v.h: Convert to ISO-C90 and fix formatting.
1417 * config/tc-dlx.c: Convert to ISO-C90 and fix formatting.
1418 * config/tc-dlx.h: Convert to ISO-C90 and fix formatting.
1419 * config/tc-fr30.c: Convert to ISO-C90 and fix formatting.
1420 * config/tc-fr30.h: Convert to ISO-C90 and fix formatting.
1421 * config/tc-h8500.c: Convert to ISO-C90 and fix formatting.
1422 * config/tc-h8500.h: Convert to ISO-C90 and fix formatting.
1423 * config/tc-i370.c: Convert to ISO-C90 and fix formatting.
1424 * config/tc-i370.h: Convert to ISO-C90 and fix formatting.
1425 * config/tc-i960.c: Convert to ISO-C90 and fix formatting.
1426 * config/tc-ip2k.c: Convert to ISO-C90 and fix formatting.
1427 * config/tc-ip2k.h: Convert to ISO-C90 and fix formatting.
1428 * config/tc-m32r.c: Convert to ISO-C90 and fix formatting.
1429 * config/tc-m32r.h: Convert to ISO-C90 and fix formatting.
1430 * config/tc-m88k.c: Convert to ISO-C90 and fix formatting.
1431 * config/tc-m88k.h: Convert to ISO-C90 and fix formatting.
1432 * config/tc-mcore.c: Convert to ISO-C90 and fix formatting.
1433 * config/tc-mcore.h: Convert to ISO-C90 and fix formatting.
1434 * config/tc-mn10200.c: Convert to ISO-C90 and fix formatting.
1435 * config/tc-ns32k.c: Convert to ISO-C90 and fix formatting.
1436 * config/tc-ns32k.h: Convert to ISO-C90 and fix formatting.
1437 * config/tc-openrisc.c: Convert to ISO-C90 and fix formatting.
1438 * config/tc-openrisc.h: Convert to ISO-C90 and fix formatting.
1439 * config/tc-or32.c: Convert to ISO-C90 and fix formatting.
1440 * config/tc-or32.h: Convert to ISO-C90 and fix formatting.
1441 * config/tc-pdp11.h: Convert to ISO-C90 and fix formatting.
1442 * config/tc-pj.c: Convert to ISO-C90 and fix formatting.
1443 * config/tc-pj.h: Convert to ISO-C90 and fix formatting.
1444 * config/tc-tahoe.c: Convert to ISO-C90 and fix formatting.
1445 * config/tc-tic80.c: Convert to ISO-C90 and fix formatting.
1446 * config/tc-tic80.h: Convert to ISO-C90 and fix formatting.
1447 * config/tc-v850.c: Convert to ISO-C90 and fix formatting.
1448 * config/tc-v850.h: Convert to ISO-C90 and fix formatting.
1449 * config/tc-w65.c: Convert to ISO-C90 and fix formatting.
1450 * config/tc-w65.h: Convert to ISO-C90 and fix formatting.
1451 * config/tc-xstormy16.c: Convert to ISO-C90 and fix formatting.
1452 * config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting.
1454 2005-03-23 Jim Blandy <jimb@redhat.com>
1456 * config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding
1457 attributes properly.
1459 2005-03-23 Mike Frysinger <vapier@gentoo.org>
1460 Nick Clifton <nickc@redhat.com>
1462 * configure.tgt: Accept any C library to accompany a GNU Linux
1463 implementation, not just the GNU C library.
1464 * configure.in: Likewise.
1465 * configure: Regenerate.
1467 2005-03-23 Nick Clifton <nickc@redhat.com>
1469 * config/tc-tic30.c: Convert to ISO C90 formatting.
1470 * config/tc-tic30.h: Convert to ISO C90 formatting.
1471 * config/tc-pdp11.c: Convert to ISO C90 formatting.
1472 * config/atof-vax.c: Convert to ISO C90 formatting.
1474 2005-03-21 Maciej W. Rozycki <macro@mips.com>
1476 * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16
1477 relocations correctly as well.
1478 (mips_fix_adjustable): Don't make BFD_RELOC_MIPS16_LO16
1479 relocations in mergeable sections section-relative either.
1481 2005-03-21 Bob Wilson <bob.wilson@acm.org>
1483 * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations.
1485 2005-03-21 Nick Clifton <nickc@redhat.com>
1487 * config/tc-sh.c (sh_elf_final_processing): Fix compile time
1488 warning by providing a prototype for sh_symbian_find_elf_flags.
1490 * cgen.c (gas_cgen_parse_operand): Fix typo introduced by
1493 2005-03-21 Alan Modra <amodra@bigpond.net.au>
1495 * configure.tgt: Handle setting of bfd_gas for fmt=multi targets
1496 along with other formats that set bfd_gas. Remove unnecessary
1497 setting of bfd_gas. Delete strongarm cases in generic_target
1500 2005-03-21 Alan Modra <amodra@bigpond.net.au>
1503 * config/tc-m68k.c (TRUNC, SEXT): Define.
1504 (issbyte, isubyte, issword, isuword, isbyte, isword): Use the above.
1505 (m68k_ip): Truncate or sign extend expressions as appropriate.
1506 (get_num): Likewise.
1507 (md_apply_fix3): Use SEXT.
1509 2005-03-21 Alan Modra <amodra@bigpond.net.au>
1511 * Makefile.am (OBJ_FORMAT_CFILES): Prune config/obj-vms.c.
1512 (OBJ_FORMAT_HFILES): Prune config/obj-vms.h.
1513 (obj-vms.o): Delete rule.
1515 * Makefile.in: Regenerate.
1516 * aclocal.m4: Regenerate.
1517 * doc/Makefile.in: Regenerate.
1518 * po/POTFILES.in: Regenerate.
1520 2005-03-18 C Jaiprakash <cjaiprakash@noida.hcltech.com>
1522 * config/tc-m68k.c (m68k_elf_final_processing): Set file specific
1523 flag for coldfire v4e.
1525 2005-03-17 Bob Wilson <bob.wilson@acm.org>
1527 * config/tc-xtensa.c (xg_apply_tentative_value): Rename to
1528 xg_apply_fix_value and return a value to indicate success.
1529 (md_pcrel_from): Skip check of fx_done. Return 0 if not PC-relative.
1530 (xtensa_force_relocation): Remove checks for VTABLE relocs.
1531 (xtensa_validate_fix_sub): New.
1532 (xtensa_fix_adjustable): Remove check for external or weak symbols.
1533 (tc_gen_reloc): Move code to handle difference of symbols and code to
1534 apply tentative fix values to ...
1535 (md_apply_fix3): ...here. Enable standard overflow checks for simple
1536 8, 16, and 32 bit relocations. Apply fixes for slot-specific
1537 relocations when linkrelax flag is not set.
1538 * config/tc-xtensa.h (xtensa_validate_fix_sub): Add prototype.
1539 (TC_FORCE_RELOCATION_SUB_SAME, TC_VALIDATE_FIX_SUB): Define.
1541 2005-03-17 Jan Beulich <jbeulich@novell.com>
1543 * config/tc-i386.c (i386_scale): Beautify error message.
1544 (Intel syntax comments): Update.
1545 (struct intel_parser_s): Add fields in_offset, in_bracket, and
1547 (intel_e04_1, intel_e05_1, intel_e05_1, intel_e09_1, intel_e10_1):
1548 Remove declarations.
1549 (intel_bracket_expr): Declare.
1550 (i386_intel_operand): Initialize new intel_parser fields. Wrap most
1551 of the function body in a loop allowing to split an operand into two.
1552 Replace calls to malloc and checks of it returning non-NULL with
1553 calls to xmalloc/xstrdup.
1554 (intel_expr): SHORT no longer handled here. Add comment indicating
1555 comparison ops need implementation.
1556 (intel_e04, intel_e04_1): Combine, replace recursion with loop.
1557 Check right operand of - does not specify a register when parsing
1558 the address of a memory reference.
1559 (intel_e05, intel_e05_1): Combine, replace recursion with loop.
1560 Check operands do not specify a register when parsing the address of
1562 (intel_e06, intel_e06_1): Likewise.
1563 (intel_e09, intel_e09_1): Combine, replace recursion with loop. Also
1564 handle SHORT as well as unary + and -. Don't accept : except for
1565 segment overrides or in direct far jump/call insns.
1566 (intel_brack_expr): New.
1567 (intel_e10, intel_e10_1): Combine, replace recursion with loop. Use
1569 (intel_e11): Replace chain of if/else-if by switch, alloing fall-
1570 through in certain cases. Use intel_brack_expr. Add new diagnostics.
1571 Allow symbolic constants as register scale value.
1572 (intel_get_token): Replace call to malloc and check of return value
1573 with call to xmalloc. Change handling for FLAT to match MASM's.
1574 (intel_putback_token): Don't try to back up/free current token if
1577 2005-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1579 * configure.tgt: Set emulation for arm-*-eabi*.
1580 * config/tc-arm.c (meabi_flags): Check EABI_DEFAULT.
1581 * config/te-armeabi.h: New file.
1582 * config/te-armlinuxeabi.h (EABI_DEFAULT): Define.
1583 * config/te-symbian.h: Include "te-armeabi.h".
1585 2005-03-16 Nick Clifton <nickc@redhat.com>
1587 * cgen.c (gas_cgen_parse_operand): Copy opinfo parameter into a
1588 local variable in case it is clobbered by the setjmp.
1590 2005-03-16 Nick Clifton <nickc@redhat.com>
1591 Ben Elliston <bje@au.ibm.com>
1593 * configure.in (werror): New switch: Add -Werror to the
1594 compiler command line. Enabled by default. Disable via
1596 * configure: Regenerate.
1598 2005-03-16 Nick Clifton <nickc@redhat.com>
1600 * config/obj-coff.h: Convert to ISO C90 formatting.
1601 * config/obj-coff.c: Convert to ISO C90 formatting.
1603 2005-03-15 Zack Weinberg <zack@codesourcery.com>
1605 * config/tc-arm.c (do_mla): Rename to do_mlas, take second
1606 is_mls parameter; do not diagnose Rm==Rd when is_mls.
1607 (do_mla, do_mls, five_bit_unsigned_immediate, bfci_lsb_and_width)
1608 (do_bfc, do_bfi, do_bfx, do_rbit, do_mov16, do_ldsttv4): New functions.
1609 (insns): Add ARMv6T2 instructions:
1610 bfc bfi mls movw movt rbit sbfx ubfx ldrht ldrsht ldrsbt strht.
1611 (arm_archs): Add V6T2 variants.
1613 2005-03-15 Nick Clifton <nickc@redhat.com>
1615 * NEWS: Add cutoff for changes in 2.16 release.
1617 2005-03-15 Jan Beulich <jbeulich@novell.com>
1619 * expr.c (operand): Merge handling of unary + into that for unary
1622 2005-03-14 Eric Christopher <echristo@redhat.com>
1624 * config/tc-mips.c: Include dw2gencfi.h.
1625 (mips_cfi_frame_initial_instructions): New.
1626 * config/tc-mips.h (TARGET_USE_CFIPOP): Define.
1627 (tc_cfi_frame_initial_instructions): Ditto.
1628 (DWARF2_DEFAULT_RETURN_COLUMN): Ditto.
1629 (DWARF2_CIE_DATA_ALIGNMENT): Ditto.
1630 * Makefile.am: Update dependencies.
1631 * Makefile.in: Regenerate.
1633 2005-03-15 Alan Modra <amodra@bigpond.net.au>
1635 * po/es.po: Commit new Spanish translation.
1637 2005-03-14 Alan Modra <amodra@bigpond.net.au>
1639 * po/tr.po: Commit new Turkish translation.
1641 2005-03-12 Zack Weinberg <zack@codesourcery.com>
1643 * config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe,
1646 2005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
1648 * config-gas.com: Mark vax-vms as obsolete.
1649 * configure.in: Remove fmt=vms support.
1650 * config.in: Regenerate.
1651 * configure: Regenerate.
1652 * config/obj-vms.h, config/obj-vms.c, config/vms-conf.h: Remove.
1654 2005-03-10 Sterling Augustine <sterling@tensilica.com>
1655 Bob Wilson <bob.wilson@acm.org>
1657 * config/tc-xtensa.c (finish_vinsn): Include the last instruction slot
1658 when checking if xg_resolve_literals needs to be called.
1659 * config/tc-xtensa.h: Fix spelling typo in a comment.
1661 2005-03-10 Jan Beulich <jbeulich@novell.com>
1663 * config/tc-tic54x.h (tic54x_macro_info): Change parameter type.
1664 * config/tc-tic54x.c (tic54x_macro_info): Likewise. Replace hand-
1665 crafted structure declarations with the types from macro.h.
1667 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1669 * config/tc-mips.c (s_cpsetup): Use '__gnu_local_gp' instead of '_gp'
1670 for -mno-shared optimization.
1672 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1674 * config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros.
1675 (MAX_NOPS): Bump to 4.
1676 (mips_fix_vr4130): New variable.
1677 (nops_for_vr4130): New function.
1678 (nops_for_insn): Use MAX_DELAY_NOPS rather than MAX_NOPS. Use
1679 nops_for_vr4130 if working around VR4130 errata.
1680 (OPTION_FIX_VR4130, OPTION_NO_FIX_VR4130): New macros.
1681 (md_longopts): Add -mfix-vr4130 and -mno-fix-vr4130.
1682 (md_parse_option): Handle them.
1683 (md_show_usage): Print them.
1684 * doc/c-mips.texi: Document -mfix-vr4130 and -mno-fix-vr4130.
1686 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1688 * config/tc-mips.c (append_insn): Remove cop_interlocks test from
1691 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1693 * config/tc-mips.h (mips_flush_pending_output): Delete.
1694 (mips_emit_delays): Declare.
1695 (md_flush_pending_output): Use mips_emit_delays.
1696 * config/tc-mips.c (mips_no_prev_insn): Remove parameter; always forget
1697 the previous instructions.
1698 (md_begin, append_insn, md_parse_option): Update callers.
1699 (mips_emit_delay): Remove parameter. Move INSNS != 0 code to
1701 (mips_align, s_change_sec, s_cons, s_float_cons, s_gpword)
1702 (s_gpdword): Update callers.
1703 (start_noreorder, end_noreorder): New functions.
1704 (macro, macro2, mips16_macro, s_mipsset): Use them instead of
1705 manipulating mips_opts or prev_nop_frag directly.
1706 (mips_flush_pending_output): Delete.
1708 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1710 * config/tc-mips.c (mips_move_labels): New function, taken from...
1711 (append_insn, mips_emit_delays): ...here.
1713 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1715 * config/tc-mips.c (MAX_NOPS): New macro.
1716 (history): Resize to 1 + MAX_NOPS.
1717 (fix_vr4120_class): New enumeration.
1718 (vr4120_conflicts): New variable.
1719 (init_vr4120_conflicts): New function.
1720 (md_begin): Call it.
1721 (insn_uses_reg): Constify first argument.
1722 (classify_vr4120_insn, insns_between, nops_for_insn, nops_for_sequence)
1723 (nops_for_insn_or_target): New functions.
1724 (append_insn): Use the new nops_for_* functions instead of inline
1725 delay checks. Generalize prev_nop_frag handling to handle an
1726 arbitrary history length. Insert nops into the history buffer
1727 once the number of nops in prev_nop_frag is fixed.
1728 (emit_delays): Use nops_for_insn instead of inline delay checks.
1730 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1732 * config/tc-mips.c (append_insn): Remove now-redundant nops != 0
1733 check from branch delay code. Remove unnecessary check for branches.
1735 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1737 * config/tc-mips.c (dummy_opcode): Delete.
1738 (nop_insn, mips16_nop_insn): New variables.
1739 (NOP_INSN): New macro.
1740 (insn_length, create_insn, install_insn, move_insn, add_fixed_insn)
1741 (add_relaxed_insn, insert_into_history, emit_nop): New functions.
1742 (md_begin): Initialize nop_insn and mips16_nop_insn.
1743 (append_insn): Use the new emit_nop function to add nops, recording
1744 them in the history buffer. Use add_fixed_insn or add_relaxed_insn
1745 to reserve room for the instruction and install_insn to install the
1746 final form. Use insert_into_history to record the instruction in
1747 the history buffer. Use move_insn to do delay slot filling.
1748 (mips_emit_delays): Use add_fixed_insn instead of the emit_nop macro.
1749 (macro_build, mips16_macro_build, macro_build_lui, mips_ip)
1750 (mips16_ip): Use create_insn to initialize mips_cl_insns.
1752 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1754 * config/tc-mips.c (INSERT_BITS, EXTRACT_BITS, INSERT_OPERAND)
1755 (EXTRACT_OPERAND, MIPS16_INSERT_OPERAND, MIPS16_EXTRACT_OPERAND): New.
1756 (insn_uses_reg, reg_needs_delay, append_insn, macro_build)
1757 (mips16_macro_build, macro_build_lui, mips16_macro, mips_ip)
1758 (mips16_ip): Use the new macros instead of explicit masks and shifts.
1760 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1762 * config/tc-mips.c (mips_cl_insn): Replace the valid_p, delay_slot_p
1763 and extended_p fields with a single fixed_p field.
1764 (append_insn, mips_no_prev_insn): Adjust accordingly.
1766 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1768 * config/tc-mips.c (mips_cl_insn): Replace reloc_type array with
1769 a single mips16_absolute_jump_p bit.
1770 (append_insn): Adjust accordingly.
1772 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
1774 * config/tc-mips.h (mips_cl_insn): Move definition to...
1775 * config/tc-mips.c (mips_cl_insn): ...here. Add new fields:
1776 frag, where, fixp, reloc_type, valid_p, noreorder_p, delay_slot_p
1778 (history): New variable.
1779 (prev_insn, prev_prev_insn, prev_insn_valid, prev_insn_frag)
1780 (prev_insn_where, prev_insn_reloc_type, prev_insn_fixp)
1781 (prev_insn_is_delay_slot, prev_insn_unreordered, prev_insn_extended)
1782 (prev_prev_insn_unreordered): Delete.
1783 (reg_needs_delay, append_insn, mips_no_prev_insn, mips_emit_delays)
1784 (macro_start): Replace uses of prev_insn* with the equivalent history[]
1787 2005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
1789 * doc/Makefile.am: Update as.info dependencies.
1790 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
1792 2005-03-08 Jan Beulich <jbeulich@novell.com>
1794 * doc/as.texinfo: Add sentence to indicate redefining a macro is an
1795 error, and point to .purgem documentation if someone really needs
1797 * NEWS: Mention macro redefinition is now an error.
1799 2005-03-08 Jan Beulich <jbeulich@novell.com>
1801 * config/tc-ia64.c (emit_one_bundle): Track last slot user insn was
1802 emitted to. Add more precise diagnostics for non-fitting insns based
1803 on that. Eliminate now superfluous special casing of MLX. Clear out
1804 slot information when dropping an insn.
1806 2005-03-08 Jan Beulich <jbeulich@novell.com>
1808 * config/tc-ia64.c (parse_section_name): Rename to...
1809 (cross_section): In addition to separating the name from the rest of
1810 the arguments, also carry out the operation.
1811 (dot_xdata): Use cross_section.
1812 (dot_float_cons): Likewise.
1813 (dot_xstringer): Likewise.
1814 (dot_xdata_ua): Likewise.
1815 (dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons.
1817 2005-03-05 Alan Modra <amodra@bigpond.net.au>
1819 * po/gas.pot: Regenerate.
1821 2005-03-04 David Daney <ddaney@avtrex.com>
1823 * config/tc-mips.c (macro_build_lui): Use '__gnu_local_gp'
1824 instead of '_gp' for -mno-shared optimization.
1826 (s_abicalls): Document it in the comment.
1827 (md_show_usage): Document the -mno-shared option.
1829 2005-03-04 Richard Sandiford <rsandifo@redhat.com>
1831 * config/tc-mips.c (mips_set_options): Add sym32 field.
1832 (mips_opts): Initialize it.
1833 (HAVE_32BIT_ADDRESSES): Set to true if pointers are 32 bits wide.
1834 (HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES.
1835 (HAVE_32BIT_SYMBOLS, HAVE_64BIT_SYMBOLS): New macros.
1836 (load_address): Use HAVE_64BIT_SYMBOLS instead of HAVE_64BIT_ADDRESSES
1837 when deciding whether to use a symbolic %highest/%higher expansion.
1838 (macro): Likewise. Remove o64/n32 linux hack. Always use
1839 ADDRESS_ADD*_INSN for address addition in the expansion of "dla"
1840 and "la". Handle constants separately from symbolic expressions in
1841 the "ld_st:" case, using 64-bit arithmetic if HAVE_64BIT_ADDRESSES
1842 and using load_register to load the high part of the address.
1843 (OPTION_MSYM32, OPTION_NO_MSYM32): New macros.
1844 (OPTION_ELF_BASE): Bump by 2.
1845 (md_longopts): Add entries for -msym32 and -mno-sym32.
1846 (md_parse_option): Handle them.
1847 (usage): Document them.
1848 (s_mipsset): Handle ".set sym32" and ".set nosym32".
1849 (s_cpload, s_cpsetup): Use HAVE_64BIT_SYMBOLS instead of
1850 HAVE_64BIT_ADDRESSES to detect 64-bit values of "_gp".
1851 * doc/c-mips.texi: Document ".set sym32", ".set nosym32",
1852 -msym32 and -mno-sym32.
1854 2005-03-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1856 * config/tc-mips.c (load_address): Implement GP optimization
1857 for 64bit address space non-PIC. Fix formatting.
1858 (macro): Likewise. Simplify code.
1859 (md_parse_option): Don't bail out if -G 0 is set for PIC code.
1860 (mips_after_parse_args): Simplify code.
1862 2005-03-03 Nick Clifton <nickc@redhat.com>
1864 * expr.c (operand): Remove redundant code enclosed by #ifdef
1865 RELAX_PAREN_GROUPING....#endif.
1867 * config/tc-mn10200.c (tc_gen_reloc): Handle the case where the
1868 reloc is the difference of two symbols defined in the same
1871 * config/tc-iq2000.c (line_comment_chars): Include the # character
1872 as otherwise this breaks #APP/#NO_APP processing.
1874 2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1876 * config/tc-arc.c(md_assemble): Remove dead code for handling
1877 immediate indexing of ld and st .
1879 2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
1880 Joseph Myers <joseph@codesourcery.com>
1882 * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi,
1883 %dtprel_lo, %tprel_hi, %tprel_lo, and %gottprel.
1884 (parse_relocation): Check for a word break after a relocation
1886 (md_apply_fix3): Handle TLS relocations, and mark thread-local
1889 2005-03-02 Alan Modra <amodra@bigpond.net.au>
1891 * config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks.
1893 2005-03-02 Jan Beulich <jbeulich@novell.com>
1895 * as.c (main): Use unlink_if_ordinary instead of unlink.
1896 * messages.c (as_fatal): Likewise.
1898 2005-03-02 Jan Beulich <jbeulich@novell.com>
1900 * config/tc-i386.c (build_modrm_byte): Add lock prefix for cr8...15
1902 (parse_register): Allow cr8...15 in all modes.
1904 2005-03-02 Jan Beulich <jbeulich@novell.com>
1906 * config/tc-i386.c (intel_e11): If not followed by T_PTR, treat T_BYTE
1907 etc. like normal symbol references (T_ID).
1909 2005-03-02 Alan Modra <amodra@bigpond.net.au>
1911 * symbols.c (fb_label_name): Fix silly thinko in last change.
1913 2005-03-02 Alan Modra <amodra@bigpond.net.au>
1915 * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.
1916 * config/tc-m68k.h (TARGET_WORD_SIZE): Delete.
1918 * symbols.c (fb_label_name): Allow an augend of 2 for mmix.
1920 2005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1923 * config/tc-arc.c (md_assemble): Initialize suffix for extension
1926 2005-03-01 Alan Modra <amodra@bigpond.net.au>
1928 * config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
1930 * as.h (assert): Warning fix.
1931 * expr.c (expr): Correct assertion.
1932 * read.c (s_comm_internal): Remove assertion.
1933 * write.c (relax_segment): Enable vma assertion only for BFD_ASSEMBLER.
1934 (fixup_segment): Remove assertion.
1935 * config/tc-dlx.c (machine_ip): Remove untrue assertions.
1936 (md_apply_fix3): Likewise.
1937 * config/tc-i370.c (md_begin): Correct assertion.
1938 (i370_macro): Warning fix for assertion.
1940 2005-03-01 Alan Modra <amodra@bigpond.net.au>
1942 * configure.in (AC_C_BIGENDIAN): Invoke.
1943 * configure: Regenerate.
1944 * write.c (write_object_file <!BFD_ASSEMBLER>): Don't use sizeof
1945 host variable to set string header size.
1946 * config/obj-aout.c (obj_header_append): Don't use host structs.
1947 (obj_symbol_to_chars): Likewise.
1948 (obj_emit_strings): Likewise. Use the passed in output pointer.
1949 * config/obj-aout.h (H_GET_FILE_SIZE): Include H_GET_LINENO_SIZE.
1950 * config/obj-bout.c (obj_emit_relocations): Use md_reloc_size,
1951 not sizeof host struct.
1952 (obj_header_append, obj_symbol_to_chars): Don't use host structs.
1953 (obj_emit_strings): Likewise.
1954 * config/obj-bout.h (EXEC_BYTES_SIZE): Define.
1955 (N_TXTOFF, H_GET_FILE_SIZE, H_GET_HEADER_SIZE): Use instead of
1957 (H_SET_SYMBOL_TABLE_SIZE): Hard code sym size rather than using
1959 (host_number_to_chars): Define.
1960 * config/obj-hp300.c (hp300_header_append): Don't use sizeof
1961 host internal struct to set header sizes.
1962 * config/tc-i960.c (md_number_to_field): Warning fix.
1963 (md_ri_to_chars): Use host byte order.
1964 (get_cdisp, md_apply_fix3): Warning fix.
1965 * config/tc-m68k.c (md_assemble): Don't use sizeof host short.
1967 2005-02-28 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
1969 * doc/c-arc.texi: Update documentation about ARC's extension
1972 2005-02-27 Svein E. Seldal <svein@dev.seldal.com>
1974 * config/tc-tic4x.c (tic4x_gen_to_words): Changed mail
1977 2005-02-23 Alan Modra <amodra@bigpond.net.au>
1979 * cgen.c: Warning fixes.
1980 * config/tc-arc.c: Likewise.
1981 * config/tc-arm.c: Likewise.
1982 * config/tc-avr.c: Likewise.
1983 * config/tc-d10v.c: Likewise.
1984 * config/tc-d30v.c: Likewise.
1985 * config/tc-frv.c: Likewise.
1986 * config/tc-frv.h: Likewise.
1987 * config/tc-h8300.c: Likewise.
1988 * config/tc-h8500.c: Likewise.
1989 * config/tc-i370.c: Likewise.
1990 * config/tc-i960.c: Likewise.
1991 * config/tc-ia64.c: Likewise.
1992 * config/tc-ip2k.c: Likewise.
1993 * config/tc-m68hc11.c: Likewise.
1994 * config/tc-maxq.c: Likewise.
1995 * config/tc-mcore.c: Likewise.
1996 * config/tc-mips.c: Likewise.
1997 * config/tc-msp430.c: Likewise.
1998 * config/tc-pj.c: Likewise.
1999 * config/tc-ppc.c: Likewise.
2000 * config/tc-ppc.h: Likewise.
2001 * config/tc-s390.c: Likewise.
2002 * config/tc-sh.c: Likewise.
2003 * config/tc-sh64.c: Likewise.
2004 * config/tc-tic4x.c: Likewise.
2005 * config/tc-tic80.c: Likewise.
2006 * config/tc-v850.c: Likewise.
2007 * config/tc-vax.c: Likewise.
2008 * config/tc-w65.c: Likewise.
2009 * config/tc-xstormy16.c: Likewise.
2010 * config/tc-z8k.c: Likewise.
2012 2005-02-22 Catherine Moore <clm@cm00re.com>
2014 * read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test.
2015 * doc/internals.texi (TC_EQUAL_IN_INSN): Reinstate.
2017 2005-02-22 Eric Christopher <echristo@redhat.com>
2019 * config/tc-mips.c (struct proc): Change isym to
2020 func_sym. New member func_end_sym.
2021 (s_mips_ent): Update.
2022 (s_mips_end): Ditto. Add code to compute function size.
2024 2005-02-22 Alan Modra <amodra@bigpond.net.au>
2026 * read.c: Warning fixes.
2027 * config/obj-elf.c: Likewise.
2029 2005-02-22 Maciej W. Rozycki <macro@mips.com>
2031 * config/tc-mips.c (append_insn): Call dwarf2_emit_insn() before
2034 2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
2036 * config/obj-coff.c (obj_coff_section): Replace SEC_SHARED with
2039 * config/tc-tic54x.c (tic54x_bss): Replace SEC_BLOCK with
2041 (demand_empty_rest_of_line): Likewise.
2042 (tic54x_sblock): Likewise.
2043 (tic54x_clink): Replace with SEC_CLINK with SEC_TIC54X_CLINK.
2045 2005-02-21 Alan Modra <amodra@bigpond.net.au>
2047 * read.c (address_bytes): New function.
2048 (TC_ADDRESS_BYTES): Default for BSD_ASSEMBLER to address_bytes.
2049 (potable): Add "dc.a".
2050 (cons_worker): Handle "dc.a".
2051 * doc/internals.texi (TC_ADDRESS_BYTES): Document.
2053 2005-02-21 Alan Modra <amodra@bigpond.net.au>
2055 * input-file.c (input_file_open): Rearrange to avoid warning.
2057 2005-02-19 Alan Modra <amodra@bigpond.net.au>
2059 * config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete.
2060 * read.c (read_a_source_file): Remove TC_EQUAL_IN_INSN test.
2061 * doc/internals.texi (TC_EQUAL_IN_INSN): Delete.
2063 2005-02-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2065 * config/tc-mips.c (macro_build_ldst_constoffset): Fail on $at
2066 uses after .set noat.
2067 (load_address): Likewise.
2068 (macro): Likewise. Don't try to avoid $at use by sacrificing
2069 the target register before it is stored, it won't work.
2071 2005-02-17 James E Wilson <wilson@specifixinc.com>
2073 * config/tc-ia64.c (emit_one_bundle): Stop filling a bundle if we
2074 see an instruction that specifies a template.
2076 2005-02-18 Alan Modra <amodra@bigpond.net.au>
2078 * config/tc-openrisc.c (openrisc_relax_frag): Delete unused function.
2079 * config/tc-sparc.c (sparc_ip): Make op_exp static to silence warnings.
2080 * config/tc-tic80.c (build_insn): Init insn[1] to silence warning.
2082 2005-02-17 H.J. Lu <hongjiu.lu@intel.com>
2084 * NEWS: Mention "-mhint.b=[ok|warning|error]".
2086 * config/tc-ia64.c (md): Add hint_b.
2087 (emit_one_bundle): Handle md.hint_b for "hint".
2088 (md_parse_option): Accepted "-mhint.b=[ok|warning|error]".
2089 (md_show_usage): Add "-mhint.b=[ok|warning|error]".
2090 (ia64_init): Set md.hint_b to error.
2091 (md_assemble): Handle md.hint_b for "hint.b".
2093 * doc/as.texinfo: Add "-mhint.b=[ok|warning|error]".
2094 * doc/c-ia64.texi: Likewise.
2096 2005-02-17 Alan Modra <amodra@bigpond.net.au>
2098 * tc.h (struct relax_type, relax_typeS): Move from here..
2099 * as.h: ..to here. Make rlx_forward and rlx_backward an offsetT.
2100 * ecoff.c (ecoff_new_file): Add appfile param.
2101 * ecoff.h (ecoff_new_file): Likewise.
2102 * itbl-lex.h: New file.
2103 * itbl-lex.l: Include itbl-lex.h.
2104 * itbl-parse.y: Likewise.
2105 (insntbl_line, yyparse, yylex): Move to itbl-lex.h.
2106 * read.c (s_app_file_string): Mark appfile possibly unused.
2107 * subsegs.c (seg_not_empty_p): Make sec possibly unused.
2108 * subsegs.h (struct seg_info_trash): Delete.
2109 (seg_info): Use segment_info_type instead.
2110 * config/obj-coff.c (struct filename_list): Make filename const char *.
2111 * config/obj-ecoff.h (obj_app_file): Pass app to ecoff_new_file.
2112 * config/obj-elf.c (elf_file_symbol): Similarly.
2113 * config/tc-a29k.c (md_apply_fix3): Make val a valueT. Don't use
2115 * config/tc-arc.c (md_operand): Warning fix.
2116 * config/tc-arm.c (arm_parse_reloc): Only define when OBJ_ELF.
2117 (md_begin): Rearrange #if defined OBJ_COFF || defined OBJ_ELF.
2118 * config/tc-cris.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Use do while.
2119 * config/tc-frv.c (frv_force_relocation): Warning fix.
2120 * config/tc-m68k.c (md_parse_option): Delete unused var.
2121 * config/tc-mcore.c (mylog2): Rename from log2 throughout.
2122 * config/tc-sparc.c: Likewise.
2123 (s_common): Warning fix.
2124 * config/tc-mips.c (append_insn): Use unsigned long long expressions.
2125 * config/tc-mmix.c (PUSHJSTUB_MAX, PUSHJSTUB_MIN): Define from
2127 * config/tc-s390.c (s390_insn): Delete test of unsigned >= 0.
2128 * config/tc-sh.c (sh_cfi_frame_initial_instructions,
2129 sh_regname_to_dw2regnum): Only define for OBJ_ELF.
2130 * config/tc-tic4x.c (tic4x_insert_reg): Use ISLOWER.
2131 (tic4x_do_align): Use TIC_NOP_OPCODE.
2132 * config/tc-tic4x.h (TIC_NOP_OPCODE): Rename from NOP_OPCODE.
2133 * config/tc-vax.c: Include netinet/in.h.
2134 (tc_headers_hook): Formatting.
2135 * config/tc-xstormy16.c (md_pcrel_from_section): Correct parens.
2137 2005-02-17 Jan Beulich <jbeulich@novell.com>
2139 * config/tc-ia64.c (ia64_parse_name): Don't advance 'name' when
2140 parsing inN, locN, outN. Set 'idx' to offset register number starts
2141 at. Don't handle numbers with leading zeroes or beyond 95. Remove
2144 2005-02-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2146 * config/tc-mips.c (load_address): Fix formatting.
2147 (macro): Don't use AT if .set noat is in effect. Fix formatting.
2148 Catch macros which are unexpandable without AT. Remove duplicate
2150 (macro2): Remove duplicate zeroing of used_at.
2152 2005-02-16 Alan Modra <amodra@bigpond.net.au>
2154 * dw2gencfi.c (output_cie, output_fde): Use DW_CFA_nop rather
2157 2005-02-15 Nigel Stephens <nigel@mips.com>
2158 Maciej W. Rozycki <macro@mips.com>
2160 * config/tc-mips.c (reloc_needs_lo_p): Handle
2161 BFD_RELOC_MIPS16_HI16_S.
2162 (fixup_has_matching_lo_p): Handle BFD_RELOC_MIPS16_LO16.
2163 (append_insn): Add BFD_RELOC_MIPS16_GPREL, BFD_RELOC_MIPS16_HI16_S
2164 and BFD_RELOC_MIPS16_LO16 to relocs to suppress overflow
2166 (mips16_ip): Resolve BFD_RELOC_MIPS16_HI16_S,
2167 BFD_RELOC_MIPS16_HI16 and BFD_RELOC_MIPS16_LO16 for constants.
2168 Call my_getSmallExpression() to parse percent operators.
2169 (percent_op_match, mips_percent_op): Separate definitions.
2170 (mips16_percent_op): Define percent operators for the MIPS16 mode.
2171 (parse_relocation): Handle the MIPS16 mode using
2173 (md_apply_fix3): Handle BFD_RELOC_MIPS16_HI16,
2174 BFD_RELOC_MIPS16_HI16_S and BFD_RELOC_MIPS16_LO16.
2176 2005-02-15 Jan Beulich <jbeulich@novell.com>
2178 * config/tc-ia64.c (md_apply_fix3): Call ia64_gen_real_reloc_type
2179 instead of explicitly dealing with the translation; exclude
2180 relocations that are already pcrel, however.
2182 2005-02-15 Jan Beulich <jbeulich@novell.com>
2184 * config/tc-ia64.c: Include limits.h (if available).
2185 (gr_values[0]): Set path to INT_MAX.
2186 (dot_reg_val): Don't allow changing value of r0. Limit range of
2187 general registers at r127.
2188 (specify_resource): Default resource index is -1. Don't set resource
2189 index (in case IA64_RS_RSE) without setting the specific flag.
2190 (note_register_values): Check operand is O_constant before tracking
2191 input value of moves. Add tracking for dep.z with constant inputs.
2192 (print_dependency): Resource index of specific resource may be zero.
2193 (check_dependencies): Likewise.
2195 2005-02-15 Jan Beulich <jbeulich@novell.com>
2197 * config/tc-ia64.c (parse_operands): New local variables reg1, reg2,
2198 reg_class. Check operands and emit diagnostics for illegal use of
2201 2005-02-15 Jan Beulich <jbeulich@novell.com>
2203 * config/tc-ia64.c (ia64_gen_real_reloc_type): Define and initialize
2204 new variables type, suffix, and width. Handle
2205 BFD_RELOC_IA64_DIR(32|64)[LM]SB in FUNC_LT_FPTR_RELATIVE case.
2206 Handle BFD_RELOC_IA64_DIR64[LM]SB in FUNC_TP_RELATIVE case. Add
2207 FUNC_DTP_MODULE case. Handle BFD_RELOC_IA64_DIR32[LM]SB in
2208 FUNC_DTP_RELATIVE case. Return incoming relocation type if
2209 BFD_RELOC_IA64_IPLT[LM]SB in FUNC_IPLT_RELOC case. Generate warning
2210 if unable to translate relocation type, using the new variables.
2212 2005-02-15 Jan Beulich <jbeulich@novell.com>
2214 * config/tc-ia64.h (ia64_symbol_chars): Declare.
2215 (ty_symbol_chars): Define.
2216 * config/tc-ia64.c (ia64_symbol_chars): Define.
2218 2005-02-15 Jan Beulich <jbeulich@novell.com>
2220 * config/tc-ia64.c (ia64_parse_name): Only update next character if
2221 input_line_pointer was advanced.
2223 2005-02-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2225 * config/tc-sh.c (md_apply_fix3): Add parentheses around &
2228 2005-02-13 Jan Beulich <jbeulich@novell.com>
2230 * config/tc-ia64.c (md_parse_option): Handle -xnone and -xdebugn.
2231 (md_show_usage): Add -xnone, -xdebugn, and -xdebugx. Relocate default
2233 (ia64_init): Set md.detect_dv.
2234 (ia64_start_line): New static variable warned. Warn only once when
2235 encountering explicit stops in automatic mode.
2236 * doc/c-ia64.texi: Describe -xnone, -xdebugn, and -xdebugx.
2237 * NEWS: Mention new default mode.
2239 2005-02-13 Jan Beulich <jbeulich@novell.com>
2241 * config/tc-ia64.c (dot_rot): Add comment that name strings should
2242 be freed when wiping out previous state. Canonicalize names before
2243 use. Free name string when detecting redefinition.
2244 (dot_pred_rel): Call generic expression parser to process arguments.
2245 Handle O_register case for individual predicates and O_subtract for
2247 (ia64_parse_name): Canonicalize name before looking it up in dynamic
2249 (ia64_canonicalize_symbol_name): Strip off all trailing # characters.
2250 Warn if multiple found, issue error if resulting symbol name has zero
2252 (dot_alias): Canonicalize name before use.
2254 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
2256 * config/tc-ia64.c (unwind_diagnostic): Return -1 for warning
2258 (in_procedure): Return -1 for warning.
2259 (in_prologue): Likewise.
2260 (in_body): Likewise.
2262 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
2264 * config/tc-ia64.c (dot_xdata): Undo the last change.
2265 (dot_float_cons): Likewise.
2266 (dot_xstringer): Likewise.
2267 (dot_xdata_ua): Likewise.
2268 (dot_float_cons_ua): Likewise.
2270 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
2272 * NEWS: Mention "-munwind-check=[warning|error]".
2274 * config/tc-ia64.c (md): Add unwind_check.
2275 (unwind_diagnostic): New.
2276 (in_procedure): Call unwind_diagnostic when a directive isn't
2278 (in_prologue): Call unwind_diagnostic when a directive isn't in
2280 (in_body): Call unwind_diagnostic when a directive isn't in
2282 (dot_endp): Set md.unwind_check to error before calling
2283 in_procedure and restore it after. When the name is missing or
2284 couldn't be found, use the one from the last .proc if
2285 md.unwind_check isn't error. Warn if md.unwind_check is
2287 (md_parse_option): Handle "-munwind-check=[warning|error]".
2288 (md_show_usage): Add "-munwind-check=[warning|error]".
2289 (ia64_init): Set md.unwind_check to warning.
2291 * doc/as.texinfo: Add "-munwind-check=[none|warning|error]".
2292 * doc/c-ia64.texi: Likewise.
2294 2005-02-11 Jan Beulich <jbeulich@novell.com>
2296 * config/tc-ia64.h (LEX_AT): Include LEX_BEGIN_NAME.
2298 (ia64_parse_name): New third parameter.
2299 (md_parse_name): Pass third argument.
2300 * config/tc-ia64.c (pseudo_func): Placeholders use NULL as name.
2301 (md_operand): Handling of '@'-prefixed symbols moved from here...
2302 (ia64_parse_name): ...to here.
2304 2005-02-11 Jan Beulich <jbeulich@novell.com>
2306 * config/tc-ia64.c (md): Remove last_groups and group_idx.
2307 (errata_nop_necessary_p): Remove declaraction and definition.
2308 (emit_one_bundle): Don't call errata_nop_necessary_p. Don't
2309 update md.group_idx. Don't reset md.last_groups.
2311 2005-02-11 Jan Beulich <jbeulich@novell.com>
2313 * config/tc-ia64.c (parse_section_name): Handle non-quoted first
2315 (dot_xdata): Free section name after use.
2316 (dot_float_cons): Likewise.
2317 (dot_xstringer): Likewise.
2318 (dot_xdata_ua): Likewise.
2319 (dot_float_cons_ua): Likewise.
2320 (md_pseudo_table): Add xdata16 and xdata16.ua.
2322 2005-02-10 H.J. Lu <hongjiu.lu@intel.com>
2324 * doc/all.texi: Add IA64.
2325 * doc/as.texinfo: Likewise.
2327 * doc/c-ia64.texi: Fix typos.
2329 2005-02-10 Julian Brown <julian@codesourcery.com>
2331 * config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to
2333 (do_t_push_pop): Likewise.
2334 (md_assemble): Likewise.
2335 (md_apply_fix3): Handle BFD_RELOC_NONE correctly, make
2336 BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE.
2337 (create_unwind_entry): Output dependency on the required personality
2340 2005-02-07 Nathan Sidwell <nathan@codesourcery.com>
2342 * as.h (seg_not_empty_p): Return int, not bfd_boolean.
2343 * subsegs.c (seg_not_empty_p): Likewise.
2345 2005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
2347 * config/tc-maxq.c (md_estimate_size_before_relax): Correct the
2348 relative jump calculation.
2349 <md_convert_frag) : Likewise.
2350 <output_disp): Likewise.
2352 2005-02-07 Hans-Peter Nilsson <hp@axis.com>
2354 * write.c (write_object_file): Recognize warning-symbol construct
2355 and skip object- and target- handling for the second symbol.
2357 2005-02-02 Jan Beulich <jbeulich@novell.com>
2359 * config/tc-ia64.c (dot_pred_rel): Update comment. Handle @-prefixed
2360 designators along with quoted ones. Free copy of quoted designator
2363 2005-02-01 Ben Elliston <bje@au.ibm.com>
2365 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,
2366 config/obj-ieee.c, config/obj-som.c, config/obj-vms.c,
2367 config/tc-a29k.c, config/tc-alpha.c, config/tc-arc.c,
2368 config/tc-arm.c, config/tc-d30v.c, config/tc-dlx.c,
2369 config/tc-fr30.c, config/tc-h8300.c, config/tc-h8500.c,
2370 config/tc-i370.c, config/tc-i386.c, config/tc-i960.c,
2371 config/tc-ia64.c, config/tc-m32r.c, config/tc-m32r.h,
2372 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-mips.c,
2373 config/tc-mn10200.c, config/tc-msp430.c, config/tc-ns32k.c,
2374 config/tc-openrisc.c, config/tc-or32.c, config/tc-pdp11.c,
2375 config/tc-pj.c, config/tc-sparc.h, config/tc-tic54x.c,
2376 config/tc-tic80.c, config/tc-v850.c, config/tc-w65.c,
2377 config/tc-xtensa.c, config/tc-z8k.c, config/xtensa-relax.c: Remove
2378 #if 0'd code throughout.
2380 2005-01-31 Nick Clifton <nickc@redhat.com>
2382 * as.c (parse_args): Bump copyright date reported by --version to
2385 2005-01-31 Nick Clifton <nickc@redhat.com>
2387 * configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos
2390 2005-01-31 Jan Beulich <jbeulich@novell.com>
2392 * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything
2393 that can end with .endr in that case. Make requiring/permitting
2394 pseudo-ops without leading dot closer to the logic in read.c serving
2396 (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
2399 2005-01-31 Jan Beulich <jbeulich@novell.com>
2401 * macro.c (do_formals): Adjust to no longer accept empty parameter
2403 (define_macro): Adjust to no longer accept empty macro name, garbage
2404 following the parameters, or macros that were previously defined.
2405 * read.c (s_bad_end): Declare.
2406 (potable): Add endm. Handler for endr and endm is s_bad_end.
2407 (s_bad_end): Rename from s_bad_endr. Adjust to handle both .endm
2409 * read.h (s_bad_endr): Remove.
2411 2005-01-31 Jan Beulich <jbeulich@novell.com>
2413 * config/tc-ia64.c (parse_operands): Parse all specified operands,
2414 immediately discarding (but counting) those exceeding the maximum
2415 possible amount. Track whether output and input operand counts ever
2416 matched, and use this to better indicate which of the operands/
2417 operand types was wrong; specifically don't default to pointing to
2420 2005-01-31 Jan Beulich <jbeulich@novell.com>
2422 * config/tc-ia64.c (unwind): Remove proc_end (now an automatic
2423 variable in dot_endp). Add body and insn. Make prologue,
2424 prologue_mask, body, and insn bitfields.
2425 (fixup_unw_records): Remove spurious new-lines from end of diagnostic
2427 (in_procedure, in_prologue, in_body): New.
2428 (dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save,
2429 dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata,
2430 dot_unwentry, dot_altrp, dot_savemem, dot_saveg, dot_savef, dot_saveb,
2431 dot_savegf, dot_spill, dot_spillreg, dot_spillmem, dot_spillreg_p,
2432 dot_spillmem_p, dot_label_state, dot_copy_state, dot_unwabi,
2433 dot_personality): Use the appropriate one of the above.
2434 (dot_proc): Clear unwind.proc_start; set to current location only if
2435 none of the entry points were valid. Check for non-zero-length entry
2436 point names. Check that entry points aren't defined, yet. Clear
2437 unwind.prologue, unwind.body, and unwind.insn.
2438 (dot_body): Call in_procedure. Check that first directive in procedure
2439 had no insns emitted before. Set unwind.body.
2440 (dot_prologue): Call in_procedure. Check that not already in prologue.
2441 Check that first directive in procedure had no insns emitted before.
2443 (dot_endp): Call in_procedure. Declare proc_end. Check for non-zero-
2444 length entry point names. Check that entry points became defined.
2445 (md_assemble): Set unwind.insn once unwind.proc_start is defined.
2447 2005-01-31 Jan Beulich <jbeulich@novell.com>
2449 * config/tc-ia64.c (emit_one_bundle): Snapshot manual bundling state
2450 before actually using it. Don't generate an error in manual bundling
2451 mode when looking at an insn requiring slot 2 but not yet at slot 2.
2452 Don't generate an error in manual bundling mode when looking at an
2453 insn required to be last in its group but the required slot hasn't
2454 been reached, yet. Allow conversion from MII to MI;I for bundle
2455 consisting of only 2 insns with the stop between them. Suppress
2456 various meaningless errors resulting from detecting earlier ones.
2458 2005-01-31 Jan Beulich <jbeulich@novell.com>
2460 * config/tc-ia64.c (parse_operands): Also handle alloc without first
2463 2005-01-28 Christian Groessler <chris@groessler.org>
2465 * config/tc-z8k.c (md_assemble): Improve error detection.
2467 2005-01-28 Jan Beulich <jbeulich@novell.com>
2469 * config/tc-ia64.c (ia64_estimate_size_before_relax): Allocate space
2470 for personality routine pointer only if there is one.
2471 (ia64_convert_frag): Likewise.
2472 (generate_unwind_image): Likewise.
2474 2005-01-27 Christian Groessler <chris@groessler.org>
2476 * config/tc-z8k.c (INSERT): Remove, not used anywhere.
2477 (md_apply_fix3): Make relative branches out of range an error
2478 instead of a warning. Display correct line number for out of
2479 range branches/calls/memory accesses.
2481 2005-01-27 Nathan Sidwell <nathan@codesourcery.com>
2483 * dwarf2dbg.c (dwarf2_finish): Correct logic for determining when
2484 to emit .debug_line and other debug sections.
2485 * as.h (seg_not_empty_p): Declare.
2486 * subsegs.c (seg_not_empty_p): New predicate.
2488 2005-01-27 Andrew Cagney <cagney@gnu.org>
2490 * configure: Regenerate to track ../gettext.m4 change.
2492 2005-01-27 Jan Beulich <jbeulich@novell.com>
2494 * config/tc-ia64.c (emit_one_bundle): Change "?imbf??" to "?ibmfxx".
2496 2005-01-27 Jan Beulich <jbeulich@novell.com>
2498 * config/tc-ia64.c (emit_one_bundle): Add late resolution of move
2499 to/from application registers dynamic insns.
2500 (md_assemble): Defer resolution of move to/from application registers
2501 dynamic insns when they can be issued on either the I- or M-units.
2503 2005-01-25 Alexandre Oliva <aoliva@redhat.com>
2505 * config/tc-frv.c (md_apply_fix3): Mark TLS symbols as such.
2506 2004-12-10 Alexandre Oliva <aoliva@redhat.com>
2507 * config/tc-frv.c (frv_pic_ptr): Add tlsmoff support.
2508 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
2509 * cgen.c (gas_cgen_parse_operand): Handle
2510 CGEN_PARSE_OPERAND_SYMBOLIC.
2511 * config/tc-frv.c (md_cgen_lookup_reloc): Handle TLS relocations.
2512 (frv_force_relocation): Likewise. Fix handling of PIC
2514 (md_apply_fix3): Likewise.
2516 2005-01-21 Ben Elliston <bje@au.ibm.com>
2518 * as.h: Remove #if 0'd code.
2519 * atof-generic.c (atof_generic): Likewise.
2520 * ecoff.c (ecoff_directive_frame): Likewise.
2521 * frags.h (FRAG_APPEND_1_CHAR): Likewise.
2522 * itbl-ops.c (itbl_add_reg): Likewise.
2523 * listing.c (calc_hex): Likewise.
2524 * read.c (MASK_CHAR): Likewise.
2525 * subsegs.c (subsegs_print_statistics): Likewise.
2526 * symbols.c (indent): Likewise.
2527 * write.c (write_relocs): Likewise.
2528 (write_object_file): Likewise.
2529 (relax_frag): Likewise.
2531 2005-01-20 Nick Clifton <nickc@redhat.com>
2533 * as.c (std_longopts): Add an entry for "--a" in order to prevent
2534 getopt_long_only() from considering -a as an abbreviation for
2536 (parse_args): Fix the parsing of -a=<file>.
2538 2005-01-20 Alan Modra <amodra@bigpond.net.au>
2541 * read.c (s_incbin): Adjust default count for skip. Check validity
2542 of count and skip rigorously.
2544 2005-01-19 Fred Fish <fnf@specifixinc.com>
2546 * config/tc-mips.c (dummy_opcode): Add init for new struct member.
2548 2005-01-19 Richard Sandiford <rsandifo@redhat.com>
2550 * read.c (convert_to_bignum): New function, split out from...
2551 (emit_expr): ...here. Handle the case where X_add_number is
2552 positive and the input value is negative.
2553 (output_big_sleb128): Fix setting of continuation bit. Check whether
2554 the final byte needs to be sign-extended. Fix size-shrinking loop.
2555 (emit_leb128_expr): When generating a signed leb128, see whether the
2556 sign of an O_constant's X_add_number matches the sign of the input
2557 value. Use a bignum if not.
2559 2005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
2561 * tc-sh.c (md_begin,md_parse_option): Change arch_sh1_up to
2562 arch_sh_up in order to match the external name and make the
2563 testsuite's job easier.
2565 2005-01-14 H.J. Lu <hongjiu.lu@intel.com>
2568 * config/tc-i386.c (i386_scale): Disallow 0 scale.
2570 2005-01-12 Nick Clifton <nickc@redhat.com>
2572 * config/tc-iq2000.c (s_iq2000_set): Fix thinko parsing
2573 ignored_arguments array.
2575 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
2577 * write.c (write_object_file): Disallow a symbol equated to
2580 2005-01-10 Inderpreet Singh <inderpreetb@noida.hcltech.com>
2582 * tc-maxq.c: Replace constants 10 and 20 with bfd_mach_maxq10 and
2584 (md_pseudo_table): Add new pseudo ops for maxq10 and maxq20.
2585 (maxq_target): New function: Set the machine type.
2587 2005-01-06 Paul Brook <paul@codesourcery.com>
2589 * config/tc-arm.c (FPU_DEFAULT): Define for TE_VXWORKS.
2590 (md_begin): Handle TE_VXWORKS for FP defaults.
2591 (md_apply_fix3): Correct rela offsets.
2592 (elf32_arm_target_format): Add VxWorks targets.
2594 2005-01-06 Paul Brook <paul@codesourcery.com>
2596 * configure.tgt: Set em=vxworks for *-*-vxworks.
2597 * config/te-vxworks.h: New File.
2599 2005-01-06 Paul Brook <paul@codesourcery.com>
2601 * config/tc-arm.c (arm_cpus): Correct arch field for arm1026ej-s.
2603 2005-01-04 Dmitry Diky <diwil@spec.ru>
2605 * config/tc-msp430.c (md_apply_fix3): Fix offset calculation for
2608 2005-01-03 David Mosberger <davidm@hpl.hp.com>
2610 * config/tc-ia64.c (md): Add member "loc_directive_seen".
2611 (dot_loc): New function.
2612 (md_pseudo_table): Add entry to map .loc to dot_loc().
2613 (emit_one_bundle): Only call dwarf2_gen_line_info() if we have
2614 seen a .loc directive or we're generating DWARF2 debug info for
2617 2004-12-29 Alan Modra <amodra@bigpond.net.au>
2620 * read.c (s_comm_internal): Don't zero end of name until size
2621 expression has been parsed.
2623 2004-12-25 Marek Michalkiewicz <marekm@amelek.gda.pl>
2625 * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.
2627 2004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
2629 * config/tc-crx.c: Support 'bcop' relaxation (dealt as in 'cmp&branch'
2632 2004-12-22 Ian Lance Taylor <ian@airs.com>
2634 * configure.tgt: New.
2635 * configure.in: Move setting of cpu_type, fmt, etc., to
2637 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add
2638 $(srcdir)/configure.tgt.
2639 * configure, Makefile.in: Rebuild.
2641 2004-12-22 Klaus Rudolph <lts-rudolph@gmx.de>
2643 * config/tc-avr.c: Add support for the new R_AVR_LDI, R_AVR_6 and
2644 R_AVR_6_ADIW relocs for the LDI, ADIW/SBIW and LDD/STD
2646 (avr_offset_expression): New function to parse offsets for LDI
2648 (avr_operand): Use it.
2649 (md_apply_fix3): Generate the relocs.
2651 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
2653 * config/tc-sh64.c (shmedia_md_apply_fix3): Add missing
2654 BFD_RELOC_SH_IMMS10BY8 relocation.
2656 * config/tc-sh64.c (shmedia_build_Mytes): Emit an error message rather
2657 than just ignoring bad code.
2659 2004-12-16 Richard Sandiford <rsandifo@redhat.com>
2661 * config/tc-v850.c (handle_lo16): New function.
2662 (v850_reloc_prefix): Use it to check lo().
2663 (md_assemble, md_apply_fix3): Handle BFD_RELOC_V850_LO16_SPLIT_OFFSET.
2665 2004-12-14 P.J. Darcy <darcypj@us.ibm.com>
2667 * configure.in: Add s390x-ibm-tpf support.
2668 * configure: Regenerate.
2670 2004-12-15 Jan Beulich <jbeulich@novell.com>
2672 * config/obj-elf.c (obj_elf_change_section): Only set type and
2673 attributes on new sections. Emit warning when type of re-declared
2674 section doesn't match.
2676 2004-12-15 Jan Beulich <jbeulich@novell.com>
2678 * dw2gencfi.c (dot.cfi.startproc): Clear cur_cfa_offset so
2679 '.cfi_startproc simple' doesn't inherit the old value.
2681 2004-12-15 Jan Beulich <jbeulich@novell.com>
2683 * dw2gencfi.c (output_cfi_insn): Adjust DW_CFA_def_cfa_sf generation
2684 to emit a signed and factored offset. Adjust DW_CFA_def_cfa_offset_sf
2685 generation to emit a factored offset.
2687 2004-12-10 Ian Lance Taylor <ian@wasabisystems.com>
2689 * config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset
2690 which is too large in the case of NO_PIC without 64-bit
2693 * config/tc-mips.c (mips_in_shared): New static variable.
2694 (macro_build_lui): Permit "_gp" if !mips_in_shared.
2695 (md_longopts): Add -mshared and -mno-shared.
2696 (md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED.
2697 (s_cpload): Implement !mips_in_shared case.
2698 (s_cpsetup): Likewise.
2699 * doc/c-mips.texi (MIPS Opts): Document -mno-shared.
2700 * NEWS: Mention -mno-shared.
2702 2004-12-09 Paul Brook <paul@codesourcery.com>
2704 * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation
2707 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
2709 * config/tc-mips.c (append_insn): If we emit a nop during a relax
2710 sequence, increase the size of the sequence.
2712 * config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
2715 2004-12-07 Ben Elliston <bje@gnu.org>
2717 * read.c (s_align): Use an align_limit temporary to allay a GCC
2718 signed/unsigned comparison warning.
2720 2004-12-01 Mark Mitchell <mark@codesourcery.com>
2722 * Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
2723 * configure.in: Use it for arm*-*-linux-gnueabi*.
2724 * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT.
2725 * config/te-armlinuxeabi.h: New file.
2726 * Makefile.in: Regenerated.
2727 * aclocal.m4: Likewise.
2728 * configure: Likewise.
2729 * doc/Makefile.in: Regenerated.
2731 2004-12-02 Bob Wilson <bob.wilson@acm.org>
2733 * config/tc-xtensa.c (xtensa_switch_section_emit_state): Use subseg_set.
2734 (xtensa_restore_emit_state): Likewise.
2736 2004-12-02 Alan Modra <amodra@bigpond.net.au>
2738 * read.c (ALIGN_LIMIT): Define, increasing limit for BFD_ASSEMBLER.
2741 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
2743 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
2744 * Makefile.in: Regenerate.
2746 2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
2748 * config/tc-crx.c: Major code cleanup. Remove unused variables and
2749 functions, give functions a meaningful name, add comments.
2750 (check_range): New function - Replace operand size calculation
2751 with range checking.
2752 (assemble_insn): Update Algorithm, improve error issuing.
2754 (process_label_constant): Bug fix regarding COP_BRANCH_INS relocation
2757 2004-11-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2759 * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte
2760 miss between different section in the same module.
2761 (tc_gen_reloc): Likewise.
2763 2004-11-25 Theodore A. Roth <troth@openavr.org>
2765 * gas/config/tc-avr.c (mcu_types): Add support for atmega165,
2766 atmega325, atmega3250, atmega645 and atmega6450.
2768 2004-11-25 Jan Beulich <jbeulich@novell.com>
2770 * config/tc-i386.c (optimize_imm): Adjust immediates to only those
2771 permissible for the selected instruction suffix.
2772 (process_suffix): For DefaultSize instructions, suppressing the
2773 guessing of a 'q' suffix if the instruction doesn't support it is
2774 pointless, because only an 'l' suffix can be guessed in this place.
2776 2004-11-24 Nick Clifton <nickc@redhat.com>
2778 * config/tc-iq2000.c: Remove support for IQ10 processor.
2779 Convert to ISO C90 formatting.
2780 * config/tc-iq2000.h: Likewise.
2782 2004-11-23 Nick Clifton <nickc@redhat.com>
2784 * config/tc-mn10300.c (md_relax_table): More fixes to the offsets
2785 in this table. They should be correct now.
2787 2004-11-23 Jan Beulich <jbeulich@novell.com>
2789 * config/tc-i386.h (CpuMMX2): Declare. Artificial classifier to
2790 indicate the MMX extensions added by both SSE and 3DNow!A.
2791 (Cpu3dnowA): Declare.
2792 (CpuUnknownFlags): Update.
2793 * config/tc-i386.c (cpu_sub_arch_name): Declare.
2794 (cpu_arch): i586 and pentium do not imply MMX. i686 and pentiumpro do
2795 neither imply SSE nor MMX. k6 implies MMX. k6_2 additionally implies
2796 3DNow!. Athlon additionally implies 3DNow!A. Several new
2797 entries (those starting with a dot are for sub-arch specification).
2798 (set_cpu_arch): Handle sub-arch specifications.
2799 (parse_insn): Distinguish between instructions not supported because
2800 of insufficient CPU features and because of 64-bit mode.
2801 * doc/c-i386.texi: Describe enhanced .arch directive.
2803 2004-11-22 Bob Wilson <bob.wilson@acm.org>
2805 * config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow.
2807 2004-11-22 Bob Wilson <bob.wilson@acm.org>
2809 * dwarf2dbg.c (dwarf2_finish): Don't write a .debug_line section
2810 without a corresponding .debug_info section.
2812 2004-11-22 Hans-Peter Nilsson <hp@axis.com>
2814 * read.c (potable): Add "error" and "warning".
2815 (s_errwarn): New function.
2816 * read.h (s_errwarn): Declare.
2817 * doc/as.texinfo (Error, Warning): Document .error and .warning.
2819 2004-11-22 Nick Clifton <nickc@redhat.com>
2821 * config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to
2824 2004-11-19 Alan Modra <amodra@bigpond.net.au>
2826 * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
2827 struct hcodes_s, msp430_hcodes): From include/opcode/msp430.h.
2829 2004-11-19 Alan Modra <amodra@bigpond.net.au>
2831 * config/obj-coff.c (c_dot_file_symbol): Add "app" param.
2832 (coff_adjust_symtab): Adjust call.
2833 (crawl_symbols): Likewise.
2834 * config/obj-coff.h (c_dot_file_symbol): Add "app" param.
2835 (obj_app_file): Adjust.
2837 2004-11-18 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
2839 * configure.in: Enable bfd_assember for the MAXQ port.
2840 * configure: Regenerate.
2842 2004-11-12 Bob Wilson <bob.wilson@acm.org>
2843 Sterling Augustine <sterling@tensilica.com>
2845 * config/tc-xtensa.c (finish_vinsn): Clear pending instruction if
2846 there is a conflict.
2847 (check_t1_t2_reads_and_writes): Check for both reads and writes to
2848 interfaces that are related as determined by xtensa_interface_class_id.
2850 2004-11-12 Nick Clifton <nickc@redhat.com>
2852 * config/tc-mn10300.c (md_relax_table): Fix off by one negative
2853 offsets for conditional branches.
2855 2004-11-11 Bob Wilson <bob.wilson@acm.org>
2857 * config/tc-xtensa.c (MAX_IMMED6): Change value to 65.
2859 2004-11-10 Bob Wilson <bob.wilson@acm.org>
2861 * config/tc-xtensa.c (update_next_frag_state): Always add a NOP if
2862 relaxing at the end of a loop. Don't mark frags as UNREACHABLE or
2864 (relax_frag_immed): Update call to update_next_frag_state.
2866 2004-11-10 Alan Modra <amodra@bigpond.net.au>
2868 * obj.h (struct format_ops <app_file>): Add int param.
2869 * read.h (s_app_file_string): Likewise.
2870 * read.c (s_app_file_string): Likewise.
2871 (s_app_file): Adjust s_app_file_string call.
2872 * config/tc-mips.c (s_mips_file): Likewise.
2873 * config/obj-coff.h (obj_app_file): Add app param.
2874 * config/obj-ecoff.h (obj_app_file): Likewise.
2875 * config/obj-multi.h (obj_app_file): Likewise.
2876 * config/obj-elf.h (elf_file_symbol): Likewise.
2877 * config/obj-elf.c (elf_file_symbol): Only emit one file symbol
2878 if called for # preprocessor lines.
2880 2004-11-08 H.J. Lu <hongjiu.lu@intel.com>
2883 * symbols.c (resolve_symbol_value): Convert weak symbols only
2885 (symbol_equated_reloc_p): Don't equate weaks when relocating
2886 only for Windows PECOFF.
2888 2004-11-08 Tomer Levi <Tomer.Levi@nsc.com>
2890 * config/tc-crx.c (print_insn): Check and set insn_addr.
2891 * config/tc-crx.h (md_frag_check): Define.
2893 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
2894 Vineet Sharma <vineets@noida.hcltech.com>
2896 * configure.in: Add support for new target maxq-coff.
2897 * configure: Regenerate.
2898 * NEWS: Mention new support.
2899 * config/tc-maxq.c: New file.
2900 * config/tc-maxq.h: New file.
2901 * config/obj-coff.h: Add support for maxq-coff.
2903 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
2905 * symbols.c (any_external_name): Define.
2906 (resolve_symbol_value): Convert weak symbols.
2907 (S_SET_EXTERNAL): Support any_external_name.
2908 (S_SET_NAME): Qualify parameter const.
2909 (symbol_equated_reloc_p): Equate to weaks when relocating.
2910 * symbols.h (S_SET_NAME): Qualfiy parameter const.
2911 * tc.h (any_external_name): Declare.
2912 * config/obj-coff.c ("coff/pe.h"): Include for BFD
2914 (weak_is_altname): Declare and define.
2915 (weak_name2altname): Same.
2916 (weak_altname2name): Same.
2917 (weak_uniquify): Same.
2918 (weak_altprefix): Define.
2919 (obj_coff_weak): Change .weak syntax and handling.
2920 (coff_frob_symbol): Fix PE weak symbol alternates.
2921 * config/obj-coff.h (USE_UNIQUE): Define.
2922 * config/tc-i386.c (md_apply_fix3): Assume weak symbols
2923 are in another segment.
2924 (tc_gen_reloc): Remove broken addend hack.
2925 doc/as.texinfo: Update.
2927 2004-11-05 Sterling Augustine <sterling@tensilica.com>
2929 * config/tc-xtensa.c (total_frag_text_expansion): New.
2930 (md_estimate_size_before_relax): Use it.
2931 (find_address_of_next_align_frag): Likewise.
2933 2004-11-05 Tomer Levi <Tomer.Levi@nsc.com>
2935 * config/tc-crx.c: Rename argument types.
2936 (processing_arg_number): Rename to 'cur_arg_num'.
2937 (get_number_of_bits): Rename to 'set_operand_size'.
2938 (get_operandtype): Rename to 'parse_operand', totally rewrite.
2939 (set_cons_rparams): Rename to 'set_operand', totally rewrite.
2940 (set_indexmode_parameters): Remove function, integrate its code into
2942 (set_operand_size): Get rid of 'Operand Number' function parameter -
2943 use global variable 'cur_arg_num' instead.
2944 Use a local 'argument' pointer to reference the current argument.
2945 (parse_operand): Likewise.
2946 (set_operand): Likewise.
2947 (process_label_constant): Likewise.
2949 2004-11-04 Bob Wilson <bob.wilson@acm.org>
2951 * config/tc-xtensa.c: Remove XTENSA_SECTION_RENAME ifdefs.
2952 (add_section_rename): Delete. Inlined into...
2953 (build_section_rename): ...here. Use xstrdup instead of strdup.
2954 (xtensa_section_rename): Drop "const" from argument and return types.
2955 (md_show_usage): Indent to match show_usage().
2956 * config/tc-xtensa.h: Remove XTENSA_SECTION_RENAME ifdefs.
2957 (tc_canonicalize_section_name): Define.
2958 (md_elf_section_rename): Remove unused macro.
2959 * doc/as.texinfo (Overview): Document Xtensa --rename-section option.
2960 * doc/c-xtensa.texi (Xtensa Options): Likewise.
2961 (Frame Directive): Delete.
2963 2004-11-04 Daniel Jacobowitz <dan@debian.org>
2965 * configure.in: Remove arm-*-oabi and thumb-*-oabi.
2966 * config/tc-arm.c (target_oabi): Delete.
2967 (md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks.
2968 (arm_opts): Remove moabi.
2969 * doc/as.texinfo (Overview): Remove documentation of -moabi.
2970 * doc/c-arm.texi (ARM Options): Likewise.
2971 * configure: Regenerated.
2973 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
2975 * configure.in (crisv32): Recognize. AC_DEFINE_UNQUOTED
2976 DEFAULT_CRIS_ARCH. Handle crisv32-*-linux-gnu* like
2977 cris-*-linux-gnu* and crisv32-*-* like cris-*-*.
2978 * configure: Regenerate.
2979 * config/tc-cris.c (enum cris_archs): New.
2980 (cris_mach, cris_arch_from_string, s_cris_arch, get_sup_reg)
2981 (cris_insn_ver_valid_for_arch): New functions.
2982 (DEFAULT_CRIS_ARCH): New macro, default to cris_any_v0_v10.
2983 (cris_arch): New variable.
2984 (md_pseudo_table): New pseudo .arch.
2985 (err_for_dangerous_mul_placement): Initialize according to
2987 (STATE_COND_BRANCH): Renamed from STATE_CONDITIONAL_BRANCH.
2989 (STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON)
2990 (STATE_ABS_BRANCH_V32, STATE_LAPC, BRANCH_BF_V32, BRANCH_BB_V32)
2991 (BRANCH_WF_V32, BRANCH_WB_V32): New.
2992 (BRANCH_BF, BRANCH_BB, BRANCH_WF, BRANCH_WB): Don't undef after
2993 use in md_cris_relax_table.
2994 (md_cris_relax_table): Add entries for STATE_COND_BRANCH_V32,
2995 STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
2996 Update and improve head comment.
2997 (OPTION_PIC): Define in terms of previous option, OPTION_US.
2998 (OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): Similar.
3000 (md_longopts): New option --march=...
3001 (cris_any_v0_v10_long_jump_size, crisv32_long_jump_size): New
3003 (md_long_jump_size): Initialize in terms of DEFAULT_CRIS_ARCH.
3004 (HANDLE_RELAXABLE): New macro.
3005 (md_estimate_size_before_relax): Use HANDLE_RELAXABLE for common
3006 cases. Check for weak symbols and assume not relaxable. Handle
3007 STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON,
3008 STATE_ABS_BRANCH_V32, STATE_LAPC. Use new variable symbolP, not
3010 (md_convert_frag): Handle STATE_COND_BRANCH_V32,
3011 STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
3012 (cris_create_short_jump): Adjust for CRISv32.
3013 (cris_relax_frag): Handle new states.
3014 (md_create_long_jump): Ditto. Emit error for common_v10_v32.
3015 (md_begin): Define symbols "..asm.arch.cris.v32",
3016 "..asm.arch.cris.v10", "..asm.arch.cris.common_v10_v32" and
3017 "..asm.arch.cris.any_v0_v10". Use cris_insn_ver_valid_for_arch
3018 when entering opcode table entry points.
3019 (md_assemble): Adjust branch handling for CRISv32. Handle LAPC
3020 relaxation. In fix_new_exp call for main insn, pass 1 for pcrel
3021 parameter for 8, 16 and 32-bit pc-relative insns and LAPC.
3022 (cris_process_instruction): Initialize out_insnp->insn_type to
3023 CRIS_INSN_NONE, not CRIS_INSN_NORMAL.
3024 <case ']', '[', 'A', 'd', 'Q', 'N', 'n', 'Y', 'U', 'u', 'T'>: New
3026 <case 'm'>: Check that modified_char == '.'.
3027 <invalid operands>: Consume the rest of the line.
3028 When operands don't match, skip over subsequent insns with
3029 non-matching version specifier but same mnemonic.
3030 <immediate constant, case SIZE_SPEC_REG>: Immediate operands for
3031 special registers in CRISv32 are always 32 bit long.
3032 <immediate constant, case SIZE_FIELD_SIGNED, SIZE_FIELD_UNSIGNED>:
3034 (get_gen_reg): Only recognize "PC" when followed by "+]" for v32
3035 and compatible. Recognize "ACR" for v32, unless followed by "+".
3036 (get_spec_reg): Consider cris_arch when looking up register.
3037 (get_autoinc_prefix_or_indir_op): Don't recognize assignment for
3039 (get_3op_or_dip_prefix_op): Check for ']' after seeing '[rN+'.
3040 (cris_get_expression): Restore input_line_pointer if failing "early".
3041 (get_flags): Consider cris_arch and recognize flags accordingly.
3042 (branch_disp): Adjust for CRISv32.
3043 (gen_cond_branch_32): Similar. Emit error for common_v10_v32.
3044 (cris_number_to_imm): Use as_bad_where, not as_bad. Remove
3045 related FIXME. Don't insist on BFD_RELOC_32_PCREL fixup to be
3046 resolved. Don't enter zeros in object file for
3048 <case BFD_RELOC_CRIS_LAPCQ_OFFSET, BFD_RELOC_CRIS_SIGNED_16>
3049 <case BFD_RELOC_CRIS_SIGNED_8>: New case.
3050 (md_parse_option): Break out "return 1".
3051 <OPTION_ARCH> New case.
3052 (tc_gen_reloc): <case BFD_RELOC_CRIS_LAPCQ_OFFSET>
3053 <case BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_SIGNED_8>
3054 <case BFD_RELOC_CRIS_UNSIGNED_8, BFD_RELOC_CRIS_UNSIGNED_16>
3055 <case BFD_RELOC_32_PCREL>: New cases.
3056 Addends for non-zero fx_pcrel are too in fx_offset.
3057 (md_show_usage): Show --march=<arch>.
3058 (md_apply_fix3): Adjust val for BFD_RELOC_CRIS_LAPCQ_OFFSET.
3059 (md_pcrel_from): BFD_RELOC_CRIS_LAPCQ_OFFSET is PC-relative too.
3060 (s_syntax) <struct syntaxes>: Properly constify member operand.
3061 * config/tc-cris.h (TARGET_MACH): Define.
3062 (cris_mach): Declare.
3063 * doc/as.texinfo (Overview) <CRIS>: Add --march=...
3064 * doc/c-cris.texi (CRIS-Symbols): New node for built-in symbols.
3065 (CRIS-Opts): Document --march=...
3066 (CRIS-Pseudos): Document .arch.
3068 2004-11-04 Jan Beulich <jbeulich@novell.com>
3070 * config/tc-i386.c (set_intel_syntax): Allow % in symbol names when
3071 intel syntax and no register prefix, allow $ in symbol names when
3073 (set_16bit_gcc_code_flag): Replace literal 'l' by LONG_MNEM_SUFFIX.
3074 (intel_float_operand): Add fourth return value indicating math control
3075 operations. Make classification more precise.
3076 (md_assemble): Complain if memory operand of mov[sz]x has no size
3078 (parse_insn): Translate word operands to floating point instructions
3079 operating on integers as well as control instructions to short ones
3080 as expected by AT&T syntax. Translate 'd' suffix to short one only for
3081 floating point instructions operating on non-integer operands.
3082 (match_template): Remove fldcw special case. Adjust q-suffix handling
3083 to permit it on fild/fistp/fisttp in AT&T mode.
3084 (process_suffix): Don't guess DefaultSize insns' suffix from
3085 stackop_size for certain floating point control instructions. Guess
3086 suffix for branch and [ls][gi]dt based on flag_code. Split error
3087 messages for Intel and AT&T syntax, and make the condition more strict
3088 for the former. Adjust suppressing of generation of operand size
3090 (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE,
3091 OWORD, and XMMWORD operand size specifiers (TBYTE replaces XWORD). Add
3092 more error checking.
3093 * config/tc-i386.h (BYTE_PTR WORD_PTR DWORD_PTR QWORD_PTR XWORD_PTR
3094 SHORT OFFSET_FLAT FLAT NONE_FOUND): Remove unused defines.
3096 2004-11-03 Hans-Peter Nilsson <hp@axis.com>
3098 * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare
3099 md_short_jump_size, md_long_jump_size.
3100 * write.c [!WORKING_DOT_WORD]: Ditto.
3101 * tc.h [!WORKING_DOT_WORD]: Declare them here. Drop const
3103 * config/tc-cris.h (md_short_jump_size, md_long_jump_size): Don't
3105 * config/tc-cris.c (md_short_jump_size, md_long_jump_size): Drop
3106 const qualifier in these definitions.
3107 * config/tc-i370.c, config/tc-m68k.c, config/tc-pdp11.c,
3108 config/tc-s390.c, config/tc-tahoe.c, config/tc-vax.c: Ditto.
3110 2004-11-02 Nick Clifton <nickc@redhat.com>
3112 * dwarf2dbg.c (dwarf2_finish): Check for the existence of a file
3113 table before deciding to produce a .debug_line section to match up
3114 with a user provided .debug_info section.
3116 2004-10-28 Tomer Levi <Tomer.Levi@nsc.com>
3118 * config/tc-crx.c (getreg_image): Bug fix, a return value was
3119 mistakenly omitted from CRX_C_REGTYPE and CRX_CS_REGTYPE cases.
3121 2004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
3123 * config/tc-crx.c: Remove global variable 'post_inc_mode'.
3124 (get_flags): New function.
3125 (get_number_of_bits): Edit comments, update numeric values to
3127 (process_label_constant): Don't support the colon
3128 format (SYMBOL:[s|m|l]).
3129 (set_cons_rparams): Support argument type 'arg_rbase'.
3130 (get_operandtype): Bug fix in 'rbase' operand type parsing.
3131 (handle_LoadStor): Bug fix, first handle post-increment mode.
3132 (getreg_image): Remove redundant code, update according to latest
3134 (print_constant): Bug fix relate to 3-word instructions.
3135 (assemble_insn): Bug fix, when matching instructions, verify also
3136 instruction type (not only mnemonic).
3137 Add various error checking.
3138 (preprocess_reglist): Support HI/LO and user registers.
3140 2004-10-25 David Mosberger-Tang <davidm@hpl.hp.com>
3142 * config/tc-ia64.c (fixup_unw_records): Don't let the "t" value
3143 in an epilogue directive go negative.
3145 2004-10-25 H.J. Lu <hongjiu.lu@intel.com>
3148 * config/tc-ia64.c (emit_one_bundle): Decrement md.num_slots_in_use
3149 after reporting template error during manual bundling. Reported
3150 by Michael Dupont, michaelx.dupont@intel.com.
3152 2004-10-25 Daniel Jacobowitz <dan@debian.org>
3154 * Makefile.am: Run dep-am.
3155 * aclocal.m4: Regenerate with automake 1.9.2.
3156 * Makefile.in: Regenerate with automake 1.9.2.
3157 * doc/Makefile.in: Likewise.
3159 * config/tc-arm.c: Include "dw2gencfi.h".
3160 (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
3162 * config/tc-arm.h (TARGET_USE_CFIPOP, DWARF2_DEFAULT_RETURN_COLUMN)
3163 (DWARF2_CIE_DATA_ALIGNMENT, tc_regname_to_dw2regnum)
3164 (tc_cfi_frame_initial_instructions): Define.
3165 (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
3168 2004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
3170 * config/tc-crx.c (assemble_insn): Check unsigned immediate
3172 Update coprocessor id to be unsigned immediate.
3174 2004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
3176 * config/tc-i386.c (O_secrel): Delete.
3177 (tc_pe_dwarf2_emit_offset): New function.
3178 * config/tc-i386.h (O_secrel): Define as O_md1.
3179 (TC_DWARF2_EMIT_OFFSET): Define.
3181 2004-10-18 Nick Clifton <nickc@redhat.com>
3183 * config/tc-xstormy16.c (xstormy16_cons_fix_new): Accept and
3184 ignore @fptr() directives for 4-byte fixups.
3186 2004-10-15 Alan Modra <amodra@bigpond.net.au>
3188 * Makefile.am: Run "make dep-am"
3189 * Makefile.in: Regenerate.
3191 2004-10-14 Bob Wilson <bob.wilson@acm.org>
3193 * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive):
3194 Remove comments about placement of literal pools.
3195 (Literal Directive): Update description of literal placement.
3196 (Literal Prefix Directive): Remove statement that this does not apply
3197 to absolute-mode literals. Describe new section naming scheme.
3199 2004-10-12 Bob Wilson <bob.wilson@acm.org>
3201 * config/tc-xtensa.c (xtensa_frequency_pseudo): Use set_subseg_freq.
3202 (is_entry_opcode, is_movi_opcode, is_the_loop_opcode, is_jx_opcode,
3203 is_windowed_return_opcode): Delete.
3204 (xtensa_frob_label): Use get_subseg_target_freq.
3205 (md_assemble): Inline call to is_entry_opcode.
3206 (xtensa_handle_align): Inline call to get_frag_is_literal.
3207 (relaxation_requirements): Inline call to is_jx_opcode.
3208 (emit_single_op): Inline call to is_movi_opcode.
3209 (xg_assemble_vliw_tokens): Inline calls to get_frag_is_insn,
3210 get_frag_is_no_transform, is_entry_opcode, and
3211 set_frag_is_specific_opcode. Use get_subseg_total_freq.
3212 (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags,
3213 xtensa_fix_close_loop_end_frags, relax_frag_immed, convert_frag_immed):
3214 Inline calls to get_frag_is_no_transform.
3215 (next_instrs_are_b_retw): Inline call to is_windowed_return_opcode.
3216 (xtensa_fix_short_loop_frags): Inline calls to is_the_loop_opcode and
3217 get_frag_is_no_transform.
3218 (convert_frag_immed_finish_loop): Inline calls to get_expression_value
3219 and set_frag_is_no_transform.
3220 (get_expression_value): Delete.
3221 (subseg_map struct): Rename cur_total_freq to total_freq. Rename
3222 cur_target_freq to target_freq.
3223 (get_subseg_info): Split out code to create a new map entry into ...
3224 (add_subseg_info): ... this new function.
3225 (get_last_insn_flags): Check if get_subseg_info succeeded.
3226 (set_last_insn_flags): Call add_subseg_info if needed.
3227 (get_subseg_total_freq, get_subseg_target_freq, set_subseg_freq): New.
3228 (xtensa_reorder_segments): Compute last_sec while counting sections.
3229 Remove call to get_last_sec.
3230 (get_last_sec): Delete.
3231 (cache_literal_section): Inline call to retrieve_literal_seg and its
3232 callees, seg_present and add_seg_list.
3233 (retrieve_literal_seg, seg_present, add_seg_list): Delete.
3234 (get_frag_is_insn, get_frag_is_no_transform,
3235 set_frag_is_specific_opcode, set_frag_is_no_transform): Delete.
3236 * config/tc-xtensa.h (MAX_SLOTS): Reduce from 31 to 15.
3238 2004-10-12 Bob Wilson <bob.wilson@acm.org>
3240 * config/tc-xtensa.c: Use ISO C90 formatting.
3241 * config/tc-xtensa.h: Likewise.
3242 * config/xtensa-istack.h: Likewise.
3243 * config/xtensa-relax.c: Likewise.
3244 * config/xtensa-relax.h: Likewise.
3246 2004-10-12 Paul Brook <paul@codesourcery.com>
3248 * config/tc-arm.c (md_begin): Change EF_ARM_EABI_VER3 to
3251 * doc/c-arm.texi: Document that we actually support -meabi=4, not
3254 2004-10-08 Bob Wilson <bob.wilson@acm.org>
3256 * doc/as.texinfo (VTableEntry, VTableInherit): Add "directive" to index
3258 (Acknowledgements): Use "GAS" instead of AS variable.
3260 2004-10-08 Daniel Jacobowitz <dan@debian.org>
3262 * config/tc-i386.c: Include "elf/x86-64.h".
3263 (i386_elf_section_type): New function.
3264 * config/tc-i386.h (md_elf_section_type): Define.
3265 (i386_elf_section_type): New prototype.
3267 2004-10-08 Linus Nielsen Feltzing <linus@haxx.se>
3269 * config/m68k-parse.h (enum m68k_register): New control register,
3271 * config/tc-m68k.c: Correct control register set for MCF5249.
3273 2004-10-07 Bob Wilson <bob.wilson@acm.org>
3274 Sterling Augustine <sterling@tensilica.com>
3276 * config/tc-xtensa.c (absolute_literals_supported): New global flag.
3277 (UNREACHABLE_MAX_WIDTH): Define.
3278 (XTENSA_FETCH_WIDTH): Delete.
3279 (cur_vinsn, xtensa_fetch_width, xt_saved_debug_type, past_xtensa_end,
3280 prefer_const16, prefer_l32r): New global variables.
3281 (LIT4_SECTION_NAME): Define.
3282 (lit4_state struct): Add lit4_seg_name and lit4_seg fields.
3283 (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
3284 (frag_flags struct): New.
3285 (xtensa_block_info struct): Move from tc-xtensa.h. Add flags field.
3286 (subseg_map struct): Add cur_total_freq and cur_target_freq fields.
3287 (bitfield, bit_is_set, set_bit, clear_bit): Define.
3288 (MAX_FORMATS): Define.
3289 (op_placement_info struct, op_placement_table): New.
3290 (O_pltrel, O_hi16, O_lo16): Define.
3291 (directiveE enum): Rename directive_generics to directive_transform.
3292 Delete directive_relax. Add directive_schedule,
3293 directive_absolute_literals, and directive_last_directive.
3294 (directive_info): Rename "generics" to "transform". Delete "relax".
3295 Add "schedule" and "absolute-literals".
3296 (directive_state): Adjust entries to match changes in directive_info.
3297 (xtensa_relax_statesE, RELAX_IMMED_MAXSTEPS): Move to tc-xtensa.h.
3298 (xtensa_const16_opcode, xtensa_movi_opcode, xtensa_movi_n_opcode,
3299 xtensa_l32r_opcode, xtensa_nop_opcode, xtensa_rsr_lcount_opcode): New.
3300 (xtensa_j_opcode, xtensa_rsr_opcode): Delete.
3301 (align_only_targets, software_a0_b_retw_interlock,
3302 software_avoid_b_j_loop_end, maybe_has_b_j_loop_end,
3303 software_avoid_short_loop, software_avoid_close_loop_end,
3304 software_avoid_all_short_loops, specific_opcode): Delete.
3305 (warn_unaligned_branch_targets): New.
3306 (workaround_a0_b_retw, workaround_b_j_loop_end, workaround_short_loop,
3307 workaround_close_loop_end, workaround_all_short_loops): Default FALSE.
3308 (option_[no_]link_relax, option_[no_]transform,
3309 option_[no_]absolute_literals, option_warn_unaligned_targets,
3310 option_prefer_l32r, option_prefer_const16, option_target_hardware):
3312 (option_[no_]align_only_targets, option_literal_section_name,
3313 option_text_section_name, option_data_section_name,
3314 option_bss_section_name, option_eb, option_el): Delete.
3315 (md_longopts): Add entries for: [no-]transform, [no-]absolute-literals,
3316 warn-unaligned-targets, prefer-l32r, prefer-const16, [no-]link-relax,
3317 and target-hardware. Delete entries for [no-]target-align-only,
3318 literal-section-name, text-section-name, data-section-name, and
3320 (md_parse_option): Handle new options and remove old ones. Accept but
3321 ignore [no-]density options. Warn for [no-]generics and [no-]relax
3322 and treat them as [no-]transform.
3323 (md_show_usage): Add new options and remove old ones.
3324 (xtensa_setup_hw_workarounds): New.
3325 (md_pseudo_table): Change "word" entry to use xtensa_elf_cons. Add
3326 "long", "short", "loc" and "frequency" entries.
3327 (use_generics): Rename to ...
3328 (use_transform): ... this function. Add past_xtensa_end check.
3329 (use_longcalls): Add past_xtensa_end check.
3330 (code_density_available, can_relax): Delete.
3331 (do_align_targets): New.
3332 (get_directive): Accept dashes in directive names. Warn about
3333 [no-]generics and [no-]relax directives and treat them as
3335 (xtensa_begin_directive): Call md_flush_pending_output only for some
3336 directives. Check for directives inside instruction bundles. Warn
3337 about deprecated ".begin literal" usage. Warn and ignore [no-]density
3338 directives. Handle new directives. Check generating_literals flag
3340 (xtensa_end_directive): Check for directives inside instruction
3341 bundles. Warn and ignore [no-]density directives. Handle new
3342 directives. Call xtensa_set_frag_assembly_state.
3343 (xtensa_loc_directive_seen, xtensa_dwarf2_directive_loc,
3344 xtensa_dwarf2_emit_insn): New.
3345 (xtensa_literal_position): Call md_flush_pending_output. Do not check
3346 use_literal_section flag.
3347 (xtensa_literal_pseudo): Call md_flush_pending_output. Handle absolute
3348 literals. Use xtensa_elf_cons to parse the expression.
3349 (xtensa_literal_prefix): Do not check use_literal_section. Support
3350 ".lit4" sections for absolute literals. Change prefix convention to
3351 replace ".text" (or ".t" in a linkonce section). No need to call
3353 (xtensa_frequency_pseudo, xtensa_elf_cons, xtensa_elf_suffix): New.
3354 (expression_end): Handle closing braces and colons.
3355 (PLT_SUFFIX, plt_suffix): Delete.
3356 (expression_maybe_register): Use new xtensa-isa.h functions. Use
3357 xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16
3358 and O_hi16 expressions as well.
3359 (tokenize_arguments): Handle closing braces and colons.
3360 (parse_arguments): Use new xtensa-isa.h functions. Handle "invisible"
3361 operands and paired register syntax.
3362 (get_invisible_operands): New.
3363 (xg_translate_sysreg_op): Handle new Xtensa LX RSR/WSR/XSR syntax. Use
3364 new xtensa-isa.h functions.
3365 (xtensa_translate_old_userreg_ops, xtensa_translate_zero_immed): New.
3366 (xg_translate_idioms): Check if inside bundle. Use use_transform.
3367 Handle new Xtensa LX RSR/WSR/XSR syntax. Remove code to widen density
3368 instructions. Use xtensa_translate_zero_immed.
3369 (operand_is_immed, operand_is_pcrel_label): Delete.
3370 (get_relaxable_immed): Use new xtensa-isa.h functions.
3371 (get_opcode_from_buf): Add slot parameter. Use new xtensa-isa.h
3373 (xtensa_print_insn_table, print_vliw_insn): New.
3374 (is_direct_call_opcode): Use new xtensa-isa.h functions.
3375 (is_call_opcode, is_loop_opcode, is_conditional_branch_opcode,
3376 is_branch_or_jump_opcode): Delete.
3377 (is_movi_opcode, decode_reloc, encode_reloc, encode_alt_reloc): New.
3378 (opnum_to_reloc, reloc_to_opnum): Delete.
3379 (xtensa_insnbuf_set_operand, xtensa_insnbuf_get_operand): Use new
3380 xtensa-isa.h functions. Operate on one slot of an instruction.
3381 (xtensa_insnbuf_set_immediate_field, is_negatable_branch,
3382 xg_get_insn_size): Delete.
3383 (xg_get_build_instr_size): Use xg_get_single_size.
3384 (xg_is_narrow_insn, xg_is_single_relaxable_insn): Update calls to
3385 xg_build_widen_table. Use xg_get_single_size.
3386 (xg_get_max_narrow_insn_size): Delete.
3387 (xg_get_max_insn_widen_size, xg_get_max_insn_widen_literal_size,
3388 xg_is_relaxable_insn): Update calls to xg_build_widen_table. Use
3390 (xg_build_to_insn): Record the loc field. Handle OP_OPERAND_HI16U and
3391 OP_OPERAND_LOW16U. Check xg_valid_literal_expression.
3392 (xg_expand_to_stack, xg_expand_narrow): Update calls to
3393 xg_build_widen_table. Use xg_get_single_size.
3394 (xg_immeds_fit): Use new xtensa-isa.h functions. Update call to
3396 (xg_symbolic_immeds_fit): Likewise. Also handle O_lo16 and O_hi16, and
3397 treat weak symbols conservatively.
3398 (xg_check_operand): Use new xtensa-isa.h functions.
3399 (is_dnrange): Delete.
3400 (xg_assembly_relax): Inline previous calls to tinsn_copy.
3401 (xg_finish_frag): Specify separate relax states for the frag and slot0.
3402 (is_branch_jmp_to_next, xg_add_branch_and_loop_targets): Use new
3403 xtensa-isa.h functions.
3404 (xg_instruction_matches_option_term, xg_instruction_matches_or_options,
3405 xg_instruction_matches_options): New.
3406 (xg_instruction_matches_rule): Handle O_register expressions. Call
3407 xg_instruction_matches_options.
3408 (transition_rule_cmp): New.
3409 (xg_instruction_match): Update call to xg_build_simplify_table.
3410 (xg_build_token_insn): Record loc fields.
3411 (xg_simplify_insn): Check is_specific_opcode field and
3412 density_supported flag.
3413 (xg_expand_assembly_insn): Skip checking code_density_available. Use
3414 new xtensa-isa.h functions. Call use_transform instead of can_relax.
3415 (xg_assemble_literal): Add error handling for O_big. Call
3416 record_alignment. Handle O_pltrel.
3417 (xg_valid_literal_expression): New.
3418 (xg_assemble_literal_space): Add slot parameter. Remove call to
3419 set_expr_symbol_offset. Add call to record_alignment. Update call to
3421 (xg_emit_insn): Delete.
3422 (xg_emit_insn_to_buf): Add format parameter. Update calls to
3423 xg_add_opcode_fix and xtensa_insnbuf_to_chars.
3424 (xg_add_opcode_fix): Change opcode parameter to tinsn and add format
3425 and slot parameters. Handle new "alternate" relocations for absolute
3426 literals and CONST16 instructions. Check for bad uses of O_lo16 and
3427 O_hi16. Use new xtensa-isa.h functions.
3428 (xg_assemble_tokens): Delete.
3429 (is_register_writer): Use new xtensa-isa.h functions.
3430 (is_bad_loopend_opcode): Check for xtensa_rsr_lcount_opcode instead of
3431 old-style RSR from LCOUNT.
3432 (next_frag_opcode): Delete.
3433 (next_frag_opcode_is_loop, next_frag_format_size, frag_format_size,
3434 update_next_frag_state): New.
3435 (update_next_frag_nop_state): Delete.
3436 (next_frag_pre_opcode_bytes): Use next_frag_opcode_is_loop.
3437 (xtensa_mark_literal_pool_location): Check use_literal_section flag and
3438 the state of the absolute-literals directive. Add calls to
3439 record_alignment and xtensa_set_frag_assembly_state. Call
3440 xtensa_switch_to_non_abs_literal_fragment instead of
3441 xtensa_switch_to_literal_fragment.
3443 (assemble_nop): Use build_nop. Update call to xtensa_insnbuf_to_chars.
3444 (get_expanded_loop_offset): Change check for undefined opcode to an
3446 (xtensa_set_frag_assembly_state, relaxable_section,
3447 xtensa_find_unmarked_state_frags, xtensa_find_unaligned_branch_targets,
3448 xtensa_find_unaligned_loops, xg_apply_tentative_value): New.
3449 (md_begin): Update call to xtensa_isa_init. Initialize linkrelax to 1.
3450 Set lit4_seg_name. Call xg_init_vinsn. Initialize new global opcodes.
3451 Call init_op_placement_info_table and xtensa_set_frag_assembly_state.
3452 (xtensa_init_fix_data): New.
3453 (xtensa_frob_label): Reset label symbol to the current frag. Check
3454 do_align_targets and generating_literals flag. Propagate frequency
3455 info to new alignment frag. Call xtensa_set_frag_assembly_state.
3456 (xtensa_unrecognized_line): New.
3457 (xtensa_flush_pending_output): Check if inside a bundle. Add a call
3458 to xtensa_set_frag_assembly_state.
3459 (error_reset_cur_vinsn): New.
3460 (md_assemble): Remove check for literal frag. Remove call to
3461 istack_init. Call use_transform instead of use_generics. Parse
3462 explicit instruction format specifiers. Move code for
3463 a0_b_retw_interlock workaround to xg_assemble_vliw_tokens. Call
3464 error_reset_cur_vinsn on errors. Add call to get_invisible_operands.
3465 Add dwarf2_where call. Remote automatic alignment for ENTRY
3466 instructions. Move call to xtensa_clear_insn_labels to the end.
3467 Rearrange to handle bundles.
3468 (xtensa_cons_fix_new): Delete.
3469 (xtensa_handle_align): New.
3470 (xtensa_frag_init): Call xtensa_set_frag_assembly_state. Remove
3471 assignment to is_no_density field.
3472 (md_pcrel_from): Use new xtensa-isa.h functions. Use decode_reloc
3473 instead of reloc_to_opnum. Handle "alternate" relocations.
3474 (xtensa_force_relocation, xtensa_check_inside_bundle,
3475 xtensa_elf_section_change_hook): New.
3476 (xtensa_symbol_new_hook): Delete.
3477 (xtensa_fix_adjustable): Check for difference of symbols with an
3478 offset. Check for external and weak symbols.
3479 (md_apply_fix3): Remove cases for XTENSA_OP{0,1,2} relocs.
3480 (md_estimate_size_before_relax): Return expansion for the first slot.
3481 (tc_gen_reloc): Handle difference of symbols by producing
3482 XTENSA_DIFF{8,16,32} relocs and by writing the value of the difference
3483 into the output. Handle new XTENSA_SLOT*_OP relocs by storing the
3484 tentative values into the output when linkrelax is set.
3485 (XTENSA_PROP_SEC_NAME): Define.
3486 (xtensa_post_relax_hook): Call xtensa_find_unmarked_state_frags.
3487 Create literal tables only if using literal sections. Create new
3488 property tables instead of old instruction tables. Check for unaligned
3489 branch targets and loops.
3490 (finish_vinsn, find_vinsn_conflicts, check_t1_t2_reads_and_writes,
3491 new_resource_table, clear_resource_table, resize_resource_table,
3492 resources_available, reserve_resources, release_resources,
3493 opcode_funcUnit_use_unit, opcode_funcUnit_use_stage,
3494 resources_conflict, xg_find_narrowest_format, relaxation_requirements,
3495 bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
3496 (xtensa_end): Call xtensa_flush_pending_output. Set past_xtensa_end
3497 flag. Update checks for workaround options. Call
3498 xtensa_mark_narrow_branches and xtensa_mark_zcl_first_insns.
3499 (xtensa_cleanup_align_frags): Add special case for branch targets.
3500 Check for and mark unreachable frags.
3501 (xtensa_fix_target_frags): Remove use of align_only_targets flag.
3502 Use RELAX_LOOP_END_BYTES in special case for negatable branch at the
3503 end of a zero-overhead loop body.
3504 (frag_can_negate_branch): Handle instructions with multiple slots.
3505 Use new xtensa-isa.h functions
3506 (xtensa_mark_narrow_branches, is_narrow_branch_guaranteed_in_range,
3507 xtensa_mark_zcl_first_insns): New.
3508 (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags): Error if
3509 transformations are disabled.
3510 (next_instrs_are_b_retw): Use new xtensa-isa.h functions. Handle
3511 multislot instructions.
3512 (xtensa_fix_close_loop_end_frags, xtensa_fix_short_loop_frags):
3513 Likewise. Also error if transformations are disabled.
3514 (unrelaxed_frag_max_size): New.
3515 (unrelaxed_frag_min_insn_count, unrelax_frag_has_b_j): Use new
3516 xtensa-isa.h functions.
3517 (xtensa_sanity_check, is_empty_loop, is_local_forward_loop): Use
3518 xtensa_opcode_is_loop instead of is_loop_opcode.
3519 (get_text_align_power): Replace as_fatal with assertion.
3520 (get_text_align_fill_size): Iterate instead of using modulus when
3522 (get_noop_aligned_address): Assert that this is for a machine-dependent
3523 RELAX_ALIGN_NEXT_OPCODE frag. Use next_frag_opcode_is_loop,
3524 xg_get_single_size, and frag_format_size.
3525 (get_widen_aligned_address): Rename to ...
3526 (get_aligned_diff): ... this function. Add max_diff parameter.
3527 Remove handling of rs_align/rs_align_code frags. Use
3528 next_frag_format_size, get_text_align_power, get_text_align_fill_size,
3529 next_frag_opcode_is_loop, and xg_get_single_size. Compute max_diff
3530 and pass it back to caller.
3531 (xtensa_relax_frag): Use relax_frag_loop_align. Add code for new
3532 RELAX_SLOTS, RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN,
3533 RELAX_FILL_NOP, and RELAX_UNREACHABLE frag types. Check relax_seen.
3534 (relax_frag_text_align): Rename to ...
3535 (relax_frag_loop_align): ... this function. Assume loops can only be
3536 in the first slot of an instruction.
3537 (relax_frag_add_nop): Use assemble_nop instead of constructing an OR
3538 instruction. Remove call to frag_wane.
3539 (relax_frag_narrow): Rename to ...
3540 (relax_frag_for_align): ... this function. Extend to handle
3541 RELAX_FILL_NOP and RELAX_UNREACHABLE, as well as RELAX_SLOTS with
3542 RELAX_NARROW for the first slot.
3543 (find_address_of_next_align_frag, bytes_to_stretch): New.
3544 (future_alignment_required): Use find_address_of_next_align_frag and
3545 bytes_to_stretch. Look ahead to subsequent frags to make smarter
3546 alignment decisions.
3547 (relax_frag_immed): Add format, slot, and estimate_only parameters.
3548 Check if transformations are enabled for b_j_loop_end workaround.
3549 Use new xtensa-isa.h functions and handle multislot instructions.
3550 Update call to xg_assembly_relax.
3551 (md_convert_frag): Handle new RELAX_SLOTS, RELAX_UNREACHABLE,
3552 RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, and RELAX_FILL_NOP
3554 (convert_frag_narrow): Add segP, format and slot parameters. Call
3555 convert_frag_immed for branch instructions. Adjust calls to
3556 tinsn_from_chars, tinsn_immed_from_frag, and xg_emit_insn_to_buf. Use
3557 xg_get_single_size and xg_get_single_format.
3558 (convert_frag_fill_nop): New.
3559 (convert_frag_immed): Add format and slot parameters. Handle multislot
3560 instructions and use new xtensa-isa.h functions. Update calls to
3561 tinsn_immed_from_frag and xg_assembly_relax. Check if transformations
3562 enabled for b_j_loop_end workaround. Use build_nop instead of
3563 assemble_nop. Check is_specific_opcode flag. Check for unreachable
3564 frags. Use xg_get_single_size. Handle O_pltrel.
3565 (fix_new_exp_in_seg): Remove check for old plt flag.
3566 (convert_frag_immed_finish_loop): Update calls to tinsn_from_chars and
3567 xtensa_insnbuf_to_chars. Call tinsn_immed_from_frag. Change check
3568 for loop opcode to an assertion. Mark all frags up to the end of the
3569 loop as not transformable.
3570 (get_last_insn_flags, set_last_insn_flags): Use get_subseg_info.
3571 (get_subseg_info): New.
3572 (xtensa_move_literals): Call xtensa_set_frag_assembly_state. Add null
3574 (xtensa_switch_to_literal_fragment): Rewrite to handle absolute
3575 literals and use xtensa_switch_to_non_abs_literal_fragment otherwise.
3576 (xtensa_switch_to_non_abs_literal_fragment): New.
3577 (cache_literal_section): Add is_code parameter and pass it through to
3578 retrieve_literal_seg.
3579 (retrieve_literal_seg): Add is_code parameter and use it to set the
3580 flags on the literal section. Handle case where head parameter is 0.
3581 (get_frag_is_no_transform, set_frag_is_specific_opcode,
3582 set_frag_is_no_transform): New.
3583 (xtensa_create_property_segments): Add end_property_function parameter
3584 and pass it through to add_xt_block_frags. Call bfd_get_section_flags
3585 and skip SEC_DEBUGGING and !SEC_ALLOC sections.
3586 (xtensa_create_xproperty_segments, section_has_xproperty): New.
3587 (add_xt_block_frags): Add end_property_function parameter and call it
3588 if it is non-zero. Call xtensa_frag_flags_init.
3589 (xtensa_frag_flags_is_empty, xtensa_frag_flags_init,
3590 get_frag_property_flags, frag_flags_to_number,
3591 xtensa_frag_flags_combinable, xt_block_aligned_size,
3592 xtensa_xt_block_combine, add_xt_prop_frags,
3593 init_op_placement_info_table, opcode_fits_format_slot,
3594 xg_get_single_size, xg_get_single_format): New.
3595 (istack_push): Inline call to tinsn_copy.
3596 (tinsn_copy): Delete.
3597 (tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
3598 CONST16 opcodes. Handle O_big, O_illegal, and O_absent.
3599 (tinsn_has_complex_operands): Handle O_hi16 and O_lo16.
3600 (tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h
3601 functions. Handle invisible operands.
3602 (tinsn_to_slotbuf): New.
3603 (tinsn_check_arguments): Use new xtensa-isa.h functions.
3604 (tinsn_from_chars): Add slot parameter. Rewrite using xg_init_vinsn,
3605 vinsn_from_chars, and xg_free_vinsn.
3606 (tinsn_from_insnbuf): New.
3607 (tinsn_immed_from_frag): Add slot parameter and handle multislot
3608 instructions. Handle symbol differences.
3609 (get_num_stack_text_bytes): Use xg_get_single_size.
3610 (xg_init_vinsn, xg_clear_vinsn, vinsn_has_specific_opcodes,
3611 xg_free_vinsn, vinsn_to_insnbuf, vinsn_from_chars, expr_is_register,
3612 get_expr_register, set_expr_symbol_offset_diff): New.
3613 * config/tc-xtensa.h (MAX_SLOTS): Define.
3614 (xtensa_relax_statesE): Move from tc-xtensa.c. Add
3615 RELAX_CHECK_ALIGN_NEXT_OPCODE, RELAX_MAYBE_DESIRE_ALIGN, RELAX_SLOTS,
3616 RELAX_FILL_NOP, RELAX_UNREACHABLE, RELAX_MAYBE_UNREACHABLE, and
3618 (RELAX_IMMED_MAXSTEPS): Move from tc-xtensa.c.
3619 (xtensa_frag_type struct): Add is_assembly_state_set,
3620 use_absolute_literals, relax_seen, is_unreachable, is_specific_opcode,
3621 is_align, is_text_align, alignment, and is_first_loop_insn fields.
3622 Replace is_generics and is_relax fields by is_no_transform field.
3623 Delete is_text and is_longcalls fields. Change text_expansion and
3624 literal_expansion to arrays of MAX_SLOTS entries. Add arrays of
3625 per-slot information: literal_frags, slot_subtypes, slot_symbols,
3626 slot_sub_symbols, and slot_offsets. Add fr_prev field.
3627 (xtensa_fix_data struct): New.
3628 (xtensa_symfield_type struct): Delete plt field.
3629 (xtensa_block_info struct): Move definition to tc-xtensa.h. Add
3630 forward declaration here.
3631 (xt_section_type enum): Delete xt_insn_sec. Add xt_prop_sec.
3632 (XTENSA_SECTION_RENAME): Undefine.
3633 (TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FORCE_RELOCATION, NO_PSEUDO_DOT,
3634 tc_unrecognized_line, md_do_align, md_elf_section_change_hook,
3635 HANDLE_ALIGN, TC_LINKRELAX_FIXUP, SUB_SEGMENT_ALIGN): Define.
3636 (TC_CONS_FIX_NEW, tc_symbol_new_hook): Delete.
3637 (unit_num_copies_func, opcode_num_units_func,
3638 opcode_funcUnit_use_unit_func, opcode_funcUnit_use_stage_func): New.
3639 (resource_table struct): New.
3640 * config/xtensa-istack.h (MAX_INSN_ARGS): Increase from 6 to 10.
3641 (TInsn struct): Add keep_wide, loc, fixup, record_fix, subtype,
3642 literal_space, symbol, sub_symbol, offset, and literal_frag fields.
3643 (tinsn_copy): Delete prototype.
3644 (vliw_insn struct): New.
3645 * config/xtensa-relax.c (insn_pattern_struct): Add options field.
3646 (widen_spec_list): Add option conditions for density and boolean
3647 instructions. Add expansions using CONST16 and conditions for using
3648 CONST16 vs. L32R. Use new Xtensa LX RSR/WSR syntax. Add entries for
3650 (simplify_spec_list): Add option conditions for density instructions.
3651 Add entry for NOP instruction.
3652 (append_transition): Add cmp function pointer parameter and use it to
3653 insert the new entry in order.
3654 (operand_function_LOW16U, operand_function_HI16U): New.
3655 (xg_has_userdef_op_fn, xg_apply_userdef_op_fn): Handle
3656 OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
3657 (enter_opname, split_string): Use xstrdup instead of strdup.
3658 (init_insn_pattern): Initialize new options field.
3659 (clear_req_or_option_list, clear_req_option_list,
3660 clone_req_or_option_list, clone_req_option_list, parse_option_cond):
3662 (parse_insn_pattern): Parse option conditions.
3663 (transition_applies): New.
3664 (build_transition): Use new xtensa-isa.h functions. Fix incorrectly
3665 swapped last arguments in calls to append_constant_value_condition.
3666 Call clone_req_option_list. Add warning about invalid opcode.
3667 Handle LOW16U and HI16U function names.
3668 (build_transition_table): Add cmp parameter and use it in calls to
3669 append_transition. Use new xtensa-isa.h functions. Check
3670 transition_applies before adding entries.
3671 (xg_build_widen_table, xg_build_simplify_table): Add cmp parameter and
3672 pass it through to build_transition_table.
3673 * config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList,
3674 ReqOption, transition_cmp_fn): New types.
3675 (OpType enum): Add OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
3676 (transition_rule struct): Add options field.
3677 * doc/as.texinfo (Overview): Update Xtensa options.
3678 * doc/c-xtensa.texi (Xtensa Options): Delete --[no-]density,
3679 --[no-]relax, and --[no-]generics options. Update descriptions of
3680 --text-section-literals and --[no-]longcalls. Add
3681 --[no-]absolute-literals and --[no-]transform.
3682 (Xtensa Syntax): Add description of syntax for FLIX instructions.
3683 Remove use of "generic" and "specific" terminology for opcodes.
3684 (Xtensa Registers): Generalize the syntax description to include
3685 user-defined register files.
3686 (Xtensa Automatic Alignment): Update.
3687 (Xtensa Branch Relaxation): Mention limitation of unconditional jumps.
3688 (Xtensa Call Relaxation): Linker can now remove most of the overhead.
3689 (Xtensa Directives): Remove confusing rules about precedence.
3690 (Density Directive, Relax Directive): Delete.
3691 (Schedule Directive): New.
3692 (Generics Directive): Rename to ...
3693 (Transform Directive): ... this node.
3694 (Literal Directive): Update for absolute literals. Missing
3695 literal_position directive is now an error.
3696 (Literal Position Directive): Update for absolute literals.
3697 (Freeregs Directive): Delete.
3698 (Absolute Literals Directive): New.
3699 (Frame Directive): Minor editing.
3700 * Makefile.am (DEPTC_xtensa_elf, DEPOBJ_xtensa_elf, DEP_xtensa_elf):
3701 Update dependencies.
3702 * Makefile.in: Regenerate.
3704 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
3706 * config/tc-mips.c (append_insn): Use fix_new rather than fix_new_exp
3707 to build the second and third fixups for a composite relocation.
3708 (macro_read_relocs): New function.
3709 (macro_build): Use it.
3710 (s_cpsetup): Pass all three composite relocation codes to macro_build.
3711 Simplify fragging code accordingly.
3712 (s_gpdword): Use fix_new rather than fix_new_exp for the second part
3713 of the composite relocation. Set fx_tcbit in both fixups.
3715 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
3717 * config/tc-mips.c (append_insn): Set fx_tcbit for composite relocs.
3718 (md_apply_fix3): Don't treat composite relocs as done.
3720 2004-10-07 Jan Beulich <jbeulich@novell.com>
3722 * macro.c (macro_expand_body): When ELF, use .LL rather than LL as
3723 prefix for symbol names generated from the LOCAL macro directive.
3725 * dw2gencfi.c (select_cie_for_fde): When separating CIE out from
3726 FDE, treat a DW_CFA_remember_state as we do a DW_CFA_advance_loc.
3728 2004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
3730 * config/tc-crx.c (preprocess_reglist): Handle Co-processor
3732 (md_assemble): Add error checking for Co-Processor instructions.
3733 (get_cinv_parameters): Add 'b' option to invalidate the
3734 branch-target cache.
3736 2004-10-05 Paul Brook <paul@codesourcery.com>
3738 * config/tc-arm.c (unwind): New variable.
3739 (vfp_sp_encode_reg): New function.
3740 (vfp_sp_reg_required_here): Use it.
3741 (vfp_sp_reg_list, vfp_dp_reg_list): Remove.
3742 (vfp_parse_reg_list): New function.
3743 (s_arm_unwind_fnstart, s_arm_unwind_fnend, s_arm_unwind_cantunwind,
3744 s_arm_unwind_personality, s_arm_unwind_personalityindex,
3745 s_arm_unwind_handlerdata, s_arm_unwind_save, s_arm_unwind_movsp,
3746 s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): New
3748 (md_pseudo_table): Add them.
3749 (do_vfp_reg2_from_sp2): Use vfp_parse_reg_list and vfp_sp_encode_reg.
3750 (do_vfp_sp2_from_reg2, vfp_sp_ldstm, vfp_dp_ldstm): Ditto.
3751 (set_section, add_unwind_adjustsp, flush_pending_unwind,
3752 finish_unwind_opcodes, start_unwind_section, create_unwind_entry,
3753 require_hashconst, add_unwind_opcode): New functions.
3754 * doc/c-arm.texi: Document unwinding opcodes.
3755 * NEWS: Mention the new feature.
3757 2004-10-04 Eric Christopher <echristo@redhat.com>
3759 * config/tc-mips.c (md_apply_fix3): Remove erroneous assert.
3761 2004-10-01 H.J. Lu <hongjiu.lu@intel.com>
3763 * config/tc-ppc.c (md_apply_fix3): Call S_SET_THREAD_LOCAL for
3765 * config/tc-s390.c (md_apply_fix3): Likewise.
3766 * config/tc-sparc.c (md_apply_fix3): Likewise.
3768 2004-10-01 Paul Brook <paul@codesourcery.com>
3770 * config/tc-arm.c (arm_elf_section_type): New function.
3771 (arm_elf_change_section): Set section link for exidx sections.
3772 * config/tc-arm.h (arm_elf_section_type): Add prototype.
3773 (md_elf_section_type): Define.
3775 2004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk>
3777 * config/tc-pdp11.c (md_apply_fix3): Change to sign of the SOB
3778 instruction's offset.
3780 2004-10-01 Adam Nemet <anemet@lnxw.com>
3782 * (TARGET_FORMAT): Remove LynxOS COFF definition.
3784 2004-10-01 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
3786 * config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an
3787 asymbol *, instead use symbol_get_bfdsym.
3789 2004-09-30 Linus Nielsen Feltzing <linus@haxx.se>
3791 * config/tc-m68k.c (select_control_regs): Add mcf5249.
3793 2004-09-30 Paul Brook <paul@codesourcery.com>
3795 * config/tc-arm.c (do_smi, do_nop): New functions.
3796 (insns): Add ARMv6ZK instructions.
3797 (md_apply_fix3): Handle BFD_RELOC_ARM_SMI.
3798 (tc_gen_reloc): Ditto.
3799 (arm_cpus): Add mpcore and arm1176.
3800 (arm_archs): Add armv6{k,z,zk}.
3801 * doc/c-arm.texi: Document new cores and architectures.
3803 2004-09-30 Nick Clifton <nickc@redhat.com>
3805 * config/tc-arm.c: Use ISO C90 formatting.
3807 2004-09-30 Vladimir Ivanov <vladitx@nucleusys.com>
3809 * config/tc-arm.c (mav_reg_required_here): Allow REG_TYPE_CN
3810 as alternative when REG_TYPE_MVF, REG_TYPE_MVD, REG_TYPE_MVFX or
3811 REG_TYPE_MVDX is expected.
3813 2004-09-29 Marc Bevand <m.bevand@gmail.com>
3815 * doc/c-i386.texi (i386-Mnemonics): Fix typo.
3817 2004-09-21 James E Wilson <wilson@specifixinc.com>
3819 * config/tc-ia64.c (ENCODED_PSP_OFFSET): New.
3820 (output_rp_psprel, output_pfs_psprel, output_preds_psprel,
3821 output_spill_base, output_unat_psprel, output_lc_psprel,
3822 output_fpsr_psprel, output_priunat_psprel, output_bsp_psprel,
3823 output_bsprestore_psprel, output_rnat_psprel, output_spill_psprel,
3824 output_spill_psprel_p): Use it.
3826 2004-09-20 Tomer Levi <Tomer.Levi@nsc.com>
3828 * config/tc-crx.c (handle_LoadStor): New function.
3829 Handle load/stor unique instructions before parsing.
3831 2004-09-17 Paul Brook <paul@codesourcery.com>
3833 * config/tc-arm.c (s_arm_rel31): New funciton.
3834 (md_pseudo_table): Add .rel31.
3835 (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2,
3836 BFD_RELOC_32_PCREL and BFD_RELOC_ARM_PREL31.
3837 (tc_gen_reloc): Handle BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2.
3838 (arm_fix_adjustable): Return 0 for BFD_RELOC_ARM_TARGET2.
3839 (arm_parse_reloc): Add (target2).
3841 2004-09-17 Alan Modra <amodra@bigpond.net.au>
3843 * Makefile.am: Run "make dep-am".
3844 * Makefile.in: Regenerate.
3845 * aclocal.m4: Regenerate.
3846 * configure: Regenerate.
3847 * doc/Makefile.in: Regenerate.
3848 * po/POTFILES.in: Regenerate.
3849 * po/gas.pot: Regenerate.
3851 2004-09-14 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp>
3853 * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif.
3854 [!LLONG_MAX]: Ditto.
3856 2004-09-13 Paul Brook <paul@codesourcery.com>
3858 * config/tc-arm.c: Rename RELABS to TARGET1.
3860 2004-09-13 Alan Modra <amodra@bigpond.net.au>
3862 * messages.c (as_internal_value_out_of_range): Cast values passed
3863 to as_bad_where or as_warn_where to proper type.
3865 2004-09-11 Theodore A. Roth <troth@openavr.org>
3867 * config/tc-avr.c: Add support for
3868 atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
3870 2004-09-09 Alan Modra <amodra@bigpond.net.au>
3872 * dw2gencfi.c (select_cie_for_fde): When separating CIE out
3873 from FDE, treat a CFI_escape as we do a DW_CFA_advance_loc.
3875 2004-09-08 Paul Brook <paul@codesourcery.com>
3877 * config/obj-elf.c (obj_elf_section_type): Handle init_array,
3878 fini_array and preinit_array section types.
3879 * config/tc-ia64.c (ia64_elf_section_type): Remove init_array
3881 * doc/as.texinfo: Document extra section types.
3883 2004-09-02 Mark Mitchell <mark@codesourcery.com>
3885 * Makefile.am (TARG_ENV_HFILES): Add te-symbian.h.
3886 * Makefile.in: Regenerated.
3887 * configure.in: Set em for arm*-*-symbianelf*.
3888 * configure: Regenerated.
3889 * config/tc-arm.c (elf32_arm_target_format): Use Symbian target
3890 vectors when appropriate.
3891 * config/te-symbian.h: New file.
3893 2004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
3895 * config/tc-crx.c (gettrap): Exception vector can be case
3897 (process_label_constant): Fix a 32-bit displacement bug in branch
3899 (get_operandtype) : Bug fix, wrong operand was used.
3900 (process_label_constant): Initialize relocation type to
3903 2004-09-01 Richard Earnshaw < reanrsha@arm.com>
3905 * tc-arm.c (arm_cpus, arm_fpus): Allow <cpu>-s as well as <cpu>s
3906 for synthesizable cores.
3908 * doc/c-arm.texi (ARM Options): Document canonical names of CPUs.
3910 2004-08-25 Dmitry Diky <diwil@spec.ru>
3912 * config/tc-msp430.c: Clean-up the code.
3913 (md_relax_table): New relax table.
3914 (mcu_types): Sort MCU types.
3915 (md_pseudo_table): Add .profiler pseudo handler.
3916 (pow2value): New function.
3917 (msp430_profiler): New function.
3918 (msp430_operands): Add new insns handlers.
3919 (msp430_srcoperand): Add register operand handler, allow complex
3921 (md_estimate_size_before_relax): Rewritten.
3922 (md_convert_frag): Rewritten.
3923 (msp430_relax_frag): New function.
3924 * config/tc-msp430.h (md_relax_frag): define macro
3925 * doc/c-msp430.texi: Update information.
3927 2004-08-24 Nick Clifton <nickc@redhat.com>
3929 * as.c (std_shortopts): Allow -g to take an optional argument.
3930 (parse_args): Pass any switch starting with -g on to the backend
3933 2004-08-18 Mark Mitchell <mark@codesourcery.com>
3935 * configure.in (arm*-*-symbianelf*): New target.
3936 (arm*-*-eabi*): Likewise.
3937 * configure: Regenerated.
3939 2004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3940 * config/tc-mips.c (append_insn): Handle delay slots in branch likely
3943 2004-08-18 Jakub Jelinek <jakub@redhat.com>
3945 * config/tc-ia64.c (start_unwind_section): Add linkonce_empty
3946 argument, don't do anything if current section is not
3947 .gnu.linkonce.t.* and linkonce_empty is set.
3948 (generate_unwind_image, dot_endp): Adjust callers, call
3949 start_unwind_section (*, 1) if nothing will be put into the
3952 2004-08-17 Nick Clifton <nickc@redhat.com>
3954 * as.c (MD_DEBUG_FORMAT_SELECTOR): Provide default definition.
3955 (show_usage): Add -g.
3956 (std_longopts): Add --gen-debug. Alpha sort the table.
3957 (parse_args): Print an error message if a switch is not handled.
3958 Handle the -g switch, calling md_debug_format_selector() if
3960 * NEWS: Mention new feature.
3961 * doc/as.texinfo: Document new switch.
3962 * doc/internals.texi: Document behaviour of md_parse_option.
3964 * config/tc-arm.c (md_parse_option): Do not issue an error message
3965 if the switch is not recognised.
3966 * config/tc-m68k.c (md_parse_option): Likewise.
3967 * config/tc-pdp11.c (md_parse_option): Likewise.
3968 * config/tc-v850.c (md_parse_option): Likewise.
3970 * as.h: Fix up formatting.
3973 2004-08-16 Nick Clifton <nickc@redhat.com>
3975 * macro.c (macro_set_alternate): Use ISO C90 formatting.
3977 * configure.in: Sort architecture based tables alphabetically.
3978 * configure: Regenerate.
3980 2004-08-16 Alan Modra <amodra@bigpond.net.au>
3982 * config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
3983 { "cc", 68 }, with { "cr", 70 }.
3985 2004-08-13 Jan Beulich <jbeulich@novell.com>
3986 Nick Clifton <nickc@redhat.com>
3988 * as.c: Add and handle new --alternate command line option.
3989 * macro.c (macro_set_alternate): New.
3990 * macro.h (macro_set_alternate): Declare.
3991 * read.c: Add and handle new .altmacro and .noaltmacro directives.
3992 * doc/as.texinfo: Document new command line option and pseudo-ops
3993 as well as insert documentation originating from gasp about
3994 alternate macro syntax.
3995 * NEWS: Mention new command line option and pseudo-ops.
3997 2004-08-10 Mark Mitchell <mark@codesourcery.com>
3999 * expr.c (operand): Handle the "~", "-", and "!" operators applied
4002 2004-08-06 Paul Brook <paul@codesourcery.com>
4004 * config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc):
4005 Handle new relocations.
4006 * include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations.
4008 2004-08-05 Bob Wilson <bob.wilson@acm.org>
4010 * write.c (relax_segment): Use was_address instead of address when
4011 setting fr_fix field for align frag due to backwards .org.
4013 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
4015 Introduce SH2a support.
4016 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
4017 * config/tc-sh.c (get_specific): Change arch_sh2a_up to
4019 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
4020 * config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling.
4021 2004-02-20 Corinna Vinschen <vinschen@redhat.com>
4022 * config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition
4023 to end of conditional expression.
4024 2004-02-20 Corinna Vinschen <vinschen@redhat.com>
4025 * config/tc-sh.c: Add sh2a-nofpu support.
4026 2003-12-29 DJ Delorie <dj@redhat.com>
4027 * tc-sh.c: Add sh2a support.
4028 (parse_reg): Add tbr.
4029 (parse_at): Support @@(disp,tbr).
4030 (get_specific): Support sh2a opcodes.
4031 (insert4): New, for 4 byte relocs.
4032 (build_Mytes): Support sh2a opcodes.
4033 (md_apply_fix3_Mytes): Support sh2a opcodes.
4034 2003-12-02 Michael Snyder <msnyder@redhat.com>
4035 * config/tc-sh.c (md_parse_option): Handle sh2a.
4036 (sh_elf_final_processing): Ditto.
4038 2004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
4040 * config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
4043 2004-07-27 Alan Modra <amodra@bigpond.net.au>
4045 * config/tc-ppc.c (ppc_frob_file_before_adjust): Warn if .toc too big.
4046 (ppc_arch): Expand comment.
4048 2004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
4050 * config/tc-crx.c: Support evaluating the difference between two
4052 * config/tc-crx.h: Likewise.
4054 2004-07-26 H.J. Lu <hongjiu.lu@intel.com>
4056 * config/tc-ia64.c (start_unwind_section): Set the linked-to
4058 (ia64_elf_section_change_hook): Set the linked-to section for
4061 2004-07-26 Dmitry Diky <diwil@spec.ru>
4063 * config/tc-msp430.c: Add new subtargets: msp430x1610,
4064 msp430x1611, msp430x1612, msp430x415, msp430x417, msp430xG437,
4065 msp430xG438, msp430xG439.
4067 2004-07-25 Daniel Jacobowitz <dan@debian.org>
4069 * doc/as.texinfo (Section, PushSection): Correct documentation
4072 2004-07-21 Jan Beulich <jbeulich@novell.com>
4074 * config/tc-i386.c (optimize_imm): Adjust immediates to only those
4075 permissible for the selected instruction suffix.
4076 (match_template): Don't permit 64-bit general purpose operands in
4078 (finalize_imm): Permit 64-bit immediates.
4079 (build_modrm_byte): Don't treat 32-bit addressing in 64-bit mode
4080 specially except for the width of the used base and/or index
4081 registers. For 32-bit displacements, use sign-extended
4082 relocations only when using 64-bit addressing.
4083 Force zero displacement on rip-relative addressing when there is
4084 no other displacement.
4085 (i386_index_check): Don't treat 32-bit addressing in 64-bit mode
4086 specially except for the width of the used base and/or index
4088 (parse_register): Disallow Reg64 registers in 32-bit mode.
4090 * config/tc-i386.c: For DefaultSize instructions, don't guess a 'q'
4091 suffix if the instruction doesn't support it.
4093 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
4095 * config/tc-mips.c (append_insn): Handle constant expressions with
4096 no associated relocation.
4097 (mips_ip): Cancel the expression after use for the Q format
4099 (parse_relocation): Return no relocation for unsupported
4101 (my_getSmallExpression): Return no relocation if no relocation
4104 2004-07-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4106 * config/obj-som.c (adjust_stab_sections): Add prototype.
4107 (obj_som_compiler, obj_som_version, obj_som_copyright,
4108 adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments.
4109 * config/tc-hppa.c (update_subspace): Likewise.
4110 (is_defined_subspace): Amplify comment.
4111 * config/obj-som.h (som_frob_file): Add prototype.
4113 2004-07-19 Christopher Faylor <cgf@timesys.com>
4114 H.J. Lu <hongjiu.lu@intel.com>
4116 * subsegs.c (section_symbol): Don't create a new segment when
4117 existing segment is undefined.
4119 2004-07-16 Richard Earnshaw <rearnsha@arm.com>
4121 * config/tc-arm.c: Include include/opcode/arm.h.
4122 (ARM_EXT_*, ARM_ARCH_*, ARM_ANY, ARM_ALL, COPROC_ANY): Delete.
4123 (FPU_FPA_EXT_* FPU_VFP_EXT_*, FPU_ANY, FPU_NONE, FPU_MAVERICK): Delete.
4124 (FPU_ARCH_*): Delete.
4125 * Makefile.am: Update dependencies.
4126 * Makefile.in: Regenerate.
4128 2004-07-15 Nick Clifton <nickc@redhat.com>
4130 * configure.in: Accept armbe as a big-endian arm configuration.
4131 * configure: Regenerate.
4133 2004-07-13 Thomas Nystrom <thn@saeab.se>
4135 * config/tc-i386.c (T_SHIFTOP): New constant.
4136 (intel_e05_1): Handle '&', '|' and T_SHIFTOP.
4137 (intel_el1): Handle '~'.
4138 (intel_get_token): Handle '<>', '&', '|' and '~'.
4140 2004-07-13 Nick Clifton <nickc@redhat.com>
4142 (md_assemble): Remove spurious newline from end of as_bad error
4144 (intel_e05_1): Likewise.
4145 (intel_e11): Likewise.
4146 (intel_match_token): Likewise.
4148 2004-07-11 Andreas Schwab <schwab@suse.de>
4150 * config/tc-m68k.c: Convert to C90. Remove redundant
4151 declarations. Indentation fixup.
4152 [M68KCOFF]: Include "obj-coff.h" instead of declaring
4153 obj_coff_section ourselves.
4155 2004-07-09 James E Wilson <wilson@specifixinc.com>
4157 * config/tc-ia64.c (default_big_endian): New.
4158 (dot_byteorder, md_begin): Use it.
4159 (md_parse_option): Set it.
4161 2004-07-09 Nick Clifton <nickc@redhat.com>
4163 * configure.in: Change sh-sybmian-elf to sh-*-symbianelf.
4164 * configure: Regenerate.
4165 * NEWS: Change sh-sybmian-elf to sh-*-symbianelf.
4166 * config/tc-sh.c (sh_elf_final_processing): Use renamed version of
4167 sh_find_elf_flags if necessary.
4169 2004-07-08 Richard Sandiford <rsandifo@redhat.com>
4171 * config/tc-mips.c (mips_fix_adjustable): If the full addend is
4172 going to be split into more than one in-place addend, return 0
4173 for relocations against mergeable sections. Associate comments
4176 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
4178 * Makefile.am (CPU_TYPES): Add crx.
4179 (TARGET_CPU_CFILES): Add config/tc-crx.c.
4180 (TARGET_CPU_HFILES): Add config/tc-crx.h.
4181 (DEPTC_crx_elf): New target.
4182 (DEPOBJ_crx_elf): Likewise.
4183 (DEP_crx_elf): Likewise.
4184 * Makefile.in: Regenerate.
4185 * configure.in: Add crx* target.
4186 * configure: Regenerate.
4187 * config/tc-crx.c: New file.
4188 * config/tc-crx.h: New file.
4189 * NEWS: Mention new target.
4191 2004-07-06 Nick Clifton <nickc@redhat.com>
4193 * config.in: Undefine TARGET_SYMBIAN by default.
4195 * configure: Regenerate. Add sh-symbian-elf target. If
4196 selected define TARGET_SYMBIAN.
4197 * config/tc-sh.h (TARGET_FORMAT): Select a Symbian target
4198 format if TARGET_SYMBIAN has been defined.
4200 * output-file.c (output_file_create): Report the target format
4201 chosen when bfd_openw reports that it is invalid.
4203 * config/obj-coff.c (coff_pseudo_table): Only define the weak
4204 pseudo for BFD based assemblers.
4206 2004-07-05 Andrew Stubbs <andrew.stubbs@superh.com>
4209 * config/tc-sh.c (md_assemble): Change isspace to ISSPACE.
4210 (md_parse_option): Remove redundant -isa testing.
4211 Make bfd_arch variable const.
4212 (md_show_usage): Make bfd_arch variable const.
4214 2004-07-03 James E Wilson <wilson@specifixinc.com>
4216 * config/tc-ia64.c (emit_one_bundle): Check and set insn_addr.
4217 * config/tc-ia64.h (md_frag_check): Define.
4219 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
4221 * config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak
4223 * doc/as.texinfo (Weak): Document PE weak symbols.
4225 2004-07-03 Richard Sandiford <rsandifo@redhat.com>
4227 * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
4228 (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS.
4229 (mips_frob_file): Rework so that only a single pass through the
4230 relocs is needed. Allow %lo()s to have higher offsets than their
4231 corresponding %hi()s or %got()s.
4233 2004-07-02 Nick Clifton <nickc@redhat.com>
4235 * config/tc-arm.c (md_apply_fix3:BFD_RELOC_ARM_IMMEDIATE): Do not
4236 allow values which have come from undefined symbols.
4237 Always consider this fixup to have been processed as a reloc
4238 cannot be generated for it.
4240 2004-07-02 Alan Modra <amodra@bigpond.net.au>
4242 * frags.h (struct frag): Add has_code and insn_addr fields.
4243 * write.c (cvt_frag_to_fill): Invoke md_frag_check.
4244 * config/tc-ppc.c (md_assemble): Check and set insn_addr.
4245 * config/tc-ppc.h (md_frag_check): Define.
4247 2004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
4249 * doc/Makefile.am (info): Rename goal to...
4250 (info-local): ... this, to preserve implicit dependencies.
4251 * doc/Makefile.in: Regenerate with automake 1.8.5.
4253 2004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4255 * config/tc-m32r.c (md_convert_frag): Changed for @PLT.
4256 (m32r_cgen_record_fixup_exp): Changed for @GOTOFF, @GOT.
4257 (m32r_fix_adjustable): Changed for @GOTOFF, @GOT, @PLT.
4258 (tc_gen_reloc): Likewise.
4259 (m32r_end_of_match): Add for @GOTOFF, @GOT, @PLT.
4260 (m32r_parse_name): Likewise.
4261 (m32r_cgen_parse_fix_exp): Likewise.
4262 * config/tc-m32r.h (md_parse_name): Define for @GOTOFF, @GOT, @PLT.
4263 (O_PIC_reloc): Likewise.
4264 (TC_CGEN_PARSE_FIX_EXP): Likewise..
4265 * cgen.c (gas_cgen_parse_operand): Add TC_CGEN_PARSE_FIX_EXP
4266 for @GOTOFF, @GOT, @PLT.
4268 2004-06-21 Jan Beulich <jbeulich@novell.com>
4270 * gas/symbols.c: While discarding ordinary local absolute symbols
4271 when --strip-local-absolute is in effect, retain file symbols.
4273 2004-06-20 Andreas Schwab <schwab@suse.de>
4275 * config/tc-m68k.c (mri_chip): Replace current_chip, not augment.
4276 (md_parse_option): Likewise.
4278 2004-06-17 Jan Beulich <jbeulich@novell.com>
4280 * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
4281 * config/te-netware.h: New file.
4282 * config/te-ppcnw.h: Delete: Obsolete.
4283 * configure.in: Eliminate ill NetWare targets. Make generic
4284 NetWare target use proper emulation.
4285 * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
4286 reference to new te-netware.h.
4287 * configure: Regenerate.
4288 * Makefile.in: Regenerate.
4290 2004-06-15 Martin Schwidefsky <schwidefsky@de.ibm.com>
4292 * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
4293 comparison in .insn pseudo operation.
4295 2004-06-15 Alan Modra <amodra@bigpond.net.au>
4297 * config/obj-coff.c (coff_adjust_section_syms): Use
4298 bfd_get_section_size instead of bfd_get_section_size_before_reloc.
4299 (coff_frob_section): Likewise.
4300 * config/tc-mips.c (md_apply_fix3): Likewise.
4301 * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
4302 (elf_frob_file_after_relocs): Likewise.
4304 2004-06-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4306 * config/tc-hppa.c (log2): Rename to exact_log2.
4307 (pa_next_subseg): Delete unused function.
4308 (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
4309 (create_new_subspace): Likewise.
4312 * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
4313 labels. Fix warning.
4315 2004-05-28 DJ Delorie <dj@redhat.com>
4317 * config/tc-mn10300.h (tc_fix_adjustable): Define.
4318 * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug
4319 or non-merged symbols.
4321 2004-05-28 H.J. Lu <hongjiu.lu@intel.com>
4323 * config/tc-ia64.c (remove_marked_resource): Save, clear and
4324 restore the old slot when inserting srlz.i/srlz.d.
4326 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
4328 * Makefile.am: Regenerate dependecies.
4329 * Makefile.in: Regenerate.
4330 * config/tc-sh.c (valid_arch): Make unsigned.
4331 (preset_target_arch): Likewise.
4332 (md_begin): Use new architecture flags system.
4333 (get_specific): Likewise.
4334 (assemble_ppi): Likewise.
4335 (md_assemble): Likewise. Also fix error check for bad opcodes.
4336 (md_parse_option): Likewise. Also generate -isa values according
4337 to the table in bfd/cpu-sh.c instead of just constants. Also
4338 allow <arch>-up ISA variants.
4339 (sh_elf_final_processing): Replace if-else chain with a call to
4340 sh_find_elf_flags().
4342 2004-05-28 Peter Barada <peter@the-baradas.com>
4344 * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing
4345 with zero offset into mode 2 addressing to save a word.
4347 2004-05-27 H.J. Lu <hongjiu.lu@intel.com>
4349 * config/tc-ia64.c (ar_is_in_integer_unit): Removed.
4350 (ar_is_only_in_integer_unit): New.
4351 (ar_is_only_in_memory_unit): New.
4352 (generate_unwind_image): Silence gcc on 32bit host.
4353 (md_assemble): Use ar_is_only_in_integer_unit instead of
4354 ar_is_in_integer_unit. Check AR access.
4356 2004-05-27 Peter Barada <peter@the-baradas.com>
4358 * config/tc-m68k.c (md_begin): Sort the opcode table into
4360 (m68k_compare_opcode): New function to do the sorting.
4362 2004-05-24 Peter Barada <peter@the-baradas.com>
4364 * config/m68k-parse.y(operand): Allow for MAC/EMAC mask
4365 addressing on MIT style operands.
4366 * config/m68k-parse.y(yylex): Allow '-&' for predecrement
4368 * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
4371 2004-05-23 Alan Modra <amodra@bigpond.net.au>
4373 * expr.c (operand, operator): Don't reject '++' and '--'.
4375 2004-05-20 Richard Sandiford <rsandifo@redhat.com>
4377 * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
4380 2004-05-17 Adam Nemet <anemet@lnxw.com>
4382 * configure.in: Add ppc-*-lynxos*. Update i386-*-lynxos* to ELF.
4383 * configure: Regenerate.
4385 2004-05-13 Paul Brook <paul@codesourcery.com>
4387 * dw2gencfi.c (output_cie): Handle dwarf3 format CIE entries.
4389 2004-05-13 Joel Sherrill <joel@oarcorp.com>
4391 * configure.in (or32-*-rtems*): Switch to elf.
4392 * configure: Regenerate.
4394 2004-05-13 Nick Clifton <nickc@redhat.com>
4396 * po/fr.po: Updated French translation.
4398 2004-05-11 Nick Clifton <nickc@redhat.com>
4400 * doc/as.texinfo (Section): Document G and T flags to .section
4401 directive. Document the extra arguments that the G flag
4402 requires. Document the #tls flag.
4404 2004-05-11 H.J. Lu <hongjiu.lu@intel.com>
4406 * subsegs.c (section_symbol): Create a new section symbol if
4407 the existing one doesn't match.
4408 * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol.
4410 2004-05-07 Richard Sandiford <rsandifo@redhat.com>
4412 * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
4413 to cope with VR4181A errata MD(1) and MD(4).
4415 2004-05-07 Brian Ford <ford@vss.fsi.com>
4417 * NEWS: Mention .secrel32 for pe[i]-i386.
4419 2004-05-07 Alexandre Oliva <aoliva@redhat.com>
4421 * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
4422 (HANDLE_ALIGN): New.
4424 2004-05-06 Daniel Jacobowitz <dan@debian.org>
4426 * Makefile.am (DIST_SUBDIRS): Define.
4427 * aclocal.m4: Regenerate with automake 1.8.4.
4428 * Makefile.in: Likewise.
4429 * doc/Makefile.in: Likewise.
4431 2004-05-06 David Mosberger-Tang <davidm@hpl.hp.com>
4433 * config/tc-ia64.c (dot_serialize): Declare.
4434 (dot_serialize): New function.
4435 (md_pseudo_table): Add ".serialize.data" and
4436 ".serialize.instruction" directives.
4438 2004-05-06 Nick Clifton <nickc@redhat.com>
4440 * messages (as_internal_value_out_of_range): Print a message about
4441 a value being out of range. Be consistent about whether the
4442 values are printed in decimal or hexadecimal.
4443 (as_warn_value_out_of_range): Generate a warning message about an
4445 (as_bad_value_out_of_range): Generate an error message about an
4447 * as.h: Prototype the new functions.
4448 * config/tc-alpha.c (insert_operand): Use new function.
4449 * config/tc-arc.c (arc_insert_operand): Likewise.
4450 * config/tc-mn10200.c (mn10200_insert_operand): Likewise.
4451 * config/tc-mn10300.c (mn10300_insert_operand): Likewise.
4452 * config/tc-ppc.c (ppc_insert_operand): Likewise.
4453 * config/tc-s390.c (s390_insert_operand): Likewise.
4454 * config/tc-v850.c (v850_insert_operand): Likewise.
4456 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
4458 * configure.in: Set em=linux for frv-*-*linux*.
4459 * configure: Rebuilt.
4460 * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
4461 (frv_md_fdpic_enabled): New.
4462 * config/tc-frv.c (frv_md_fdpic_enabled): New.
4463 (DEFAULT_FDPIC): New.
4464 (frv_flags): Use DEFAULT_FDPIC.
4465 (frv_pic_flag): Likewise.
4466 (OPTION_NOPIC): New.
4467 (md_longopts): Add -mnopic.
4468 (md_parse_option): Handle it.
4469 (md_show_usage): Add -mfdpic and -mnopic.
4471 2004-05-05 Peter Barada <peter@the-baradas.com>
4473 * config/tc-m68k.c: Add find_cf_chip to print list of valid
4474 chips for invalid coldfire instructions, rename selectors
4475 for ColdFire sub-variants, add 521x,5249,547x,548x and aliases,
4476 add current_chip to track which chip is referred to(including save/restore),
4477 use current_chip to select control registers, not current_arch.
4478 (md_show_usage): Add new chips.
4479 * doc/c-m68k.texi: Document new command line switches.
4481 2004-05-05 Jakub Jelinek <jakub@redhat.com>
4483 * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
4484 (NOP_OPCODE): Define.
4485 (s390_align_code): Remove prototype.
4486 * tc-s390.c (s390_align_code): Remove.
4488 2004-05-04 H.J. Lu <hongjiu.lu@intel.com>
4490 * config/tc-ia64.c (make_unw_section_name): Removed.
4491 (start_unwind_section): New function.
4492 (generate_unwind_image): Take const segT instead of const
4494 (dot_handlerdata): Adjusted.
4495 (dot_endp): Likewise.
4497 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
4499 * config/obj-elf.c (obj_elf_change_section): Allow the
4500 ".note.GNU-stack" section has SHF_EXECINSTR.
4502 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
4504 * config/obj-elf.c (get_section): Return bfd_boolean.
4505 (obj_elf_change_section): Call bfd_get_section_by_name_if
4506 instead of bfd_map_over_sections.
4508 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
4510 * config/obj-elf.c (get_section): New function.
4511 (obj_elf_change_section): Support multiple sections with same
4514 2004-04-30 Nick Clifton <nickc@redhat.com>
4516 * config/tc-arm.c (create_register_alias): Fix typo checking for
4517 case sensitive register aliases.
4518 (co_proc_number): Use error message string in all_reg_maps[]
4520 (cp_reg_required_here): Likewise.
4521 (fp_reg_required_here): Likewise.
4523 2004-04-29 Brian Ford <ford@vss.fsi.com>
4525 * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
4527 2004-04-28 Chris Demetriou <cgd@broadcom.com>
4529 * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
4530 (load_address, macro, mips_ip, md_parse_option)
4531 (mips_force_relocation, mips_validate_fix, md_apply_fix3)
4532 (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all
4533 embedded-PIC handling, and update comments.
4534 (SWITCH_TABLE): Remove.
4535 * config/tc-mips.h (DIFF_EXPR_OK): Delete.
4536 (enum mips_pic_level): Remove EMBEDDED_PIC.
4537 (EXTERN_FORCE_RELOC): Remove embedded-PIC handling.
4538 (TC_FORCE_RELOCATION): Update comment.
4539 * ecoff.c (ecoff_build_lineno): Add comment about some code that
4540 might be safe to remove now that MIPS embedded-PIC is gone.
4542 2004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4544 * config/obj-som.c (obj_som_init_stab_section): Add new arguments in
4545 call to obj_set_subsection_attributes.
4546 (obj_som_init_stab_section): Likewise.
4547 * config/tc-hppa.c (default_subspace_dict): Add comdat field.
4548 (pa_def_subspaces): Provide comdat default.
4549 (pa_subspace): Handle new "comdat" parameter. Set SEC_LINK_ONCE and
4550 not SEC_IS_COMMON if section is comdat, common or dup_common. Update
4551 calls to create_new_subspace and update_subspace to pass comdat flag.
4552 (create_new_subspace, update_subspace): Add new comdat argument. Use
4553 it in calls to obj_set_subsection_attributes.
4554 * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter
4555 and use of comdat, common and dup_comm parameters.
4557 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
4559 * config/obj-elf.c (obj_elf_change_section): Check if the old
4560 group name is NULL before comparison.
4562 2004-04-23 Chris Demetriou <cgd@broadcom.com>
4564 * config/tc-mips.h (mips_dwarf2_addr_size): Prototype.
4566 2004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4568 * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN.
4570 2004-04-23 Chris Demetriou <cgd@broadcom.com>
4572 * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
4573 (OPTION_MEMBEDDED_PIC): Remove.
4574 (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL)
4575 (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS)
4576 (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64)
4577 (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH)
4578 (OPTION_ELF_BASE): Renumber.
4579 (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling.
4580 (md_show_usage): Remove mention of -membedded-pic.
4581 * doc/as.texinfo: Remove mention of -membedded-pic.
4583 2004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4585 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove.
4586 * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove
4588 (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
4589 s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of
4590 USE_GLOBAL_POINTER_OPT.
4592 2004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4594 * config/tc-mips.c (macro): One more use of load_delay_nop.
4596 2004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
4598 * config/tc-mips.c (load_delay_nop): New function.
4599 (load_address, macro): Use load_delay_nop() to build a nop
4600 which can be omitted with gpr_interlocks.
4602 2004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4604 * config/tc-mips.c (hilo_interlocks, gpr_interlocks,
4605 cop_interlocks): Remove superfluous CPU entries.
4607 2004-04-22 Paul Brook <paul@codesourcery.com>
4609 * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4.
4611 2004-04-22 Peter Barada <peter@the-baradas.com>
4613 * NEWS: Added support for EMAC instructions and MAC/EMAC
4615 * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC
4616 scale factor tokens, trailing_ampersand to mark mask addressing
4617 for MAC/EMAC instructions.
4618 * config/m68k-parse.y: Add options_ampersand clause, '<<',
4620 (yylex): Handle '>', '<', and '&' following '+'.
4621 * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
4622 architectures in archs[].
4623 (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
4624 for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
4626 (m68k_ip): Handle trailing '&' on MAC/EMAC insns.
4627 (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
4629 Add EMAC operands to init_table[].
4631 2004-04-22 Bruno De Bus <bdebus@elis.ugent.be>
4633 * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED
4635 (TC_SEGMENT_INFO_TYPE): Define to enum mstate.
4636 * config/tc-arm.c (enum mstate): Delete from here.
4637 (mapping_state): Remove the static mapstate variable and instead
4638 store the state in the segment. This allows a per-section mapping
4639 state. Handle and ignore MAP_UNDEFINED states.
4640 (arm_elf_change_section): Get the current mapping state from the
4642 (s_ltorg): Set the mapping state to MAP_DATA.
4643 (arm_cleanup): Use arm_elf_change_section to get the mapping state
4644 for each pool as it is emitted.
4646 2004-04-22 Nick Clifton <nickc@redhat.com>
4648 * config/tc-arm.h: Formatting tidy ups.
4650 2004-04-20 Chris Demetriou <cgd@broadcom.com>
4652 * NEWS: Note that MIPS -membedded-pic option is deprecated.
4654 2004-04-20 DJ Delorie <dj@redhat.com>
4656 * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
4657 * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
4658 [TE_PE] (O_secrel): Define.
4659 [TE_PE] (x86_pe_cons_fix_new): New.
4660 [TE_PE] (pe_directive_secrel): Likewise.
4661 (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
4663 2004-04-19 Eric Christopher <echristo@redhat.com>
4665 * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
4666 of previous patch for fix in gcc.
4668 2004-04-19 Jakub Jelinek <jakub@redhat.com>
4670 * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
4672 2004-04-19 Nathan Sidwell <nathan@codesourcery.com>
4674 * read.c (do_align): Call md_flush_pending_output, if defined.
4676 2004-04-16 Alan Modra <amodra@bigpond.net.au>
4678 * expr.c (operand): Correct checks for ++ and --.
4680 2004-04-14 H.J. Lu <hongjiu.lu@intel.com>
4682 * config/tc-generic.c: Add some comments.
4684 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
4686 * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
4687 -{no-}mfix-vr4122-bugs.
4688 * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
4689 (append_insn, mips_emit_delays): Update accordingly.
4690 (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
4691 (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
4692 (md_parse_option): Update after above changes.
4693 (md_show_usage): Add -mfix-vr4120.
4695 2004-04-13 Bob Wilson <bob.wilson@acm.org>
4697 * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use
4698 of .section directive; add a reference to the ELF .subsection
4701 2004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4703 * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
4706 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4708 * Makefile.am: Remove mips from aout targets.
4709 * Makefile.in: Regenerate.
4710 * configure.in: Remove mips-dec-bsd* target.
4711 * configure: Regenerate.
4713 2004-04-07 Alan Modra <amodra@bigpond.net.au>
4716 * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
4717 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.
4718 Update "mapping". Restrict some @ modifiers to 32 bit.
4720 2004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
4721 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
4723 * config/tc-sh.c (dont_adjust_reloc_32): New variable.
4724 (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
4725 dont_adjust_reloc_32 is set.
4726 (md_longopts): Add option -renesas.
4727 (md_parse_option, md_show_usage): Likewise.
4728 * doc/c-sh.texi: Likewise.
4730 2004-04-01 Dave Korn <dk@artimi.com>
4732 * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
4733 hi16 and lo16 fixS structs.
4734 (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
4735 exactly the same way as for RELOC_DLX_REL16.
4736 (machine_ip): properly respect LO flag in the_insn and
4737 output RELOC_DLX_LO16 rather than RELOC_DLX_16.
4738 (md_apply_fix3): apply RELOC_DLX_LO16.
4740 2004-03-30 Stan Shebs <shebs@apple.com>
4742 Remove long-obsolete MPW support.
4743 * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
4744 * configure.in: Remove mention of ppc-*-mpw* config.
4745 * configure.in: Likewise.
4747 2004-03-30 Nick Clifton <nickc@redhat.com>
4749 * config/tc-arm.c (meabi_flags): Make its use conditional upon
4750 OBJ_ELF being defined.
4752 2004-03-27 Alan Modra <amodra@bigpond.net.au>
4754 * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
4756 2004-03-23 Paul Brook <paul@codesourcery.com>
4758 * config/tc-arm.c (meabi_flags): New variable.
4759 (arm_parse_eabi): New function.
4760 (md_begin): Set flags for EABI v3.
4762 (arm_long_opts): Add meabi.
4763 * doc/as.texinfo <ARM>: Document -meabi.
4764 * doc/c-arm.texi: Ditto.
4766 2004-03-22 Bob Wilson <bob.wilson@acm.org>
4768 * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
4769 tables even when use_literal_section flag is not set.
4771 2004-03-22 Alan Modra <amodra@bigpond.net.au>
4773 * config/tc-sh.c: Remove trailing whitespace.
4775 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
4777 * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
4778 --mul-bug-abort and the default behavior.
4779 * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
4780 (err_for_dangerous_mul_placement): New variable.
4781 (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
4783 (md_cris_relax_table): Have placeholder for STATE_MUL.
4784 (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
4785 (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
4787 (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
4788 STATE_BYTE)>: Ditto.
4789 (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
4790 alignment and position of this frag, emit error message if
4792 (md_assemble): For a multiply insn and when checking it,
4793 transform the current frag into a special frag for that purpose.
4794 (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
4795 OPTION_MULBUG_ABORT_ON>: Handle new options.
4797 2004-03-19 Bob Wilson <bob.wilson@acm.org>
4799 * config/tc-xtensa.c (mark_literal_frags): New function.
4800 (xtensa_move_literals): Call mark_literal_frags for all literal
4801 segments, including init and fini literal segments.
4802 (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
4804 2004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4806 * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
4807 (pa_comm): Set BSF_OBJECT in symbol flags.
4809 2004-03-19 Alan Modra <amodra@bigpond.net.au>
4811 * Makefile.am: Run "make dep-am".
4812 * Makefile.in: Regenerate.
4813 * doc/Makefile.in: Regenerate.
4814 * config.in: Regenerate.
4815 * po/gas.pot: Regenerate.
4817 2004-03-18 Nathan Sidwell <nathan@codesourcery.com>
4819 * read.c (read_a_source_file): Use demand_empty_rest_of_line.
4820 (demand_empty_rest_of_line): Issue an error here.
4821 (ignore_rest_of_line): Silently skip to end.
4822 (demand_copy_string): Issue an error, not warning.
4824 * config/obj-elf.c (obj_elf_section_name): Likewise.
4825 (obj_elf_section): Likewise.
4826 * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
4827 (arc_extinst): Likewise.
4828 * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
4829 (dot_spill): Likewise.
4830 (dot_unwabi): Likewise.
4831 (dot_prologue): Likewise.
4833 * expr.c (operand): Reject ++ and --.
4834 (operator): Likewise.
4836 2004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4838 * config/tc-sh.c: Include dw2gencfi.h.
4839 (sh_cfi_frame_initial_instructions): New function.
4840 (sh_regname_to_dw2regnum): Likewise.
4841 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
4843 (TARGET_USE_CFIPOP): Define.
4844 (tc_cfi_frame_initial_instructions): Likewise.
4845 (tc_regname_to_dw2regnum): Likewise.
4846 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
4847 * Makefile.am: Update dependencies.
4848 * Makefile.in: Regenerate.
4850 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4852 * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
4853 * configure: Regenerate.
4855 2004-03-12 Bob Wilson <bob.wilson@acm.org>
4857 * read.c (s_leb128): Call md_flush_pending_output.
4859 2004-03-12 Michal Ludvig <mludvig@suse.cz>
4861 * config/tc-i386.c (output_insn): Handle PadLock instructions.
4862 * config/tc-i386.h (CpuPadLock): New define.
4863 (CpuUnknownFlags): Added CpuPadLock.
4865 2004-03-07 Andreas Schwab <schwab@suse.de>
4867 * doc/c-hppa.texi (HPPA Directives): Fix typo.
4869 2004-03-07 Richard Henderson <rth@redhat.com>
4871 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
4872 (cfi_finish): Likewise for fde.
4874 2004-03-05 H.J. Lu <hongjiu.lu@intel.com>
4876 * config/tc-ia64.c (md_assemble): Properly handle NULL
4878 (ia64_handle_align): Don't abort if failed to add a stop bit.
4880 2004-03-04 H.J. Lu <hongjiu.lu@intel.com>
4882 * Makefile.in: Regenerated.
4883 * aclocal.m4: Likewise.
4884 * configure: Likewise.
4885 * doc/Makefile.in: Likewise.
4887 2004-03-03 H.J. Lu <hongjiu.lu@intel.com>
4889 * config/tc-ia64.c (dot_align): New.
4890 (ia64_do_align): Make it static.
4891 (md_pseudo_table): Use "dot_align" for "align".
4892 (ia64_md_do_align): Don't set align_frag here.
4893 (ia64_handle_align): Add a stop bit to the previous bundle if
4896 * config/tc-ia64.h (ia64_do_align): Removed.
4898 2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
4900 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
4901 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
4902 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
4903 the most general type or the user specifically requested it.
4904 (md_assemble): Add a new error message for when an instruction
4905 is understood, but is not allowed due to an -isa option.
4907 2004-03-02 H.J. Lu <hongjiu.lu@intel.com>
4909 * config/tc-ia64.c (align_frag): New.
4910 (md_assemble): Set the tc_frag_data field in align_frag for
4911 IA64_OPCODE_FIRST instructions.
4912 (ia64_md_do_align): Set align_frag.
4913 (ia64_handle_align): Add a stop bit if needed.
4915 * config/tc-ia64.h (TC_FRAG_TYPE): New.
4916 (TC_FRAG_INIT): New.
4918 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
4920 * config/tc-frv.c (fr400_audio): New variable.
4921 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
4922 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
4923 (target_implements_insn_p): New function.
4924 (md_assemble): Report an error if the processor doesn't implement
4927 2004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4929 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
4930 (md_parse_option): Ditto.
4931 (OPTION_NO_SPECIAL_M32R): Added.
4932 (md_show_usage): Document it.
4933 (enable_speial_m32r): Changed a default value from 0 to 1.
4934 * doc/c-m32r.texi: Document the -no-bitinst option.
4936 2004-02-27 Nick Clifton <nickc@redhat.com>
4938 * config/tc-sh.c (get_operand): Revert previous delta.
4939 (tc_gen_reloc): Check for an unknown reloc type before processing
4942 2004-02-27 Hannes Reinecke <hare@suse.de>
4944 * config/tc-s390.c (s390_insn): Correct range check for opcode in
4945 .insn pseudo operation.
4947 2004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
4949 * config/tc-sh.c (get_operand): In case of #Imm, check has been
4950 added for wrong syntax.
4952 2004-02-26 Eric Christopher <echristo@redhat.com>
4954 * config/tc-mips.c (mips_dwarf2_addr_size): New.
4955 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
4957 2004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
4959 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
4960 nibble types to assembler.
4962 2004-02-25 Fred Fish <fnf@redhat.com>
4964 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
4966 2004-02-20 James E Wilson <wilson@specifixinc.com>
4968 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
4970 (fixup_unw_records): New arg before_relax. Pass to slot_index.
4971 (ia64_estimate_size_before_relax): New.
4972 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
4973 (generate_unwind_image): Pass 1 to fixup_unw_records.
4974 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
4975 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
4977 2004-02-19 Jakub Jelinek <jakub@redhat.com>
4979 * stabs.c (generate_asm_file): Avoid warning about use of
4980 uninitialized variable.
4982 2004-02-18 David Mosberger <davidm@hpl.hp.com>
4984 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
4985 body, and endp, allow unwind records which do not have a "t"
4986 (time/instruction) field.
4988 2004-02-17 Petko Manolov <petkan@nucleusys.com>
4990 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
4991 (do_mav_dspsc_2): Likewise.
4992 Fix accumulator registers move opcodes.
4994 2004-02-13 Hannes Reinecke <hare@suse.de>
4995 Jakub Jelinek <jakub@redhat.com>
4997 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
4999 2004-02-10 Steve Ellcey <sje@cup.hp.com>
5001 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
5002 (tc_frob_symbol): New macro definition.
5003 * config/tc-ia64.c (ia64_frob_symbol): New routine.
5005 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
5007 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
5010 2004-02-09 Nathan Sidwell <nathan@codesourcery.com>
5012 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
5013 (TC_CASE_SENSITIVE): ... this.
5014 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
5015 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
5017 2004-02-06 James E Wilson <wilson@specifixinc.com>
5019 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
5020 (generate_unwind_image): Re-add it here.
5022 2004-02-06 Nathan Sidwell <nathan@codesourcery.com>
5024 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
5025 * read.h (SKIP_WHITESPACE): Turn into an expression.
5026 * read.c (read_a_source_file): A pseudo is removed by having a
5029 2004-02-05 James E Wilson <wilson@specifixinc.com>
5031 * config/tc-ia64.c (output_endp): New.
5032 (count_bits): Delete.
5033 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
5034 endp unwind records.
5035 (fixup_unw_records): Handle endp unwind records. Delete code for
5036 shortening prologue regions not followed by a body record.
5037 (dot_endp): Call add_unwind_entry to emit endp unwind record.
5038 * config/tc-ia64.h (unw_record_type): Add endp.
5040 2004-02-03 James E Wilson <wilson@specifixinc.com>
5042 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
5043 fill padding bytes with zeroes.
5044 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
5045 sets unwind_record slot_number and slot_frag fields.
5047 2004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5049 * config/tc-mips.c (add_got_offset_hilo): New function.
5050 (macro): Use load_register() and add_got_offset_hilo() to load
5051 constants instead of hardcoding code sequences throughout.
5053 2004-01-28 H.J. Lu <hongjiu.lu@intel.com>
5055 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
5057 2004-01-26 Bernardo Innocenti <bernie@develer.com>
5059 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
5061 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
5062 of hard-coded test for TARGET_OS=elf.
5064 2004-01-24 Chris Demetriou <cgd@broadcom.com>
5066 * config/tc-mips.c (hilo_interlocks): Change definition
5067 so that MIPS32, MIPS64 and later ISAs are included, along with
5068 the already-included machines. Update comments.
5070 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
5072 * config/tc-arm.c (tc_gen_reloc): Improve error message for
5073 undefined local labels.
5075 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
5077 * config/tc-mips.c (load_address, macro): Update comments about
5078 NewABI GP relaxation.
5080 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
5082 * config/tc-mips.c (macro_build): Remove place and counter arguments.
5083 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
5084 (mips16_macro_build, macro_build_jalr): Remove counter argument.
5085 (set_at, load_register, load_address, move_register): Likewise.
5086 (load_got_offset, add_got_offset): Likewise.
5087 Update all calls and tidy accordingly.
5089 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
5091 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
5092 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
5093 (RELAX_USE_SECOND): Bump to 0x10000.
5094 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
5095 (mips_macro_warning): New variable.
5096 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
5097 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
5098 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
5100 (append_insn): Update mips_macro_warning.sizes.
5101 (macro_start, macro_warning, macro_end): New functions.
5102 (macro_build): Don't emit warnings here.
5103 (macro_build_lui, md_estimate_size_before_relax): ...or here.
5104 (md_convert_frag): Check for cases where one macro alternative
5105 needs a warning and the other doesn't. Emit a warning if the
5106 longer sequence was chosen.
5108 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
5110 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
5111 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
5112 the first sequence, the size of the second sequence, and a flag
5113 that says whether we should warn.
5114 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
5115 (RELAX_FIRST, RELAX_SECOND): New.
5116 (mips_relax): New variable.
5117 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
5118 (append_insn): Remove "place" argument. Use mips_relax.sequence
5119 rather than "place" to check whether we're expanding the second
5120 alternative of a relaxable macro. Remove redundant check for
5121 branch relaxation. If generating a normal insn, and there
5122 is not enough room in the current frag, call relax_close_frag()
5123 to close it. Update mips_relax.sizes[]. Emit fixups for the
5124 second version of a relaxable macro. Record the first relaxable
5125 fixup in mips_relax. Remove tc_gen_reloc workaround.
5126 (macro_build): Remove all uses of "place". Use mips_relax.sequence
5127 in the same way as in append_insn.
5128 (mips16_macro_build): Remove "place" argument.
5129 (macro_build_lui): As for macro_build. Don't drop the add_symbol
5130 when generating the second version of a relaxable macro.
5131 (load_got_offset, add_got_offset): New functions.
5132 (load_address, macro): Use new relaxation machinery. Remove
5133 tc_gen_reloc workarounds.
5134 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
5135 version of a relaxable macro is needed. Return -RELAX_SECOND if the
5136 first version is needed.
5137 (tc_gen_reloc): Remove relaxation handling.
5138 (md_convert_frag): Go through the fixups for a relaxable macro and
5139 mark those that belong to the unneeded alternative as done. If the
5140 second alternative is needed, adjust the fixup addresses to account
5141 for the deleted first alternative.
5143 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
5145 * frags.h (frag_room): Declare.
5146 * frags.c (frag_room): New function.
5147 * doc/internals.texi: Document it.
5149 2004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5151 * config/tc-mips.c (append_insn): Don't do r3900 interlock
5152 optimization for -mtune=r3900, as this will break on other CPUs.
5154 2004-01-11 Tom Rix <tcrix@worldnet.att.net>
5156 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
5157 be relaxed, use fixup.
5158 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
5160 2004-01-19 Jakub Jelinek <jakub@redhat.com>
5162 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
5165 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5167 * config/tc-mips.c (append_insn): Properly detect variant frags
5168 that preclude swapping of relaxed branches. Correctly swap
5169 instructions between frags when dealing with relaxed branches.
5171 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5173 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
5175 * aclocal.m4: Regenerate.
5176 * configure: Regenerate.
5178 2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
5180 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
5183 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
5185 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
5186 reloc, reserve space for the delay slot as well as the jalr itself.
5188 2004-01-09 Paul Brook <paul@codesourcery.com>
5190 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
5191 (do_vfp_sp2_from_reg2): New function.
5193 (do_vfp_dp_from_reg2): Check return values properly.
5195 2004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
5197 * config/tc-mips.c (warn_nops): Remove static variable.
5198 (macro): Remove test of warn_nops.
5199 (md_shortops): Remove 'n'.
5200 (md_parse_option): Remove 'n' case.
5201 (md_show_usage): Remove -n.
5202 * doc/as.texinfo (Overview): Remove MIPS -n option.
5203 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
5204 * NEWS: Mention removal of MIPS -n option.
5206 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
5207 (cop_interlocks): Check ISA level.
5208 (cop_mem_interlocks): Define.
5209 (reg_needs_delay): Check cop_interlocks rather than
5210 ISA_HAS_COPROC_DELAYS.
5211 (append_insn): Likewise. Use cop_mem_interlocks rather than
5212 directly checking mips_opts.isa.
5213 (mips_emit_delays): Likewise.
5215 2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
5217 * config/tc-ia64.c (unwind): Move next_slot_number and
5218 next_slot_frag to ...
5219 (unw_rec_list): Here.
5220 (free_list_records): Removed.
5221 (output_unw_records): Likewise.
5222 (generate_unwind_image): Make it void.
5223 (alloc_record): Initialize next_slot_number and next_slot_frag.
5224 (slot_index): Take .org, .space and .align into account.
5225 (fixup_unw_records): Don't set slot_number to 0. Use
5226 list->next_slot_number and list->next_slot_frag instead of
5227 unwind.next_slot_number and unwind.next_slot_frag.
5228 (ia64_convert_frag): New.
5229 (generate_unwind_image): Generate a rs_machine_dependent frag
5231 (emit_one_bundle): Use list->next_slot_number and
5232 list->next_slot_frag instead of unwind.next_slot_number and
5233 unwind.next_slot_frag.
5235 * config/tc-ia64.h (md_convert_frag): Defined as
5237 (md_estimate_size_before_relax): Defined as (f)->fr_var.
5239 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
5241 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
5242 * config/tc-frv.h (md_apply_fix3): Don't define.
5243 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
5245 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
5246 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
5247 * config/tc-frv.c (line_separator_chars): Add `!'.
5248 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
5249 * config/tc-frv.c (md_assemble): Clear insn upfront.
5250 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
5251 * config/tc-frv.c (OPTION_FDPIC): New macro.
5252 (md_longopts): Add mfdpic.
5253 (md_parse_option): Handle it.
5254 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
5255 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
5256 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
5257 (frv_pic_ptr): Parse funcdesc.
5259 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5261 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
5262 gasver.texi. Remove duplicate symbol definitions for texi2pod.
5264 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5266 * Makefile.am (Makefile): Move the dependency on
5267 $(BFDDIR)/configure.in to...
5268 (CONFIG_STATUS_DEPENDENCIES): ... here.
5269 (AUTOMAKE_OPTIONS): Require automake 1.8.
5270 * Makefile.in: Regenerate.
5271 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
5272 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
5273 $(BFDDIR)/configure.in here as well.
5274 * doc/Makefile.in: Regenerate.
5276 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5278 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
5279 * Makefile.in: Regenerate.
5280 * aclocal.m4: Regenerate.
5281 * doc/Makefile.am (install, install-info): Remove.
5282 (install-data-local): A new hook for install-info.
5283 (AUTOMAKE_OPTIONS): Require automake 1.8.
5284 * doc/Makefile.in: Regenerate.
5286 2004-01-02 Nutan Singh <nutan@kpitcummins.com>
5288 * doc/c-sh.texi: Update description about floating point behavior
5291 2004-01-02 Bernardo Innocenti <bernie@develer.com>
5293 * configure.in: Add m68k-uClinux target.
5294 * configure: Regenerate.
5296 For older changes see ChangeLog-0203
5302 version-control: never