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