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