]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
* aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
d342277e
NC
12005-01-31 Nick Clifton <nickc@redhat.com>
2
3 * as.c (parse_args): Bump copyright date reported by --version to
4 2005.
5
d6486796
NC
62005-01-31 Nick Clifton <nickc@redhat.com>
7
8 * configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos
9 and vax-vms.
10
ca3bc58f
JB
112005-01-31 Jan Beulich <jbeulich@novell.com>
12
13 * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything
14 that can end with .endr in that case. Make requiring/permitting
15 pseudo-ops without leading dot closer to the logic in read.c serving
16 the same purpose.
17 (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
18 ignored.
19
057f53c1
JB
202005-01-31 Jan Beulich <jbeulich@novell.com>
21
22 * macro.c (do_formals): Adjust to no longer accept empty parameter
23 names.
24 (define_macro): Adjust to no longer accept empty macro name, garbage
25 following the parameters, or macros that were previously defined.
26 * read.c (s_bad_end): Declare.
27 (potable): Add endm. Handler for endr and endm is s_bad_end.
28 (s_bad_end): Rename from s_bad_endr. Adjust to handle both .endm
29 and .endr.
30 * read.h (s_bad_endr): Remove.
31
d3156ecc
JB
322005-01-31 Jan Beulich <jbeulich@novell.com>
33
34 * config/tc-ia64.c (parse_operands): Parse all specified operands,
35 immediately discarding (but counting) those exceeding the maximum
36 possible amount. Track whether output and input operand counts ever
37 matched, and use this to better indicate which of the operands/
38 operand types was wrong; specifically don't default to pointing to
39 the first operand.
40
75e09913
JB
412005-01-31 Jan Beulich <jbeulich@novell.com>
42
43 * config/tc-ia64.c (unwind): Remove proc_end (now an automatic
44 variable in dot_endp). Add body and insn. Make prologue,
45 prologue_mask, body, and insn bitfields.
46 (fixup_unw_records): Remove spurious new-lines from end of diagnostic
47 messages.
48 (in_procedure, in_prologue, in_body): New.
49 (dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save,
50 dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata,
51 dot_unwentry, dot_altrp, dot_savemem, dot_saveg, dot_savef, dot_saveb,
52 dot_savegf, dot_spill, dot_spillreg, dot_spillmem, dot_spillreg_p,
53 dot_spillmem_p, dot_label_state, dot_copy_state, dot_unwabi,
54 dot_personality): Use the appropriate one of the above.
55 (dot_proc): Clear unwind.proc_start; set to current location only if
56 none of the entry points were valid. Check for non-zero-length entry
57 point names. Check that entry points aren't defined, yet. Clear
58 unwind.prologue, unwind.body, and unwind.insn.
59 (dot_body): Call in_procedure. Check that first directive in procedure
60 had no insns emitted before. Set unwind.body.
61 (dot_prologue): Call in_procedure. Check that not already in prologue.
62 Check that first directive in procedure had no insns emitted before.
63 Clear unwind.body.
64 (dot_endp): Call in_procedure. Declare proc_end. Check for non-zero-
65 length entry point names. Check that entry points became defined.
66 (md_assemble): Set unwind.insn once unwind.proc_start is defined.
67
f4660e2c
JB
682005-01-31 Jan Beulich <jbeulich@novell.com>
69
70 * config/tc-ia64.c (emit_one_bundle): Snapshot manual bundling state
71 before actually using it. Don't generate an error in manual bundling
72 mode when looking at an insn requiring slot 2 but not yet at slot 2.
73 Don't generate an error in manual bundling mode when looking at an
74 insn required to be last in its group but the required slot hasn't
75 been reached, yet. Allow conversion from MII to MI;I for bundle
76 consisting of only 2 insns with the stop between them. Suppress
77 various meaningless errors resulting from detecting earlier ones.
78
60b9a617
JB
792005-01-31 Jan Beulich <jbeulich@novell.com>
80
81 * config/tc-ia64.c (parse_operands): Also handle alloc without first
82 input being ar.pfs.
83
7af0dfc7
CG
842005-01-28 Christian Groessler <chris@groessler.org>
85
86 * config/tc-z8k.c (md_assemble): Improve error detection.
87
f7e323d5
JB
882005-01-28 Jan Beulich <jbeulich@novell.com>
89
90 * config/tc-ia64.c (ia64_estimate_size_before_relax): Allocate space
91 for personality routine pointer only if there is one.
92 (ia64_convert_frag): Likewise.
93 (generate_unwind_image): Likewise.
94
f87a1e0c
CG
952005-01-27 Christian Groessler <chris@groessler.org>
96
97 * config/tc-z8k.c (INSERT): Remove, not used anywhere.
98 (md_apply_fix3): Make relative branches out of range an error
99 instead of a warning. Display correct line number for out of
100 range branches/calls/memory accesses.
101
c6cb92c5
NS
1022005-01-27 Nathan Sidwell <nathan@codesourcery.com>
103
104 * dwarf2dbg.c (dwarf2_finish): Correct logic for determining when
105 to emit .debug_line and other debug sections.
106 * as.h (seg_not_empty_p): Declare.
107 * subsegs.c (seg_not_empty_p): New predicate.
108
e8093792
AC
1092005-01-27 Andrew Cagney <cagney@gnu.org>
110
111 * configure: Regenerate to track ../gettext.m4 change.
112
09124b3f
JB
1132005-01-27 Jan Beulich <jbeulich@novell.com>
114
115 * config/tc-ia64.c (emit_one_bundle): Change "?imbf??" to "?ibmfxx".
116
1172005-01-27 Jan Beulich <jbeulich@novell.com>
97762d08
JB
118
119 * config/tc-ia64.c (emit_one_bundle): Add late resolution of move
120 to/from application registers dynamic insns.
121 (md_assemble): Defer resolution of move to/from application registers
122 dynamic insns when they can be issued on either the I- or M-units.
123
90219bd0
AO
1242005-01-25 Alexandre Oliva <aoliva@redhat.com>
125
126 * config/tc-frv.c (md_apply_fix3): Mark TLS symbols as such.
127 2004-12-10 Alexandre Oliva <aoliva@redhat.com>
128 * config/tc-frv.c (frv_pic_ptr): Add tlsmoff support.
129 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
130 * cgen.c (gas_cgen_parse_operand): Handle
131 CGEN_PARSE_OPERAND_SYMBOLIC.
132 * config/tc-frv.c (md_cgen_lookup_reloc): Handle TLS relocations.
133 (frv_force_relocation): Likewise. Fix handling of PIC
134 relocations.
135 (md_apply_fix3): Likewise.
136
59c871b4
BE
1372005-01-21 Ben Elliston <bje@au.ibm.com>
138
139 * as.h: Remove #if 0'd code.
140 * atof-generic.c (atof_generic): Likewise.
141 * ecoff.c (ecoff_directive_frame): Likewise.
142 * frags.h (FRAG_APPEND_1_CHAR): Likewise.
143 * itbl-ops.c (itbl_add_reg): Likewise.
144 * listing.c (calc_hex): Likewise.
145 * read.c (MASK_CHAR): Likewise.
146 * subsegs.c (subsegs_print_statistics): Likewise.
147 * symbols.c (indent): Likewise.
148 * write.c (write_relocs): Likewise.
149 (write_object_file): Likewise.
150 (relax_frag): Likewise.
151
fb767913
NC
1522005-01-20 Nick Clifton <nickc@redhat.com>
153
154 * as.c (std_longopts): Add an entry for "--a" in order to prevent
155 getopt_long_only() from considering -a as an abbreviation for
156 --alternate.
157 (parse_args): Fix the parsing of -a=<file>.
158
c556cc9c
AM
1592005-01-20 Alan Modra <amodra@bigpond.net.au>
160
161 PR gas/684
162 * read.c (s_incbin): Adjust default count for skip. Check validity
163 of count and skip rigorously.
164
9c6ed8e6
FF
1652005-01-19 Fred Fish <fnf@specifixinc.com>
166
167 * config/tc-mips.c (dummy_opcode): Add init for new struct member.
168
e5604d79
RS
1692005-01-19 Richard Sandiford <rsandifo@redhat.com>
170
171 * read.c (convert_to_bignum): New function, split out from...
172 (emit_expr): ...here. Handle the case where X_add_number is
173 positive and the input value is negative.
174 (output_big_sleb128): Fix setting of continuation bit. Check whether
175 the final byte needs to be sign-extended. Fix size-shrinking loop.
176 (emit_leb128_expr): When generating a signed leb128, see whether the
177 sign of an O_constant's X_add_number matches the sign of the input
178 value. Use a bignum if not.
179
e38bc3b5
NC
1802005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
181
182 * tc-sh.c (md_begin,md_parse_option): Change arch_sh1_up to
183 arch_sh_up in order to match the external name and make the
184 testsuite's job easier.
185
df227444
L
1862005-01-14 H.J. Lu <hongjiu.lu@intel.com>
187
188 PR 659
189 * config/tc-i386.c (i386_scale): Disallow 0 scale.
190
b8b80cf7
NC
1912005-01-12 Nick Clifton <nickc@redhat.com>
192
193 * config/tc-iq2000.c (s_iq2000_set): Fix thinko parsing
194 ignored_arguments array.
195
324007b9
L
1962005-01-10 H.J. Lu <hongjiu.lu@intel.com>
197
198 * write.c (write_object_file): Disallow a symbol equated to
199 common symbol.
200
5c4504f7
NC
2012005-01-10 Inderpreet Singh <inderpreetb@noida.hcltech.com>
202
203 * tc-maxq.c: Replace constants 10 and 20 with bfd_mach_maxq10 and
204 bfd_mach_maxq20.
205 (md_pseudo_table): Add new pseudo ops for maxq10 and maxq20.
206 (maxq_target): New function: Set the machine type.
207
4e7fd91e
PB
2082005-01-06 Paul Brook <paul@codesourcery.com>
209
210 * config/tc-arm.c (FPU_DEFAULT): Define for TE_VXWORKS.
211 (md_begin): Handle TE_VXWORKS for FP defaults.
212 (md_apply_fix3): Correct rela offsets.
213 (elf32_arm_target_format): Add VxWorks targets.
214
ea3eed15
PB
2152005-01-06 Paul Brook <paul@codesourcery.com>
216
217 * configure.tgt: Set em=vxworks for *-*-vxworks.
218 * config/te-vxworks.h: New File.
219
5dc1606f
PB
2202005-01-06 Paul Brook <paul@codesourcery.com>
221
222 * config/tc-arm.c (arm_cpus): Correct arch field for arm1026ej-s.
223
18af0b39
NC
2242005-01-04 Dmitry Diky <diwil@spec.ru>
225
226 * config/tc-msp430.c (md_apply_fix3): Fix offset calculation for
227 global label.
228
196e8040
JW
2292005-01-03 David Mosberger <davidm@hpl.hp.com>
230
231 * config/tc-ia64.c (md): Add member "loc_directive_seen".
232 (dot_loc): New function.
233 (md_pseudo_table): Add entry to map .loc to dot_loc().
234 (emit_one_bundle): Only call dwarf2_gen_line_info() if we have
235 seen a .loc directive or we're generating DWARF2 debug info for
236 assembly source.
237
a207757e
AM
2382004-12-29 Alan Modra <amodra@bigpond.net.au>
239
240 PR gas/619
241 * read.c (s_comm_internal): Don't zero end of name until size
242 expression has been parsed.
243
71d7ecf2
MM
2442004-12-25 Marek Michalkiewicz <marekm@amelek.gda.pl>
245
246 * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.
247
30c62922
TL
2482004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
249
250 * config/tc-crx.c: Support 'bcop' relaxation (dealt as in 'cmp&branch'
251 case).
252
14ee9f48
ILT
2532004-12-22 Ian Lance Taylor <ian@airs.com>
254
255 * configure.tgt: New.
256 * configure.in: Move setting of cpu_type, fmt, etc., to
257 configure.tgt.
258 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add
259 $(srcdir)/configure.tgt.
260 * configure, Makefile.in: Rebuild.
261
750bce0e
NC
2622004-12-22 Klaus Rudolph <lts-rudolph@gmx.de>
263
264 * config/tc-avr.c: Add support for the new R_AVR_LDI, R_AVR_6 and
265 R_AVR_6_ADIW relocs for the LDI, ADIW/SBIW and LDD/STD
266 instructions.
267 (avr_offset_expression): New function to parse offsets for LDI
268 instructions.
269 (avr_operand): Use it.
270 (md_apply_fix3): Generate the relocs.
271
9d2be1ee
JR
2722004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
273
274 * config/tc-sh64.c (shmedia_md_apply_fix3): Add missing
275 BFD_RELOC_SH_IMMS10BY8 relocation.
276
277 * config/tc-sh64.c (shmedia_build_Mytes): Emit an error message rather
278 than just ignoring bad code.
279
1e50d24d
RS
2802004-12-16 Richard Sandiford <rsandifo@redhat.com>
281
282 * config/tc-v850.c (handle_lo16): New function.
283 (v850_reloc_prefix): Use it to check lo().
284 (md_assemble, md_apply_fix3): Handle BFD_RELOC_V850_LO16_SPLIT_OFFSET.
285
2fbd2a87
NC
2862004-12-14 P.J. Darcy <darcypj@us.ibm.com>
287
288 * configure.in: Add s390x-ibm-tpf support.
289 * configure: Regenerate.
290
7a6d0b32
JB
2912004-12-15 Jan Beulich <jbeulich@novell.com>
292
293 * config/obj-elf.c (obj_elf_change_section): Only set type and
294 attributes on new sections. Emit warning when type of re-declared
295 section doesn't match.
296
5b9d23c6
JB
2972004-12-15 Jan Beulich <jbeulich@novell.com>
298
299 * dw2gencfi.c (dot.cfi.startproc): Clear cur_cfa_offset so
300 '.cfi_startproc simple' doesn't inherit the old value.
301
dcb45a06
JB
3022004-12-15 Jan Beulich <jbeulich@novell.com>
303
304 * dw2gencfi.c (output_cfi_insn): Adjust DW_CFA_def_cfa_sf generation
305 to emit a signed and factored offset. Adjust DW_CFA_def_cfa_offset_sf
306 generation to emit a factored offset.
307
aa6975fb
ILT
3082004-12-10 Ian Lance Taylor <ian@wasabisystems.com>
309
6943caf0
ILT
310 * config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset
311 which is too large in the case of NO_PIC without 64-bit
312 addresses.
313
aa6975fb
ILT
314 * config/tc-mips.c (mips_in_shared): New static variable.
315 (macro_build_lui): Permit "_gp" if !mips_in_shared.
316 (md_longopts): Add -mshared and -mno-shared.
317 (md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED.
318 (s_cpload): Implement !mips_in_shared case.
319 (s_cpsetup): Likewise.
320 * doc/c-mips.texi (MIPS Opts): Document -mno-shared.
321 * NEWS: Mention -mno-shared.
322
be1b2b4b
PB
3232004-12-09 Paul Brook <paul@codesourcery.com>
324
325 * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation
326 for function start.
327
9a92f48d
ILT
3282004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
329
dd22970f
ILT
330 * config/tc-mips.c (append_insn): If we emit a nop during a relax
331 sequence, increase the size of the sequence.
332
9a92f48d
ILT
333 * config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
334 use CPU_RM9000.
335
b617dc20
BE
3362004-12-07 Ben Elliston <bje@gnu.org>
337
338 * read.c (s_align): Use an align_limit temporary to allay a GCC
339 signed/unsigned comparison warning.
340
c820d418
MM
3412004-12-01 Mark Mitchell <mark@codesourcery.com>
342
343 * Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
344 * configure.in: Use it for arm*-*-linux-gnueabi*.
345 * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT.
346 * config/te-armlinuxeabi.h: New file.
347 * Makefile.in: Regenerated.
348 * aclocal.m4: Likewise.
349 * configure: Likewise.
350 * doc/Makefile.in: Regenerated.
351
2b0210eb
BW
3522004-12-02 Bob Wilson <bob.wilson@acm.org>
353
354 * config/tc-xtensa.c (xtensa_switch_section_emit_state): Use subseg_set.
355 (xtensa_restore_emit_state): Likewise.
356
9ebd302d
AM
3572004-12-02 Alan Modra <amodra@bigpond.net.au>
358
359 * read.c (ALIGN_LIMIT): Define, increasing limit for BFD_ASSEMBLER.
360 (s_align): Use it.
361
32118081
NC
3622004-11-30 Tero Niemela <tero_niemela@yahoo.com>
363
364 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
365 * Makefile.in: Regenerate.
366
3f414718
TL
3672004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
368
9ebd302d
AM
369 * config/tc-crx.c: Major code cleanup. Remove unused variables and
370 functions, give functions a meaningful name, add comments.
371 (check_range): New function - Replace operand size calculation
3f414718
TL
372 with range checking.
373 (assemble_insn): Update Algorithm, improve error issuing.
9ebd302d 374 (enum op_err): New.
3f414718
TL
375 (process_label_constant): Bug fix regarding COP_BRANCH_INS relocation
376 handling.
377
a7498ae6
NC
3782004-11-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
379
380 * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte
381 miss between different section in the same module.
382 (tc_gen_reloc): Likewise.
383
5c54fd37
NC
3842004-11-25 Theodore A. Roth <troth@openavr.org>
385
386 * gas/config/tc-avr.c (mcu_types): Add support for atmega165,
387 atmega325, atmega3250, atmega645 and atmega6450.
388
37edbb65
JB
3892004-11-25 Jan Beulich <jbeulich@novell.com>
390
391 * config/tc-i386.c (optimize_imm): Adjust immediates to only those
392 permissible for the selected instruction suffix.
393 (process_suffix): For DefaultSize instructions, suppressing the
394 guessing of a 'q' suffix if the instruction doesn't support it is
395 pointless, because only an 'l' suffix can be guessed in this place.
396
5515a510
NC
3972004-11-24 Nick Clifton <nickc@redhat.com>
398
399 * config/tc-iq2000.c: Remove support for IQ10 processor.
400 Convert to ISO C90 formatting.
401 * config/tc-iq2000.h: Likewise.
402
dae1b34e
NC
4032004-11-23 Nick Clifton <nickc@redhat.com>
404
405 * config/tc-mn10300.c (md_relax_table): More fixes to the offsets
406 in this table. They should be correct now.
407
5c6af06e
JB
4082004-11-23 Jan Beulich <jbeulich@novell.com>
409
410 * config/tc-i386.h (CpuMMX2): Declare. Artificial classifier to
411 indicate the MMX extensions added by both SSE and 3DNow!A.
412 (Cpu3dnowA): Declare.
413 (CpuUnknownFlags): Update.
414 * config/tc-i386.c (cpu_sub_arch_name): Declare.
415 (cpu_arch): i586 and pentium do not imply MMX. i686 and pentiumpro do
416 neither imply SSE nor MMX. k6 implies MMX. k6_2 additionally implies
417 3DNow!. Athlon additionally implies 3DNow!A. Several new
418 entries (those starting with a dot are for sub-arch specification).
419 (set_cpu_arch): Handle sub-arch specifications.
420 (parse_insn): Distinguish between instructions not supported because
421 of insufficient CPU features and because of 64-bit mode.
422 * doc/c-i386.texi: Describe enhanced .arch directive.
423
d9740523
BW
4242004-11-22 Bob Wilson <bob.wilson@acm.org>
425
426 * config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow.
427
3120ef82
BW
4282004-11-22 Bob Wilson <bob.wilson@acm.org>
429
430 * dwarf2dbg.c (dwarf2_finish): Don't write a .debug_line section
431 without a corresponding .debug_info section.
432
d190d046
HPN
4332004-11-22 Hans-Peter Nilsson <hp@axis.com>
434
435 * read.c (potable): Add "error" and "warning".
436 (s_errwarn): New function.
437 * read.h (s_errwarn): Declare.
438 * doc/as.texinfo (Error, Warning): Document .error and .warning.
439
5519f6ea
NC
4402004-11-22 Nick Clifton <nickc@redhat.com>
441
442 * config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to
443 c_dot_file_symbol.
444
f5c7edf4
AM
4452004-11-19 Alan Modra <amodra@bigpond.net.au>
446
447 * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
448 struct hcodes_s, msp430_hcodes): From include/opcode/msp430.h.
449
a4528eeb
AM
4502004-11-19 Alan Modra <amodra@bigpond.net.au>
451
452 * config/obj-coff.c (c_dot_file_symbol): Add "app" param.
453 (coff_adjust_symtab): Adjust call.
454 (crawl_symbols): Likewise.
455 * config/obj-coff.h (c_dot_file_symbol): Add "app" param.
456 (obj_app_file): Adjust.
457
444bf5f3
NC
4582004-11-18 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
459
460 * configure.in: Enable bfd_assember for the MAXQ port.
461 * configure: Regenerate.
462
a1ace8d8 4632004-11-12 Bob Wilson <bob.wilson@acm.org>
88ac794e 464 Sterling Augustine <sterling@tensilica.com>
a1ace8d8
BW
465
466 * config/tc-xtensa.c (finish_vinsn): Clear pending instruction if
467 there is a conflict.
468 (check_t1_t2_reads_and_writes): Check for both reads and writes to
469 interfaces that are related as determined by xtensa_interface_class_id.
470
30e857fc
NC
4712004-11-12 Nick Clifton <nickc@redhat.com>
472
473 * config/tc-mn10300.c (md_relax_table): Fix off by one negative
474 offsets for conditional branches.
475
a67517f4
BW
4762004-11-11 Bob Wilson <bob.wilson@acm.org>
477
478 * config/tc-xtensa.c (MAX_IMMED6): Change value to 65.
479
1d19a770
BW
4802004-11-10 Bob Wilson <bob.wilson@acm.org>
481
482 * config/tc-xtensa.c (update_next_frag_state): Always add a NOP if
483 relaxing at the end of a loop. Don't mark frags as UNREACHABLE or
484 MAYBE_UNREACHABLE.
485 (relax_frag_immed): Update call to update_next_frag_state.
486
c04f5787
AM
4872004-11-10 Alan Modra <amodra@bigpond.net.au>
488
489 * obj.h (struct format_ops <app_file>): Add int param.
490 * read.h (s_app_file_string): Likewise.
491 * read.c (s_app_file_string): Likewise.
492 (s_app_file): Adjust s_app_file_string call.
493 * config/tc-mips.c (s_mips_file): Likewise.
494 * config/obj-coff.h (obj_app_file): Add app param.
495 * config/obj-ecoff.h (obj_app_file): Likewise.
496 * config/obj-multi.h (obj_app_file): Likewise.
497 * config/obj-elf.h (elf_file_symbol): Likewise.
498 * config/obj-elf.c (elf_file_symbol): Only emit one file symbol
499 if called for # preprocessor lines.
500
a77a9021
L
5012004-11-08 H.J. Lu <hongjiu.lu@intel.com>
502
503 PR 528
504 * symbols.c (resolve_symbol_value): Convert weak symbols only
505 for Windows PECOFF.
506 (symbol_equated_reloc_p): Don't equate weaks when relocating
507 only for Windows PECOFF.
508
aea44f62
TL
5092004-11-08 Tomer Levi <Tomer.Levi@nsc.com>
510
511 * config/tc-crx.c (print_insn): Check and set insn_addr.
512 * config/tc-crx.h (md_frag_check): Define.
513
7499d566
NC
5142004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
515 Vineet Sharma <vineets@noida.hcltech.com>
516
517 * configure.in: Add support for new target maxq-coff.
518 * configure: Regenerate.
519 * NEWS: Mention new support.
520 * config/tc-maxq.c: New file.
521 * config/tc-maxq.h: New file.
522 * config/obj-coff.h: Add support for maxq-coff.
523
977cdf5a
NC
5242004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
525
526 * symbols.c (any_external_name): Define.
a77a9021 527 (resolve_symbol_value): Convert weak symbols.
977cdf5a
NC
528 (S_SET_EXTERNAL): Support any_external_name.
529 (S_SET_NAME): Qualify parameter const.
316f3bf8 530 (symbol_equated_reloc_p): Equate to weaks when relocating.
977cdf5a
NC
531 * symbols.h (S_SET_NAME): Qualfiy parameter const.
532 * tc.h (any_external_name): Declare.
533 * config/obj-coff.c ("coff/pe.h"): Include for BFD
534 assemblers also.
535 (weak_is_altname): Declare and define.
536 (weak_name2altname): Same.
537 (weak_altname2name): Same.
538 (weak_uniquify): Same.
539 (weak_altprefix): Define.
540 (obj_coff_weak): Change .weak syntax and handling.
541 (coff_frob_symbol): Fix PE weak symbol alternates.
542 * config/obj-coff.h (USE_UNIQUE): Define.
543 * config/tc-i386.c (md_apply_fix3): Assume weak symbols
544 are in another segment.
545 (tc_gen_reloc): Remove broken addend hack.
546 doc/as.texinfo: Update.
547
34e41783
BW
5482004-11-05 Sterling Augustine <sterling@tensilica.com>
549
550 * config/tc-xtensa.c (total_frag_text_expansion): New.
551 (md_estimate_size_before_relax): Use it.
552 (find_address_of_next_align_frag): Likewise.
553
dcd46b4e
TL
5542004-11-05 Tomer Levi <Tomer.Levi@nsc.com>
555
556 * config/tc-crx.c: Rename argument types.
557 (processing_arg_number): Rename to 'cur_arg_num'.
558 (get_number_of_bits): Rename to 'set_operand_size'.
559 (get_operandtype): Rename to 'parse_operand', totally rewrite.
560 (set_cons_rparams): Rename to 'set_operand', totally rewrite.
561 (set_indexmode_parameters): Remove function, integrate its code into
562 'set_operand'.
563 (set_operand_size): Get rid of 'Operand Number' function parameter -
564 use global variable 'cur_arg_num' instead.
565 Use a local 'argument' pointer to reference the current argument.
566 (parse_operand): Likewise.
567 (set_operand): Likewise.
568 (process_label_constant): Likewise.
569
9456465c
BW
5702004-11-04 Bob Wilson <bob.wilson@acm.org>
571
572 * config/tc-xtensa.c: Remove XTENSA_SECTION_RENAME ifdefs.
573 (add_section_rename): Delete. Inlined into...
574 (build_section_rename): ...here. Use xstrdup instead of strdup.
575 (xtensa_section_rename): Drop "const" from argument and return types.
576 (md_show_usage): Indent to match show_usage().
577 * config/tc-xtensa.h: Remove XTENSA_SECTION_RENAME ifdefs.
578 (tc_canonicalize_section_name): Define.
579 (md_elf_section_rename): Remove unused macro.
580 * doc/as.texinfo (Overview): Document Xtensa --rename-section option.
581 * doc/c-xtensa.texi (Xtensa Options): Likewise.
582 (Frame Directive): Delete.
583
7f266840
DJ
5842004-11-04 Daniel Jacobowitz <dan@debian.org>
585
586 * configure.in: Remove arm-*-oabi and thumb-*-oabi.
587 * config/tc-arm.c (target_oabi): Delete.
588 (md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks.
589 (arm_opts): Remove moabi.
590 * doc/as.texinfo (Overview): Remove documentation of -moabi.
591 * doc/c-arm.texi (ARM Options): Likewise.
592 * configure: Regenerated.
593
ae57792d
HPN
5942004-11-04 Hans-Peter Nilsson <hp@axis.com>
595
596 * configure.in (crisv32): Recognize. AC_DEFINE_UNQUOTED
597 DEFAULT_CRIS_ARCH. Handle crisv32-*-linux-gnu* like
598 cris-*-linux-gnu* and crisv32-*-* like cris-*-*.
599 * configure: Regenerate.
600 * config/tc-cris.c (enum cris_archs): New.
601 (cris_mach, cris_arch_from_string, s_cris_arch, get_sup_reg)
602 (cris_insn_ver_valid_for_arch): New functions.
603 (DEFAULT_CRIS_ARCH): New macro, default to cris_any_v0_v10.
604 (cris_arch): New variable.
605 (md_pseudo_table): New pseudo .arch.
606 (err_for_dangerous_mul_placement): Initialize according to
607 DEFAULT_CRIS_ARCH.
608 (STATE_COND_BRANCH): Renamed from STATE_CONDITIONAL_BRANCH.
609 All users changed.
610 (STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON)
611 (STATE_ABS_BRANCH_V32, STATE_LAPC, BRANCH_BF_V32, BRANCH_BB_V32)
612 (BRANCH_WF_V32, BRANCH_WB_V32): New.
613 (BRANCH_BF, BRANCH_BB, BRANCH_WF, BRANCH_WB): Don't undef after
614 use in md_cris_relax_table.
615 (md_cris_relax_table): Add entries for STATE_COND_BRANCH_V32,
616 STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
617 Update and improve head comment.
618 (OPTION_PIC): Define in terms of previous option, OPTION_US.
619 (OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): Similar.
620 (OPTION_ARCH): New.
621 (md_longopts): New option --march=...
622 (cris_any_v0_v10_long_jump_size, crisv32_long_jump_size): New
623 macros.
624 (md_long_jump_size): Initialize in terms of DEFAULT_CRIS_ARCH.
625 (HANDLE_RELAXABLE): New macro.
626 (md_estimate_size_before_relax): Use HANDLE_RELAXABLE for common
627 cases. Check for weak symbols and assume not relaxable. Handle
628 STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON,
629 STATE_ABS_BRANCH_V32, STATE_LAPC. Use new variable symbolP, not
630 fragP->fr_symbol.
631 (md_convert_frag): Handle STATE_COND_BRANCH_V32,
632 STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
633 (cris_create_short_jump): Adjust for CRISv32.
5664e9a7 634 (cris_relax_frag): Handle new states.
ae57792d
HPN
635 (md_create_long_jump): Ditto. Emit error for common_v10_v32.
636 (md_begin): Define symbols "..asm.arch.cris.v32",
637 "..asm.arch.cris.v10", "..asm.arch.cris.common_v10_v32" and
638 "..asm.arch.cris.any_v0_v10". Use cris_insn_ver_valid_for_arch
639 when entering opcode table entry points.
640 (md_assemble): Adjust branch handling for CRISv32. Handle LAPC
641 relaxation. In fix_new_exp call for main insn, pass 1 for pcrel
642 parameter for 8, 16 and 32-bit pc-relative insns and LAPC.
643 (cris_process_instruction): Initialize out_insnp->insn_type to
644 CRIS_INSN_NONE, not CRIS_INSN_NORMAL.
645 <case ']', '[', 'A', 'd', 'Q', 'N', 'n', 'Y', 'U', 'u', 'T'>: New
646 cases.
647 <case 'm'>: Check that modified_char == '.'.
648 <invalid operands>: Consume the rest of the line.
649 When operands don't match, skip over subsequent insns with
650 non-matching version specifier but same mnemonic.
651 <immediate constant, case SIZE_SPEC_REG>: Immediate operands for
652 special registers in CRISv32 are always 32 bit long.
653 <immediate constant, case SIZE_FIELD_SIGNED, SIZE_FIELD_UNSIGNED>:
654 New cases.
655 (get_gen_reg): Only recognize "PC" when followed by "+]" for v32
656 and compatible. Recognize "ACR" for v32, unless followed by "+".
657 (get_spec_reg): Consider cris_arch when looking up register.
658 (get_autoinc_prefix_or_indir_op): Don't recognize assignment for
659 v32 or compatible.
660 (get_3op_or_dip_prefix_op): Check for ']' after seeing '[rN+'.
661 (cris_get_expression): Restore input_line_pointer if failing "early".
662 (get_flags): Consider cris_arch and recognize flags accordingly.
663 (branch_disp): Adjust for CRISv32.
664 (gen_cond_branch_32): Similar. Emit error for common_v10_v32.
665 (cris_number_to_imm): Use as_bad_where, not as_bad. Remove
666 related FIXME. Don't insist on BFD_RELOC_32_PCREL fixup to be
667 resolved. Don't enter zeros in object file for
668 BFD_RELOC_32_PCREL.
669 <case BFD_RELOC_CRIS_LAPCQ_OFFSET, BFD_RELOC_CRIS_SIGNED_16>
670 <case BFD_RELOC_CRIS_SIGNED_8>: New case.
671 (md_parse_option): Break out "return 1".
672 <OPTION_ARCH> New case.
673 (tc_gen_reloc): <case BFD_RELOC_CRIS_LAPCQ_OFFSET>
674 <case BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_SIGNED_8>
675 <case BFD_RELOC_CRIS_UNSIGNED_8, BFD_RELOC_CRIS_UNSIGNED_16>
676 <case BFD_RELOC_32_PCREL>: New cases.
677 Addends for non-zero fx_pcrel are too in fx_offset.
678 (md_show_usage): Show --march=<arch>.
679 (md_apply_fix3): Adjust val for BFD_RELOC_CRIS_LAPCQ_OFFSET.
680 (md_pcrel_from): BFD_RELOC_CRIS_LAPCQ_OFFSET is PC-relative too.
681 (s_syntax) <struct syntaxes>: Properly constify member operand.
682 * config/tc-cris.h (TARGET_MACH): Define.
683 (cris_mach): Declare.
684 * doc/as.texinfo (Overview) <CRIS>: Add --march=...
685 * doc/c-cris.texi (CRIS-Symbols): New node for built-in symbols.
686 (CRIS-Opts): Document --march=...
687 (CRIS-Pseudos): Document .arch.
688
9306ca4a
JB
6892004-11-04 Jan Beulich <jbeulich@novell.com>
690
691 * config/tc-i386.c (set_intel_syntax): Allow % in symbol names when
692 intel syntax and no register prefix, allow $ in symbol names when
693 intel syntax.
694 (set_16bit_gcc_code_flag): Replace literal 'l' by LONG_MNEM_SUFFIX.
695 (intel_float_operand): Add fourth return value indicating math control
696 operations. Make classification more precise.
697 (md_assemble): Complain if memory operand of mov[sz]x has no size
698 specified.
699 (parse_insn): Translate word operands to floating point instructions
700 operating on integers as well as control instructions to short ones
701 as expected by AT&T syntax. Translate 'd' suffix to short one only for
702 floating point instructions operating on non-integer operands.
703 (match_template): Remove fldcw special case. Adjust q-suffix handling
704 to permit it on fild/fistp/fisttp in AT&T mode.
705 (process_suffix): Don't guess DefaultSize insns' suffix from
706 stackop_size for certain floating point control instructions. Guess
707 suffix for branch and [ls][gi]dt based on flag_code. Split error
708 messages for Intel and AT&T syntax, and make the condition more strict
709 for the former. Adjust suppressing of generation of operand size
710 overrides.
711 (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE,
712 OWORD, and XMMWORD operand size specifiers (TBYTE replaces XWORD). Add
713 more error checking.
714 * config/tc-i386.h (BYTE_PTR WORD_PTR DWORD_PTR QWORD_PTR XWORD_PTR
715 SHORT OFFSET_FLAT FLAT NONE_FOUND): Remove unused defines.
716
2b4f075a
HPN
7172004-11-03 Hans-Peter Nilsson <hp@axis.com>
718
719 * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare
720 md_short_jump_size, md_long_jump_size.
721 * write.c [!WORKING_DOT_WORD]: Ditto.
722 * tc.h [!WORKING_DOT_WORD]: Declare them here. Drop const
723 qualifier.
724 * config/tc-cris.h (md_short_jump_size, md_long_jump_size): Don't
725 declare.
726 * config/tc-cris.c (md_short_jump_size, md_long_jump_size): Drop
727 const qualifier in these definitions.
728 * config/tc-i370.c, config/tc-m68k.c, config/tc-pdp11.c,
729 config/tc-s390.c, config/tc-tahoe.c, config/tc-vax.c: Ditto.
730
ddbc47ac
NC
7312004-11-02 Nick Clifton <nickc@redhat.com>
732
733 * dwarf2dbg.c (dwarf2_finish): Check for the existence of a file
734 table before deciding to produce a .debug_line section to match up
735 with a user provided .debug_info section.
736
3ad3f5ad
TL
7372004-10-28 Tomer Levi <Tomer.Levi@nsc.com>
738
739 * config/tc-crx.c (getreg_image): Bug fix, a return value was
740 mistakenly omitted from CRX_C_REGTYPE and CRX_CS_REGTYPE cases.
741
c815a616
TL
7422004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
743
744 * config/tc-crx.c: Remove global variable 'post_inc_mode'.
745 (get_flags): New function.
c04f5787
AM
746 (get_number_of_bits): Edit comments, update numeric values to
747 supported sizes.
748 (process_label_constant): Don't support the colon
749 format (SYMBOL:[s|m|l]).
c815a616
TL
750 (set_cons_rparams): Support argument type 'arg_rbase'.
751 (get_operandtype): Bug fix in 'rbase' operand type parsing.
752 (handle_LoadStor): Bug fix, first handle post-increment mode.
c04f5787
AM
753 (getreg_image): Remove redundant code, update according to latest
754 CRX spec.
c815a616 755 (print_constant): Bug fix relate to 3-word instructions.
c04f5787 756 (assemble_insn): Bug fix, when matching instructions, verify also
c815a616
TL
757 instruction type (not only mnemonic).
758 Add various error checking.
759 (preprocess_reglist): Support HI/LO and user registers.
760
ed7af9f9
L
7612004-10-25 David Mosberger-Tang <davidm@hpl.hp.com>
762
c04f5787 763 * config/tc-ia64.c (fixup_unw_records): Don't let the "t" value
ed7af9f9
L
764 in an epilogue directive go negative.
765
ac025970
L
7662004-10-25 H.J. Lu <hongjiu.lu@intel.com>
767
768 PR 474
769 * config/tc-ia64.c (emit_one_bundle): Decrement md.num_slots_in_use
770 after reporting template error during manual bundling. Reported
771 by Michael Dupont, michaelx.dupont@intel.com.
772
a394c00f
NC
7732004-10-25 Daniel Jacobowitz <dan@debian.org>
774
775 * Makefile.am: Run dep-am.
776 * aclocal.m4: Regenerate with automake 1.9.2.
777 * Makefile.in: Regenerate with automake 1.9.2.
778 * doc/Makefile.in: Likewise.
779
780 * config/tc-arm.c: Include "dw2gencfi.h".
781 (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
782 New functions.
783 * config/tc-arm.h (TARGET_USE_CFIPOP, DWARF2_DEFAULT_RETURN_COLUMN)
784 (DWARF2_CIE_DATA_ALIGNMENT, tc_regname_to_dw2regnum)
785 (tc_cfi_frame_initial_instructions): Define.
786 (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
787 Add prototypes.
788
23d83918
TL
7892004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
790
791 * config/tc-crx.c (assemble_insn): Check unsigned immediate
792 operands validity.
793 Update coprocessor id to be unsigned immediate.
794
bb41ade5
AM
7952004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
796
797 * config/tc-i386.c (O_secrel): Delete.
798 (tc_pe_dwarf2_emit_offset): New function.
799 * config/tc-i386.h (O_secrel): Define as O_md1.
800 (TC_DWARF2_EMIT_OFFSET): Define.
801
87e62348
NC
8022004-10-18 Nick Clifton <nickc@redhat.com>
803
804 * config/tc-xstormy16.c (xstormy16_cons_fix_new): Accept and
805 ignore @fptr() directives for 4-byte fixups.
806
3c55da70
AM
8072004-10-15 Alan Modra <amodra@bigpond.net.au>
808
809 * Makefile.am: Run "make dep-am"
810 * Makefile.in: Regenerate.
811
40e7b7b9
BW
8122004-10-14 Bob Wilson <bob.wilson@acm.org>
813
814 * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive):
815 Remove comments about placement of literal pools.
816 (Literal Directive): Update description of literal placement.
817 (Literal Prefix Directive): Remove statement that this does not apply
818 to absolute-mode literals. Describe new section naming scheme.
819
b08b5071
BW
8202004-10-12 Bob Wilson <bob.wilson@acm.org>
821
822 * config/tc-xtensa.c (xtensa_frequency_pseudo): Use set_subseg_freq.
823 (is_entry_opcode, is_movi_opcode, is_the_loop_opcode, is_jx_opcode,
824 is_windowed_return_opcode): Delete.
825 (xtensa_frob_label): Use get_subseg_target_freq.
826 (md_assemble): Inline call to is_entry_opcode.
827 (xtensa_handle_align): Inline call to get_frag_is_literal.
828 (relaxation_requirements): Inline call to is_jx_opcode.
829 (emit_single_op): Inline call to is_movi_opcode.
830 (xg_assemble_vliw_tokens): Inline calls to get_frag_is_insn,
831 get_frag_is_no_transform, is_entry_opcode, and
832 set_frag_is_specific_opcode. Use get_subseg_total_freq.
833 (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags,
834 xtensa_fix_close_loop_end_frags, relax_frag_immed, convert_frag_immed):
835 Inline calls to get_frag_is_no_transform.
836 (next_instrs_are_b_retw): Inline call to is_windowed_return_opcode.
837 (xtensa_fix_short_loop_frags): Inline calls to is_the_loop_opcode and
838 get_frag_is_no_transform.
839 (convert_frag_immed_finish_loop): Inline calls to get_expression_value
840 and set_frag_is_no_transform.
841 (get_expression_value): Delete.
842 (subseg_map struct): Rename cur_total_freq to total_freq. Rename
843 cur_target_freq to target_freq.
844 (get_subseg_info): Split out code to create a new map entry into ...
845 (add_subseg_info): ... this new function.
846 (get_last_insn_flags): Check if get_subseg_info succeeded.
847 (set_last_insn_flags): Call add_subseg_info if needed.
848 (get_subseg_total_freq, get_subseg_target_freq, set_subseg_freq): New.
849 (xtensa_reorder_segments): Compute last_sec while counting sections.
850 Remove call to get_last_sec.
851 (get_last_sec): Delete.
852 (cache_literal_section): Inline call to retrieve_literal_seg and its
853 callees, seg_present and add_seg_list.
854 (retrieve_literal_seg, seg_present, add_seg_list): Delete.
855 (get_frag_is_insn, get_frag_is_no_transform,
856 set_frag_is_specific_opcode, set_frag_is_no_transform): Delete.
857 * config/tc-xtensa.h (MAX_SLOTS): Reduce from 31 to 15.
858
7fa3d080
BW
8592004-10-12 Bob Wilson <bob.wilson@acm.org>
860
861 * config/tc-xtensa.c: Use ISO C90 formatting.
862 * config/tc-xtensa.h: Likewise.
863 * config/xtensa-istack.h: Likewise.
864 * config/xtensa-relax.c: Likewise.
865 * config/xtensa-relax.h: Likewise.
866
8cb51566
PB
8672004-10-12 Paul Brook <paul@codesourcery.com>
868
869 * config/tc-arm.c (md_begin): Change EF_ARM_EABI_VER3 to
870 EF_ARM_EABI_VER4.
871 (arm_eabis): Ditto.
872 * doc/c-arm.texi: Document that we actually support -meabi=4, not
873 -meabi=3.
874
653cfe85
BW
8752004-10-08 Bob Wilson <bob.wilson@acm.org>
876
877 * doc/as.texinfo (VTableEntry, VTableInherit): Add "directive" to index
878 entries.
879 (Acknowledgements): Use "GAS" instead of AS variable.
880
d2b2c203
DJ
8812004-10-08 Daniel Jacobowitz <dan@debian.org>
882
883 * config/tc-i386.c: Include "elf/x86-64.h".
884 (i386_elf_section_type): New function.
885 * config/tc-i386.h (md_elf_section_type): Define.
886 (i386_elf_section_type): New prototype.
887
e80e0390
NC
8882004-10-08 Linus Nielsen Feltzing <linus@haxx.se>
889
890 * config/m68k-parse.h (enum m68k_register): New control register,
891 MBAR2 (for MCF5249)
892 * config/tc-m68k.c: Correct control register set for MCF5249.
893
43cd72b9 8942004-10-07 Bob Wilson <bob.wilson@acm.org>
85a5ac80 895 Sterling Augustine <sterling@tensilica.com>
43cd72b9
BW
896
897 * config/tc-xtensa.c (absolute_literals_supported): New global flag.
898 (UNREACHABLE_MAX_WIDTH): Define.
899 (XTENSA_FETCH_WIDTH): Delete.
900 (cur_vinsn, xtensa_fetch_width, xt_saved_debug_type, past_xtensa_end,
901 prefer_const16, prefer_l32r): New global variables.
902 (LIT4_SECTION_NAME): Define.
903 (lit4_state struct): Add lit4_seg_name and lit4_seg fields.
904 (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
905 (frag_flags struct): New.
c04f5787 906 (xtensa_block_info struct): Move from tc-xtensa.h. Add flags field.
43cd72b9
BW
907 (subseg_map struct): Add cur_total_freq and cur_target_freq fields.
908 (bitfield, bit_is_set, set_bit, clear_bit): Define.
909 (MAX_FORMATS): Define.
910 (op_placement_info struct, op_placement_table): New.
911 (O_pltrel, O_hi16, O_lo16): Define.
912 (directiveE enum): Rename directive_generics to directive_transform.
913 Delete directive_relax. Add directive_schedule,
914 directive_absolute_literals, and directive_last_directive.
915 (directive_info): Rename "generics" to "transform". Delete "relax".
916 Add "schedule" and "absolute-literals".
917 (directive_state): Adjust entries to match changes in directive_info.
918 (xtensa_relax_statesE, RELAX_IMMED_MAXSTEPS): Move to tc-xtensa.h.
919 (xtensa_const16_opcode, xtensa_movi_opcode, xtensa_movi_n_opcode,
920 xtensa_l32r_opcode, xtensa_nop_opcode, xtensa_rsr_lcount_opcode): New.
921 (xtensa_j_opcode, xtensa_rsr_opcode): Delete.
922 (align_only_targets, software_a0_b_retw_interlock,
923 software_avoid_b_j_loop_end, maybe_has_b_j_loop_end,
924 software_avoid_short_loop, software_avoid_close_loop_end,
925 software_avoid_all_short_loops, specific_opcode): Delete.
926 (warn_unaligned_branch_targets): New.
927 (workaround_a0_b_retw, workaround_b_j_loop_end, workaround_short_loop,
928 workaround_close_loop_end, workaround_all_short_loops): Default FALSE.
929 (option_[no_]link_relax, option_[no_]transform,
930 option_[no_]absolute_literals, option_warn_unaligned_targets,
931 option_prefer_l32r, option_prefer_const16, option_target_hardware):
932 New enum values.
933 (option_[no_]align_only_targets, option_literal_section_name,
934 option_text_section_name, option_data_section_name,
935 option_bss_section_name, option_eb, option_el): Delete.
936 (md_longopts): Add entries for: [no-]transform, [no-]absolute-literals,
937 warn-unaligned-targets, prefer-l32r, prefer-const16, [no-]link-relax,
938 and target-hardware. Delete entries for [no-]target-align-only,
939 literal-section-name, text-section-name, data-section-name, and
940 bss-section-name.
941 (md_parse_option): Handle new options and remove old ones. Accept but
942 ignore [no-]density options. Warn for [no-]generics and [no-]relax
943 and treat them as [no-]transform.
944 (md_show_usage): Add new options and remove old ones.
945 (xtensa_setup_hw_workarounds): New.
946 (md_pseudo_table): Change "word" entry to use xtensa_elf_cons. Add
947 "long", "short", "loc" and "frequency" entries.
948 (use_generics): Rename to ...
949 (use_transform): ... this function. Add past_xtensa_end check.
950 (use_longcalls): Add past_xtensa_end check.
951 (code_density_available, can_relax): Delete.
952 (do_align_targets): New.
953 (get_directive): Accept dashes in directive names. Warn about
954 [no-]generics and [no-]relax directives and treat them as
c04f5787 955 [no-]transform.
43cd72b9
BW
956 (xtensa_begin_directive): Call md_flush_pending_output only for some
957 directives. Check for directives inside instruction bundles. Warn
958 about deprecated ".begin literal" usage. Warn and ignore [no-]density
959 directives. Handle new directives. Check generating_literals flag
960 for literal_prefix.
961 (xtensa_end_directive): Check for directives inside instruction
962 bundles. Warn and ignore [no-]density directives. Handle new
963 directives. Call xtensa_set_frag_assembly_state.
964 (xtensa_loc_directive_seen, xtensa_dwarf2_directive_loc,
965 xtensa_dwarf2_emit_insn): New.
966 (xtensa_literal_position): Call md_flush_pending_output. Do not check
967 use_literal_section flag.
968 (xtensa_literal_pseudo): Call md_flush_pending_output. Handle absolute
969 literals. Use xtensa_elf_cons to parse the expression.
970 (xtensa_literal_prefix): Do not check use_literal_section. Support
971 ".lit4" sections for absolute literals. Change prefix convention to
972 replace ".text" (or ".t" in a linkonce section). No need to call
973 subseg_set.
974 (xtensa_frequency_pseudo, xtensa_elf_cons, xtensa_elf_suffix): New.
975 (expression_end): Handle closing braces and colons.
976 (PLT_SUFFIX, plt_suffix): Delete.
977 (expression_maybe_register): Use new xtensa-isa.h functions. Use
978 xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16
979 and O_hi16 expressions as well.
980 (tokenize_arguments): Handle closing braces and colons.
981 (parse_arguments): Use new xtensa-isa.h functions. Handle "invisible"
982 operands and paired register syntax.
983 (get_invisible_operands): New.
984 (xg_translate_sysreg_op): Handle new Xtensa LX RSR/WSR/XSR syntax. Use
985 new xtensa-isa.h functions.
986 (xtensa_translate_old_userreg_ops, xtensa_translate_zero_immed): New.
987 (xg_translate_idioms): Check if inside bundle. Use use_transform.
988 Handle new Xtensa LX RSR/WSR/XSR syntax. Remove code to widen density
989 instructions. Use xtensa_translate_zero_immed.
990 (operand_is_immed, operand_is_pcrel_label): Delete.
991 (get_relaxable_immed): Use new xtensa-isa.h functions.
992 (get_opcode_from_buf): Add slot parameter. Use new xtensa-isa.h
993 functions.
994 (xtensa_print_insn_table, print_vliw_insn): New.
995 (is_direct_call_opcode): Use new xtensa-isa.h functions.
996 (is_call_opcode, is_loop_opcode, is_conditional_branch_opcode,
997 is_branch_or_jump_opcode): Delete.
998 (is_movi_opcode, decode_reloc, encode_reloc, encode_alt_reloc): New.
999 (opnum_to_reloc, reloc_to_opnum): Delete.
1000 (xtensa_insnbuf_set_operand, xtensa_insnbuf_get_operand): Use new
1001 xtensa-isa.h functions. Operate on one slot of an instruction.
1002 (xtensa_insnbuf_set_immediate_field, is_negatable_branch,
1003 xg_get_insn_size): Delete.
1004 (xg_get_build_instr_size): Use xg_get_single_size.
1005 (xg_is_narrow_insn, xg_is_single_relaxable_insn): Update calls to
1006 xg_build_widen_table. Use xg_get_single_size.
1007 (xg_get_max_narrow_insn_size): Delete.
1008 (xg_get_max_insn_widen_size, xg_get_max_insn_widen_literal_size,
1009 xg_is_relaxable_insn): Update calls to xg_build_widen_table. Use
1010 xg_get_single_size.
1011 (xg_build_to_insn): Record the loc field. Handle OP_OPERAND_HI16U and
1012 OP_OPERAND_LOW16U. Check xg_valid_literal_expression.
1013 (xg_expand_to_stack, xg_expand_narrow): Update calls to
1014 xg_build_widen_table. Use xg_get_single_size.
1015 (xg_immeds_fit): Use new xtensa-isa.h functions. Update call to
1016 xg_check_operand.
1017 (xg_symbolic_immeds_fit): Likewise. Also handle O_lo16 and O_hi16, and
1018 treat weak symbols conservatively.
1019 (xg_check_operand): Use new xtensa-isa.h functions.
1020 (is_dnrange): Delete.
1021 (xg_assembly_relax): Inline previous calls to tinsn_copy.
1022 (xg_finish_frag): Specify separate relax states for the frag and slot0.
1023 (is_branch_jmp_to_next, xg_add_branch_and_loop_targets): Use new
1024 xtensa-isa.h functions.
1025 (xg_instruction_matches_option_term, xg_instruction_matches_or_options,
1026 xg_instruction_matches_options): New.
1027 (xg_instruction_matches_rule): Handle O_register expressions. Call
1028 xg_instruction_matches_options.
1029 (transition_rule_cmp): New.
1030 (xg_instruction_match): Update call to xg_build_simplify_table.
1031 (xg_build_token_insn): Record loc fields.
1032 (xg_simplify_insn): Check is_specific_opcode field and
1033 density_supported flag.
1034 (xg_expand_assembly_insn): Skip checking code_density_available. Use
1035 new xtensa-isa.h functions. Call use_transform instead of can_relax.
1036 (xg_assemble_literal): Add error handling for O_big. Call
1037 record_alignment. Handle O_pltrel.
1038 (xg_valid_literal_expression): New.
1039 (xg_assemble_literal_space): Add slot parameter. Remove call to
1040 set_expr_symbol_offset. Add call to record_alignment. Update call to
1041 xg_finish_frag.
1042 (xg_emit_insn): Delete.
1043 (xg_emit_insn_to_buf): Add format parameter. Update calls to
1044 xg_add_opcode_fix and xtensa_insnbuf_to_chars.
1045 (xg_add_opcode_fix): Change opcode parameter to tinsn and add format
1046 and slot parameters. Handle new "alternate" relocations for absolute
1047 literals and CONST16 instructions. Check for bad uses of O_lo16 and
1048 O_hi16. Use new xtensa-isa.h functions.
1049 (xg_assemble_tokens): Delete.
1050 (is_register_writer): Use new xtensa-isa.h functions.
1051 (is_bad_loopend_opcode): Check for xtensa_rsr_lcount_opcode instead of
1052 old-style RSR from LCOUNT.
1053 (next_frag_opcode): Delete.
1054 (next_frag_opcode_is_loop, next_frag_format_size, frag_format_size,
1055 update_next_frag_state): New.
1056 (update_next_frag_nop_state): Delete.
1057 (next_frag_pre_opcode_bytes): Use next_frag_opcode_is_loop.
1058 (xtensa_mark_literal_pool_location): Check use_literal_section flag and
1059 the state of the absolute-literals directive. Add calls to
1060 record_alignment and xtensa_set_frag_assembly_state. Call
1061 xtensa_switch_to_non_abs_literal_fragment instead of
1062 xtensa_switch_to_literal_fragment.
1063 (build_nop): New.
1064 (assemble_nop): Use build_nop. Update call to xtensa_insnbuf_to_chars.
1065 (get_expanded_loop_offset): Change check for undefined opcode to an
1066 assertion.
1067 (xtensa_set_frag_assembly_state, relaxable_section,
1068 xtensa_find_unmarked_state_frags, xtensa_find_unaligned_branch_targets,
1069 xtensa_find_unaligned_loops, xg_apply_tentative_value): New.
1070 (md_begin): Update call to xtensa_isa_init. Initialize linkrelax to 1.
1071 Set lit4_seg_name. Call xg_init_vinsn. Initialize new global opcodes.
1072 Call init_op_placement_info_table and xtensa_set_frag_assembly_state.
1073 (xtensa_init_fix_data): New.
1074 (xtensa_frob_label): Reset label symbol to the current frag. Check
1075 do_align_targets and generating_literals flag. Propagate frequency
1076 info to new alignment frag. Call xtensa_set_frag_assembly_state.
1077 (xtensa_unrecognized_line): New.
1078 (xtensa_flush_pending_output): Check if inside a bundle. Add a call
1079 to xtensa_set_frag_assembly_state.
1080 (error_reset_cur_vinsn): New.
1081 (md_assemble): Remove check for literal frag. Remove call to
1082 istack_init. Call use_transform instead of use_generics. Parse
1083 explicit instruction format specifiers. Move code for
1084 a0_b_retw_interlock workaround to xg_assemble_vliw_tokens. Call
1085 error_reset_cur_vinsn on errors. Add call to get_invisible_operands.
1086 Add dwarf2_where call. Remote automatic alignment for ENTRY
1087 instructions. Move call to xtensa_clear_insn_labels to the end.
1088 Rearrange to handle bundles.
1089 (xtensa_cons_fix_new): Delete.
1090 (xtensa_handle_align): New.
1091 (xtensa_frag_init): Call xtensa_set_frag_assembly_state. Remove
1092 assignment to is_no_density field.
1093 (md_pcrel_from): Use new xtensa-isa.h functions. Use decode_reloc
1094 instead of reloc_to_opnum. Handle "alternate" relocations.
1095 (xtensa_force_relocation, xtensa_check_inside_bundle,
1096 xtensa_elf_section_change_hook): New.
1097 (xtensa_symbol_new_hook): Delete.
1098 (xtensa_fix_adjustable): Check for difference of symbols with an
1099 offset. Check for external and weak symbols.
1100 (md_apply_fix3): Remove cases for XTENSA_OP{0,1,2} relocs.
1101 (md_estimate_size_before_relax): Return expansion for the first slot.
1102 (tc_gen_reloc): Handle difference of symbols by producing
1103 XTENSA_DIFF{8,16,32} relocs and by writing the value of the difference
1104 into the output. Handle new XTENSA_SLOT*_OP relocs by storing the
1105 tentative values into the output when linkrelax is set.
1106 (XTENSA_PROP_SEC_NAME): Define.
1107 (xtensa_post_relax_hook): Call xtensa_find_unmarked_state_frags.
1108 Create literal tables only if using literal sections. Create new
1109 property tables instead of old instruction tables. Check for unaligned
1110 branch targets and loops.
1111 (finish_vinsn, find_vinsn_conflicts, check_t1_t2_reads_and_writes,
1112 new_resource_table, clear_resource_table, resize_resource_table,
1113 resources_available, reserve_resources, release_resources,
1114 opcode_funcUnit_use_unit, opcode_funcUnit_use_stage,
1115 resources_conflict, xg_find_narrowest_format, relaxation_requirements,
1116 bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
1117 (xtensa_end): Call xtensa_flush_pending_output. Set past_xtensa_end
1118 flag. Update checks for workaround options. Call
1119 xtensa_mark_narrow_branches and xtensa_mark_zcl_first_insns.
1120 (xtensa_cleanup_align_frags): Add special case for branch targets.
1121 Check for and mark unreachable frags.
1122 (xtensa_fix_target_frags): Remove use of align_only_targets flag.
1123 Use RELAX_LOOP_END_BYTES in special case for negatable branch at the
1124 end of a zero-overhead loop body.
1125 (frag_can_negate_branch): Handle instructions with multiple slots.
1126 Use new xtensa-isa.h functions
1127 (xtensa_mark_narrow_branches, is_narrow_branch_guaranteed_in_range,
1128 xtensa_mark_zcl_first_insns): New.
1129 (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags): Error if
1130 transformations are disabled.
1131 (next_instrs_are_b_retw): Use new xtensa-isa.h functions. Handle
1132 multislot instructions.
1133 (xtensa_fix_close_loop_end_frags, xtensa_fix_short_loop_frags):
1134 Likewise. Also error if transformations are disabled.
1135 (unrelaxed_frag_max_size): New.
1136 (unrelaxed_frag_min_insn_count, unrelax_frag_has_b_j): Use new
1137 xtensa-isa.h functions.
1138 (xtensa_sanity_check, is_empty_loop, is_local_forward_loop): Use
1139 xtensa_opcode_is_loop instead of is_loop_opcode.
1140 (get_text_align_power): Replace as_fatal with assertion.
1141 (get_text_align_fill_size): Iterate instead of using modulus when
1142 use_nops is false.
1143 (get_noop_aligned_address): Assert that this is for a machine-dependent
1144 RELAX_ALIGN_NEXT_OPCODE frag. Use next_frag_opcode_is_loop,
1145 xg_get_single_size, and frag_format_size.
1146 (get_widen_aligned_address): Rename to ...
1147 (get_aligned_diff): ... this function. Add max_diff parameter.
1148 Remove handling of rs_align/rs_align_code frags. Use
1149 next_frag_format_size, get_text_align_power, get_text_align_fill_size,
1150 next_frag_opcode_is_loop, and xg_get_single_size. Compute max_diff
1151 and pass it back to caller.
1152 (xtensa_relax_frag): Use relax_frag_loop_align. Add code for new
1153 RELAX_SLOTS, RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN,
1154 RELAX_FILL_NOP, and RELAX_UNREACHABLE frag types. Check relax_seen.
1155 (relax_frag_text_align): Rename to ...
1156 (relax_frag_loop_align): ... this function. Assume loops can only be
1157 in the first slot of an instruction.
1158 (relax_frag_add_nop): Use assemble_nop instead of constructing an OR
1159 instruction. Remove call to frag_wane.
1160 (relax_frag_narrow): Rename to ...
1161 (relax_frag_for_align): ... this function. Extend to handle
1162 RELAX_FILL_NOP and RELAX_UNREACHABLE, as well as RELAX_SLOTS with
1163 RELAX_NARROW for the first slot.
1164 (find_address_of_next_align_frag, bytes_to_stretch): New.
1165 (future_alignment_required): Use find_address_of_next_align_frag and
1166 bytes_to_stretch. Look ahead to subsequent frags to make smarter
1167 alignment decisions.
1168 (relax_frag_immed): Add format, slot, and estimate_only parameters.
1169 Check if transformations are enabled for b_j_loop_end workaround.
1170 Use new xtensa-isa.h functions and handle multislot instructions.
1171 Update call to xg_assembly_relax.
1172 (md_convert_frag): Handle new RELAX_SLOTS, RELAX_UNREACHABLE,
1173 RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, and RELAX_FILL_NOP
1174 frag types.
1175 (convert_frag_narrow): Add segP, format and slot parameters. Call
1176 convert_frag_immed for branch instructions. Adjust calls to
1177 tinsn_from_chars, tinsn_immed_from_frag, and xg_emit_insn_to_buf. Use
1178 xg_get_single_size and xg_get_single_format.
1179 (convert_frag_fill_nop): New.
1180 (convert_frag_immed): Add format and slot parameters. Handle multislot
1181 instructions and use new xtensa-isa.h functions. Update calls to
1182 tinsn_immed_from_frag and xg_assembly_relax. Check if transformations
1183 enabled for b_j_loop_end workaround. Use build_nop instead of
1184 assemble_nop. Check is_specific_opcode flag. Check for unreachable
1185 frags. Use xg_get_single_size. Handle O_pltrel.
1186 (fix_new_exp_in_seg): Remove check for old plt flag.
1187 (convert_frag_immed_finish_loop): Update calls to tinsn_from_chars and
1188 xtensa_insnbuf_to_chars. Call tinsn_immed_from_frag. Change check
1189 for loop opcode to an assertion. Mark all frags up to the end of the
1190 loop as not transformable.
1191 (get_last_insn_flags, set_last_insn_flags): Use get_subseg_info.
1192 (get_subseg_info): New.
1193 (xtensa_move_literals): Call xtensa_set_frag_assembly_state. Add null
1194 check for dest_seg.
1195 (xtensa_switch_to_literal_fragment): Rewrite to handle absolute
1196 literals and use xtensa_switch_to_non_abs_literal_fragment otherwise.
1197 (xtensa_switch_to_non_abs_literal_fragment): New.
1198 (cache_literal_section): Add is_code parameter and pass it through to
1199 retrieve_literal_seg.
1200 (retrieve_literal_seg): Add is_code parameter and use it to set the
1201 flags on the literal section. Handle case where head parameter is 0.
1202 (get_frag_is_no_transform, set_frag_is_specific_opcode,
1203 set_frag_is_no_transform): New.
1204 (xtensa_create_property_segments): Add end_property_function parameter
1205 and pass it through to add_xt_block_frags. Call bfd_get_section_flags
1206 and skip SEC_DEBUGGING and !SEC_ALLOC sections.
1207 (xtensa_create_xproperty_segments, section_has_xproperty): New.
1208 (add_xt_block_frags): Add end_property_function parameter and call it
1209 if it is non-zero. Call xtensa_frag_flags_init.
1210 (xtensa_frag_flags_is_empty, xtensa_frag_flags_init,
1211 get_frag_property_flags, frag_flags_to_number,
1212 xtensa_frag_flags_combinable, xt_block_aligned_size,
1213 xtensa_xt_block_combine, add_xt_prop_frags,
1214 init_op_placement_info_table, opcode_fits_format_slot,
1215 xg_get_single_size, xg_get_single_format): New.
1216 (istack_push): Inline call to tinsn_copy.
1217 (tinsn_copy): Delete.
1218 (tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
1219 CONST16 opcodes. Handle O_big, O_illegal, and O_absent.
1220 (tinsn_has_complex_operands): Handle O_hi16 and O_lo16.
1221 (tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h
1222 functions. Handle invisible operands.
1223 (tinsn_to_slotbuf): New.
1224 (tinsn_check_arguments): Use new xtensa-isa.h functions.
1225 (tinsn_from_chars): Add slot parameter. Rewrite using xg_init_vinsn,
1226 vinsn_from_chars, and xg_free_vinsn.
1227 (tinsn_from_insnbuf): New.
1228 (tinsn_immed_from_frag): Add slot parameter and handle multislot
1229 instructions. Handle symbol differences.
1230 (get_num_stack_text_bytes): Use xg_get_single_size.
1231 (xg_init_vinsn, xg_clear_vinsn, vinsn_has_specific_opcodes,
1232 xg_free_vinsn, vinsn_to_insnbuf, vinsn_from_chars, expr_is_register,
1233 get_expr_register, set_expr_symbol_offset_diff): New.
1234 * config/tc-xtensa.h (MAX_SLOTS): Define.
1235 (xtensa_relax_statesE): Move from tc-xtensa.c. Add
1236 RELAX_CHECK_ALIGN_NEXT_OPCODE, RELAX_MAYBE_DESIRE_ALIGN, RELAX_SLOTS,
1237 RELAX_FILL_NOP, RELAX_UNREACHABLE, RELAX_MAYBE_UNREACHABLE, and
1238 RELAX_NONE types.
1239 (RELAX_IMMED_MAXSTEPS): Move from tc-xtensa.c.
1240 (xtensa_frag_type struct): Add is_assembly_state_set,
1241 use_absolute_literals, relax_seen, is_unreachable, is_specific_opcode,
1242 is_align, is_text_align, alignment, and is_first_loop_insn fields.
1243 Replace is_generics and is_relax fields by is_no_transform field.
1244 Delete is_text and is_longcalls fields. Change text_expansion and
1245 literal_expansion to arrays of MAX_SLOTS entries. Add arrays of
1246 per-slot information: literal_frags, slot_subtypes, slot_symbols,
1247 slot_sub_symbols, and slot_offsets. Add fr_prev field.
1248 (xtensa_fix_data struct): New.
1249 (xtensa_symfield_type struct): Delete plt field.
1250 (xtensa_block_info struct): Move definition to tc-xtensa.h. Add
1251 forward declaration here.
1252 (xt_section_type enum): Delete xt_insn_sec. Add xt_prop_sec.
1253 (XTENSA_SECTION_RENAME): Undefine.
1254 (TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FORCE_RELOCATION, NO_PSEUDO_DOT,
1255 tc_unrecognized_line, md_do_align, md_elf_section_change_hook,
1256 HANDLE_ALIGN, TC_LINKRELAX_FIXUP, SUB_SEGMENT_ALIGN): Define.
1257 (TC_CONS_FIX_NEW, tc_symbol_new_hook): Delete.
1258 (unit_num_copies_func, opcode_num_units_func,
1259 opcode_funcUnit_use_unit_func, opcode_funcUnit_use_stage_func): New.
1260 (resource_table struct): New.
1261 * config/xtensa-istack.h (MAX_INSN_ARGS): Increase from 6 to 10.
1262 (TInsn struct): Add keep_wide, loc, fixup, record_fix, subtype,
1263 literal_space, symbol, sub_symbol, offset, and literal_frag fields.
1264 (tinsn_copy): Delete prototype.
1265 (vliw_insn struct): New.
1266 * config/xtensa-relax.c (insn_pattern_struct): Add options field.
1267 (widen_spec_list): Add option conditions for density and boolean
1268 instructions. Add expansions using CONST16 and conditions for using
1269 CONST16 vs. L32R. Use new Xtensa LX RSR/WSR syntax. Add entries for
1270 predicted branches.
1271 (simplify_spec_list): Add option conditions for density instructions.
1272 Add entry for NOP instruction.
1273 (append_transition): Add cmp function pointer parameter and use it to
1274 insert the new entry in order.
1275 (operand_function_LOW16U, operand_function_HI16U): New.
1276 (xg_has_userdef_op_fn, xg_apply_userdef_op_fn): Handle
1277 OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
1278 (enter_opname, split_string): Use xstrdup instead of strdup.
1279 (init_insn_pattern): Initialize new options field.
1280 (clear_req_or_option_list, clear_req_option_list,
1281 clone_req_or_option_list, clone_req_option_list, parse_option_cond):
1282 New.
1283 (parse_insn_pattern): Parse option conditions.
1284 (transition_applies): New.
1285 (build_transition): Use new xtensa-isa.h functions. Fix incorrectly
1286 swapped last arguments in calls to append_constant_value_condition.
1287 Call clone_req_option_list. Add warning about invalid opcode.
1288 Handle LOW16U and HI16U function names.
1289 (build_transition_table): Add cmp parameter and use it in calls to
1290 append_transition. Use new xtensa-isa.h functions. Check
1291 transition_applies before adding entries.
1292 (xg_build_widen_table, xg_build_simplify_table): Add cmp parameter and
1293 pass it through to build_transition_table.
1294 * config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList,
1295 ReqOption, transition_cmp_fn): New types.
1296 (OpType enum): Add OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
1297 (transition_rule struct): Add options field.
1298 * doc/as.texinfo (Overview): Update Xtensa options.
1299 * doc/c-xtensa.texi (Xtensa Options): Delete --[no-]density,
1300 --[no-]relax, and --[no-]generics options. Update descriptions of
1301 --text-section-literals and --[no-]longcalls. Add
1302 --[no-]absolute-literals and --[no-]transform.
1303 (Xtensa Syntax): Add description of syntax for FLIX instructions.
1304 Remove use of "generic" and "specific" terminology for opcodes.
1305 (Xtensa Registers): Generalize the syntax description to include
1306 user-defined register files.
1307 (Xtensa Automatic Alignment): Update.
1308 (Xtensa Branch Relaxation): Mention limitation of unconditional jumps.
1309 (Xtensa Call Relaxation): Linker can now remove most of the overhead.
1310 (Xtensa Directives): Remove confusing rules about precedence.
1311 (Density Directive, Relax Directive): Delete.
1312 (Schedule Directive): New.
1313 (Generics Directive): Rename to ...
1314 (Transform Directive): ... this node.
1315 (Literal Directive): Update for absolute literals. Missing
1316 literal_position directive is now an error.
1317 (Literal Position Directive): Update for absolute literals.
1318 (Freeregs Directive): Delete.
1319 (Absolute Literals Directive): New.
1320 (Frame Directive): Minor editing.
1321 * Makefile.am (DEPTC_xtensa_elf, DEPOBJ_xtensa_elf, DEP_xtensa_elf):
1322 Update dependencies.
1323 * Makefile.in: Regenerate.
1324
6e1304d8
RS
13252004-10-07 Richard Sandiford <rsandifo@redhat.com>
1326
1327 * config/tc-mips.c (append_insn): Use fix_new rather than fix_new_exp
1328 to build the second and third fixups for a composite relocation.
1329 (macro_read_relocs): New function.
1330 (macro_build): Use it.
1331 (s_cpsetup): Pass all three composite relocation codes to macro_build.
1332 Simplify fragging code accordingly.
1333 (s_gpdword): Use fix_new rather than fix_new_exp for the second part
1334 of the composite relocation. Set fx_tcbit in both fixups.
1335
b1dca8ee
RS
13362004-10-07 Richard Sandiford <rsandifo@redhat.com>
1337
1338 * config/tc-mips.c (append_insn): Set fx_tcbit for composite relocs.
1339 (md_apply_fix3): Don't treat composite relocs as done.
1340
89658e52
NC
13412004-10-07 Jan Beulich <jbeulich@novell.com>
1342
1343 * macro.c (macro_expand_body): When ELF, use .LL rather than LL as
1344 prefix for symbol names generated from the LOCAL macro directive.
1345
289040ca
NC
1346 * dw2gencfi.c (select_cie_for_fde): When separating CIE out from
1347 FDE, treat a DW_CFA_remember_state as we do a DW_CFA_advance_loc.
1348
48c9f030
NC
13492004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
1350
1351 * config/tc-crx.c (preprocess_reglist): Handle Co-processor
c04f5787 1352 Special registers.
5c5054ab 1353 (md_assemble): Add error checking for Co-Processor instructions.
48c9f030
NC
1354 (get_cinv_parameters): Add 'b' option to invalidate the
1355 branch-target cache.
1356
7ed4c4c5
NC
13572004-10-05 Paul Brook <paul@codesourcery.com>
1358
1359 * config/tc-arm.c (unwind): New variable.
1360 (vfp_sp_encode_reg): New function.
1361 (vfp_sp_reg_required_here): Use it.
1362 (vfp_sp_reg_list, vfp_dp_reg_list): Remove.
1363 (vfp_parse_reg_list): New function.
1364 (s_arm_unwind_fnstart, s_arm_unwind_fnend, s_arm_unwind_cantunwind,
1365 s_arm_unwind_personality, s_arm_unwind_personalityindex,
1366 s_arm_unwind_handlerdata, s_arm_unwind_save, s_arm_unwind_movsp,
1367 s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): New
1368 functions.
1369 (md_pseudo_table): Add them.
1370 (do_vfp_reg2_from_sp2): Use vfp_parse_reg_list and vfp_sp_encode_reg.
1371 (do_vfp_sp2_from_reg2, vfp_sp_ldstm, vfp_dp_ldstm): Ditto.
1372 (set_section, add_unwind_adjustsp, flush_pending_unwind,
1373 finish_unwind_opcodes, start_unwind_section, create_unwind_entry,
1374 require_hashconst, add_unwind_opcode): New functions.
1375 * doc/tc-arm.text: Document unwinding opcodes.
1376 * NEWS: Mention the new feature.
1377
04ca8703
EC
13782004-10-04 Eric Christopher <echristo@redhat.com>
1379
1380 * config/tc-mips.c (md_apply_fix3): Remove erroneous assert.
1381
7c1d0959
L
13822004-10-01 H.J. Lu <hongjiu.lu@intel.com>
1383
1384 * config/tc-ppc.c (md_apply_fix3): Call S_SET_THREAD_LOCAL for
1385 TLS relocations.
1386 * config/tc-s390.c (md_apply_fix3): Likewise.
1387 * config/tc-sparc.c (md_apply_fix3): Likewise.
1388
40a18ebd
NC
13892004-10-01 Paul Brook <paul@codesourcery.com>
1390
1391 * config/tc-arm.c (arm_elf_section_type): New function.
1392 (arm_elf_change_section): Set section link for exidx sections.
1393 * config/tc-arm.h (arm_elf_section_type): Add prototype.
1394 (md_elf_section_type): Define.
1395
14127cc4
NC
13962004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk>
1397
1398 * config/tc-pdp11.c (md_apply_fix3): Change to sign of the SOB
1399 instruction's offset.
1400
b7c92712
NC
14012004-10-01 Adam Nemet <anemet@lnxw.com>
1402
1403 * (TARGET_FORMAT): Remove LynxOS COFF definition.
1404
65555e64
AM
14052004-10-01 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
1406
1407 * config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an
1408 asymbol *, instead use symbol_get_bfdsym.
1409
9fe0b840
NC
14102004-09-30 Linus Nielsen Feltzing <linus@haxx.se>
1411
1412 * config/tc-m68k.c (select_control_regs): Add mcf5249.
1413
0dd132b6
NC
14142004-09-30 Paul Brook <paul@codesourcery.com>
1415
1416 * config/tc-arm.c (do_smi, do_nop): New functions.
1417 (insns): Add ARMv6ZK instructions.
1418 (md_apply_fix3): Handle BFD_RELOC_ARM_SMI.
1419 (tc_gen_reloc): Ditto.
1420 (arm_cpus): Add mpcore and arm1176.
1421 (arm_archs): Add armv6{k,z,zk}.
1422 * doc/c-arm.texi: Document new cores and architectures.
1423
a737bd4d
NC
14242004-09-30 Nick Clifton <nickc@redhat.com>
1425
1426 * config/tc-arm.c: Use ISO C90 formatting.
1427
3631a3c8
NC
14282004-09-30 Vladimir Ivanov <vladitx@nucleusys.com>
1429
a737bd4d 1430 * config/tc-arm.c (mav_reg_required_here): Allow REG_TYPE_CN
3631a3c8
NC
1431 as alternative when REG_TYPE_MVF, REG_TYPE_MVD, REG_TYPE_MVFX or
1432 REG_TYPE_MVDX is expected.
1433
d5f0cf92
AM
14342004-09-29 Marc Bevand <m.bevand@gmail.com>
1435
1436 * doc/c-i386.texi (i386-Mnemonics): Fix typo.
1437
9f9a069e
JW
14382004-09-21 James E Wilson <wilson@specifixinc.com>
1439
1440 * config/tc-ia64.c (ENCODED_PSP_OFFSET): New.
1441 (output_rp_psprel, output_pfs_psprel, output_preds_psprel,
1442 output_spill_base, output_unat_psprel, output_lc_psprel,
1443 output_fpsr_psprel, output_priunat_psprel, output_bsp_psprel,
1444 output_bsprestore_psprel, output_rnat_psprel, output_spill_psprel,
1445 output_spill_psprel_p): Use it.
1446
4b778c88
TL
14472004-09-20 Tomer Levi <Tomer.Levi@nsc.com>
1448
c04f5787 1449 * config/tc-crx.c (handle_LoadStor): New function.
04ca8703 1450 Handle load/stor unique instructions before parsing.
4b778c88 1451
eb043451
PB
14522004-09-17 Paul Brook <paul@codesourcery.com>
1453
1454 * config/tc-arm.c (s_arm_rel31): New funciton.
1455 (md_pseudo_table): Add .rel31.
04ca8703 1456 (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2,
eb043451
PB
1457 BFD_RELOC_32_PCREL and BFD_RELOC_ARM_PREL31.
1458 (tc_gen_reloc): Handle BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2.
1459 (arm_fix_adjustable): Return 0 for BFD_RELOC_ARM_TARGET2.
1460 (arm_parse_reloc): Add (target2).
1461
8ea2b00f
AM
14622004-09-17 Alan Modra <amodra@bigpond.net.au>
1463
1464 * Makefile.am: Run "make dep-am".
1465 * Makefile.in: Regenerate.
1466 * aclocal.m4: Regenerate.
1467 * configure: Regenerate.
1468 * doc/Makefile.in: Regenerate.
1469 * po/POTFILES.in: Regenerate.
1470 * po/gas.pot: Regenerate.
1471
7e1792e0
HPN
14722004-09-14 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp>
1473
1474 * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif.
1475 [!LLONG_MAX]: Ditto.
1476
9c504268
PB
14772004-09-13 Paul Brook <paul@codesourcery.com>
1478
1479 * config/tc-arm.c: Rename RELABS to TARGET1.
1480
2159ac21
AM
14812004-09-13 Alan Modra <amodra@bigpond.net.au>
1482
1483 * messages.c (as_internal_value_out_of_range): Cast values passed
1484 to as_bad_where or as_warn_where to proper type.
1485
23794b24
MM
14862004-09-11 Theodore A. Roth <troth@openavr.org>
1487
1488 * config/tc-avr.c: Add support for
1489 atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
1490
e9fad691
AM
14912004-09-09 Alan Modra <amodra@bigpond.net.au>
1492
1493 * dw2gencfi.c (select_cie_for_fde): When separating CIE out
1494 from FDE, treat a CFI_escape as we do a DW_CFA_advance_loc.
1495
10b016c2
PB
14962004-09-08 Paul Brook <paul@codesourcery.com>
1497
1498 * config/obj-elf.c (obj_elf_section_type): Handle init_array,
1499 fini_array and preinit_array section types.
1500 * config/tc-ia64.c (ia64_elf_section_type): Remove init_array
1501 and fini_array.
1502 * doc/as.texinfo: Document extra section types.
1503
e5a52504
MM
15042004-09-02 Mark Mitchell <mark@codesourcery.com>
1505
1506 * Makefile.am (TARG_ENV_HFILES): Add te-symbian.h.
1507 * Makefile.in: Regenerated.
1508 * configure.in: Set em for arm*-*-symbianelf*.
1509 * configure: Regenerated.
1510 * config/tc-arm.c (elf32_arm_target_format): Use Symbian target
1511 vectors when appropriate.
1512 * config/te-symbian.h: New file.
1513
42851540
NC
15142004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
1515
1516 * config/tc-crx.c (gettrap): Exception vector can be case
1517 insensitive.
04ca8703 1518 (process_label_constant): Fix a 32-bit displacement bug in branch
42851540
NC
1519 instructions.
1520 (get_operandtype) : Bug fix, wrong operand was used.
04ca8703 1521 (process_label_constant): Initialize relocation type to
42851540
NC
1522 BFD_RELOC_NONE
1523
8783612f
RE
15242004-09-01 Richard Earnshaw < reanrsha@arm.com>
1525
1526 * tc-arm.c (arm_cpus, arm_fpus): Allow <cpu>-s as well as <cpu>s
1527 for synthesizable cores.
1528
1ff4677c
RE
1529 * doc/c-arm.texi (ARM Options): Document canonical names of CPUs.
1530
b18c562e
NC
15312004-08-25 Dmitry Diky <diwil@spec.ru>
1532
1533 * config/tc-msp430.c: Clean-up the code.
1534 (md_relax_table): New relax table.
1535 (mcu_types): Sort MCU types.
1536 (md_pseudo_table): Add .profiler pseudo handler.
1537 (pow2value): New function.
1538 (msp430_profiler): New function.
1539 (msp430_operands): Add new insns handlers.
1540 (msp430_srcoperand): Add register operand handler, allow complex
1541 expressions.
1542 (md_estimate_size_before_relax): Rewritten.
1543 (md_convert_frag): Rewritten.
1544 (msp430_relax_frag): New function.
1545 * config/tc-msp430.h (md_relax_frag): define macro
1546 * doc/c-msp430.texi: Update information.
1547
8f94ae4d
NC
15482004-08-24 Nick Clifton <nickc@redhat.com>
1549
1550 * as.c (std_shortopts): Allow -g to take an optional argument.
1551 (parse_args): Pass any switch starting with -g on to the backend
1552 for parsing.
1553
e51dace8
MM
15542004-08-18 Mark Mitchell <mark@codesourcery.com>
1555
1556 * configure.in (arm*-*-symbianelf*): New target.
1557 (arm*-*-eabi*): Likewise.
1558 * configure: Regenerated.
1559
f7870c8d
TS
15602004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1561 * config/tc-mips.c (append_insn): Handle delay slots in branch likely
1562 correctly.
1563
d6afba4b
JJ
15642004-08-18 Jakub Jelinek <jakub@redhat.com>
1565
1566 * config/tc-ia64.c (start_unwind_section): Add linkonce_empty
1567 argument, don't do anything if current section is not
1568 .gnu.linkonce.t.* and linkonce_empty is set.
1569 (generate_unwind_image, dot_endp): Adjust callers, call
1570 start_unwind_section (*, 1) if nothing will be put into the
1571 section.
1572
329e276d
NC
15732004-08-17 Nick Clifton <nickc@redhat.com>
1574
1575 * as.c (MD_DEBUG_FORMAT_SELECTOR): Provide default definition.
1576 (show_usage): Add -g.
1577 (std_longopts): Add --gen-debug. Alpha sort the table.
1578 (parse_args): Print an error message if a switch is not handled.
1579 Handle the -g switch, calling md_debug_format_selector() if
1580 necessary.
1581 * NEWS: Mention new feature.
1582 * doc/as.texinfo: Document new switch.
1583 * doc/internals.texi: Document behaviour of md_parse_option.
04ca8703 1584
329e276d
NC
1585 * config/tc-arm.c (md_parse_option): Do not issue an error message
1586 if the switch is not recognised.
1587 * config/tc-m68k.c (md_parse_option): Likewise.
1588 * config/tc-pdp11.c (md_parse_option): Likewise.
1589 * config/tc-v850.c (md_parse_option): Likewise.
1590
1591 * as.h: Fix up formatting.
1592 * tc.h: Likewise.
1593
4101eec8
NC
15942004-08-16 Nick Clifton <nickc@redhat.com>
1595
2766e5e4
NC
1596 * macro.c (macro_set_alternate): Use ISO C90 formatting.
1597
4101eec8
NC
1598 * configure.in: Sort architecture based tables alphabetically.
1599 * configure: Regenerate.
1600
80f846b6
AM
16012004-08-16 Alan Modra <amodra@bigpond.net.au>
1602
1603 * config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
1604 { "cc", 68 }, with { "cr", 70 }.
1605
caa32fe5
NC
16062004-08-13 Jan Beulich <jbeulich@novell.com>
1607 Nick Clifton <nickc@redhat.com>
1608
1609 * as.c: Add and handle new --alternate command line option.
1610 * macro.c (macro_set_alternate): New.
1611 * macro.h (macro_set_alternate): Declare.
1612 * read.c: Add and handle new .altmacro and .noaltmacro directives.
1613 * doc/as.texinfo: Document new command line option and pseudo-ops
1614 as well as insert documentation originating from gasp about
1615 alternate macro syntax.
1616 * NEWS: Mention new command line option and pseudo-ops.
1617
b2221023
MM
16182004-08-10 Mark Mitchell <mark@codesourcery.com>
1619
1620 * expr.c (operand): Handle the "~", "-", and "!" operators applied
1621 to bignums.
1622
db6579d4
PB
16232004-08-06 Paul Brook <paul@codesourcery.com>
1624
1625 * config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc):
1626 Handle new relocations.
1627 * include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations.
1628
e750405d
BW
16292004-08-05 Bob Wilson <bob.wilson@acm.org>
1630
1631 * write.c (relax_segment): Use was_address instead of address when
1632 setting fr_fix field for align frag due to backwards .org.
1633
1d70c7fb
AO
16342004-07-29 Alexandre Oliva <aoliva@redhat.com>
1635
1636 Introduce SH2a support.
1637 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
1638 * config/tc-sh.c (get_specific): Change arch_sh2a_up to
1639 arch_sh2a_nofpu_up.
1640 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
1641 * config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling.
1642 2004-02-20 Corinna Vinschen <vinschen@redhat.com>
1643 * config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition
1644 to end of conditional expression.
1645 2004-02-20 Corinna Vinschen <vinschen@redhat.com>
1646 * config/tc-sh.c: Add sh2a-nofpu support.
1647 2003-12-29 DJ Delorie <dj@redhat.com>
1648 * tc-sh.c: Add sh2a support.
1649 (parse_reg): Add tbr.
1650 (parse_at): Support @@(disp,tbr).
1651 (get_specific): Support sh2a opcodes.
1652 (insert4): New, for 4 byte relocs.
1653 (build_Mytes): Support sh2a opcodes.
1654 (md_apply_fix3_Mytes): Support sh2a opcodes.
1655 2003-12-02 Michael Snyder <msnyder@redhat.com>
1656 * config/tc-sh.c (md_parse_option): Handle sh2a.
1657 (sh_elf_final_processing): Ditto.
1658
e7fbc2bf
JT
16592004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
1660
1661 * config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
1662 for TE_NetBSD.
1663
9232bbb0
AM
16642004-07-27 Alan Modra <amodra@bigpond.net.au>
1665
1666 * config/tc-ppc.c (ppc_frob_file_before_adjust): Warn if .toc too big.
1667 (ppc_arch): Expand comment.
1668
670ec21d
NC
16692004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
1670
1671 * config/tc-crx.c: Support evaluating the difference between two
1672 symbols.
1673 * config/tc-crx.h: Likewise.
1674
406f8ff9 16752004-07-26 H.J. Lu <hongjiu.lu@intel.com>
38ce5b11
L
1676
1677 * config/tc-ia64.c (start_unwind_section): Set the linked-to
1678 section.
1679 (ia64_elf_section_change_hook): Set the linked-to section for
1680 SHT_IA_64_UNWIND.
1681
c05e9f04
NC
16822004-07-26 Dmitry Diky <diwil@spec.ru>
1683
1684 * config/tc-msp430.c: Add new subtargets: msp430x1610,
1685 msp430x1611, msp430x1612, msp430x415, msp430x417, msp430xG437,
1686 msp430xG438, msp430xG439.
1687
e9863d7f
DJ
16882004-07-25 Daniel Jacobowitz <dan@debian.org>
1689
1690 * doc/as.texinfo (Section, PushSection): Correct documentation
1691 for ELF.
1692
543613e9 16932004-07-21 Jan Beulich <jbeulich@novell.com>
20f0a1fc
NC
1694
1695 * config/tc-i386.c (optimize_imm): Adjust immediates to only those
1696 permissible for the selected instruction suffix.
1697 (match_template): Don't permit 64-bit general purpose operands in
1698 32-bit mode.
1699 (finalize_imm): Permit 64-bit immediates.
1700 (build_modrm_byte): Don't treat 32-bit addressing in 64-bit mode
1701 specially except for the width of the used base and/or index
1702 registers. For 32-bit displacements, use sign-extended
1703 relocations only when using 64-bit addressing.
1704 Force zero displacement on rip-relative addressing when there is
1705 no other displacement.
1706 (i386_index_check): Don't treat 32-bit addressing in 64-bit mode
1707 specially except for the width of the used base and/or index
1708 registers.
1709 (parse_register): Disallow Reg64 registers in 32-bit mode.
1710
543613e9
NC
1711 * config/tc-i386.c: For DefaultSize instructions, don't guess a 'q'
1712 suffix if the instruction doesn't support it.
04ca8703 1713
01a3f561
MR
17142004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
1715
1716 * config/tc-mips.c (append_insn): Handle constant expressions with
1717 no associated relocation.
1718 (mips_ip): Cancel the expression after use for the Q format
1719 specifier.
1720 (parse_relocation): Return no relocation for unsupported
1721 operators.
1722 (my_getSmallExpression): Return no relocation if no relocation
1723 operators are used.
1724
e12904d2
DA
17252004-07-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1726
1727 * config/obj-som.c (adjust_stab_sections): Add prototype.
1728 (obj_som_compiler, obj_som_version, obj_som_copyright,
1729 adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments.
1730 * config/tc-hppa.c (update_subspace): Likewise.
1731 (is_defined_subspace): Amplify comment.
1732 * config/obj-som.h (som_frob_file): Add prototype.
1733
90c1602c
L
17342004-07-19 Christopher Faylor <cgf@timesys.com>
1735 H.J. Lu <hongjiu.lu@intel.com>
1736
1737 * subsegs.c (section_symbol): Don't create a new segment when
1738 existing segment is undefined.
1739
f263249b
RE
17402004-07-16 Richard Earnshaw <rearnsha@arm.com>
1741
1742 * config/tc-arm.c: Include include/opcode/arm.h.
1743 (ARM_EXT_*, ARM_ARCH_*, ARM_ANY, ARM_ALL, COPROC_ANY): Delete.
1744 (FPU_FPA_EXT_* FPU_VFP_EXT_*, FPU_ANY, FPU_NONE, FPU_MAVERICK): Delete.
1745 (FPU_ARCH_*): Delete.
1746 * Makefile.am: Update dependencies.
1747 * Makefile.in: Regenerate.
1748
152c65b9
NC
17492004-07-15 Nick Clifton <nickc@redhat.com>
1750
1751 * configure.in: Accept armbe as a big-endian arm configuration.
1752 * configure: Regenerate.
1753
0477af35
NC
17542004-07-13 Thomas Nystrom <thn@saeab.se>
1755
1756 * config/tc-i386.c (T_SHIFTOP): New constant.
1757 (intel_e05_1): Handle '&', '|' and T_SHIFTOP.
1758 (intel_el1): Handle '~'.
1759 (intel_get_token): Handle '<>', '&', '|' and '~'.
1760
17612004-07-13 Nick Clifton <nickc@redhat.com>
1762
1763 (md_assemble): Remove spurious newline from end of as_bad error
1764 message.
1765 (intel_e05_1): Likewise.
1766 (intel_e11): Likewise.
1767 (intel_match_token): Likewise.
1768
31302357
AS
17692004-07-11 Andreas Schwab <schwab@suse.de>
1770
1771 * config/tc-m68k.c: Convert to C90. Remove redundant
1772 declarations. Indentation fixup.
1773 [M68KCOFF]: Include "obj-coff.h" instead of declaring
1774 obj_coff_section ourselves.
04ca8703 1775
549f748d
JW
17762004-07-09 James E Wilson <wilson@specifixinc.com>
1777
1778 * config/tc-ia64.c (default_big_endian): New.
1779 (dot_byteorder, md_begin): Use it.
1780 (md_parse_option): Set it.
04ca8703 1781
1a320fbb
NC
17822004-07-09 Nick Clifton <nickc@redhat.com>
1783
1784 * configure.in: Change sh-sybmian-elf to sh-*-symbianelf.
1785 * configure: Regenerate.
1786 * NEWS: Change sh-sybmian-elf to sh-*-symbianelf.
1787 * config/tc-sh.c (sh_elf_final_processing): Use renamed version of
1788 sh_find_elf_flags if necessary.
1789
de7e6852
RS
17902004-07-08 Richard Sandiford <rsandifo@redhat.com>
1791
1792 * config/tc-mips.c (mips_fix_adjustable): If the full addend is
1793 going to be split into more than one in-place addend, return 0
1794 for relocations against mergeable sections. Associate comments
1795 with code.
1796
1fe1f39c
NC
17972004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
1798
1799 * Makefile.am (CPU_TYPES): Add crx.
1800 (TARGET_CPU_CFILES): Add config/tc-crx.c.
1801 (TARGET_CPU_HFILES): Add config/tc-crx.h.
1802 (DEPTC_crx_elf): New target.
1803 (DEPOBJ_crx_elf): Likewise.
1804 (DEP_crx_elf): Likewise.
1805 * Makefile.in: Regenerate.
1806 * configure.in: Add crx* target.
1807 * configure: Regenerate.
1808 * config/tc-crx.c: New file.
1809 * config/tc-crx.h: New file.
1810 * NEWS: Mention new target.
1811
d9895649
NC
18122004-07-06 Nick Clifton <nickc@redhat.com>
1813
85fbca6a 1814 * config.in: Undefine TARGET_SYMBIAN by default.
c04f5787
AM
1815 * configure.in:
1816 * configure: Regenerate. Add sh-symbian-elf target. If
1817 selected define TARGET_SYMBIAN.
1818 * config/tc-sh.h (TARGET_FORMAT): Select a Symbian target
1819 format if TARGET_SYMBIAN has been defined.
04ca8703 1820
e7bd9ea0
NC
1821 * output-file.c (output_file_create): Report the target format
1822 chosen when bfd_openw reports that it is invalid.
1823
d9895649
NC
1824 * config/obj-coff.c (coff_pseudo_table): Only define the weak
1825 pseudo for BFD based assemblers.
1826
871ec896
JR
18272004-07-05 Andrew Stubbs <andrew.stubbs@superh.com>
1828
1829 gas:
1830 * config/tc-sh.c (md_assemble): Change isspace to ISSPACE.
1831 (md_parse_option): Remove redundant -isa testing.
1832 Make bfd_arch variable const.
1833 (md_show_usage): Make bfd_arch variable const.
1834
5a9ff93d
JW
18352004-07-03 James E Wilson <wilson@specifixinc.com>
1836
1837 * config/tc-ia64.c (emit_one_bundle): Check and set insn_addr.
1838 * config/tc-ia64.h (md_frag_check): Define.
1839
c87db184
CF
18402004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1841
1842 * config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak
1843 externals.
1844 * doc/as.texinfo (Weak): Document PE weak symbols.
1845
3b91255e
RS
18462004-07-03 Richard Sandiford <rsandifo@redhat.com>
1847
1848 * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
1849 (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS.
1850 (mips_frob_file): Rework so that only a single pass through the
1851 relocs is needed. Allow %lo()s to have higher offsets than their
1852 corresponding %hi()s or %got()s.
1853
310ea308
NC
18542004-07-02 Nick Clifton <nickc@redhat.com>
1855
1856 * config/tc-arm.c (md_apply_fix3:BFD_RELOC_ARM_IMMEDIATE): Do not
1857 allow values which have come from undefined symbols.
1858 Always consider this fixup to have been processed as a reloc
1859 cannot be generated for it.
1860
09b935ac
AM
18612004-07-02 Alan Modra <amodra@bigpond.net.au>
1862
1863 * frags.h (struct frag): Add has_code and insn_addr fields.
1864 * write.c (cvt_frag_to_fill): Invoke md_frag_check.
1865 * config/tc-ppc.c (md_assemble): Check and set insn_addr.
1866 * config/tc-ppc.h (md_frag_check): Define.
1867
4d1cd5c7
MR
18682004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
1869
1870 * doc/Makefile.am (info): Rename goal to...
1871 (info-local): ... this, to preserve implicit dependencies.
1872 * doc/Makefile.in: Regenerate with automake 1.8.5.
1873
097f809a
NC
18742004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1875
1876 * config/tc-m32r.c (md_convert_frag): Changed for @PLT.
1877 (m32r_cgen_record_fixup_exp): Changed for @GOTOFF, @GOT.
1878 (m32r_fix_adjustable): Changed for @GOTOFF, @GOT, @PLT.
1879 (tc_gen_reloc): Likewise.
1880 (m32r_end_of_match): Add for @GOTOFF, @GOT, @PLT.
1881 (m32r_parse_name): Likewise.
1882 (m32r_cgen_parse_fix_exp): Likewise.
1883 * config/tc-m32r.h (md_parse_name): Define for @GOTOFF, @GOT, @PLT.
1884 (O_PIC_reloc): Likewise.
1885 (TC_CGEN_PARSE_FIX_EXP): Likewise..
1886 * cgen.c (gas_cgen_parse_operand): Add TC_CGEN_PARSE_FIX_EXP
1887 for @GOTOFF, @GOT, @PLT.
1888
bb82af9f
NC
18892004-06-21 Jan Beulich <jbeulich@novell.com>
1890
1891 * gas/symbols.c: While discarding ordinary local absolute symbols
1892 when --strip-local-absolute is in effect, retain file symbols.
1893
990ae22a
AS
18942004-06-20 Andreas Schwab <schwab@suse.de>
1895
1896 * config/tc-m68k.c (mri_chip): Replace current_chip, not augment.
1897 (md_parse_option): Likewise.
1898
32137342
NC
18992004-06-17 Jan Beulich <jbeulich@novell.com>
1900
1901 * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
1902 * config/te-netware.h: New file.
1903 * config/te-ppcnw.h: Delete: Obsolete.
1904 * configure.in: Eliminate ill NetWare targets. Make generic
1905 NetWare target use proper emulation.
1906 * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
1907 reference to new te-netware.h.
1908 * configure: Regenerate.
1909 * Makefile.in: Regenerate.
1910
f84d8e26
MS
19112004-06-15 Martin Schwidefsky <schwidefsky@de.ibm.com>
1912
1913 * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
1914 comparison in .insn pseudo operation.
1915
587aac4e
AM
19162004-06-15 Alan Modra <amodra@bigpond.net.au>
1917
1918 * config/obj-coff.c (coff_adjust_section_syms): Use
1919 bfd_get_section_size instead of bfd_get_section_size_before_reloc.
1920 (coff_frob_section): Likewise.
1921 * config/tc-mips.c (md_apply_fix3): Likewise.
1922 * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
1923 (elf_frob_file_after_relocs): Likewise.
1924
2337eb33
DA
19252004-06-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1926
b8fc22bc
DA
1927 * config/tc-hppa.c (log2): Rename to exact_log2.
1928 (pa_next_subseg): Delete unused function.
1929 (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
1930 (create_new_subspace): Likewise.
1931
2337eb33
DA
1932 Bug gas/213
1933 * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
1934 labels. Fix warning.
1935
53cb0362
DD
19362004-05-28 DJ Delorie <dj@redhat.com>
1937
1938 * config/tc-mn10300.h (tc_fix_adjustable): Define.
1939 * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug
1940 or non-merged symbols.
1941
888a75be
L
19422004-05-28 H.J. Lu <hongjiu.lu@intel.com>
1943
1944 * config/tc-ia64.c (remove_marked_resource): Save, clear and
1945 restore the old slot when inserting srlz.i/srlz.d.
1946
f6f9408f
JR
19472004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
1948
1949 * Makefile.am: Regenerate dependecies.
1950 * Makefile.in: Regenerate.
1951 * config/tc-sh.c (valid_arch): Make unsigned.
1952 (preset_target_arch): Likewise.
1953 (md_begin): Use new architecture flags system.
1954 (get_specific): Likewise.
1955 (assemble_ppi): Likewise.
1956 (md_assemble): Likewise. Also fix error check for bad opcodes.
1957 (md_parse_option): Likewise. Also generate -isa values according
1958 to the table in bfd/cpu-sh.c instead of just constants. Also
1959 allow <arch>-up ISA variants.
1960 (sh_elf_final_processing): Replace if-else chain with a call to
1961 sh_find_elf_flags().
1962 * testsuite/gas/sh/arch: New directory.
1963 * testsuite/gas/sh/arch/arch.exp: New test script.
1964 * testsuite/gas/sh/arch/arch_expected.txt: New file.
1965 * testsuite/gas/sh/arch/sh.s: New file.
1966 * testsuite/gas/sh/arch/sh2.s: New file.
1967 * testsuite/gas/sh/arch/sh-dsp.s: New file.
1968 * testsuite/gas/sh/arch/sh2e.s: New file.
1969 * testsuite/gas/sh/arch/sh3-nommu.s: New file.
1970 * testsuite/gas/sh/arch/sh3.s: New file.
1971 * testsuite/gas/sh/arch/sh3-dsp.s: New file.
1972 * testsuite/gas/sh/arch/sh3e.s: New file.
1973 * testsuite/gas/sh/arch/sh4-nommu-nofpu.s: New file.
1974 * testsuite/gas/sh/arch/sh4-nofpu.s: New file.
1975 * testsuite/gas/sh/arch/sh4.s: New file.
1976 * testsuite/gas/sh/arch/sh4a-nofpu.s: New file.
1977 * testsuite/gas/sh/arch/sh4al-dsp.s: New file.
1978 * testsuite/gas/sh/arch/sh4a.s: New file.
1979
580b9172
NC
19802004-05-28 Peter Barada <peter@the-baradas.com>
1981
1982 * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing
1983 with zero offset into mode 2 addressing to save a word.
1984
652ca075
L
19852004-05-27 H.J. Lu <hongjiu.lu@intel.com>
1986
1987 * config/tc-ia64.c (ar_is_in_integer_unit): Removed.
1988 (ar_is_only_in_integer_unit): New.
1989 (ar_is_only_in_memory_unit): New.
1990 (generate_unwind_image): Silence gcc on 32bit host.
1991 (md_assemble): Use ar_is_only_in_integer_unit instead of
1992 ar_is_in_integer_unit. Check AR access.
1993
60fed2d3
NC
19942004-05-27 Peter Barada <peter@the-baradas.com>
1995
1996 * config/tc-m68k.c (md_begin): Sort the opcode table into
1997 alphabetical order.
1998 (m68k_compare_opcode): New function to do the sorting.
1999
be8c092b
NC
20002004-05-24 Peter Barada <peter@the-baradas.com>
2001
2002 * config/m68k-parse.y(operand): Allow for MAC/EMAC mask
2003 addressing on MIT style operands.
2004 * config/m68k-parse.y(yylex): Allow '-&' for predecrement
2005 w/mask addressing.
2006 * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
2007 operands.
2008
1181c20e
AM
20092004-05-23 Alan Modra <amodra@bigpond.net.au>
2010
2011 * expr.c (operand, operator): Don't reject '++' and '--'.
2012
20e56c33
RS
20132004-05-20 Richard Sandiford <rsandifo@redhat.com>
2014
2015 * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
2016 dwarf tables.
2017
04ca8703 20182004-05-17 Adam Nemet <anemet@lnxw.com>
b2d65c0b
NC
2019
2020 * configure.in: Add ppc-*-lynxos*. Update i386-*-lynxos* to ELF.
2021 * configure: Regenerate.
2022
0da76f83
NC
20232004-05-13 Paul Brook <paul@codesourcery.com>
2024
2025 * dw2gencfi.c (output_cie): Handle dwarf3 format CIE entries.
2026
4b363073
NC
20272004-05-13 Joel Sherrill <joel@oarcorp.com>
2028
2029 * configure.in (or32-*-rtems*): Switch to elf.
2030 * configure: Regenerate.
2031
9598fbe5
NC
20322004-05-13 Nick Clifton <nickc@redhat.com>
2033
2034 * po/fr.po: Updated French translation.
2035
22fe14ad
NC
20362004-05-11 Nick Clifton <nickc@redhat.com>
2037
2038 * doc/as.texinfo (Section): Document G and T flags to .section
2039 directive. Document the extra arguments that the G flag
2040 requires. Document the #tls flag.
2041
20422004-05-11 H.J. Lu <hongjiu.lu@intel.com>
2043
2044 * subsegs.c (section_symbol): Create a new section symbol if
2045 the existing one doesn't match.
2046 * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol.
2047
532c738a
RS
20482004-05-07 Richard Sandiford <rsandifo@redhat.com>
2049
2050 * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
2051 to cope with VR4181A errata MD(1) and MD(4).
2052
0503b355
BF
20532004-05-07 Brian Ford <ford@vss.fsi.com>
2054
2055 * NEWS: Mention .secrel32 for pe[i]-i386.
2056
daeea990
AO
20572004-05-07 Alexandre Oliva <aoliva@redhat.com>
2058
2059 * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
2060 (HANDLE_ALIGN): New.
2061
bfbdcf04
DJ
20622004-05-06 Daniel Jacobowitz <dan@debian.org>
2063
2064 * Makefile.am (DIST_SUBDIRS): Define.
2065 * aclocal.m4: Regenerate with automake 1.8.4.
2066 * Makefile.in: Likewise.
2067 * doc/Makefile.in: Likewise.
2068
5e819f9c
JW
20692004-05-06 David Mosberger-Tang <davidm@hpl.hp.com>
2070
2071 * config/tc-ia64.c (dot_serialize): Declare.
2072 (dot_serialize): New function.
2073 (md_pseudo_table): Add ".serialize.data" and
2074 ".serialize.instruction" directives.
2075
e5976317
NC
20762004-05-06 Nick Clifton <nickc@redhat.com>
2077
2078 * messages (as_internal_value_out_of_range): Print a message about
2079 a value being out of range. Be consistent about whether the
2080 values are printed in decimal or hexadecimal.
2081 (as_warn_value_out_of_range): Generate a warning message about an
2082 out of range value.
2083 (as_bad_value_out_of_range): Generate an error message about an
2084 out of range value.
2085 * as.h: Prototype the new functions.
2086 * config/tc-alpha.c (insert_operand): Use new function.
2087 * config/tc-arc.c (arc_insert_operand): Likewise.
2088 * config/tc-mn10200.c (mn10200_insert_operand): Likewise.
2089 * config/tc-mn10300.c (mn10300_insert_operand): Likewise.
2090 * config/tc-ppc.c (ppc_insert_operand): Likewise.
2091 * config/tc-s390.c (s390_insert_operand): Likewise.
2092 * config/tc-v850.c (v850_insert_operand): Likewise.
2093
996991aa
AO
20942004-05-05 Alexandre Oliva <aoliva@redhat.com>
2095
2096 * configure.in: Set em=linux for frv-*-*linux*.
2097 * configure: Rebuilt.
2098 * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
2099 (frv_md_fdpic_enabled): New.
2100 * config/tc-frv.c (frv_md_fdpic_enabled): New.
2101 (DEFAULT_FDPIC): New.
2102 (frv_flags): Use DEFAULT_FDPIC.
2103 (frv_pic_flag): Likewise.
2104 (OPTION_NOPIC): New.
2105 (md_longopts): Add -mnopic.
2106 (md_parse_option): Handle it.
2107 (md_show_usage): Add -mfdpic and -mnopic.
2108
6b6e92f4
NC
21092004-05-05 Peter Barada <peter@the-baradas.com>
2110
2111 * config/tc-m68k.c: Add find_cf_chip to print list of valid
2112 chips for invalid coldfire instructions, rename selectors
2113 for ColdFire sub-variants, add 521x,5249,547x,548x and aliases,
2114 add current_chip to track which chip is referred to(including save/restore),
2115 use current_chip to select control registers, not current_arch.
2116 (md_show_usage): Add new chips.
2117 * doc/c-m68k.texi: Document new command line switches.
2118
6f079ae3
JJ
21192004-05-05 Jakub Jelinek <jakub@redhat.com>
2120
2121 * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
2122 (NOP_OPCODE): Define.
2123 (s390_align_code): Remove prototype.
2124 * tc-s390.c (s390_align_code): Remove.
2125
2d6ed997
L
21262004-05-04 H.J. Lu <hongjiu.lu@intel.com>
2127
2128 * config/tc-ia64.c (make_unw_section_name): Removed.
2129 (start_unwind_section): New function.
2130 (generate_unwind_image): Take const segT instead of const
2131 char *.
2132 (dot_handlerdata): Adjusted.
2133 (dot_endp): Likewise.
2134
b9f18452
L
21352004-05-02 H.J. Lu <hongjiu.lu@intel.com>
2136
2137 * config/obj-elf.c (obj_elf_change_section): Allow the
2138 ".note.GNU-stack" section has SHF_EXECINSTR.
2139
fafe6678
L
21402004-05-02 H.J. Lu <hongjiu.lu@intel.com>
2141
2142 * config/obj-elf.c (get_section): Return bfd_boolean.
2143 (obj_elf_change_section): Call bfd_get_section_by_name_if
2144 instead of bfd_map_over_sections.
2145
86654c12
L
21462004-04-30 H.J. Lu <hongjiu.lu@intel.com>
2147
2148 * config/obj-elf.c (get_section): New function.
2149 (obj_elf_change_section): Support multiple sections with same
2150 name.
2151
376eb240
NC
21522004-04-30 Nick Clifton <nickc@redhat.com>
2153
2154 * config/tc-arm.c (create_register_alias): Fix typo checking for
2155 case sensitive register aliases.
2156 (co_proc_number): Use error message string in all_reg_maps[]
2157 array.
2158 (cp_reg_required_here): Likewise.
2159 (fp_reg_required_here): Likewise.
2160
8a7140c3
NC
21612004-04-29 Brian Ford <ford@vss.fsi.com>
2162
2163 * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
2164
3e722fb5
CD
21652004-04-28 Chris Demetriou <cgd@broadcom.com>
2166
2167 * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
2168 (load_address, macro, mips_ip, md_parse_option)
2169 (mips_force_relocation, mips_validate_fix, md_apply_fix3)
2170 (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all
2171 embedded-PIC handling, and update comments.
2172 (SWITCH_TABLE): Remove.
2173 * config/tc-mips.h (DIFF_EXPR_OK): Delete.
2174 (enum mips_pic_level): Remove EMBEDDED_PIC.
2175 (EXTERN_FORCE_RELOC): Remove embedded-PIC handling.
2176 (TC_FORCE_RELOCATION): Update comment.
2177 * ecoff.c (ecoff_build_lineno): Add comment about some code that
2178 might be safe to remove now that MIPS embedded-PIC is gone.
2179
351e2b5a
DA
21802004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2181
2182 * config/obj-som.c (obj_som_init_stab_section): Add new arguments in
2183 call to obj_set_subsection_attributes.
2184 (obj_som_init_stab_section): Likewise.
2185 * config/tc-hppa.c (default_subspace_dict): Add comdat field.
2186 (pa_def_subspaces): Provide comdat default.
2187 (pa_subspace): Handle new "comdat" parameter. Set SEC_LINK_ONCE and
2188 not SEC_IS_COMMON if section is comdat, common or dup_common. Update
2189 calls to create_new_subspace and update_subspace to pass comdat flag.
2190 (create_new_subspace, update_subspace): Add new comdat argument. Use
2191 it in calls to obj_set_subsection_attributes.
2192 * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter
2193 and use of comdat, common and dup_comm parameters.
2194
f5842774
L
21952004-04-26 H.J. Lu <hongjiu.lu@intel.com>
2196
2197 * config/obj-elf.c (obj_elf_change_section): Check if the old
2198 group name is NULL before comparison.
2199
558fe4a7
CD
22002004-04-23 Chris Demetriou <cgd@broadcom.com>
2201
2202 * config/tc-mips.h (mips_dwarf2_addr_size): Prototype.
2203
81a21e38
TS
22042004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2205
2206 * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN.
2207
22082004-04-23 Chris Demetriou <cgd@broadcom.com>
1ffcab4b
CD
2209
2210 * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
2211 (OPTION_MEMBEDDED_PIC): Remove.
2212 (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL)
2213 (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS)
2214 (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64)
2215 (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH)
2216 (OPTION_ELF_BASE): Renumber.
2217 (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling.
2218 (md_show_usage): Remove mention of -membedded-pic.
2219 * doc/as.texinfo: Remove mention of -membedded-pic.
2220
4d0d148d
TS
22212004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2222
2223 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove.
2224 * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove
2225 a.out support.
2226 (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
2227 s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of
2228 USE_GLOBAL_POINTER_OPT.
2229
017315e4
TS
22302004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2231
2232 * config/tc-mips.c (macro): One more use of load_delay_nop.
2233
269137b2
TS
22342004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
2235
2236 * config/tc-mips.c (load_delay_nop): New function.
2237 (load_address, macro): Use load_delay_nop() to build a nop
2238 which can be omitted with gpr_interlocks.
2239
24772049
TS
22402004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2241
2242 * config/tc-mips.c (hilo_interlocks, gpr_interlocks,
2243 cop_interlocks): Remove superfluous CPU entries.
2244
06516a5e
PB
22452004-04-22 Paul Brook <paul@codesourcery.com>
2246
2247 * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4.
2248
fd99574b
NC
22492004-04-22 Peter Barada <peter@the-baradas.com>
2250
2251 * NEWS: Added support for EMAC instructions and MAC/EMAC
2252 Motorola syntax.
2253 * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC
2254 scale factor tokens, trailing_ampersand to mark mask addressing
2255 for MAC/EMAC instructions.
2256 * config/m68k-parse.y: Add options_ampersand clause, '<<',
2257 '>>'.
2258 (yylex): Handle '>', '<', and '&' following '+'.
2259 * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
04ca8703 2260 architectures in archs[].
fd99574b
NC
2261 (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
2262 for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
2263 respectively.
2264 (m68k_ip): Handle trailing '&' on MAC/EMAC insns.
2265 (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
2266 cases.
2267 Add EMAC operands to init_table[].
2268
69b97547
NC
22692004-04-22 Bruno De Bus <bdebus@elis.ugent.be>
2270
2271 * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED
2272 state.
2273 (TC_SEGMENT_INFO_TYPE): Define to enum mstate.
2274 * config/tc-arm.c (enum mstate): Delete from here.
2275 (mapping_state): Remove the static mapstate variable and instead
2276 store the state in the segment. This allows a per-section mapping
2277 state. Handle and ignore MAP_UNDEFINED states.
2278 (arm_elf_change_section): Get the current mapping state from the
2279 new section.
2280 (s_ltorg): Set the mapping state to MAP_DATA.
2281 (arm_cleanup): Use arm_elf_change_section to get the mapping state
2282 for each pool as it is emitted.
2283
22842004-04-22 Nick Clifton <nickc@redhat.com>
2285
2286 * config/tc-arm.h: Formatting tidy ups.
2287
7a7f4e42
CD
22882004-04-20 Chris Demetriou <cgd@broadcom.com>
2289
2290 * NEWS: Note that MIPS -membedded-pic option is deprecated.
2291
6482c264
NC
22922004-04-20 DJ Delorie <dj@redhat.com>
2293
2294 * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
2295 * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
2296 [TE_PE] (O_secrel): Define.
2297 [TE_PE] (x86_pe_cons_fix_new): New.
2298 [TE_PE] (pe_directive_secrel): Likewise.
2299 (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
2300
5bf10039
EC
23012004-04-19 Eric Christopher <echristo@redhat.com>
2302
c04f5787
AM
2303 * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
2304 of previous patch for fix in gcc.
5bf10039 2305
77cd6497
JJ
23062004-04-19 Jakub Jelinek <jakub@redhat.com>
2307
2308 * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
2309
b8861cfb
NS
23102004-04-19 Nathan Sidwell <nathan@codesourcery.com>
2311
2312 * read.c (do_align): Call md_flush_pending_output, if defined.
2313
f4c724fc
AM
23142004-04-16 Alan Modra <amodra@bigpond.net.au>
2315
2316 * expr.c (operand): Correct checks for ++ and --.
2317
a4b6e8f6
L
23182004-04-14 H.J. Lu <hongjiu.lu@intel.com>
2319
2320 * config/tc-generic.c: Add some comments.
2321
d766e8ec
RS
23222004-04-14 Richard Sandiford <rsandifo@redhat.com>
2323
2324 * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
2325 -{no-}mfix-vr4122-bugs.
2326 * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
2327 (append_insn, mips_emit_delays): Update accordingly.
2328 (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
2329 (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
2330 (md_parse_option): Update after above changes.
2331 (md_show_usage): Add -mfix-vr4120.
2332
ed9589d4
BW
23332004-04-13 Bob Wilson <bob.wilson@acm.org>
2334
2335 * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use
2336 of .section directive; add a reference to the ELF .subsection
2337 directive.
2338
097dba13
NC
23392004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2340
2341 * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
2342 in parallel.
2343
279500de
TS
23442004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2345
2346 * Makefile.am: Remove mips from aout targets.
2347 * Makefile.in: Regenerate.
2348 * configure.in: Remove mips-dec-bsd* target.
2349 * configure: Regenerate.
2350
b7d7dc63
AM
23512004-04-07 Alan Modra <amodra@bigpond.net.au>
2352
2353 PR 96
2354 * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
2355 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.
2356 Update "mapping". Restrict some @ modifiers to 32 bit.
2357
f55629b8
KK
23582004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
2359 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
2360
2361 * config/tc-sh.c (dont_adjust_reloc_32): New variable.
2362 (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
2363 dont_adjust_reloc_32 is set.
2364 (md_longopts): Add option -renesas.
2365 (md_parse_option, md_show_usage): Likewise.
2366 * doc/c-sh.texi: Likewise.
2367
a7844384
NC
23682004-04-01 Dave Korn <dk@artimi.com>
2369
2370 * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
2371 hi16 and lo16 fixS structs.
2372 (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
2373 exactly the same way as for RELOC_DLX_REL16.
2374 (machine_ip): properly respect LO flag in the_insn and
2375 output RELOC_DLX_LO16 rather than RELOC_DLX_16.
2376 (md_apply_fix3): apply RELOC_DLX_LO16.
2377
6c71dbc4
SS
23782004-03-30 Stan Shebs <shebs@apple.com>
2379
2380 Remove long-obsolete MPW support.
2381 * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
2382 * configure.in: Remove mention of ppc-*-mpw* config.
2383 * configure.in: Likewise.
2384
7cc69913
NC
23852004-03-30 Nick Clifton <nickc@redhat.com>
2386
2387 * config/tc-arm.c (meabi_flags): Make its use conditional upon
2388 OBJ_ELF being defined.
2389
53fbb48a
AM
23902004-03-27 Alan Modra <amodra@bigpond.net.au>
2391
2392 * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
2393
d507cf36
PB
23942004-03-23 Paul Brook <paul@codesourcery.com>
2395
2396 * config/tc-arm.c (meabi_flags): New variable.
2397 (arm_parse_eabi): New function.
2398 (md_begin): Set flags for EABI v3.
2399 (arm_eabis): Add.
2400 (arm_long_opts): Add meabi.
2401 * doc/as.texinf <ARM>: Document -meabi.
2402 * doc/c-arm.texi: Ditto.
2403
88d65ad6
BW
24042004-03-22 Bob Wilson <bob.wilson@acm.org>
2405
2406 * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
2407 tables even when use_literal_section flag is not set.
2408
13ef8878
AM
24092004-03-22 Alan Modra <amodra@bigpond.net.au>
2410
2411 * config/tc-sh.c: Remove trailing whitespace.
2412
1048a9ba
HPN
24132004-03-22 Hans-Peter Nilsson <hp@axis.com>
2414
2415 * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
2416 --mul-bug-abort and the default behavior.
2417 * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
2418 (err_for_dangerous_mul_placement): New variable.
2419 (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
2420 macros.
2421 (md_cris_relax_table): Have placeholder for STATE_MUL.
2422 (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
2423 (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
2424 case doing nothing.
2425 (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
2426 STATE_BYTE)>: Ditto.
2427 (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
2428 alignment and position of this frag, emit error message if
2429 suspicious.
2430 (md_assemble): For a multiply insn and when checking it,
2431 transform the current frag into a special frag for that purpose.
2432 (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
2433 OPTION_MULBUG_ABORT_ON>: Handle new options.
2434
a7877748
BW
24352004-03-19 Bob Wilson <bob.wilson@acm.org>
2436
2437 * config/tc-xtensa.c (mark_literal_frags): New function.
2438 (xtensa_move_literals): Call mark_literal_frags for all literal
2439 segments, including init and fini literal segments.
2440 (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
2441
9992270f
DA
24422004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2443
2444 * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
2445 (pa_comm): Set BSF_OBJECT in symbol flags.
2446
6e1772d5
AM
24472004-03-19 Alan Modra <amodra@bigpond.net.au>
2448
2449 * Makefile.am: Run "make dep-am".
2450 * Makefile.in: Regenerate.
2451 * doc/Makefile.in: Regenerate.
2452 * config.in: Regenerate.
2453 * po/gas.pot: Regenerate.
2454
3e4caed2
NS
24552004-03-18 Nathan Sidwell <nathan@codesourcery.com>
2456
c95b35a9
NS
2457 * read.c (read_a_source_file): Use demand_empty_rest_of_line.
2458 (demand_empty_rest_of_line): Issue an error here.
2459 (ignore_rest_of_line): Silently skip to end.
2460 (demand_copy_string): Issue an error, not warning.
2461 (equals): Likewise.
2462 * config/obj-elf.c (obj_elf_section_name): Likewise.
2463 (obj_elf_section): Likewise.
2464 * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
2465 (arc_extinst): Likewise.
2466 * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
2467 (dot_spill): Likewise.
2468 (dot_unwabi): Likewise.
2469 (dot_prologue): Likewise.
2470
3e4caed2
NS
2471 * expr.c (operand): Reject ++ and --.
2472 (operator): Likewise.
2473
2ce4cc60
KK
24742004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2475
2476 * config/tc-sh.c: Include dw2gencfi.h.
2477 (sh_cfi_frame_initial_instructions): New function.
2478 (sh_regname_to_dw2regnum): Likewise.
2479 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
2480 file.
2481 (TARGET_USE_CFIPOP): Define.
2482 (tc_cfi_frame_initial_instructions): Likewise.
2483 (tc_regname_to_dw2regnum): Likewise.
2484 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
2485 * Makefile.am: Update dependencies.
2486 * Makefile.in: Regenerate.
2487
9183ed4b
AM
24882004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2489
2490 * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
2491 * configure: Regenerate.
2492
00bbdfe7
BW
24932004-03-12 Bob Wilson <bob.wilson@acm.org>
2494
2495 * read.c (s_leb128): Call md_flush_pending_output.
2496
0f10071e
ML
24972004-03-12 Michal Ludvig <mludvig@suse.cz>
2498
2499 * config/tc-i386.c (output_insn): Handle PadLock instructions.
2500 * config/tc-i386.h (CpuPadLock): New define.
2501 (CpuUnknownFlags): Added CpuPadLock.
2502
84c84759
AS
25032004-03-07 Andreas Schwab <schwab@suse.de>
2504
2505 * doc/c-hppa.texi (HPPA Directives): Fix typo.
2506
6ec51dba
RH
25072004-03-07 Richard Henderson <rth@redhat.com>
2508
2509 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
2510 (cfi_finish): Likewise for fde.
2511
bae25f19
L
25122004-03-05 H.J. Lu <hongjiu.lu@intel.com>
2513
2514 * config/tc-ia64.c (md_assemble): Properly handle NULL
2515 align_frag.
2516 (ia64_handle_align): Don't abort if failed to add a stop bit.
2517
ab509236
L
25182004-03-04 H.J. Lu <hongjiu.lu@intel.com>
2519
2520 * Makefile.in: Regenerated.
2521 * aclocal.m4: Likewise.
2522 * configure: Likewise.
2523 * doc/Makefile.in: Likewise.
2524
d9201763
L
25252004-03-03 H.J. Lu <hongjiu.lu@intel.com>
2526
2527 * config/tc-ia64.c (dot_align): New.
2528 (ia64_do_align): Make it static.
2529 (md_pseudo_table): Use "dot_align" for "align".
2530 (ia64_md_do_align): Don't set align_frag here.
2531 (ia64_handle_align): Add a stop bit to the previous bundle if
2532 needed.
2533
2534 * config/tc-ia64.h (ia64_do_align): Removed.
2535
ae51a426
JR
25362003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
2537
2538 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
2539 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
2540 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
2541 the most general type or the user specifically requested it.
2542 (md_assemble): Add a new error message for when an instruction
2543 is understood, but is not allowed due to an -isa option.
2544
9545c4ce
L
25452004-03-02 H.J. Lu <hongjiu.lu@intel.com>
2546
2547 * config/tc-ia64.c (align_frag): New.
2548 (md_assemble): Set the tc_frag_data field in align_frag for
2549 IA64_OPCODE_FIRST instructions.
2550 (ia64_md_do_align): Set align_frag.
2551 (ia64_handle_align): Add a stop bit if needed.
2552
2553 * config/tc-ia64.h (TC_FRAG_TYPE): New.
2554 (TC_FRAG_INIT): New.
2555
676a64f4
RS
25562004-03-01 Richard Sandiford <rsandifo@redhat.com>
2557
2558 * config/tc-frv.c (fr400_audio): New variable.
2559 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
2560 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
2561 (target_implements_insn_p): New function.
2562 (md_assemble): Report an error if the processor doesn't implement
2563 the instruction.
2564
bd337dde
NC
25652004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2566
2567 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
2568 (md_parse_option): Ditto.
2569 (OPTION_NO_SPECIAL_M32R): Added.
2570 (md_show_usage): Document it.
2571 (enable_speial_m32r): Changed a default value from 0 to 1.
2572 * doc/c-m32r.texi: Document the -no-bitinst option.
2573
78878175
NC
25742004-02-27 Nick Clifton <nickc@redhat.com>
2575
2576 * config/tc-sh.c (get_operand): Revert previous delta.
2577 (tc_gen_reloc): Check for an unknown reloc type before processing
2578 the addend.
2579
1d6d62a4
MS
25802004-02-27 Hannes Reinecke <hare@suse.de>
2581
2582 * config/tc-s390.c (s390_insn): Correct range check for opcode in
2583 .insn pseudo operation.
2584
4aa3e325
NC
25852004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
2586
2587 * config/tc-sh.c (get_operand): In case of #Imm, check has been
2588 added for wrong syntax.
2589
73369e65
EC
25902004-02-26 Eric Christopher <echristo@redhat.com>
2591
2592 * config/tc-mips.c (mips_dwarf2_addr_size): New.
2593 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
2594
6a5709a5
JR
25952004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
2596
2597 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
2598 nibble types to assembler.
2599
95385380
FF
26002004-02-25 Fred Fish <fnf@redhat.com>
2601
2602 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
2603
b5e0fabd
JW
26042004-02-20 James E Wilson <wilson@specifixinc.com>
2605
2606 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
2607 finalize_syms.
2608 (fixup_unw_records): New arg before_relax. Pass to slot_index.
2609 (ia64_estimate_size_before_relax): New.
2610 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
2611 (generate_unwind_image): Pass 1 to fixup_unw_records.
2612 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
2613 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
2614
2f01ffbf
JJ
26152004-02-19 Jakub Jelinek <jakub@redhat.com>
2616
2617 * stabs.c (generate_asm_file): Avoid warning about use of
2618 uninitialized variable.
2619
9c59842f
JW
26202004-02-18 David Mosberger <davidm@hpl.hp.com>
2621
2622 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
2623 body, and endp, allow unwind records which do not have a "t"
2624 (time/instruction) field.
2625
34920d91
NC
26262004-02-17 Petko Manolov <petkan@nucleusys.com>
2627
2628 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
2629 (do_mav_dspsc_2): Likewise.
2630 Fix accumulator registers move opcodes.
2631
4dde8e61 26322004-02-13 Hannes Reinecke <hare@suse.de>
13ef8878 2633 Jakub Jelinek <jakub@redhat.com>
4dde8e61
AJ
2634
2635 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
2636
936cf02e
JW
26372004-02-10 Steve Ellcey <sje@cup.hp.com>
2638
2639 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
2640 (tc_frob_symbol): New macro definition.
2641 * config/tc-ia64.c (ia64_frob_symbol): New routine.
2642
e41f12f3
DJ
26432004-02-09 Daniel Jacobowitz <drow@mvista.com>
2644
2645 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
2646 read-only.
2647
a8a3b3b2
NS
26482004-02-09 Nathan Sidwell <nathan@codesourcery.com>
2649
2650 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
2651 (TC_CASE_SENSITIVE): ... this.
2652 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
2653 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
2654
c97b7ef6
JW
26552004-02-06 James E Wilson <wilson@specifixinc.com>
2656
2657 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
2658 (generate_unwind_image): Re-add it here.
2659
e4475e39
NS
26602004-02-06 Nathan Sidwell <nathan@codesourcery.com>
2661
2662 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
2663 * read.h (SKIP_WHITESPACE): Turn into an expression.
2664 * read.c (read_a_source_file): A pseudo is removed by having a
2665 NULL handler.
2666
5738bc24
JW
26672004-02-05 James E Wilson <wilson@specifixinc.com>
2668
2669 * config/tc-ia64.c (output_endp): New.
2670 (count_bits): Delete.
2671 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
2672 endp unwind records.
2673 (fixup_unw_records): Handle endp unwind records. Delete code for
2674 shortening prologue regions not followed by a body record.
2675 (dot_endp): Call add_unwind_entry to emit endp unwind record.
2676 * config/tc-ia64.h (unw_record_type): Add endp.
2677
d6e78c11
JW
26782004-02-03 James E Wilson <wilson@specifixinc.com>
2679
2680 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
2681 fill padding bytes with zeroes.
2682 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
2683 sets unwind_record slot_number and slot_frag fields.
2684
f6a22291
MR
26852004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2686
2687 * config/tc-mips.c (add_got_offset_hilo): New function.
2688 (macro): Use load_register() and add_got_offset_hilo() to load
2689 constants instead of hardcoding code sequences throughout.
2690
127cab00
L
26912004-01-28 H.J. Lu <hongjiu.lu@intel.com>
2692
2693 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
2694
6358301e
NC
26952004-01-26 Bernardo Innocenti <bernie@develer.com>
2696
2697 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
2698 like m68k-elf.
2699 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
2700 of hard-coded test for TARGET_OS=elf.
2701
c8978940
CD
27022004-01-24 Chris Demetriou <cgd@broadcom.com>
2703
2704 * config/tc-mips.c (hilo_interlocks): Change definition
2705 so that MIPS32, MIPS64 and later ISAs are included, along with
2706 the already-included machines. Update comments.
2707
c3ba240c
DJ
27082004-01-23 Daniel Jacobowitz <drow@mvista.com>
2709
2710 * config/tc-arm.c (tc_gen_reloc): Improve error message for
2711 undefined local labels.
2712
e864ceca
RS
27132004-01-23 Richard Sandiford <rsandifo@redhat.com>
2714
2715 * config/tc-mips.c (load_address, macro): Update comments about
2716 NewABI GP relaxation.
2717
67c0d1eb
RS
27182004-01-23 Richard Sandiford <rsandifo@redhat.com>
2719
2720 * config/tc-mips.c (macro_build): Remove place and counter arguments.
2721 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
2722 (mips16_macro_build, macro_build_jalr): Remove counter argument.
2723 (set_at, load_register, load_address, move_register): Likewise.
2724 (load_got_offset, add_got_offset): Likewise.
2725 Update all calls and tidy accordingly.
2726
584892a6
RS
27272004-01-23 Richard Sandiford <rsandifo@redhat.com>
2728
2729 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
2730 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
2731 (RELAX_USE_SECOND): Bump to 0x10000.
2732 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
2733 (mips_macro_warning): New variable.
2734 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
2735 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
2736 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
2737 of RELAX_ENCODE.
2738 (append_insn): Update mips_macro_warning.sizes.
2739 (macro_start, macro_warning, macro_end): New functions.
2740 (macro_build): Don't emit warnings here.
2741 (macro_build_lui, md_estimate_size_before_relax): ...or here.
2742 (md_convert_frag): Check for cases where one macro alternative
2743 needs a warning and the other doesn't. Emit a warning if the
2744 longer sequence was chosen.
2745
4d7206a2
RS
27462004-01-23 Richard Sandiford <rsandifo@redhat.com>
2747
2748 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
2749 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
2750 the first sequence, the size of the second sequence, and a flag
2751 that says whether we should warn.
2752 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
2753 (RELAX_FIRST, RELAX_SECOND): New.
2754 (mips_relax): New variable.
2755 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
2756 (append_insn): Remove "place" argument. Use mips_relax.sequence
2757 rather than "place" to check whether we're expanding the second
2758 alternative of a relaxable macro. Remove redundant check for
2759 branch relaxation. If generating a normal insn, and there
2760 is not enough room in the current frag, call relax_close_frag()
2761 to close it. Update mips_relax.sizes[]. Emit fixups for the
2762 second version of a relaxable macro. Record the first relaxable
2763 fixup in mips_relax. Remove tc_gen_reloc workaround.
2764 (macro_build): Remove all uses of "place". Use mips_relax.sequence
2765 in the same way as in append_insn.
2766 (mips16_macro_build): Remove "place" argument.
2767 (macro_build_lui): As for macro_build. Don't drop the add_symbol
2768 when generating the second version of a relaxable macro.
2769 (load_got_offset, add_got_offset): New functions.
2770 (load_address, macro): Use new relaxation machinery. Remove
2771 tc_gen_reloc workarounds.
2772 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
2773 version of a relaxable macro is needed. Return -RELAX_SECOND if the
2774 first version is needed.
2775 (tc_gen_reloc): Remove relaxation handling.
2776 (md_convert_frag): Go through the fixups for a relaxable macro and
2777 mark those that belong to the unneeded alternative as done. If the
2778 second alternative is needed, adjust the fixup addresses to account
2779 for the deleted first alternative.
2780
0530d30a
RS
27812004-01-23 Richard Sandiford <rsandifo@redhat.com>
2782
2783 * frags.h (frag_room): Declare.
2784 * frags.c (frag_room): New function.
2785 * doc/internals.texi: Document it.
2786
048cdf86
TS
27872004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2788
2789 * config/tc-mips.c (append_insn): Don't do r3900 interlock
2790 optimization for -mtune=r3900, as this will break on other CPUs.
2791
28d39d1a
NC
27922004-01-11 Tom Rix <tcrix@worldnet.att.net>
2793
2794 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
73369e65 2795 be relaxed, use fixup.
28d39d1a
NC
2796 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
2797
26664553
JJ
27982004-01-19 Jakub Jelinek <jakub@redhat.com>
2799
2800 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
2801 precision operands.
2802
895921c9
MR
28032004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2804
2805 * config/tc-mips.c (append_insn): Properly detect variant frags
2806 that preclude swapping of relaxed branches. Correctly swap
2807 instructions between frags when dealing with relaxed branches.
2808
f8b73030
MR
28092004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2810
2811 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
2812 throughout.
2813 * aclocal.m4: Regenerate.
2814 * configure: Regenerate.
2815
ca9a79a1 28162004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
73369e65 2817
ca9a79a1
NC
2818 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
2819 manipulation insns.
2820
cc3d92a5
RS
28212004-01-12 Richard Sandiford <rsandifo@redhat.com>
2822
2823 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
2824 reloc, reserve space for the delay slot as well as the jalr itself.
2825
e45d0630
PB
28262004-01-09 Paul Brook <paul@codesourcery.com>
2827
2828 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
2829 (do_vfp_sp2_from_reg2): New function.
2830 (insns): Use them.
2831 (do_vfp_dp_from_reg2): Check return values properly.
2832
81912461
ILT
28332004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
2834
78849248
ILT
2835 * config/tc-mips.c (warn_nops): Remove static variable.
2836 (macro): Remove test of warn_nops.
2837 (md_shortops): Remove 'n'.
2838 (md_parse_option): Remove 'n' case.
2839 (md_show_usage): Remove -n.
2840 * doc/as.texinfo (Overview): Remove MIPS -n option.
2841 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
2842 * NEWS: Mention removal of MIPS -n option.
2843
81912461
ILT
2844 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
2845 (cop_interlocks): Check ISA level.
2846 (cop_mem_interlocks): Define.
2847 (reg_needs_delay): Check cop_interlocks rather than
2848 ISA_HAS_COPROC_DELAYS.
2849 (append_insn): Likewise. Use cop_mem_interlocks rather than
2850 directly checking mips_opts.isa.
2851 (mips_emit_delays): Likewise.
2852
73f20958
L
28532004-01-07 H.J. Lu <hongjiu.lu@intel.com>
2854
2855 * config/tc-ia64.c (unwind): Move next_slot_number and
2856 next_slot_frag to ...
2857 (unw_rec_list): Here.
2858 (free_list_records): Removed.
2859 (output_unw_records): Likewise.
2860 (generate_unwind_image): Make it void.
2861 (alloc_record): Initialize next_slot_number and next_slot_frag.
2862 (slot_index): Take .org, .space and .align into account.
2863 (fixup_unw_records): Don't set slot_number to 0. Use
2864 list->next_slot_number and list->next_slot_frag instead of
2865 unwind.next_slot_number and unwind.next_slot_frag.
2866 (ia64_convert_frag): New.
2867 (generate_unwind_image): Generate a rs_machine_dependent frag
2868 for unwind record.
2869 (emit_one_bundle): Use list->next_slot_number and
2870 list->next_slot_frag instead of unwind.next_slot_number and
2871 unwind.next_slot_frag.
2872
2873 * config/tc-ia64.h (md_convert_frag): Defined as
2874 ia64_convert_frag.
2875 (md_estimate_size_before_relax): Defined as (f)->fr_var.
2876
99d09cdb
AO
28772004-01-06 Alexandre Oliva <aoliva@redhat.com>
2878
2879 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
2880 * config/tc-frv.h (md_apply_fix3): Don't define.
2881 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
2882 operands.
2883 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
2884 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
2885 * config/tc-frv.c (line_separator_chars): Add `!'.
2886 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
2887 * config/tc-frv.c (md_assemble): Clear insn upfront.
2888 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
2889 * config/tc-frv.c (OPTION_FDPIC): New macro.
2890 (md_longopts): Add mfdpic.
2891 (md_parse_option): Handle it.
2892 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
2893 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
2894 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
2895 (frv_pic_ptr): Parse funcdesc.
2896
4a4c4a1d
MR
28972004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2898
2899 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
2900 gasver.texi. Remove duplicate symbol definitions for texi2pod.
2901
2251dd89
MR
29022004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2903
2904 * Makefile.am (Makefile): Move the dependency on
2905 $(BFDDIR)/configure.in to...
2906 (CONFIG_STATUS_DEPENDENCIES): ... here.
2907 (AUTOMAKE_OPTIONS): Require automake 1.8.
2908 * Makefile.in: Regenerate.
2909 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
2910 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
2911 $(BFDDIR)/configure.in here as well.
2912 * doc/Makefile.in: Regenerate.
2913
c6581168
MR
29142004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2915
2916 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
2917 * Makefile.in: Regenerate.
2918 * aclocal.m4: Regenerate.
2919 * doc/Makefile.am (install, install-info): Remove.
2920 (install-data-local): A new hook for install-info.
2921 (AUTOMAKE_OPTIONS): Require automake 1.8.
2922 * doc/Makefile.in: Regenerate.
2923
303e7b79
NC
29242004-01-02 Nutan Singh <nutan@kpitcummins.com>
2925
2926 * doc/c-sh.texi: Update description about floating point behavior
2927 of SH family.
2928
b50c15dc
NC
29292004-01-02 Bernardo Innocenti <bernie@develer.com>
2930
2931 * configure.in: Add m68k-uClinux target.
2932 * configure: Regenerate.
7de9afa2 2933
c9e214e5 2934For older changes see ChangeLog-0203
08d56133
NC
2935\f
2936Local Variables:
2937mode: change-log
2938left-margin: 8
2939fill-column: 74
2940version-control: never
2941End: