* resbin.c (res_to_bin_accelerator): Place the terminating NUL at the correct
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
723a8472
NC
12005-10-10 Arnold Metselaar <arnold.metselaar@planet.nl>
2
3 * expr.c (operator): Allow "!=" as a synonym for "<>".
4 * doc/as.texinfo (Infix Op): Mention "!=".
5
f0a3b40f
DA
62005-10-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7
8 * config/tc-hppa.c (strict): Don't initialize. Update comment.
9 (pa_ip): Promote from PA 1.0 to 1.1 immediately when 1.1 match is
10 found. Simplify handling of "ma" and "mb" completers.
11
ee065d83
PB
122005-10-08 Paul Brook <paul@codesourcery.com>
13
14 * config/tc-arm.c: Don't provide fallback default for CPU_DEFAULT.
15 (arm_arch_used, thumb_arch_used, selected_cpu, selected_cpu_name):
16 New variables.
17 (arm_cpu_option_table): Add canonical_name.
18 (arm_cpus): Populate canonical_name field.
19 (s_arm_eabi_attribute, s_arm_arch, s_arm_cpu, s_arm_fpu,
20 aeabi_set_public_attributes, arm_md_end): New functions.
21 (md_pseudo_table): Add "cpu", "arch", "fpu" and "eabi_attribute".
22 (md_assemble): Set thumb_arch_used and arm_arch_used.
23 (md_begin): Set defaut cpu if CPU_DEFAULT not defined.
24 * config/tc-arm.h (md_end): Define.
25 * doc/c-arm.texi: Document .cpu, .arch, .fpu and .eabi_attribute.
26
37dedf66
NC
272005-10-06 Khem Raj <kraj@mvista.com>
28 NIIBE Yutaka <gniibe@m17n.org>
29
30 * config/tc-sh.c (allow_dollar_register_prefix): New variable.
31 (parse_reg_without_prefix): New function.
32 (parse_reg): Check for '$' register prefix if --allow-reg-prefix is
33 set.
34 (option md_longopts): Add allow-reg-prefix option.
35 * doc/c-sh.texi: Document --allow-reg-prefix option.
36 * NEWS: Mention the new switch.
37
d1eac9d9
NC
382005-10-03 Arnold Metselaar <arnold.metselaar@planet.nl>
39
40 * doc/as.texinfo (Infix Ops): '<' and '>' are not shift
41 operators.
42
4945bb8a
BW
432005-09-30 Sterling Augustine <sterling@tensilica.com>
44 Bob Wilson <bob.wilson@acm.org>
3ea38ac2
BW
45
46 * config/tc-xtensa.c (xtensa_frob_label): Disallow labels in bundles.
47
b898a385
L
482005-09-30 H.J. Lu <hongjiu.lu@intel.com>
49
50 * Makefile.am: Run "make dep-am".
51 * Makefile.in: Regenerated.
52 * aclocal.m4: Likewise.
53
869b9d07
MM
542005-09-30 Mark Mitchell <mark@codesourcery.com>
55
56 * as.c (main): Use expandargv.
57
90e3ad06
JB
582005-09-30 Jan Beulich <jbeulich@novell.com>
59
60 * config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past
61 (removed) comma.
62
07c1b327
CM
632005-09-30 Catherine Moore <clm@cm00re.com>
64
65 * Makefile.am: Bfin support.
66 * Makefile.in: Regenerated.
67 * aclocal.m4: Regenerated.
68 * configure: Regenerated.
69 * configure.in: Bfin support.
70 * configure.tgt: Bfin support.
71 * config/bfin-aux.h: New file.
72 * config/bfin-defs.h: New file.
73 * config/bfin-lex.l: New file.
74 * config/bfin-parse.y: New file.
75 * config/tc-bfin.c: New file.
76 * config/tc-bfin.h: New file.
77 * doc/Makefile.am: Recognize c-bfin.texi.
78 * doc/Makefile.in: Regenerated.
79 * doc/all.texi: Bfin support.
80 * doc/as.texinfo: Likewise.
81 * doc/c-bfin.texi: Document bfin-specific syntax and
82 directives.
83
e3cb604e
PB
842005-09-30 Paul Brook <paul@codesourcery.com>
85
86 * config/tc-arm.c (opcode_tag): Add OT_cinfix3_legacy.
87 (opcode_lookup): Handle OT_cinfix3_legacy. Revert earlier change for
88 normal infix conditions.
89 (C3E): Include Thumb-2 definition.
90 (CL, cCL): Define.
91 (insns): Use them for legacy mnemonics.
92
a70c2403
NC
932005-09-30 Matthias Kurz <mk@baerlap.north.de>
94
95 * asintl.h: Prevent the inclusion of <libintl.h> from the Solaris
96 version of <locale.h> when ENABLE_NLS is not defined.
97
ef0241e7
JB
982005-09-29 Jan Beulich <jbeulich@novell.com>
99
100 * config/tc-ia64.c (parse_operands): Always parse first operand of
101 alloc.
102
c9c5dcda
AM
1032005-09-29 Arnold Metselaar <arnold.metselaar@planet.nl>
104 Alan Modra <amodra@bigpond.net.au>
105
106 * app.c (do_scrub_chars): Match open and close quote of strings.
107 Remove redundant EOF test in case 7.
108
e05278af
JB
1092005-09-28 Jan Beulich <jbeulich@novell.com>
110
111 * config/tc-i386.c (reloc): Disable signedness check for 4-byte
112 relocations in 16- and 32-bit modes.
113 (i386_displacement): Make pc-relative branch handling dependent
114 upon operand (rather than address) size.
115
7c9c8381
JB
1162005-09-28 Jan Beulich <jbeulich@novell.com>
117
118 * dw2gencfi.c (dot_cfi): Call ignore_rest_of_line when not fully
119 parsing the input.
120 (dot_cfi_startproc): Likewise.
121 (dot_cfi_endproc): Likewise. Also check no extra input was given.
122 (dot_cfi_escape): Likewise.
123
d182319b
JB
1242005-09-28 Jan Beulich <jbeulich@novell.com>
125
126 * config/tc-i386.h (x86_cons_fix_new): Declare unconditionally.
127 (TC_CONS_FIX_NEW): Define unconditionally.
128 (x86_pe_cons_fix_new): Remove.
129 * config/tc-i386.c (signed_cons): New.
130 (md_pseudo_table): Add slong.
131 (x86_cons_fix_new): Declare unconditionally.
132 (x86_pe_cons_fix_new): Merge into x86_cons_fix_new.
133 (tc_gen_reloc): Also consider BFD_RELOC_X86_64_32S for gotpc
134 conversion.
135
37b75c0c
AM
1362005-09-28 Arnold Metselaar <arnold.metselaar@planet.nl>
137
138 * app.c (do_scrub_chars <LEX_IS_SYMBOL_COMPONENT>): Check for full
139 buffer after copying string.
140
db8ac8f9
PB
1412005-09-27 Paul Brook <paul@codesourcery.com>
142
143 * config/arm.c (arm_cpus): Add more cpu names.
144 * doc/c-arm.texi: Document them.
145
66bd02d3
AM
1462005-09-21 Alan Modra <amodra@bigpond.net.au>
147
148 * read.c (pseudo_set): Don't set undefined symbols to expr_section.
149
fead5cd9
RH
1502005-09-20 Richard Henderson <rth@redhat.com>
151
152 * dwarf2dbg.c (process_entries): Fix uninitialized variable warning.
153
07a53e5c
RH
1542005-09-20 Richard Henderson <rth@redhat.com>
155
156 * dwarf2dbg.c (struct line_entry): Replace frag and frag_ofs
157 with label.
158 (dwarf2_loc_mark_labels): New.
159 (dwarf2_gen_line_info_1): Split out of ...
160 (dwarf2_gen_line_info): ... here. Create the temp symbol here.
161 (dwarf2_emit_label): New.
162 (dwarf2_directive_loc_mark_labels): New.
163 (out_set_addr): Take a symbol instead of frag+ofs.
164 (relax_inc_line_addr): Likewise.
165 (emit_inc_line_addr): Assert delta non-negative.
166 (process_entries): Remove dead code. Update to work with temp
167 symbols instead of frag+ofs.
168 * dwarf2dbg.h (dwarf2_directive_loc_mark_labels): Declare.
169 (dwarf2_emit_label, dwarf2_loc_mark_labels): Declare.
170 * config/obj-elf.c (elf_pseudo_tab): Add loc_mark_labels.
171 * config/obj-elf.h (obj_frob_label): New.
172 * config/tc-alpha.c (alpha_define_label): Call dwarf2_emit_label.
173 * config/tc-arm.c, config/tc-hppa.c, config/tc-m68k.c,
174 config/tc-mips.c, config/tc-ppc.c, config/tc-sh.c, config/tc-xtensa.c:
175 Similarly in the respective tc_frob_label implementation functions.
176 * config/tc-i386.c (md_pseudo_table): Move file and loc to
177 non-elf section; add loc_mark_labels.
178 * config/tc-ia64.c (struct label_fix): Add dw2_mark_labels.
179 (ia64_flush_insns): Check for marked labels; emit line entry if so.
180 (emit_one_bundle): Similarly.
181 (ia64_frob_label): Record marked labels.
182 * config/tc-m68hc11.h (tc_frob_label): Remove.
183 * config/tc-ms1.c (md_pseudo_table): Remove file and loc.
184 * config/tc-sh.h (tc_frob_label): Pass sym to sh_frob_label.
185 * config/tc-sh64.h (tc_frob_label): Likewise.
186 * doc/as.texinfo (LNS directives): Docuement .loc_mark_blocks.
187
aba4aa7d
AM
1882005-09-20 Alan Modra <amodra@bigpond.net.au>
189
190 * read.c (pseudo_set): Set segment of expression syms to expr_section.
191
43fd16e4
JB
1922005-09-14 Jan Beulich <jbeulich@novell.com>
193
194 * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Add selector
195 registers, floating point control and status words, and mxcsr as
196 well as (for 64-bit code) segment base registers and rflags.
197
3e470ab5
DD
1982005-09-09 Dmitry Diky <diwil@spec.ru>
199
200 * config/tc-msp430.c (msp430_operands): Undo last changes. Instead...
201 (msp430_relax_frag): add a guard check to ensure that final fr_subtype
202 has been reached.
203
2ef2b9ae
CF
2042005-09-08 Chao-ying Fu <fu@mips.com>
205
206 * doc/as.texinfo: Document -mdsp and -mno-dsp options.
207 * doc/c-mips.texi: Likewise, and document ".set dsp" and ".set nodsp"
208 directives.
209
3eb17e6b
PB
2102005-09-08 Paul Brook <paul@codesourcery.com>
211
212 * config/tc-arm.c (do_smi, do_t_smi): Rename ...
213 (do_smc, do_t_smc): ... to this.
214 (insns): Remane smi to smc.
215 (md_apply_fix, tc_gen_reloc): Rename BFD_RELOC_ARM_SMI to
216 BFD_RELOC_ARM_SMC.
217
ecea7679
RH
2182005-09-07 Richard Henderson <rth@redhat.com>
219
220 * dwarf2dbg.c (dwarf2_where): Set line->isa.
221 (dwarf2_set_isa): New.
222 (dwarf2_directive_loc): Rearrange to allow all options on one line.
223 * dwarf2dbg.h (dwarf2_set_isa): Declare.
224 * doc/as.texinfo: Update .loc documentation.
225
bd0eb99b
RH
2262005-09-07 Richard Henderson <rth@redhat.com>
227
228 * dwarf2dbg.c: Include safe-ctype.h.
229 (DWARF2_LINE_OPCODE_BASE): Bump to 13.
230 (current): Initialize.
231 (dwarf2_emit_insn): Clear DWARF2_FLAG_BASIC_BLOCK,
232 DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN.
233 (dwarf2_directive_file): Cope with invalid filename.
234 (dwarf2_directive_loc): Add handling for basic_block, prologue_end,
235 epilogue_begin, is_stmt, isa.
236 (emit_inc_line_addr): Move line_delta == 0, addr_delta == 0 special
237 case down lower.
37b75c0c 238 (process_entries): Handle isa, DWARF2_FLAG_PROLOGUE_END,
bd0eb99b
RH
239 and DWARF2_FLAG_EPILOGUE_BEGIN.
240 (out_debug_line): Emit sizes for DW_LNS_set_prologue_end,
241 DW_LNS_set_epilogue_begin, DW_LNS_set_isa.
242 * dwarf2dbg.h (DWARF2_FLAG_IS_STMT): Rename from DWARF2_FLAG_BEGIN_STMT.
243 (DWARF2_FLAG_BASIC_BLOCK): Rename from DWARF2_FLAG_BEGIN_BLOCK.
244 (DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN): New.
245 (struct dwarf2_line_info): Add isa member.
246 * doc/as.texinfo (LNS directives): New node.
247
b8ee1a6e
DU
2482005-09-07 David Ung <davidu@mips.com>
249
250 * config/tc-mips.c (append_insn): Undo last change. Instead add
251 guard to suppress calling frag_grow if the current instruction is
252 one that allows a delay slot.
253
ef2e4d86
CF
2542005-09-06 Chao-ying Fu <fu@mips.com>
255
256 * config/tc-mips.c (mips_set_options): Add ase_mt for MT instructions.
257 (mips_opts): Add -1 to initialize ase_mt.
258 (file_ase_mt): New variable for -mmt.
259 (CPU_HAS_MT): New define.
260 (validate_mips_insn): Add supports for +t, +T, !, $, *, &, g operand
261 formats.
262 (mips_ip): Check ase_mt to enable MT instructions.
263 Handle !, $, *, &, +T, +t, g operand formats.
264 For "mftc1", "mfthc1", "cftc1", "mttc1", "mtthc1", "cttc1", we allow
265 odd float registers.
266 (OPTION_MT, OPTION_NO_MT): New define.
267 (OPTION_COMPAT_ARCH_BASE): Change because of inserting MT define.
268 (md_parse_option): Parse OPTION_MT and OPTION_NO_MT.
269 (mips_after_parse_args): Set ase_mt based on CPU.
270 (s_mipsset): Handle ".set mt" and ".set nomt".
271 (mips_elf_final_processing): Remind of adding new flag for MT ASE.
272 (md_show_usage): Show usage of -mmt and -mno-mt.
273 * doc/as.texinfo: Document -mmt and -mno-mt options.
274 * doc/c-mips.texi: Likewise, and document ".set mt" and ".set nomt"
275 directives.
276
0110f2b8
PB
2772005-09-06 Paul Brook <paul@codesourcery.com>
278
279 * config/tc-arm.c (arm_it): Add relax field.
280 (T16_32_TAB): Add addi, addis, add_pc, add_sp, dec_sp, inc_sp,
281 b, bcond, ldr_pc, ldr_pc2, ldr_sp, str_sp, subi, subis.
282 (do_t_add_sub, do_t_addr, do_t_branch, do_t_ldst,
283 do_t_mov_cmp): Allow relaxation.
284 (output_relax_insn): New function.
285 (put_thumb32_insn): New function.
286 (output_inst): Use new functions.
287 (md_assemble): Don't throw error on relaxable instructions.
288 (insns): Change "b" entry from TCE(...) to tCE(...).
289 (md_estimate_size_before_relax): Return 2.
290 (md_convert_frag, relax_immediate, relax_adr, relax_addsub,
291 relax_branch, arm_relax_frag): New functions.
292 (arm_force_relocation): Return 0 for Thumb-2 immediate operand
293 relocations.
294 * config/tc-arm.h (md_convert_frag): Remove definition.
295 (md_relax_frag): Define.
296 (arm_relax_frag): Add prototype.
297
9a64e435
PB
2982005-09-02 Paul Brook <paul@codesourcery.com>
299
300 * config/tc-arm.c (do_rn_rd): Enforce SWP operand constraints.
301
8f06b2d8
PB
3022005-09-02 Paul Brook <paul@codesourcery.com>
303
304 * config/tc-arm.c (encode_arm_cp_address): Use
305 BFD_RELOC_ARM_T32_CP_OFF_IMM in thumb mode.
306 (do_iwmmxt_wldstbh): Use BFD_RELOC_ARM_T32_CP_OFF_IMM_S2 in thumb
307 mode.
308 (md_assemble): Only allow coprocessor instructions when Thumb-2 is
309 available.
310 (cCE, cC3): Define.
311 (insns): Use them for coprocessor instructions.
312 (md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM.
313 (get_thumb32_insn): New function.
314 (put_thumb32_insn): New function.
315 (md_apply_fix): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM and
316 BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.
317
c4188bc9
PB
3182005-09-02 Paul Brook <paul@codesourcery.com>
319
320 * config/tc-arm.c (opcode_lookup): Look for infix opcode when
321 incorrect suffix matches.
322
e9df6573
DU
3232005-09-01 David Ung <davidu@mips.com>
324
325 * config/tc-mips.c (append_insn): Correctly handle mips16 case
326 when the frags are different for the 2 instructions we want to
327 swap. If the lengths of the 2 instructions are not the same, we
328 won't do the swap but emit an nop.
329
2a9a06c1
DD
3302005-09-01 Dmitry Diky <diwil@spec.ru>
331
332 * config/tc-msp430.c (msp430_operands): Emit dwarf2_emit_insn()
37b75c0c 333 as appropriate. Change frag_variant() to frag_var() for relaxes.
2a9a06c1 334
61e192bf
NC
3352005-08-29 Nick Clifton <nickc@redhat.com>
336
337 * write.c (generic_force_reloc): Do not call S_FORCE_RELOC if
338 there is no symbol.
339
435acd52
JB
3402005-08-26 Jan Beulich <jbeulich@novell.com>
341
342 * config/tc-i386.c (intel_e09): Set JumpAbsolute when seeing a PTR-
343 qualified operand of a branch.
344 (intel_bracket_expr): Set JumpAbsolute here...
345 (intel_e11): ... rather than here.
346
c0524131
NC
3472005-08-26 Christian Groessler <chris@groessler.org>
348
349 * configure.tgt: Set bfd_gas also for z8k cpu.
350 * config/tc-z8k.c (s_segm): Use bfd_set_arch_mach to set machine
351 type.
352 (newfix): Adapt to bfd reloc types.
353 (build_bytes): Adapt to bfd reloc types. Ensure that enough space
354 is available in the current frag.
355 (md_convert_frag): Adapt function parameters.
356 (tc_gen_reloc): New function.
357 (md_section_align): Use bfd_get_section_alignment.
358 (md_apply_fix): Adapt to bfd reloc types. Fix handling of
359 BFD_RELOC_Z8K_IMM4L, BFD_RELOC_8, BFD_RELOC_16, and BFD_RELOC_32
360 relocations.
361 * config/tc-z8k.h (TARGET_ARCH): Define.
362 (tc_fix_adjustable): Define.
363
74cd071d
CF
3642005-08-25 Chao-ying Fu <fu@mips.com>
365
366 * config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions.
367 (mips_opts): Add -1 to initialize ase_dsp.
368 (file_ase_dsp): New variable for -mdsp.
369 (CPU_HAS_DSP): New define.
370 (validate_mips_insn): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, ', :, @
371 operand formats.
372 (mips_ip): Add min_range and max_range for checking singed numbers.
373 Check ase_dsp to enable DSP instructions.
374 Handle 3, 4, 5, 6, 7, 8, 9, 0, ', :, @ operand formats.
375 (OPTION_DSP, OPTION_NO_DSP): New define.
376 (OPTION_COMPAT_ARCH_BASE): Change because of inserting DSP define.
377 (md_parse_option): Parse OPTION_DSP and OPTION_NO_DSP.
378 (mips_after_parse_args): Set ase_dsp based on CPU.
379 (s_mipsset): Handle ".set dsp" and ".set nodsp".
380 (mips_elf_final_processing): Remind of adding new flag for DSP ASE.
381 (md_show_usage): Show usage of -mdsp and -mno-dsp.
382
ff324200
DU
3832005-08-23 David Ung <davidu@mips.com>
384
385 * config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
386 cpu names.
387
ac805826
AM
3882005-08-23 Alan Modra <amodra@bigpond.net.au>
389
390 PR 1036
391 * config/tc-ppc.c (ppc_symbol_chars): Add '%' and '['.
392
478ec1e3
AM
3932005-08-23 Phil Edwards <phil@codesourcery.com>
394
395 * configure.tgt (*-*-vxworks): Match vxworks* instead.
396
4fa24527
JB
3972005-08-22 Jan Beulich <jbeulich@novell.com>
398
399 * config/tc-i386.c (object_64bit): New.
400 (i386_target_format): Initialize it.
401 (output_disp): Use object_64bit for relocation type determination.
402 (output_imm): Likewise.
403 (i386_validate_fix): Likewise.
404 (tc_gen_reloc): Likewise.
405 (lex_got): Likewise. Remove static mode_name. Change array size
406 of gotrel's rel field, and adjust its initializer. Adjust diagnostic.
407 (x86_cons): Use object_64bit for deciding whether quad fields can
408 have relocations.
409
fefaa1aa
CG
4102005-08-18 Christian Groessler <chris@groessler.org>
411
412 * config/tc-h8300.h: Remove TC_RELOC_MANGLE/tc_reloc_mangle.
413 * config/tc-mcore.h: Likewise.
414 * config/tc-z8k.h: Likewise.
415 * config/tc-z8k.c: Likewise.
416 * config/tc-sh.h: Remove TC_RELOC_MANGLE and
417 sh_coff_reloc_mangle declaration.
418 * config/tc-sh.c: (md_apply_fix): Fix comment for case
419 BFD_RELOC_SH_USES.
420
32a3d256
KK
4212005-08-18 Kaz Kojima <kkojima@rr.iij4u.or.jp>
422
423 * config/tc-sh64.c (sh64_target_format): Check preset_target_arch
424 to confirm that no ISA is specified.
425
4111faa5
NC
4262005-08-18 Nick Clifton <nickc@redhat.com>
427
428 * write.c (relax_segment): Count the number of frags being
429 processed and use this to compute a maximum limit on the number of
430 iterations that will be allowed when attempting to relax the
431 segment.
432
11eec5fc
DS
4332005-08-17 Danny Smith <dannysmith@users.sourceforge.net>
434
435 * config/obj-coff.c (obj_coff_weak): Set auxiliary record
436 of NT weak externals to IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY.
437
23d36e92
AM
4382005-08-16 Alan Modra <amodra@bigpond.net.au>
439
440 * config/tc-ppc.c (ppc_set_cpu): Don't select 64-bit based on
441 default cpu.
442
3d388997
PB
4432005-08-15 Paul Brook <paul@codesourcery.com>
444
445 * config/tc-arm.c (do_t_mov_cmp): Fix encoding of i16-bit conditional
446 instructions.
447 (do_t_mvn_tst, do_t_neg, do_t_shift): Ditto.
448
36ae0db3
DJ
4492005-08-15 Daniel Jacobowitz <dan@codesourcery.com>
450
451 * config/tc-ppc.c (parse_cpu): Add -me300 support.
452 (md_show_usage): Likewise.
453 * doc/c-ppc.texi (PowerPC-Opts): Document it.
454
6c639ef9
MS
4552005-08-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
456
457 * config/tc-s390.c (md_parse_option): Add cpu type z9-109.
458 (md_gather_operands): Add support for optional operands.
459
77592908
DD
4602005-08-12 Dmitry Diky <diwil@spec.ru>
461 * config/tc-msp430.c (msp430_enable_relax): New flag.
462 (msp430_enable_polys): Likewise.
463 (OPTION_RELAX): New option.
464 (OPTION_POLYMORPHS): Likewise.
465 (md_longopts): New long options.
466 (md_show_usage): Updated.
467 (md_parse_option): Add new options handler.
468 (msp430_operands): Add check if polymorph insns are enabled.
469 (msp430_force_relocation_local): New function.
470 (md_apply_fix): Now delete relocs according to new flags combination.
471 (msp430_relax_frag): Convert long branches to short branches only if
472 flag msp430_enable_relax is set.
473 * config/tc-msp430.h (TC_FORCE_RELOCATION_LOCAL): Defined.
474 (msp430_force_relocation_local): Likewise.
475 * doc/c-msp430.texi: Describe new options.
37b75c0c 476
e079bef8
ILT
4772005-08-11 Ian Lance Taylor <ian@airs.com>
478
479 * Makefile.am ($(srcdir)/make-gas.com): Remove target.
480 (stamp-mk.com): Likewise.
481 (EXTRA_DIST): Remove make-gas.com from list.
482 (MOSTLYCLEANFILES): Remove stamp-mk.com from list.
483 * Makefile.in: Regenerate.
484
4924bf8f
HPN
4852005-08-11 Hans-Peter Nilsson <hp@axis.com>
486
487 * subsegs.c (subseg_change): Move declaration of seginfo to before
488 first statement.
489
7be1c489
AM
4902005-08-11 Alan Modra <amodra@bigpond.net.au>
491
492 * README-vms: Delete.
493 * config-gas.com: Delete.
494 * makefile.vms: Delete.
495 * vmsconf.sh: Delete.
496 * config/atof-tahoe.c: Delete.
497 * config/m88k-opcode.h: Delete.
498 * config/obj-bout.c: Delete.
499 * config/obj-bout.h: Delete.
500 * config/obj-hp300.c: Delete.
501 * config/obj-hp300.h: Delete.
502 * config/tc-a29k.c: Delete.
503 * config/tc-a29k.h: Delete.
504 * config/tc-h8500.c: Delete.
505 * config/tc-h8500.h: Delete.
506 * config/tc-m88k.c: Delete.
507 * config/tc-m88k.h: Delete.
508 * config/tc-tahoe.c: Delete.
509 * config/tc-tahoe.h: Delete.
510 * config/tc-tic80.c: Delete.
511 * config/tc-tic80.h: Delete.
512 * config/tc-w65.c: Delete.
513 * config/tc-w65.h: Delete.
514 * config/te-aux.h: Delete.
515 * config/te-delt88.h: Delete.
516 * config/te-delta.h: Delete.
517 * config/te-dpx2.h: Delete.
518 * config/te-hp300.h: Delete.
519 * config/te-ic960.h: Delete.
520 * config/vms-a-conf.h: Delete.
521 * doc/c-a29k.texi: Delete.
522 * doc/c-h8500.texi: Delete.
523 * doc/c-m88k.texi: Delete.
524 * README: Remove obsolete examples, and list of supported targets.
525 * Makefile.am: Remove a29k, h8500, m88k, tahoe, tic80, w65,
526 bout and hp300 support.
527 (DEP_FLAGS): Don't define BFD_ASSEMBLER.
528 * configure.in: Remove --enable-bfd-assembler, need_bfd,
529 primary_bfd_gas.
530 * configure.tgt: Remove a29k, h8300-coff, h8500-*, i960 non-elf,
531 m68k non bfd, m88k, or32-coff, tic80-*, vax non-bfd, w65k-*, *-nindy.
532 * as.c: Remove all non-BFD_ASSEMBLER code, support for above targets.
533 * as.h: Likewise.
534 * dw2gencfi.c: Likewise.
535 * dwarf2dbg.c: Likewise.
536 * ehopt.c: Likewise.
537 * input-file.c: Likewise.
538 * listing.c: Likewise.
539 * literal.c: Likewise.
540 * messages.c: Likewise.
541 * obj.h: Likewise.
542 * output-file.c: Likewise.
543 * read.c: Likewise.
544 * stabs.c: Likewise.
545 * struc-symbol.h: Likewise.
546 * subsegs.c: Likewise.
547 * subsegs.h: Likewise.
548 * symbols.c: Likewise.
549 * symbols.h: Likewise.
550 * tc.h: Likewise.
551 * write.c: Likewise.
552 * write.h: Likewise.
553 * config/aout_gnu.h: Likewise.
554 * config/obj-aout.c: Likewise.
555 * config/obj-aout.h: Likewise.
556 * config/obj-coff.c: Likewise.
557 * config/obj-coff.h: Likewise.
558 * config/obj-evax.h: Likewise.
559 * config/obj-ieee.h: Likewise.
560 * config/tc-arm.c: Likewise.
561 * config/tc-arm.h: Likewise.
562 * config/tc-avr.c: Likewise.
563 * config/tc-avr.h: Likewise.
564 * config/tc-crx.h: Likewise.
565 * config/tc-d10v.h: Likewise.
566 * config/tc-d30v.h: Likewise.
567 * config/tc-dlx.h: Likewise.
568 * config/tc-fr30.h: Likewise.
569 * config/tc-frv.h: Likewise.
570 * config/tc-h8300.c: Likewise.
571 * config/tc-h8300.h: Likewise.
572 * config/tc-hppa.h: Likewise.
573 * config/tc-i370.h: Likewise.
574 * config/tc-i386.c: Likewise.
575 * config/tc-i386.h: Likewise.
576 * config/tc-i860.h: Likewise.
577 * config/tc-i960.c: Likewise.
578 * config/tc-i960.h: Likewise.
579 * config/tc-ip2k.h: Likewise.
580 * config/tc-iq2000.h: Likewise.
581 * config/tc-m32c.h: Likewise.
582 * config/tc-m32r.h: Likewise.
583 * config/tc-m68hc11.h: Likewise.
584 * config/tc-m68k.c: Likewise.
585 * config/tc-m68k.h: Likewise.
586 * config/tc-maxq.c: Likewise.
587 * config/tc-maxq.h: Likewise.
588 * config/tc-mcore.c: Likewise.
589 * config/tc-mcore.h: Likewise.
590 * config/tc-mn10200.h: Likewise.
591 * config/tc-mn10300.c: Likewise.
592 * config/tc-mn10300.h: Likewise.
593 * config/tc-ms1.h: Likewise.
594 * config/tc-msp430.c: Likewise.
595 * config/tc-msp430.h: Likewise.
596 * config/tc-ns32k.c: Likewise.
597 * config/tc-ns32k.h: Likewise.
598 * config/tc-openrisc.h: Likewise.
599 * config/tc-or32.c: Likewise.
600 * config/tc-or32.h: Likewise.
601 * config/tc-ppc.c: Likewise.
602 * config/tc-ppc.h: Likewise.
603 * config/tc-s390.h: Likewise.
604 * config/tc-sh.c: Likewise.
605 * config/tc-sh.h: Likewise.
606 * config/tc-sparc.c: Likewise.
607 * config/tc-tic30.c: Likewise.
608 * config/tc-tic30.h: Likewise.
609 * config/tc-tic4x.c: Likewise.
610 * config/tc-tic4x.h: Likewise.
611 * config/tc-tic54x.c: Likewise.
612 * config/tc-tic54x.h: Likewise.
613 * config/tc-v850.h: Likewise.
614 * config/tc-vax.c: Likewise.
615 * config/tc-vax.h: Likewise.
616 * config/tc-xstormy16.h: Likewise.
617 * config/tc-xtensa.h: Likewise.
618 * config/tc-z8k.c: Likewise.
619 * config/tc-z8k.h: Likewise.
620 * config/vms-a-conf.h
621 * doc/Makefile.am: Likewise.
622 * doc/all.texi: Likewise.
623 * doc/as.texinfo: Likewise.
829c3ed3 624 * doc/internals.texi: Likewise.
7be1c489
AM
625 * doc/Makefile.in: Regenerate.
626 * Makefile.in: Regenerate.
627 * configure: Regenerate.
628 * config.in: Regenerate.
629 * po/POTFILES.in: Regenerate.
630
2f6178c1
NC
6312005-08-09 Nick Clifton <nickc@redhat.com>
632
633 PR 1070
634 * macro.c (getstring): Do not treat round parentheses exactly the
635 same as angle brackets - the parentheses need to be preserved and
636 passed on to the macro processing code.
637
44c86e8c
NC
6382005-08-08 Nick Clifton <nickc@redhat.com>
639
640 * config/tc-msp430.c (MSP430_ISA_21): Define.
641 (mcu_types): Add entries for msp430x21xx variants.
642
df40eaf9
NC
6432005-08-08 Nick Clifton <nickc@redhat.com>
644
645 PR 1070
646 * macro.c (getstring): Treat round parentheses in the same way as
647 angle brackets.
648 (get_any_string): Likewise.
649
5a14ab23
L
6502005-08-07 H.J. Lu <hongjiu.lu@intel.com>
651
652 PR gas/1118
653 * as.c (parse_args): Handle -al=<FILE>.
654
47837f8e
NC
6552005-08-07 Nick Clifton <nickc@redhat.com>
656
657 * read.c (s_app_line): Accept a line number of 0 for compatibility
658 with gcc's output for assembler-with-cpp files.
659
e27ec89e
PB
6602005-08-05 Paul Brook <paul@codesourcery.com>
661
662 * config/tc-arm.c (current_it_mask, current_cc): New variables.
663 (do_t_add_sub): Use correct encodings inside IT block.
664 (do_t_arit3c): Ditto.
665 (do_t_it): Simplify logic. Set current_it_mask and current_cc.
666 (md_assemble): Verify conditional suffixes agains IT blocks.
667
9c3c69f2
PB
6682005-08-05 Paul Brook <paul@codesourcery.com>
669
670 * config/tc-arm.c (encode_thumb32_immediate): Only accept shifted
671 constants.
672 (encode_thumb32_shifted_operand): Prohibit register shifts.
673 (encode_thumb32_addr_mode): Fix typo.
674 (insns): Correct thumb2 ldm and stm opcodes.
675
f2184508
NC
6762005-08-02 Khem Raj <kraj@mvista.com>
677
678 * config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for
679 WLDRD/WSTRD instruction.
680
4e6935a6
AM
6812005-08-02 Alan Modra <amodra@bigpond.net.au>
682
683 * config/tc-ppc.c (md_apply_fix <ELF>): Don't warn on overflow
684 if emitting a reloc.
685
8a06b769
TS
6862005-07-29 Thiemo Seufer <ths@networkno.de>
687
688 * config/tc-mips.c (s_mips_globl): Allow multiple symbols per .globl.
689
e9f89963
PB
6902005-07-29 Paul Brook <paul@codesourcery.com>
691
692 * config/tc-arm.c (T16_32_TAB): Add "addr". Fix encoding of push and
693 pop.
694 (do_t_addr): Implement 32-bit variant.
695 (do_t_push_pop): Make some errors warnings. Handle single register
696 32-bit case.
697 (insns): Use tCE for adr.
698 (md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_ADD_PC12.
699 (md_apply_fix): Ditto.
700
92e90b6e
PB
7012005-07-29 Paul Brook <paul@codesourcery.com>
702
703 * config/tc-arm.c (parse_tb): New function.
704 (enum operand_parse_code): Add OP_TB.
705 (parse_operands): Handle OP_TB.
706 (do_t_add_sub_w, do_t_tb): New functions.
707 (insns): Add entries for addw, subw, tbb and tbh.
708 (md_apply_fix): Handle BFD_RELOC_ARM_T32_IMM12.
709
0a7b9ba6
NC
7102005-07-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
711
712 * config/tc-m32r.c (m32r_check_fixup): Fixed X_op check.
713
17d4e2a2
L
7142007-07-27 H.J. Lu <hongjiu.lu@intel.com>
715
716 * config/tc-i386.c (handle_large_common): Declare only for ELF.
717
ba825241
JB
7182005-07-27 Jan Beulich <jbeulich@novell.com>
719
720 * config/tc-ia64.h (unw_r_record): Change type of fr_mem to unsigned
721 int.
722 (unw_p_record): Remove unused/redundant fields imask and rmask.
723 Combine spoff and pspoff into a union. Combine gr and br into a
724 union. Change type of grmask and brmask to unsigned char. Change type
725 of frmask to unsigned int.
726 (unw_x_record): Combine spoff, pspoff, and treg into a union.
727 * config/tc-ia64.c (unwind): New field 'pending_saves'.
728 (check_pending_save): New.
729 (alloc_record): Clear out entire record.
730 (output_psp_gr): Use renamed structure fields.
731 (output_psp_sprel): Likewise.
732 (output_rp_gr): Likewise.
733 (output_rp_br): Likewise.
734 (output_rp_psprel): Likewise.
735 (output_rp_sprel): Likewise.
736 (output_pfs_gr): Likewise.
737 (output_pfs_psprel): Likewise.
738 (output_pfs_sprel): Likewise.
739 (output_preds_gr): Likewise.
740 (output_preds_psprel): Likewise.
741 (output_preds_sprel): Likewise.
742 (output_spill_base): Likewise.
743 (output_unat_gr): Likewise.
744 (output_unat_psprel): Likewise.
745 (output_unat_sprel): Likewise.
746 (output_lc_gr): Likewise.
747 (output_lc_psprel): Likewise.
748 (output_lc_sprel): Likewise.
749 (output_fpsr_gr): Likewise.
750 (output_fpsr_psprel): Likewise.
751 (output_fpsr_sprel): Likewise.
752 (output_priunat_gr): Likewise.
753 (output_priunat_psprel): Likewise.
754 (output_priunat_sprel): Likewise.
755 (output_bsp_gr): Likewise.
756 (output_bsp_psprel): Likewise.
757 (output_bsp_sprel): Likewise.
758 (output_bspstore_gr): Likewise.
759 (output_bspstore_psprel): Likewise.
760 (output_bspstore_sprel): Likewise.
761 (output_rnat_gr): Likewise.
762 (output_rnat_psprel): Likewise.
763 (output_rnat_sprel): Likewise.
764 (output_spill_psprel): Likewise.
765 (output_spill_sprel): Likewise.
766 (output_spill_reg): Likewise.
767 (output_fr_mem): Likewise. Allocate one unwind record per set mask
768 bit.
769 (output_frgr_mem): Likewise.
770 (output_gr_mem): Likewise.
771 (output_br_mem): Likewise.
772 (output_gr_gr): Likewise.
773 (output_br_gr): Likewise.
774 (fixup_unw_records): Likewise.
775 (process_one_record): Use renamed structure fields. For gr_gr and
776 br_gr, collect mask from chain of records before output.
777 (in_prologue): Simplify and eliminate early returns. Call
778 check_pending_save.
779 (in_body): Simplify and eliminate early returns.
780 (dot_body): Call check_pending_save.
781 (md_assemble): Update comment. Deal with pending saves.
782
9cd96992
JB
7832005-07-26 Jan Beulich <jbeulich@novell.com>
784
785 * config/tc-i386.c (optimize_imm): Calculate candidate immediates
786 mask from guessed suffix, but mask out other immediate types only
787 if at least on candidate is valid for the insn.
788
fd54057a
DD
7892005-07-25 DJ Delorie <dj@redhat.com>
790
791 * config/tc-m32c.c (md_cgen_lookup_reloc): Add 8 bit operands.
792 Support %mod() modifiers from opcodes.
793 * doc/c-m32c.texi (M32C-Modifiers): New section.
794
3b22753a
L
7952005-07-25 Jan Hubicka <jh@suse.cz>
796 H.J. Lu <hongjiu.lu@intel.com>
797
798 * config/obj-elf.c: Include "elf/x86-64.h" if TC_I386 is
799 defined.
800 (elf_com_section_ptr): New.
801 (elf_begin): Set elf_com_section_ptr to bfd_com_section_ptr.
802 (elf_common_parse): Make it global. Use elf_com_section_ptr
803 instead of bfd_com_section_ptr.
804 (obj_elf_change_section): Handle x86-64 large bss sections.
805
806 * config/obj-elf.h (elf_com_section_ptr): New.
807 (elf_common_parse): New.
808
809 * config/tc-i386.c (handle_large_common): New.
810 (md_pseudo_table): Add "largecomm".
811 (x86_64_section_letter): New.
812 (x86_64_section_word): New.
813
814 * config/tc-i386.h (x86_64_section_word): New.
815 (x86_64_section_letter): New.
816 (md_elf_section_letter): New. Defined.
817 (md_elf_section_word): Likewise.
818
9f971fcb
NC
8192005-07-21 Ralf Corsepius <ralf.corsepius@rtems.org>
820
821 * configure.tgt: Remove i386-*-rtemself*.
822 Remove sparc-*-rtemself*.
823
240a3425
BE
8242005-07-21 Ben Elliston <bje@gnu.org>
825
826 * config/tc-m68k.h: Remove TE_LYNX conditional code.
827
c160f130
PB
8282005-07-21 Paul Brook <paul@codesourcery.com>
829
830 * config/tc-arm.c (encode_thumb32_addr_mode): Don't set
831 inst.reloc.pc_rel.
832
a9bfff94
NC
8332005-07-20 Tavis Ormandy <taviso@gentoo.org>
834
835 * messages.c: Use vsnprintf instead of vsprintf.
836
157e7bd1
NC
8372005-07-20 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
838
839 * config/tc-m32r.c (tc_gen_reloc): Check BFD_RELOC_32_PCREL and
840 BFD_RELOC_16_PCREL to Support R_M32R_REL32.
841
85da3a56
NC
8422005-07-18 Nick Clifton <nickc@redhat.com>
843
844 * configure.tgt: Restore alpha ordering to list of arches.
845
71e17562
DA
8462005-07-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
847
848 * tc-hppa.c (pa_ip): Reject match for '#' immediate if not pa20.
849
718ddfc0
JB
8502005-07-18 Jan Beulich <jbeulich@novell.com>
851
852 * config/tc-i386.c (md_begin): Use IS_ELF.
853 (tc_i386_fix_adjustable): Likewise.
854 (md_estimate_size_before_relax): Likewise.
855 (md_apply_fix): Likewise.
856 (i386_target_format): Likewise.
857 (lex_got): Define to NULL when not ELF or when LEX_AT. Check IS_ELF.
858 (i386_immediate): Remove #ifdef LEX_AT.
859 (i386_displacement): Likewise.
860 * config/tc-i386.h (x86_cons): Prototype only when ELF and when not
861 LEX_AT.
862
3956db08
JB
8632005-07-18 Jan Beulich <jbeulich@novell.com>
864
865 * config/tc-i386.c (reloc): Convert to ISO C90. Change first
866 parameter to unsigned. Parameter sign now is tristate - zero/
867 positive mean unsigned/signed, negative means signedness doesn't
868 matter. Check field size,
869 signedness, and pcrel-ness are in agreement between relocated field
870 and relocation type. Adjust diagnostics.
871 (optimize_imm): And type mask of operand instead of overwriting it.
872 (lex_got): Convert to ISO C90. Add third parameter. Add new field to
873 local structure and initialize gotrel accordingly. Pass caller as
874 mask of types that the operator can match.
875 (x86_cons_fix_new): Let reloc know that signedness of relocation
876 doesn't matter.
877 (x86_pe_cons_fix_new): Likewise.
878 (x86_cons): Pass additional argument to lex_got.
879 (i386_immediate): New local variable 'types'. Pass its address as
880 additional argument to lex_got. Mask out operand types not supported
881 befoe returning.
882 (i386_displacement): Likewise. Set bigdisp to all types supported in
883 64-bit mode, combining the previously split initialization.
884
2dd88dca
JB
8852005-07-18 Jan Beulich <jbeulich@novell.com>
886
887 * config/tc-i386.c (parse_insn): Reject prefix if unavailable in
888 current mode.
889
8126167b
DA
8902005-07-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
891
892 * config/tc-hppa.c (pa_ip): Search entire mnemonic before considering
893 promoted match.
894
0f82ff91
AM
8952005-07-16 Alan Modra <amodra@bigpond.net.au>
896
897 * Makefile.am: Run "make dep-am".
898 * Makefile.in: Regenerate.
899
90700ea2
L
9002007-07-15 H.J. Lu <hongjiu.lu@intel.com>
901
902 * gas/config/tc-i386.h (CpuVMX): New.
903 (CpuUnknownFlags): Add CpuVMX.
904
49f58d10
JB
9052005-07-14 Jim Blandy <jimb@redhat.com>
906
907 Add support for the Renesas M32C.
908 * Makefile.am (CPU_TYPES): List m32c.
909 (TARGET_CPU_CFILES): List config/tc-m32c.c.
910 (TARGET_CPU_HFILES): List config/tc-m32c.h.
911 * configure.in: Add case for m32c.
912 * configure.tgt: Add cases for m32c and m32c-*-elf.
913 * configure: Regenerated.
914 * config/tc-m32c.c, config/tc-m32c.h: New files.
915 * doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
916 * doc/Makefile.in: Regenerated.
917 * doc/all.texi: Set M32C.
918 * doc/as.texinfo: Add text for the M32C-specific options and line
919 comment characters, and refer to c-m32c.texi.
920 * doc/c-m32c.texi: New file.
37b75c0c 921
6c5cf62c
NC
9222005-07-14 Nick Clifton <nickc@redhat.com>
923
924 PR 1069
925 * config/tc-crx.c (reset_vars): Use strncpy to prevent overflowing
926 the ins_parse buffer.
927
14c194bb
NC
9282005-07-10 Ralf Corsepius <ralf.corsepius@rtems.org>
929
930 * configure.tgt: Remove a29k-*-rtems*, hppa*-*-rtems*,i386-go32-rtems*,
931 i386-*-rtemscoff*, sparc-*-rtemsaout*.
932
28a9d8f5
L
9332005-07-10 H.J. Lu <hongjiu.lu@intel.com>
934
935 * config/tc-i386.c (optimize_disp): Optimize signed 32bit
936 displacements.
937
b4f261e0
BE
9382005-07-08 Ben Elliston <bje@au.ibm.com>
939
940 * frags.h: Remove ANSI_PROTOTYPES conditional code.
941 * config/obj-elf.h: Likewise.
942 * config/tc-h8300.h: Likewise.
943 * config/tc-h8500.h: Likewise.
944 * config/tc-i370.h: Likewise.
945 * config/tc-i386.h: Likewise.
946 * config/tc-m68hc11.h: Likewise.
947 * config/tc-m68k.h: Likewise.
948 * config/tc-ppc.h: Likewise.
949 * config/tc-s390.h: Likewise.
950 * config/tc-sh.h: Likewise.
951 * config/tc-sparc.h: Likewise.
952 * config/tc-tic30.c: Likewise.
953 * config/tc-w65.h: Likewise.
954 * config/tc-xtensa.h: Likewise.
955
d8b19f1a
HPN
9562005-07-08 Hans-Peter Nilsson <hp@axis.com>
957
958 PR gas/1049
959 * config/tc-cris.h (MD_APPLY_SYM_VALUE): Define.
960
0fd3a477
JW
9612005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
962
963 * config/tc-tic30.c (debug): Add format attribute. Fix format
964 bugs.
965
bf50992e
L
9662005-07-06 H.J. Lu <hongjiu.lu@intel.com>
967
968 * config/tc-i386.c (cpu_arch): Add sse3.
969
970 * config/tc-i386.h (CpuSSE3): Renamed from ...
971 (CpuPNI): This. Defined as CpuSSE3.
972
973 * doc/c-i386.texi: Document .sse3.
974
5d5e6db9
JB
9752005-07-06 Jan Beulich <jbeulich@novell.com>
976
977 * config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop.
978
3ec2b351
NC
9792005-07-05 Nick Clifton <nickc@redhat.com>
980
981 * config/tc-pdp11.c (md_apply_fix): Cast first argument to
982 md_chars_to_numbers to an unsigned pointer in order to avoid a
983 compile time warning.
984
9d8504b1
PB
9852005-07-05 Paul Brook <paul@codesourcery.com>
986
987 * config/tc-ppc.c (ppc_target_format): Add VxWorks.
988
a0defb2e
AH
9892005-07-05 Aldy Hernandez <aldyh@redhat.com>
990
991 * config/tc-ms1.c: New.
992 * config/tc-ms1.h: New.
993 * testsuite/gas/ms1/allinsn.d: New.
994 * testsuite/gas/ms1/allinsn.s: New.
995 * testsuite/gas/ms1/badinsn.s: New.
996 * testsuite/gas/ms1/badinsn1.s: New.
997 * testsuite/gas/ms1/badoffsethigh.s: New.
998 * testsuite/gas/ms1/badoffsetlow.s: New.
999 * testsuite/gas/ms1/badorder.s: New.
1000 * testsuite/gas/ms1/badreg.s: New.
1001 * testsuite/gas/ms1/badsignedimmhigh.s: New.
1002 * testsuite/gas/ms1/badsignedimmlow.s: New.
1003 * testsuite/gas/ms1/badsyntax.s: New.
1004 * testsuite/gas/ms1/badsyntax1.s: New.
1005 * testsuite/gas/ms1/badunsignedimmhigh.s: New.
1006 * testsuite/gas/ms1/badunsignedimmlow.s: New.
1007 * testsuite/gas/ms1/errors.exp: New.
1008 * testsuite/gas/ms1/ldst.s: New.
1009 * testsuite/gas/ms1/misc.d: New.
1010 * testsuite/gas/ms1/misc.s: New.
1011 * testsuite/gas/ms1/ms1-16-003.d: New.
1012 * testsuite/gas/ms1/ms1-16-003.s: New.
1013 * testsuite/gas/ms1/ms1.exp: New.
1014 * testsuite/gas/ms1/msys.d: New.
1015 * testsuite/gas/ms1/msys.s: New.
1016 * testsuite/gas/ms1/relocs.d: New.
1017 * testsuite/gas/ms1/relocs.exp: New.
1018 * testsuite/gas/ms1/relocs1.s: New.
1019 * testsuite/gas/ms1/relocs2.s: New.
1020
30123838
JB
10212005-07-05 Jan Beulich <jbeulich@novell.com>
1022
1023 * config/tc-i386.h (CpuSVME): New.
1024 (CpuUnknownFlags): Include CpuSVME.
1025 * config/tc-i386.c (cpu_arch): Add .pacifica and .svme. Add opteron
1026 as alias of sledgehammer.
1027 (md_assemble): Include invlpga in the check for insns with two source
1028 operands.
1029 (process_operands): Include SVME insns in the check for ignored
1030 segment overrides. Adjust diagnostic.
1031 (i386_index_check): Special-case SVME insns with memory operands.
1032
ca3f61f7
NC
10332005-07-04 Khem Raj <kraj@mvista.com>
1034 Nick Clifton <nickc@redhat.com>
1035
1036 * tc-arm.c (struct arm_it): Make operands.imm signed to match its
1037 use an immediate value.
1038 (parse_vfp_reg_list): Make the 2nd parameter an unsigned pointer
1039 since the register field of the operands structure is unsigned.
1040 (s_arm_unwind_save_vfp): Make "reg" unsigned.
1041 (parse_operands): Make the 2ns parameter an unsigned pointer to
1042 match its use.
1043 (do_ldrd): When using the imm field of the operands structure as a
1044 second register field, treat it as unsigned.
1045
551b43fd
AM
10462005-07-04 Alan Modra <amodra@bigpond.net.au>
1047
1048 PR 1004
1049 * config/obj-elf.c (obj_elf_change_section): Use backend
1050 get_sec_type_attr.
1051
e4e8248d
JB
10522005-07-01 Jan Beulich <jbeulich@novell.com>
1053
1054 * config/tc-ia64.c (line_separator_chars): Add '{' and '}'.
1055 (output_spill_psprel, output_spill_psprel_p): Combine.
1056 (output_spill_sprel, output_spill_sprel_p): Combine.
1057 (output_spill_reg, output_spill_regp_p): Combine.
1058 (process_one_record): Handle psp_psprel.
1059 (parse_predicate_and_operand): New.
1060 (convert_expr_to_ab_reg): Two new parameters. Return void. Always
1061 initialize output values. Emit diagnostic case here.
1062 (convert_expr_to_xy_reg): Likewise. Don't allow r0, f0, and f1.
1063 (add_unwind_entry): New second parameter. Allow first parameter to
1064 be NULL. Parse optional tag, emit warning about further support for
1065 it otherwise being missing. Check end-of-line when requested.
1066 (dot_fframe): Clear operand when wrong. Allow tag.
1067 (dot_vframe): Likewise.
1068 (dot_vframesp): Likewise. Rename parameter, issue warning when psp
1069 relative.
1070 (dot_vframepsp): Remove.
1071 (dot_altrp): Clear operand when wrong. Allow tag.
1072 (dot_save): Likewise. Let default case also go through
1073 add_unwind_entry.
1074 (dot_savemem): Likewise.
1075 (dot_restore): Don't return when wrong operand. Allow tag.
1076 (dot_spillreg, dot_spillreg_p): Combine. Simplify by using
1077 parse_predicate_and_operand and the new arguments to
1078 convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
1079 when wrong operand. Allow tag.
1080 (dot_restorereg, dot_restorereg_p): Likewise.
1081 (dot_spillmem, dot_spillmem_p): Likewise.
1082 (dot_saveg): Clear operand when wrong. Perform tighter operand
1083 checks. Allow tag.
1084 (dot_savef): Likewise.
1085 (dot_saveb): Likewise.
1086 (dot_savegf): Likewise.
1087 (dot_spill): Remove end-of-line check. Combine. Simplify by using
1088 parse_predicate_and_operand and the new arguments to
1089 convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
1090 when wrong operand. Allow tag.
1091 (popcount): New.
1092 (dot_label_state): Don't return when wrong operand.
1093 (dot_copy_state): Likewise.
1094 (dot_unwabi): Likewise. Check if in prologue.
1095 (dot_body): Don't call demand_empty_rest_of_line.
1096 (dot_prologue): Type of mask and grsave is unsigned. Perform tighter
1097 operand checks.
1098 (md_pseudo_table): Also use dot_restorereg for .restorereg.p. Also
1099 use dot_spillreg for .spillreg.p. Also use dot_spillmem for
1100 .spillpsp.p and .spillsp.p. Also use dot_vframesp for .vframepsp.
1101 (parse_operand): New second parameter. Don't deal with '}' here
1102 anymore. Don't advance past end-of-line.
1103 (parse_operands): Pass second argument to parse_operand.
1104 (ia64_start_line): Prevent out-of-bounds access through
1105 input_line_pointer. Deal with '}' here.
1106 (ia64_unrecognized_line): Don't deal with '}' here.
1107 (dot_alias): Use ignore_rest_of_line not its deprecated alias
1108 discard_rest_of_line.
1109
2fc8bdac
ZW
11102005-06-30 Zack Weinberg <zack@codesourcery.com>
1111
1112 * config/tc-arm.c (T_OPCODE_BRANCH, encode_arm_addr_mode_2)
1113 (encode_arm_addr_mode_3, encode_arm_cp_address, do_blx, do_t_blx)
1114 (do_t_branch, insns [b, bl]): Don't encode pipeline offset.
0d828caf 1115 (do_branch): Always set inst.reloc.pc_rel.
2fc8bdac
ZW
1116 (s_arm_elf_cons): Disallow use of (plt) suffix.
1117 (do_adrl): Adjust X_add_number unconditionally.
1118 (md_pcrel_from): Rename md_pcrel_from_section, add second segT
1119 argument. Handle all adjustment for pipeline offset here.
1120 (md_apply_fix): No need to undo work of md_pcrel_from. No
1121 need to extract pre-encoded pipeline adjustments from various
1122 branch instructions. Generally, assume instructions are already
1123 all-bits-zero in the field being fixed up. Remove all OBJ_ELF
1124 special cases. Handle BFD_RELOC_ARM_PLT32 like
1125 BFD_RELOC_ARM_PCREL_BRANCH.
1126 (tc_gen_reloc): Remove OBJ_ELF special case.
1127 * config/tc-arm.c: Define MD_PCREL_FROM_SECTION.
1128
b753922c
BE
11292005-06-30 Ben Elliston <bje@gnu.org>
1130
1131 * Makefile.am (check-DEJAGNU): Don't search for expect.
1132 * Makefile.in: Regenerate.
1133
c3298874
BE
11342005-06-30 Ben Elliston <bje@gnu.org>
1135
1136 * Makefile.am (EXPECT): Set to expect.
1137 (RUNTEST): Likewise, set to runtest.
1138 * Makefile.in: Regenerate.
1139
8f738565
BE
11402005-06-23 Ben Elliston <bje@gnu.org>
1141
1142 * config/m68k-parse.h: Use ISO C90.
1143 * config/m68k-parse.y: Likewise.
1144 * config/tc-m68k.h: Likewise.
1145
b300c311
L
11462005-06-20 H.J. Lu <hongjiu.lu@intel.com>
1147
1148 PR 1013
1149 * config/tc-i386.c (md_assemble): Don't call optimize_disp on
1150 movabs.
1151 (optimize_disp): Optimize only if possible. Don't use 64bit
1152 displacement on non-constants and do same on constants if
1153 possible.
1154
d6ab8113
JB
11552005-06-17 Jan Beulich <jbeulich@novell.com>
1156
1157 * config/tc-i386.c (reloc): Also handle BFD_RELOC_64_PCREL.
1158 (tc_i386_fix_adjustable): Include BFD_RELOC_X86_64_GOTOFF64,
1159 BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64.
1160 (output_disp): Do GOTPC conversion also for BFD_RELOC_X86_64_32S
1161 and BFD_RELOC_32_PCREL. Use BFD_RELOC_X86_64_GOTPC32 instead of
1162 aborting.
1163 (output_imm): Do GOTPC conversion also for BFD_RELOC_X86_64_32S.
1164 Use BFD_RELOC_X86_64_GOTPC32 instead of aborting.
1165 (tc_gen_reloc): Do GOTPC conversion also for BFD_RELOC_32_PCREL.
1166 Use BFD_RELOC_X86_64_GOTPC32 instead of aborting. Also handle
1167 BFD_RELOC_X86_64_GOTOFF64, BFD_RELOC_X86_64_GOTPC32,
1168 BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64. Also
1169 convert 8-byte pc-relative relocations.
1170 (lex_got): Use BFD_RELOC_X86_64_GOTOFF64 for 64-bit @gotoff.
1171 (i386_validate_fix): Likewise.
1172 (x86_cons): Also handle quad values in 64-bit mode.
1173 (i386_displacement): Also handle BFD_RELOC_X86_64_GOTOFF64.
1174 (md_apply_fix): Include BFD_RELOC_X86_64_DTPOFF64 and
1175 BFD_RELOC_X86_64_TPOFF64 in the TLS check. Also convert BFD_RELOC_64
1176 to pc-relative variant. Also check for BFD_RELOC_64_PCREL.
1177
37f6032b
ZW
11782005-06-13 Zack Weinberg <zack@codesourcery.com>
1179
1180 * config/tc-arm.c (find_real_start): Check S_IS_LOCAL on
1181 symbolP as well as for names with a leading dot. Use ACONCAT.
1182 (md_apply_fix): For branch relocations, only replace value
1183 with fixP->fx_offset (under #ifdef OBJ_ELF) when !fixP->fx_done.
1184 (arm_force_relocation): Remove #ifdef OBJ_ELF case.
1185 * config/tc-arm.h (LOCAL_LABEL): Remove unnecessary parentheses.
1186 (LOCAL_LABEL_PREFIX): Don't define.
1187
6bdb6dec
AM
11882005-06-10 Alan Modra <amodra@bigpond.net.au>
1189
1190 * config/tc-hppa.c (pa_block): Allocate just one byte for the
1191 fill pattern.
1192
4dddc1d1
JW
11932005-06-08 James E Wilson <wilson@specifixinc.com>
1194
1195 PR 994
1196 * config/tc-ia64.c (slot_index): Revert last change. If first_frag
1197 is NULL, then emit a warning, and return the current index.
1198
03b13e59
NC
11992005-06-08 Tomas Hurka <tom@hukatronic.cz>
1200
6bdb6dec 1201 PR 991
03b13e59
NC
1202 * config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a
1203 temporary copy of the operands array so that changes can be safely
1204 backed out if the insn does not match.
1205 (m68k_compare_opcode): Shortcut the test when the parameters are
1206 the same. Return 1 if the names match but the second opcode is
1207 further on in the array than the first.
1208
985d9490
NC
12092005-06-08 Nick Clifton <nickc@redhat.com>
1210
1211 PR 994
1212 * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
1213
6858915a
NC
12142005-06-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1215
1216 * config/tc-m32r.c (use_parallel): Change default value from 1 to 0.
1217
047af9ef
AH
12182005-06-07 Aldy Hernandez <aldyh@redhat.com>
1219 Michael Snyder <msnyder@redhat.com>
1220 Stan Cox <scox@redhat.com>
1221
1222 * configure.in: Add ms1 case.
1223
1224 * configure: Regenerate.
1225
1226 * configure.tgt: Add ms1 case.
1227
0bf60745
BW
12282005-06-07 Bob Wilson <bob.wilson@acm.org>
1229
1230 * config/tc-xtensa.h (resource_table): Change units to unsigned chars.
1231 * config/tc-xtensa.c (new_resource_table): Likewise.
1232 (resize_resource_table): Likewise.
1233 (release_resources): Fix assertion for unsigned values.
1234
55cf6793
ZW
12352005-06-07 Zack Weinberg <zack@codesourcery.com>
1236
1237 * cgen.c, cgen.h, tc.h, write.c, config/obj-coff.c
1238 * config/tc-a29k.c, config/tc-alpha.c, config/tc-alpha.h
1239 * config/tc-arc.c, config/tc-arc.h, config/tc-arm.c
1240 * config/tc-arm.h, config/tc-avr.c, config/tc-avr.h
1241 * config/tc-cris.c, config/tc-crx.c, config/tc-d10v.c
1242 * config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h
1243 * config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.h
1244 * config/tc-frv.c, config/tc-frv.h, config/tc-h8300.c
1245 * config/tc-h8500.c, config/tc-hppa.c, config/tc-hppa.h
1246 * config/tc-i370.c, config/tc-i370.h, config/tc-i386.c
1247 * config/tc-i386.h, config/tc-i860.c, config/tc-i860.h
1248 * config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c
1249 * config/tc-ip2k.c, config/tc-ip2k.h, config/tc-iq2000.c
1250 * config/tc-iq2000.h, config/tc-m32r.c, config/tc-m32r.h
1251 * config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c
1252 * config/tc-m68k.h, config/tc-m88k.c, config/tc-maxq.c
1253 * config/tc-mcore.c, config/tc-mcore.h, config/tc-mips.c
1254 * config/tc-mips.h, config/tc-mmix.c, config/tc-mn10200.c
1255 * config/tc-mn10300.c, config/tc-msp430.c, config/tc-ns32k.c
1256 * config/tc-openrisc.h, config/tc-or32.c, config/tc-or32.h
1257 * config/tc-pdp11.c, config/tc-pj.c, config/tc-pj.h
1258 * config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c
1259 * config/tc-s390.h, config/tc-sh64.c, config/tc-sh.c
1260 * config/tc-sh.h, config/tc-sparc.c, config/tc-sparc.h
1261 * config/tc-tahoe.c, config/tc-tic30.c, config/tc-tic4x.c
1262 * config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c
1263 * config/tc-v850.h, config/tc-vax.c, config/tc-vax.h
1264 * config/tc-w65.c, config/tc-xstormy16.c, config/tc-xstormy16.h
1265 * config/tc-xtensa.c, config/tc-z8k.c:
1266 Replace all instances of the string "_apply_fix3" with
1267 "_apply_fix".
1268 * po/POTFILES.in, po/gas.pot: Regenerate.
1269
620c54b3
AM
12702005-06-08 Alan Modra <amodra@bigpond.net.au>
1271
1272 * Makefile.am: Run "make dep-am".
1273 (POTFILES): Remove GAS_CFILES.
1274 * Makefile.in: Regenerate.
1275
32b26a03
MR
12762005-06-07 David Ung <davidu@mips.com>
1277
1278 * config/tc-mips.c (mips_cpu_info_table): Add cpu names m4k, 24k,
1279 24kc, 24kf and 24kfx under MIPS32 release 2.
1280
6a86118a
NC
12812005-06-04 Nick Clifton <nickc@redhat.com>
1282
1283 * config/tc-arm.c (CE, C3, CM, UE, UF): Redefine without reference
1284 to their Thumb-enabled equivalents.
1285
20e1fcfd
MR
12862005-06-01 Maciej W. Rozycki <macro@linux-mips.org>
1287
1288 * config/tc-mips.c (load_register): Add leading "0x" to the
1289 output of sprintf_vma().
1290 (macro): Likewise.
1291
1887dd22
NC
12922005-06-01 Nick Clifton <nickc@redhat.com>
1293
1294 * config/tc-arm.c (TxCE, TxC3, TxCM, TUE, TUF): Remove redundant
1295 test for the presence of thumb version of the parsing functions
1296 since they must always exist and the test generates a compile time
1297 warning message.
1298
04fe8f58
RH
12992005-05-31 Richard Henderson <rth@redhat.com>
1300
1301 * config/tc-alpha.c (O_lituse_jsrdirect): New.
1302 (alpha_reloc_op): Add it.
1303 (debug_exp): Handle it.
1304 (DUMMY_RELOC_LITUSE_JSRDIRECT): New.
1305 (emit_insn): Handle it.
1306 * doc/c-alpha.texi (Alpha-Relocs): Document lituse_jsrdirect.
1307
988392e2
CG
13082005-05-31 Christian Groessler <chris@groessler.org>
1309
1310 * write.c (dump_section_relocs): Convert to ISO-C.
1311 (write_relocs): Avoid signed/unsigned and fprintf argument
1312 warnings in debug code.
1313
adbaf948
ZW
13142005-05-26 Zack Weinberg <zack@codesourcery.com>
1315
1316 * config/tc-arm.h (TC_FIX_TYPE): Change to int.
1317 (TC_INIT_FIX_DATA): Initialize to 0, not NULL.
1318 * config/tc-arm.c (fix_new_arm): Remove now-unnecessary cast.
1319 (md_apply_fix3): Delete fix_is_thumb variable; refer to
1320 fixP->tc_fix_data directly in the sole place it was used.
1321 Explicitly truncate value, *valP, fixP->fx_addnumber, and
1322 fixP->fx_offset to 32 bits, for consistent behavior between 32-
1323 and 64-bit hosts.
1324
5656b6b8
JB
13252005-05-27 Jan Beulich <jbeulich@novell.com>
1326
1327 * config/tc-ia64.c (struct proc_pending): New.
1328 (unwind): Replace proc_start with proc_pending.
1329 (unwind_diagnostic): Check unwind.proc_pending.sym.
1330 (dot_proc): Replace unwind.proc_start with unwind.proc_pending.sym.
1331 Check if previous proc not closed. Record all entry points.
1332 (dot_endp): Replace unwind.proc_start with unwind.proc_pending.sym.
1333 Set symbol sizes for entry points recorded in dot_proc. Check
1334 arguments for consistency with respective .proc's.
1335 (md_assemble): Replace unwind.proc_start with
1336 unwind.proc_pending.sym.
1337
75214fb0
JB
13382005-05-27 Jan Beulich <jbeulich@novell.com>
1339
1340 * config/tc-ia64.c (emit_one_bundle): Restrict scope of ptr, end_ptr,
1341 and last_ptr. Check all in-use slots for first one with non-NULL
1342 unwind_record. Don't reload end_ptr before second update round.
1343
7c06efaa
JW
13442005-05-26 James E Wilson <wilson@specifixinc.com>
1345
1346 * config/tc-ia64.c (extra_goodness): Update comment.
1347 (md_begin): Add debugging code to print best_template table.
1348
286cee81
JB
13492005-05-25 Jan Beulich <jbeulich@novell.com>
1350
1351 * config/tc-ia64.c (md_begin): Don't try to match slot 2 of an MLX
1352 template.
1353
30ad6cb9
JB
13542005-05-25 Jan Beulich <jbeulich@novell.com>
1355
1356 * config/tc-ia64.c (ia64_gen_real_reloc_type): Also handle
1357 BFD_RELOC_UNUSED when determining the width of the reloc.
1358
6baf2b51
JB
13592005-05-25 Jan Beulich <jbeulich@novell.com>
1360
1361 * config/tc-ia64.c (dot_endp): Clear out all three pointers in unwind
1362 section entry.
1363
fa30c84f
JB
13642005-05-25 Jan Beulich <jbeulich@novell.com>
1365
1366 * config/tc-ia64.c (dot_radix): Rewrite.
1367
1055c30c
JB
13682005-05-25 Jan Beulich <jbeulich@novell.com>
1369
1370 * config/tc-ia64.c (struct unw_rec_list): Remove next_slot_number
1371 and next_slot_frag.
1372 (alloc_record): Remove references to next_slot_number and
1373 next_slot_frag.
1374 (emit_one_bundle): Likewise.
1375
45d18c80
NC
13762005-05-22 Nick Clifton <nickc@redhat.com>
1377
1378 * config/tc-v850.c (md_apply_fix3): Pass the address of the
1379 message buffer when invoking the insert function.
1380
9f45e54b
DA
13812005-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1382
1383 * config/tc-hppa.c (pa_ip): Promote architecture from PA 1.0 to 1.1
1384 only if an instruction match is found.
1385
47e70edb
BW
13862005-05-20 Bob Wilson <bob.wilson@acm.org>
1387
1388 * config/tc-xtensa.c (xg_assemble_vliw_tokens): Change subtraction
1389 to addition in argument to xtensa_dwarf2_emit_insn.
1390
e3e71e27
ZW
13912005-05-19 Zack Weinberg <zack@codesourcery.com>
1392
1393 * Makefile.am: Have 'all' depend on 'info'.
1394 * Makefile.in: Regenerate.
1395
c744ecf2
AM
13962005-05-19 Alan Modra <amodra@bigpond.net.au>
1397
1398 * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
1399
b0648eec
AM
14002005-05-19 Anton Blanchard <anton@samba.org>
1401
1402 * config/tc-ppc.c (parse_cpu): Handle "-mpower5".
1403 (md_show_usage): Document it.
1404 (ppc_setup_opcodes): Insert POWER5 mnemonics.
1405 * doc/c-ppc.texi (PowerPC-Opts): Document "-mpower5".
1406
4600db48
JB
14072005-05-19 Jan Beulich <jbeulich@novell.com>
1408
1409 * config/tc-ia64.c (dot_endp): Don't use global symbol for unwind
1410 relocations in unwind section.
1411
a0ef61f7
NC
14122005-05-18 Nick Clifton <nickc@redhat.com>
1413
1414 * config/tc-v850.c (md_apply_fix3): Only use the insertion routine
1415 if one exists. Ignore any error messages it may produce, just
1416 allow it to perform the insertion.
1417
c19d1205
ZW
14182005-05-17 Zack Weinberg <zack@codesourcery.com>
1419
1420 * hash.c (hash_lookup): Add len parameter. All callers changed.
1421 (hash_find_n): New interface.
1422 * hash.h: Prototype hash_find_n.
1423 * sb.c: Include as.h.
1424 (scrub_from_sb, sb_to_scrub, scrub_position): New statics.
1425 (sb_scrub_and_add_sb): New interface.
1426 * sb.h: Prototype sb_scrub_and_add_sb.
1427 * input-scrub.c (input_scrub_include_sb): Use sb_scrub_and_add_sb.
1428
1429 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Remove
1430 reference to BFD_RELOC_ARM_GOT12 which is never generated.
1431 * config/tc-arm.c: Rewrite, adding Thumb-2 support.
1432
970c3dbc
DJ
14332005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1434
1435 * doc/Makefile.am (gasver.texi): Don't use $<.
1436 * doc/Makefile.in: Regenerated.
1437
ec7ef033
NC
14382005-05-17 Nick Clifton <nickc@redhat.com>
1439
1440 PR 876
1441 * symbols.c (resolve_symbol_value): Do not move symbols whose
1442 value expression has not been resolved or finalized into the
1443 absolute section as this will confuse other parts of the assembler
1444 into thinking that their value is zero.
1445
40a4d956
JB
14462005-05-17 Jan Beulich <jbeulich@novell.com>
1447
1448 * read.c (_find_end_of_line): New.
1449 (find_end_of_line): New.
1450 (HANDLE_CONDITIONAL_ASSEMBLY): Use it.
1451 (read_a_source_file): Use it.
1452 (s_globl): Use it.
1453 (s_macro): Use it.
1454 (get_line_sb): Use it.
1455 (s_errwarn): Replace discard_rest_of_line by ignore_rest_of_line.
1456 (s_comm_internal): Likewise.
1457 (s_lsym): Likewise.
1458 (s_macro): Likewise.
1459 (s_ignore): Use ignore_rest_of_line.
1460 * read.h (find_end_of_line): Prototype.
1461 (discard_rest_of_line): Remove prototype. #define to
1462 ignore_rest_of_line.
1463
2d034539
NC
14642005-05-17 Nick Clifton <nickc@redhat.com>
1465
1466 * config/tc-v850,h (TC_FIX_TYPE): Define.
1467 (TC_INIT_FIX_TYPE): Define.
1468 * config/tc-v850.c (md_assemble): When creating a fix record the
1469 operand in the tc_fix_data field.
1470 (md_apply_fix3): When applying a resolved fix use the operand's
1471 insertion procedure to store the value, if the operand has been
1472 recorded.
1473
42ecbf5e
DJ
14742005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1475
1476 * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap
1477 invocation.
1478 * Makefile.in: Regenerated.
1479
d7c531cd
BW
14802005-05-13 Sterling Augustine <sterling@tensilica.com>
1481 Bob Wilson <bob.wilson@acm.org>
1482
1483 * config/tc-xtensa.c (xtensa_insnbuf_set_operand): Clarify error
1484 message.
1485 (xtensa_mark_zcl_first_insns): Fix incorrect nesting of conditional
1486 for handling RELAX_CHECK_ALIGN_NEXT_OPCODE.
1487
3c9d25f4
AM
14882005-05-11 Alan Modra <amodra@bigpond.net.au>
1489
1490 * config/tc-ppc.c (md_apply_fix3): Allow pcrel forms of BFD_RELOC_16,
1491 BFD_RELOC_LO16, BFD_RELOC_HI16 and BFD_RELOC_HI16_S.
1492
ee192366
MM
14932005-05-10 Michael Matz <matz@suse.de>
1494
1495 * frags.c (frag_grow): Don't be too greedy in allocating memory.
1496
1497 * config/tc-hppa.c (pa_block): Check arguments to .block[z].
1498
20d7ce9b
HPN
14992005-05-10 Hans-Peter Nilsson <hp@bitrange.com>
1500
1501 PR binutils/886
1502 * config/tc-mmix.c (mmix_handle_mmixal): Rearrange slightly.
1503 Handle label-without-colon before ordinary dot-pseudo as an
1504 ordinary label. Don't leak memory for label-without-colon alone
1505 on a line. Don't mmixal-munge operands for dot-pseudos.
1506
be03cc84
JB
15072005-05-10 Jan Beulich <jbeulich@novell.com>
1508
1509 * macro.c (get_any_string): Remove the two last parameters. Replace
1510 references to the former expand parameter by using macro_alternate.
1511 Simplify loop condition for checking for end-of-string.
1512 (get_string): Remove redunant call to sb_skip_white.
1513 (do_formals): Remove two last arguments to get_any_string.
1514 (macro_expand): Likewise.
1515 (expand_irp): Likewise.
1516
360e86f1
JB
15172005-05-10 Jan Beulich <jbeulich@novell.com>
1518
1519 * read.c (s_macro): Move local variable 'local' to smaller scope.
1520 Call sb_kill on it when done.
1521
34d9ee9e
JB
15222005-05-09 Jan Beulich <jbeulich@novell.com>
1523
ee192366
MM
1524 * config/tc-i386.c (optimize_disp): Discard displacement entirely
1525 when zero and not required by encoding constraints.
34d9ee9e 1526
c9cd7160
L
15272005-05-09 H.J. Lu <hongjiu.lu@intel.com>
1528
1529 PR 936
1530 * config/tc-sh64.c (sh64_fake_label): New.
1531
1532 * config/tc-sh64.h (TC_FAKE_LABEL): New.
1533
1534 * doc/internals.texi (TC_FAKE_LABEL): Document.
1535
1536 * write.c (TC_FAKE_LABEL): New.
1537 (adjust_reloc_syms): Use it.
1538 (write_object_file): Likewise.
1539
e44823cf
JB
15402005-05-09 Jan Beulich <jbeulich@novell.com>
1541
1542 * config/tc-i386.c (parse_insn): Disallow use of prefix separator
1543 and comma in Intel mode.
1544
089dfecd
JB
15452005-05-09 Jan Beulich <jbeulich@novell.com>
1546
1547 * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Correct 64-bit mode
1548 names to match ABI. Add more registers for 32-bit and 64-bit modes.
1549 Make name array static and const. Adjust lookup to account for NULL
1550 entries (standing for unused register numbers).
1551
f41bbced
JB
15522005-05-09 Jan Beulich <jbeulich@novell.com>
1553
1554 * config/tc-i386.c (parse_insn): Consider all matching instructions
1555 when checking for string instruction after string-only prefix.
1556
6e3f953d
L
15572005-05-07 H.J. Lu <hongjiu.lu@intel.com>
1558
1559 PR 940
1560 * config/tc-ia64.c (start_unwind_section): Properly check
1561 comdat group with SHF_GROUP.
1562
0c6c36d5
BW
15632005-05-06 Bob Wilson <bob.wilson@acm.org>
1564
1565 * doc/c-xtensa.texi (Literal Directive): Spelling correction.
1566
c138bc38
BW
15672005-05-06 Bob Wilson <bob.wilson@acm.org>
1568
1569 * config/tc-xtensa.c: Remove excess whitespace.
1570 * config/tc-xtensa.h: Likewise.
1571 * config/xtensa-istack.h: Likewise.
1572 * config/xtensa-relax.c: Likewise.
1573 * config/xtensa-relax.h: Likewise.
1574
93a9f991
NC
15752005-05-06 Nick Clifton <nickc@redhat.com>
1576
1577 * sb.h: Fix formatting of comments.
1578 * sb.c: Fix formatting of comments.
1579
3c9aabc7
JB
15802005-05-06 Jan Beulich <jbeulich@novell.com>
1581
1582 * sb.h (sb_add_buffer): Reintroduce.
1583 * sb.c (sb_add_buffer): Likewise.
1584
6eaeac8a
JB
15852005-05-06 Jan Beulich <jbeulich@novell.com>
1586
1587 * macro.c (new_formal, del_formal): New.
1588 (do_formals): Use new_formal. Check for and parse qualifier. Warn if
1589 required argument has default value. Stop looking for more formal
1590 when there was a vararg one.
1591 (macro_expand_body): Use new_formal and del_formal.
1592 (macro_expand): Likewise. Initialize local variable err. Don't
1593 return immediately when encountering an error. Warn when keyword
1594 argument already had a value assigned. Eliminate duplicate clearing
1595 of argument value. When current positional argument matches parameter
1596 of vararg type, assign to it all the remaining arguments. Issue error
1597 when required parameter does not have value.
1598 (free_macro): Use del_formal.
1599 (expand_irp): Initialize formal type. Free buffers associated with
1600 formal prior to returning.
1601 * macro.h (struct formal_struct): Add new field 'type' with new
1602 enumeration type 'formal_type'.
1603 * doc/as.texinfo: Document macro parameter qualifiers.
1604 * NEWS: Mention new functionality.
1605
26aca5f6
JB
16062005-05-06 Jan Beulich <jbeulich@novell.com>
1607
1608 * cond.c (s_ifb): New.
1609 * read.c (potable): Add s_ifb as handler for .ifb and .ifnb.
1610 * read.h (s_ifb): Prototype.
1611 * doc/as.texinfo: Document .ifb and .ifnb.
1612
5faa8e39
JW
16132005-05-05 Steve Ellcey <sje@cup.hp.com>
1614
1615 * config/tc-ia64.c (MIN): Undef.
1616
eac338cf
PB
16172005-05-05 Paul Brook <paul@codesourcery.com>
1618
1619 * config/tc-i386.h (ELF_TARGET_FORMAT): Define for TE_VXWORKS.
1620
d8244a4a
NC
16212005-05-05 Matt Thomas <matt@3am-software.com>
1622
1623 * config/tc-vax.c (md_assemble): Don't assume a valueT is 4
1624 bytes.
1625
4b4da160
NC
16262005-05-05 Nick Clifton <nickc@redhat.com>
1627
1628 * Update the address and phone number of the FSF organization in
1629 the GPL notices in the following files:
1630 COPYING, app.c, as.c, as.h, asintl.h, atof-generic.c, bignum.h,
1631 bit_fix.h, cgen.c, cgen.h, cond.c, debug.c, depend.c, dw2gencfi.c,
1632 dw2gencfi.h, dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c,
1633 emul-target.h, emul.h, expr.c, expr.h, flonum-copy.c,
1634 flonum-konst.c, flonum.h, frags.c, frags.h, hash.c, hash.h,
1635 input-file.c, input-file.h, input-scrub.c, itbl-lex.h, itbl-lex.l,
1636 itbl-ops.c, itbl-ops.h, itbl-parse.y, listing.c, listing.h,
1637 literal.c, macro.c, macro.h, messages.c, obj.h, output-file.c,
1638 output-file.h, read.c, read.h, sb.c, sb.h, stabs.c,
1639 struc-symbol.h, subsegs.c, subsegs.h, symbols.c, symbols.h, tc.h,
1640 write.c, write.h, config/aout_gnu.h, config/atof-ieee.c,
1641 config/atof-vax.c, config/itbl-mips.h, config/m68k-parse.h,
1642 config/m68k-parse.y, config/m88k-opcode.h, config/obj-aout.c,
1643 config/obj-aout.h, config/obj-bout.c, config/obj-bout.h,
1644 config/obj-coff.c, config/obj-coff.h, config/obj-ecoff.c,
1645 config/obj-ecoff.h, config/obj-elf.c, config/obj-elf.h,
1646 config/obj-evax.c, config/obj-evax.h, config/obj-hp300.c,
1647 config/obj-hp300.h, config/obj-ieee.c, config/obj-ieee.h,
1648 config/obj-multi.h, config/obj-som.c, config/obj-som.h,
1649 config/tc-a29k.c, config/tc-a29k.h, config/tc-alpha.c,
1650 config/tc-alpha.h, config/tc-arc.c, config/tc-arc.h,
1651 config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
1652 config/tc-cris.c, config/tc-cris.h, config/tc-crx.c,
1653 config/tc-crx.h, config/tc-d10v.c, config/tc-d10v.h,
1654 config/tc-d30v.c, config/tc-d30v.h, config/tc-dlx.c,
1655 config/tc-dlx.h, config/tc-fr30.c, config/tc-fr30.h,
1656 config/tc-frv.c, config/tc-frv.h, config/tc-generic.c,
1657 config/tc-generic.h, config/tc-h8300.c, config/tc-h8300.h,
1658 config/tc-h8500.c, config/tc-h8500.h, config/tc-hppa.c,
1659 config/tc-hppa.h, config/tc-i370.c, config/tc-i370.h,
1660 config/tc-i386.c, config/tc-i386.h, config/tc-i860.c,
1661 config/tc-i860.h, config/tc-i960.c, config/tc-i960.h,
1662 config/tc-ia64.c, config/tc-ia64.h, config/tc-ip2k.c,
1663 config/tc-ip2k.h, config/tc-iq2000.c, config/tc-iq2000.h,
1664 config/tc-m32r.c, config/tc-m32r.h, config/tc-m68851.h,
1665 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
1666 config/tc-m68k.h, config/tc-m88k.c, config/tc-m88k.h,
1667 config/tc-maxq.c, config/tc-maxq.h, config/tc-mcore.c,
1668 config/tc-mcore.h, config/tc-mips.c, config/tc-mips.h,
1669 config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
1670 config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
1671 config/tc-msp430.c, config/tc-msp430.h, config/tc-ns32k.c,
1672 config/tc-ns32k.h, config/tc-openrisc.c, config/tc-openrisc.h,
1673 config/tc-or32.c, config/tc-or32.h, config/tc-pdp11.c,
1674 config/tc-pdp11.h, config/tc-pj.c, config/tc-pj.h,
1675 config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c,
1676 config/tc-s390.h, config/tc-sh.c, config/tc-sh.h,
1677 config/tc-sh64.c, config/tc-sh64.h, config/tc-sparc.c,
1678 config/tc-sparc.h, config/tc-tahoe.c, config/tc-tahoe.h,
1679 config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
1680 config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
1681 config/tc-tic80.c, config/tc-tic80.h, config/tc-v850.c,
1682 config/tc-v850.h, config/tc-vax.c, config/tc-vax.h,
1683 config/tc-w65.c, config/tc-w65.h, config/tc-xstormy16.c,
1684 config/tc-xstormy16.h, config/tc-xtensa.c, config/tc-xtensa.h,
1685 config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
1686 config/te-freebsd.h, config/te-hp300.h, config/te-hppa.h,
1687 config/te-ic960.h, config/te-irix.h, config/te-nbsd.h,
1688 config/te-netware.h, config/te-sparcaout.h, config/te-sun3.h,
1689 config/te-tmips.h, config/te-vxworks.h, config/vax-inst.h,
1690 config/xtensa-istack.h, config/xtensa-relax.c,
2b8725e7 1691 config/xtensa-relax.h, doc/fdl.texi
4b4da160 1692
699d2810
NC
16932005-05-05 Nick Clifton <nickc@redhat.com>
1694
1695 * config/tc-arm.c (arm_opts): Make -mlittle-endian switch set
1696 the target_big_endian variable to false.
1697
69852798
AM
16982005-05-04 Alan Modra <amodra@bigpond.net.au>
1699
1700 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct section
1701 list traversal. Use bfd_section_list_prepend.
1702 * config/tc-mmix.c (mmix_frob_file): Don't needlessly iterate
1703 over the section list.
1704 * config/tc-xtensa.c (xtensa_remove_section): Delete.
1705 (xtensa_insert_section): Delete.
1706 (xtensa_move_seg_list_to_beginning): Use bfd_section_list_remove
1707 and bfd_section_list_prepend.
1708 (xtensa_reorder_seg_list): Use bfd_section_list_remove and
1709 bfd_section_list_insert_after.
1710
c1d05a60
NC
17112005-05-03 Nick Clifton <nickc@redhat.com>
1712
1713 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations
1714 of bfd_section_list... macros.
1715 * config/tc-mmix.c (mmix_frob_file): Likewise.
1716 * config/tc-xtensa.c (xtensa_remove_section): Likewise.
1717 (xtensa_insert_section): Likewise.
1718
1719 * macro.c (macro_hash): Remove static.
1720 * macro.h (macro_hash): Provide an external declaration.
1721
5daa8fe7
L
17222005-05-02 H.J. Lu <hongjiu.lu@intel.com>
1723
1724 * write.c (write_object_file): Use bfd_section_double_list_remove
1725 to remove sections.
1726
475bf943
DJ
17272005-05-02 Daniel Jacobowitz <dan@codesourcery.com>
1728
1729 * doc/Makefile.am (gasver.texi): Correct quoting.
1730 * doc/Makefile.in: Regenerated.
1731
009b6a7a
DJ
17322005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
1733
1734 * configure.tgt: Add h8300*-*-rtemscoff.
1735 Switch h8300*-*-rtems* to elf.
1736
7e70f1af
L
17372005-04-29 H.J. Lu <hongjiu.lu@intel.com>
1738
1739 * hash.c: Undo the last change.
1740 * hash.h: Likewise.
1741
aa7eb06d
DJ
17422005-04-29 Daniel Jacobowitz <dan@codesourcery.com>
1743
1744 * doc/Makefile.am (gasver.texi): Depend on bfd/configure instead
1745 of Makefile.
1746 (DISTCLEANFILES): Remove.
1747 (MAINTAINERCLEANFILES): Add asconfig.texi.
1748 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
1749
87c245cc
BE
17502005-04-29 Ben Elliston <bje@au.ibm.com>
1751
1752 * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
1753 (GENERIC_OBJS): Likewise, remove bignum-copy.o.
1754 (bignum-copy.o): Remove.
1755 * Makefile.in: Regenerate.
1756 * makefile.vms (OBJS): Remove bignum-copy.obj.
1757 * symbols.h (local_symbol_make): Remove declaration.
1758 (verify_symbol_chain_2): Likewise.
1759 * symbols.c (local_symbol_make): Make static.
1760 (max_indent_level): Likewise.
1761 (verify_symbol_chain_2): Remove.
1762 * macro.c (macro_hash): Make static.
1763 * messages.c (fprint_value): Remove.
1764 * read.h (get_absolute_expr): Remove.
1765 (emit_leb128_expr): Likewise.
1766 (do_s_func): Likewise.
1767 * read.c (do_s_func): Make static.
1768 (emit_leb128_expr): Likewise.
1769 (get_absolute_expr): Likewise.
1770 * as.h (as_howmuch): Remove declaration.
1771 (fprint_value): Likewise.
1772 * as.c (myname): Make static.
1773 * input-scrub.c (as_howmuch): Remove.
1774 (as_1_char): Likewise.
1775 * input-file.h (input_file_is_open): Remove.
1776 * input-file.c (input_file_is_open): Likewise.
1777 * expr.h (expr_build_unary): Remove declaration.
1778 (expr_build_binary): Likewise.
1779 * expr.c (expr_build_unary): Remove.
1780 (expr_build_binary): Likewise.
1781 * hash.h (hash_replace): Remove declaration.
1782 (hash_delete): Likewise.
1783 * hash.c (hash_replace): Remove.
1784 (hash_delete): Likewise.
1785 * bignum-copy.c (bignum_copy): Move from here ..
1786 * config/tc-vax.c (bignum_copy): .. to here.
1787 * bignum.h (LOG_TO_BASE_2_OF_10): Remove.
1788 (bignum_copy): Remove extern declaration.
1789 * sb.h (string_count): Remove extern declaration.
1790 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
1791 (sb_name): Likewise.
1792 * sb.c (dsize): Replace preprocessor macro with static int.
1793 (string_count): Make static.
1794 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
1795 (sb_name): Likewise.
1796 * config/obj-coff.c (dim_index): Make static.
1797 * config/tc-i386.c (GOT_symbol): Likewise.
1798 (output_invalid_buf): Likewise.
1799 * doc/internals.texi (Warning and error messages): Remove the
1800 prototype for fprint_value.
1801
f3429a74
BE
18022005-04-27 Ben Elliston <bje@au.ibm.com>
1803
1804 * link.cmd: Remove.
1805
60938e80
L
18062005-04-26 H.J. Lu <hongjiu.lu@intel.com>
1807
1808 * config/obj-multi.h (FAKE_LABEL_NAME): Defined.
1809
1810 * read.c (pseudo_set): Disallow symbol set to common symbol.
1811
1812 PR 857
1813 * write.c (write_object_file): Report common symbol name when
1814 disallowing local symbol set to common symbol.
1815 (adjust_reloc_syms): Disallow local symbol set to undefined
1816 symbol.
1817
02ddf156
JB
18182005-04-25 Jan Beulich <jbeulich@novell.com>
1819
1820 * macro.c (macro_expand_body): Replace locals indicator parameters
1821 with actual macro_entry. New local variables macro_line and err.
1822 Don't return when encountering an error, just record the fact.
1823 Detect local symbol name colliding with parameter. Track line number
1824 inside of macro expansion.
1825 (do_formals): Move local variable name to wider scope. Check
1826 parameter of the same name doesn't already exist. In MRI mode, also
1827 check it doesn't collide with the argument count pseudo-parameter).
1828 (define_macro): Add file and line number parameters. Remove local
1829 variable namestr. New local variable error. Initialize macro_entry
1830 members file, line, and name. Don't return when encountering an
1831 error, just record the fact. Use %s in some diagnostics for read.c
1832 to insert the macro name. Free macro_entry on error.
1833 (macro_expand): Pass macro_entry to macro_epand_body. Don't return
1834 when encountering an error, just record the fact.
1835 (expand_irp): Don't return when encountering an error, just record
1836 the fact.
1837 * macro.h (macro_struct): New members name, file, and line.
1838 (define_macro): Add file and line number parameters.
1839 * read.c (s_macro): Pass file and line to define_macro. Tag warning
1840 regarding pseudo-op redefinition with the file/line that macro
1841 definition started at.
1842
d2a033cd
BW
18432005-04-22 Bob Wilson <bob.wilson@acm.org>
1844
1845 * config/tc-xtensa.c (LOOKAHEAD_ALIGNER): Delete macro.
1846 (future_alignment_required): Remove ifdefs that use it.
1847
84b08ed9
BW
18482005-04-22 Bob Wilson <bob.wilson@acm.org>
1849
1850 * config/tc-xtensa.c (xg_get_build_instr_size): Remove.
1851 (xg_is_narrow_insn, xg_expand_narrow): Remove. Merge into...
1852 (xg_is_single_relaxable_insn): ...here. Add "targ" and "narrow_only"
1853 parameters.
1854 (xg_assembly_relax, xg_find_narrowest_format, relaxation_requirements,
1855 convert_frag_narrow): Use new version of xg_is_single_relaxable_insn.
1856
d8cbebfd
CG
18572005-04-21 Christian Groessler <chris@groessler.org>
1858
1859 * config/tc-z8k.c (md_assemble): Fix buffer overrun in operand[]
1860 array.
1861
e97b3f28
L
18622005-04-20 H.J. Lu <hongjiu.lu@intel.com>
1863
1864 * config/obj-aout.h (S_IS_EXTERN): Removed.
1865 * config/obj-bout.h (S_IS_EXTERN): Likewise.
1866 * config/obj-coff.h (S_IS_EXTERN): Likewise.
1867 * symbols.c (S_IS_EXTERN): Likewise.
1868 * symbols.h (S_IS_EXTERN): Likewise.
1869
1870 * config/tc-alpha.c (tc_gen_reloc): Replace S_IS_EXTERN with
1871 S_IS_EXTERNAL.
1872 * config/tc-d10v.c (md_apply_fix3): Likewise.
1873 * config/tc-ia64.c (ia64_fix_adjustable): Likewise.
1874 * config/tc-iq2000.c (iq2000_fix_adjustable): Likewise.
1875 * config/tc-m32r.c (m32r_fix_adjustable): Likewise.
1876 * config/tc-mmix.c (mmix_adjust_symtab): Likewise.
1877 * config/tc-sh64.c (shmedia_frob_file_before_adjust): Likewise.
1878 (shmedia_md_convert_frag): Likewise.
1879 * symbols.c (print_symbol_value_1): Likewise.
1880 * write.c (write_object_file): Likewise.
1881
55e08f71
NC
18822005-04-20 Nick Clifton <nickc@redhat.com>
1883
5f9084e9
NC
1884 * config/tc-xtensa.c (get_aligned_diff): Change type of
1885 branch_align to offsetT so that its signedness matches that of
1886 target_size.
1887
55e08f71
NC
1888 * config/tc-mips.c (macro): Use sprintf_vma to convert a > 32 bit
1889 number into a readable string.
1890 (load_register): Likewise.
1891
1f8b1395
AS
18922005-04-20 Andreas Schwab <schwab@suse.de>
1893
1894 * config/tc-ia64.c (specify_resource): Initialize all of tmpl.
1895
b0825cc2
DM
18962005-04-19 David S. Miller <davem@davemloft.net>
1897
1898 * config/tc-sparc.c (md_assemble): If sparc_ip gives us a
1899 NULL insn, exit early. Remove now spurious NULL checks.
1900 (sparc_ip): Use as_bad for unknown opcode errors, set *pinsn
1901 to NULL and exit.
1902
91c4c449
JB
19032005-04-19 Jan Beulich <jbeulich@novell.com>
1904
1905 * symbols.h (symbol_find_base): Remove prototype.
1906 * symbols.c (save_symbol_name): Remove code section conditional upon
1907 STRIP_UNDERSCORE.
1908 (symbol_find): Remove.
1909 (symbol_find_base): Rename to symbol_find.
1910 * subsegs.c (section_symbol): Replace use of symbol_find_base with
1911 symbol_find.
1912 * config/obj-coff.c (tag_insert): Remove code section conditional
1913 upon STRIP_UNDERSCORE.
1914 (obj_coff_def): Likewise.
1915 (obj_coff_endef): Replace use of symbol_find_base with symbol_find.
1916 (coff_frob_symbol): Likewise.
1917 (yank_symbols): Likewise.
1918 (c_section_symbol): Likewise.
1919 * config/obj-coff.h (DO_NOT_STRIP): Remove.
1920 * config/tc-arm.c (symbol_locate): Remove code section conditional
1921 upon STRIP_UNDERSCORE.
1922 * config/tc-h8300.h (DO_NOT_STRIP): Remove.
1923 * config/tc-h8500.h (DO_NOT_STRIP): Remove.
1924 * config/tc-sh.h (DO_NOT_STRIP): Remove.
1925 * config/tc-w65.h (DO_NOT_STRIP): Remove.
1926 * config/tc-z8k.h (DO_NOT_STRIP): Remove.
1927
80b8152b
AS
19282005-04-19 Andreas Schwab <schwab@suse.de>
1929
1930 * config/tc-ia64.c (md_assemble): Fix error message for wrong
1931 access to application registers.
1932
4d56c0a0
JB
19332005-04-19 Jan Beulich <jbeulich@novell.com>
1934
1935 * config/te-sysv32.h: Remove.
1936 * Makefile.am (TARG_ENV_HFILES): Remove reference to
1937 config/te-sysv32.h.
1938 * Makefile.in (TARG_ENV_HFILES): Likewise.
1939
4fdd1e4f
JB
19402005-04-19 Jan Beulich <jbeulich@novell.com>
1941
1942 PR/847
1943 * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
1944 length symbols.
1945
791fe849
MK
19462005-04-18 Mark Kettenis <kettenis@gnu.org>
1947
1948 * config/tc-i386.c (md_begin): Allow hyphens in mnemonics.
1949
9ee2a2d4
MR
19502005-04-18 Maciej W. Rozycki <macro@linux-mips.org>
1951
1952 * config/tc-mips.c (normalize_constant_expr): Don't check for
1953 HAVE_32BIT_GPRS.
1954 (check_absolute_expr): Only call normalize_constant_expr() if
1955 HAVE_32BIT_GPRS.
1956 (mips_ip): Likewise.
1957
1958 * config/tc-mips.c (check_absolute_expr): Fix formatting.
1959
e6ca91be
JB
19602005-04-18 Jan Beulich <jbeulich@novell.com>
1961
1962 * macro.c (free_token): New, freeing all the memory associated with a
1963 macro.
1964 (do_formals): Move initializers to ...
1965 (define_macro): ... here.
1966 (delete_macro): Convert passed in name to lower case. Warn when
1967 purging macro that doesn't exist. Use hash_jam instead of hash_delete.
1968
9f872bbe
MR
19692005-04-15 Maciej W. Rozycki <macro@linux-mips.org>
1970
1971 * config/tc-mips.c (normalize_constant_expr): Fix formatting.
1972
8fe53b44
JB
19732005-04-15 Jan Beulich <jbeulich@novell.com>
1974
1975 * config/obj-elf.c (obj_elf_struct): New.
1976 (elf_pseudo_table). Use it for .offset and .struct.
1977
0e5cd789 19782005-04-14 Bob Wilson <bob.wilson@acm.org>
140fe8df 1979 Sterling Augustine <sterling@tensilica.com>
0e5cd789
BW
1980
1981 * config/tc-xtensa.c (get_aligned_diff): Handle target_size larger
1982 than the section alignment.
1983
dd49a749
BW
19842005-04-14 Bob Wilson <bob.wilson@acm.org>
1985 H.J. Lu <hongjiu.lu@intel.com>
1986
1987 * config/tc-xtensa.h (struct xtensa_frag_type): Add lit_frchain field.
1988 * config/tc-xtensa.c (xg_translate_sysreg_op,
1989 xtensa_translate_old_userregs_ops,
1990 xtensa_find_unaligned_branch_targets,
1991 xtensa_find_unaligned_loops, xtensa_fix_close_loop_end_frags,
1992 relax_frag_add_nop): Support 64-bit host.
1993 (xtensa_mark_literal_pool_location, xtensa_move_literals): Use
1994 tc_frag_data lit_frchain and lit_seg fields instead of fr_var.
1995
26eebcf5
MK
19962005-04-14 Mark Kettenis <kettenis@gnu.org>
1997
64efe625
MK
1998 * configure.tgt: Add support for OpenBSD/sparc ELF.
1999
26eebcf5
MK
2000 * configure.tgt: Set emulation for mips-*-openbsd*.
2001 Remove broken mips-dec-openbsd* config.
2002 * configure.in: Set default ABI for mips64-*-openbsd*.
2003 * configure: Regenerate.
2004
39a59cf8
MR
20052005-04-14 Maciej W. Rozycki <macro@linux-mips.org>
2006
2007 * config/tc-mips.c (macro) [ldd_std]: Don't attempt the GP
2008 optimization for constant addresses.
2009
f7a568ea
NC
20102005-04-14 Nick Clifton <nickc@redhat.com>
2011
2012 * as.c (main): Move parse_args before symbol_begin and frag_init
2013 so that the hash table size can be set before it is used.
2014 * hash.c: Use an unsigned long type for the size of the hash
2015 tables.
3c9d25f4 2016 * hash.h (set_gas_hash_table_size): Update the prototype.
f7a568ea 2017
9e9b66a9
AM
20182005-04-14 Alan Modra <amodra@bigpond.net.au>
2019
2020 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
2021 * acinclude.m4: Include ../bfd/warning.m4.
2022 * configure.in: Invoke AM_BINUTILS_WARNINGS.
2023 * Makefile.in: Regenerate.
2024 * configure: Regenerate.
2025 * doc/Makefile.in: Regenerate.
2026
2051e8c4
MR
20272005-04-13 Maciej W. Rozycki <macro@linux-mips.org>
2028
2029 * config/tc-mips.c (IS_ZEXT_32BIT_NUM): New macro.
2030 (normalize_address_expr): New function to sign-extend address
2031 offsets that fit into 32 bits in 32-bit mode.
2032 (macro_build_ldst_constoffset): Use normalize_address_expr()
2033 instead of a handcoded sequence.
2034 (load_register): Likewise. Report oversized numbers in a useful
2035 way.
2036 (macro) [ld_st, ldd_std]: Reject all oversized offsets, not only
2037 for constant addresses. Report oversized numbers in a useful way.
2038 (mips_ip): Use normalize_address_expr() for addresses.
2039
bc4bd9ab
MK
20402005-04-12 Mark Kettenis <kettenis@gnu.org>
2041
2042 * config/tc-i386.c (output_insn): Handle VIA PadLock instructions
2043 similar to other instructions now that they're marked as ImmExt.
2044
4bdd3565
NC
20452005-04-12 Nick Clifton <nickc@redhat.com>
2046
2047 * hash.c (DEFAULT_SIZE): Delete. Replace with:
2048 (gas_hash_table_size): New static variable.
2049 (set_gas_hash_table_size): New function: Records a requested size
2050 for the hash tables.
2051 (get_gas_hash_table_size): New function: Return a prime number
2052 near the requested size of the hash table.
2053 (hash_new): Use get_gas_hash_table_size.
2054 * hash.h: Add a prototype for set_gas_hash_table_size.
2055 * as.c (show_usage): Add description of new switches: --hash-size
2056 and --reduce-memory-overheads.
2057 (option_values): Add OPTION_HASH_TABLE_SIZE and
2058 OPTION_REDUCE_MEMORY_OVERHEADS.
2059 (std_longpopts): Add entries for the new options.
2060 (parse_args): Handle the new options.
2061 * Makefile.am: Add a dependency of as.c on hash.h.
2062 * Makefile.in: Regenerate.
2063 * doc/as.texinfo: Document the new switches.
2064 * NEWS: Mention the new switches.
2065
f394e3dd
NC
20662005-04-12 Nick Clifton <nickc@redhat.com>
2067
2068 PR gas/818
2069 * config/tc-hppa.c (pre_defined_registers): Fix %farg[0-3]
2070 synonyms.
2071
ceae3e33
AM
20722005-04-12 Alan Modra <amodra@bigpond.net.au>
2073
2074 * Makefile.am: Run "make dep-am".
2075 * Makefile.in: Regenerate.
2076
2eccd1b4
BW
20772005-04-11 Sterling Augustine <sterling@tensilica.com>
2078 Bob Wilson <bob.wilson@acm.org>
2079
2080 * config/tc-xtensa.c (check_t1_t2_reads_and_writes): Fix typo.
2081
333f7af7
MK
20822005-04-11 Mark Kettenis <kettenis@gnu.org>
2083
2084 * configure.tgt (generic_target): Add support for OpenBSD/i386 ELF.
2085
5e75c3ab
JB
20862005-04-11 Jan Beulich <jbeulich@novell.com>
2087
2088 * NEWS: Mention these changes and their effects.
2089 * macro.c (get_token): Use is_name_beginner/is_part_of_name/
2090 is_name_ender.
2091 (check_macro): Likewise.
2092 (buffer_and_nest): Likewise. Permit multiple labels. Don't discard
2093 labels together with the closing pseudo-op.
2094 (macro_expand_body): Adjust comment. Range-check input before use.
2095 Adjust mis-spelled diagnostic. Use is_name_beginner.
2096 * read.c (try_macro): New.
2097 (read_a_source_file): New static variable last_eol. Don't list
2098 macro expansion lines more than once. Call try_macro.
2099 (s_macro): Set section of line_label to absolute instead of undefined.
2100 * doc/as.texinfo: Add information on the caveats of these changes.
2101
514d955d
AM
21022005-04-11 Alan Modra <amodra@bigpond.net.au>
2103
2104 * symbols.c (symbol_X_add_number): Change return type to "offsetT *".
2105 * symbols.h (symbol_X_add_number): Update prototype.
2106
a9fcb2a9
EC
21072005-04-10 Eric Christopher <echristo@redhat.com>
2108
2109 * symbols.c (symbol_X_add_number): Fix warning.
2110
045b540e
L
21112005-04-10 H.J. Lu <hongjiu.lu@intel.com>
2112
2113 * config/tc-m68k.c (md_begin): Support 64bit host.
2114 (get_num): Support 64bit BFD on 32bit host.
2115
b215186b
L
21162005-04-10 H.J. Lu <hongjiu.lu@intel.com>
2117
2118 * config/tc-mips.c (md_apply_fix3): Fix typos in BFD_RELOC_64.
2119
be95a9c1
AM
21202005-04-09 Alan Modra <amodra@bigpond.net.au>
2121
31d20a21
AM
2122 * read.c (assign_symbol): Remove const from parm. Fix xcalloc
2123 call. Don't do the COFF hacks for multi-emulation gas. Move
2124 demand_empty_rest_of_line back to caller.
2125 (s_set, equals): demand_empty_rest_of_line here.
2126
be95a9c1
AM
2127 PR gas/827
2128 * as.h (rs_dummy): Define.
2129 * symbols.c (symbol_X_add_number): New function.
2130 * symbols.h (symbol_X_add_number): Declare.
2131 * stabs.c (aout_process_stab): Tidy symbol frag setting.
2132 * read.c (assign_symbol): New function, split out from s_set.
2133 Use symbol_find_or_make. Leave fr_type of dummy frag as rs_dummy.
2134 Fix COFF hacks for multi-emulation gas.
2135 (s_set): Call assign_symbol. Remove "register" keyword.
2136 (set_zero_frag): New function.
2137 (pseudo_set): Always check for assignment to section syms.
2138 Always set segment and frag of symbol, and likewise extern for
2139 aout/bout. Handle assignment of sym=sym+/-const specially. Don't
2140 special case exp.X_add_number non-zero for O_symbol expressions.
2141 (equals): Use assign_symbol.
2142
6624cbde
BW
21432005-04-08 Bob Wilson <bob.wilson@acm.org>
2144
2145 * config/tc-xtensa.c (xtensa_create_xproperty_segments): Skip
2146 SEC_MERGE sections.
2147
dbbaec26
L
21482005-04-06 H.J. Lu <hongjiu.lu@intel.com>
2149
2150 * config/tc-i386.c (tc_gen_reloc): Don't turn
2151 BFD_RELOC_X86_64_32S into BFD_RELOC_32.
2152
0d6af1ab
NC
21532005-04-06 Nick Clifton <nickc@redhat.com>
2154
2155 * po/rw.po: New translation: Kinyarwanda
2156 * configure.in (ALL_LINGUAS): Add rw
2157 * configure: Regenerate.
2158
664df4e4
BW
21592005-04-05 Sterling Augustine <sterling@tensilica.com>
2160 Bob Wilson <bob.wilson@acm.org>
2161
2162 * config/tc-xtensa.c (branch_align_power): New.
2163 (xtensa_find_unaligned_branch_targets, get_aligned_diff,
2164 future_alignment_required): Use branch_align_power to check section
2165 alignment as well as xtensa_fetch_width when aligning branch targets.
2166
d77b99c9
BW
21672005-04-05 Bob Wilson <bob.wilson@acm.org>
2168
2169 * config/tc-xtensa.c: Warning fixes throughout.
2170 (xtensa_fetch_width): Change to unsigned.
2171 (assemble_nop, xtensa_find_unaligned_branch_targets,
2172 xtensa_find_unaligned_loops, xg_assemble_vliw_tokens,
2173 is_narrow_branch_guaranteed_in_range, xtensa_fix_close_loop_end_frags,
2174 min_bytes_to_other_loop_end, unrelaxed_frag_min_size,
2175 unrelaxed_frag_max_size, xtensa_fix_short_loop_frags,
2176 count_insns_to_loop_end, unrelaxed_frag_min_insn_count,
2177 get_text_align_max_fill_size, get_text_align_nop_count,
2178 get_text_align_nth_nop_size, get_noop_aligned_address,
2179 get_aligned_diff, convert_frag_align_next_opcode,
2180 convert_frag_immed_finish_loop, xtensa_create_property_segments,
2181 xtensa_create_xproperty_segments, xt_block_aligned_size): Clean up
2182 types, avoiding size_t and using offsetT and addressT appropriately.
2183 (get_text_align_power): Clean up types. Avoid incorrect bound.
2184 (get_text_align_fill_size): Clean up types. Restructure for clarity.
2185
da9f89d4
L
21862005-04-04 H.J. Lu <hongjiu.lu@intel.com>
2187
2188 * config/tc-ia64.c (start_unwind_section): Undo the change
2189 of 2004-08-18.
2190 (generate_unwind_image, dot_endp): Likewise.
2191
f6fe78d6
JW
21922005-04-01 David Mosberger <davidm@hpl.hp.com>
2193
2194 * config/tc-ia64.c (ia64_handle_align): Move le_nop and
2195 le_nop_stop arrays and initializers to file scope.
2196 (md_begin): When generating code for anything other than
2197 Itanium 1, use MMI instead of MFI NOP bundles as a filler.
2198
a7d61044
JB
21992005-04-01 Jan Beulich <jbeulich@novell.com>
2200
2201 * config/tc-i386.c (output_imm): Also set sign flag for 64-bit push
2202 immediates.
2203
d2c5f73e
NC
22042005-04-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2205
2206 * NEWS: Mention [fdgh]_floating.
2207 * config/atof-vax.c: Fix some whitespace.
2208 * config/tc-vax.c (md_pseudo_table): Add "[fdgh]_floating".
2209
56f36663
NC
22102005-04-01 Nick Clifton <nickc@redhat.com>
2211
2212 * configure.in: Add a check for <unistd.h> providing a prototype
2213 for getopt() which is compatible with the one in
2214 include/getopt.h. If so then define HAVE_DECL_GETOPT.
2215 * configure: Regenerate.
2216 * config.in (HAVE_DECL_GETOPT): Add.
2217
8a75718c
JB
22182005-04-01 Jan Beulich <jbeulich@novell.com>
2219
2220 * config/tc-i386.c (s_bss): Call obj_elf_section_change_hook.
2221
ae8887b5
JB
22222005-04-01 Jan Beulich <jbeulich@novell.com>
2223
2224 * config/tc-i386.c (md_apply_fix3): Also handle BFD_RELOC_X86_64_32S.
2225 (tc_gen_reloc): Handle BFD_RELOC_X86_64_32S in the default case.
2226
05ea83ed
JB
22272005-03-30 Julian Brown <julian@codesourcery.com>
2228
2229 * config/tc-arm.c (arm_adjust_symtab): Rename
2230 bfd_elf32_is_arm_mapping_symbol_name to bfd_is_arm_mapping_symbol_name.
2231
9d2da7ca
JB
22322005-03-30 Julian Brown <julian@codesourcery.com>
2233
2234 * config/tc-arm.c (mapping_state): Change documentation in function
2235 comment to cross-reference spec instead. Change type of mapping symbols
2236 to BSF_NO_TYPE.
2237 (arm_adjust_symtab): Don't change type of mapping symbols here.
2238
e8a38df5
AL
22392005-03-30 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
2240
2241 * as.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize.
2242 * config.in: Regenerate.
2243 * configure: Regenerate.
2244 * configure.in: Check for ffs decl and alphabetize.
2245
ba93b8ac
DJ
22462005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
2247 Phil Blundell <philb@gnu.org>
2248
2249 * config/tc-arm.c (arm_parse_reloc): Add TLS relocations.
2250 (md_apply_fix3): Mark TLS symbols.
2251 (tc_gen_reloc): Handle TLS relocations.
2252 (arm_fix_adjustable): Ignore TLS relocations.
2253 (s_arm_elf_cons): Support expressions after decorated symbols.
2254
84798bd6
JB
22552005-03-29 Julian Brown <julian@codesourcery.com>
2256
2257 * config/tc-arm.c (marked_pr_dependency): New bitmap, bit N indicates
2258 whether personality routine index N has been output for this section.
2259 (mapping_state): tc_segment_info_data now struct not enum.
2260 (arm_elf_change_section): Likewise, and marked_pr_dependency is now
2261 handled on section change.
2262 (create_unwind_entry): Previous code to output dependency removed.
2263 (s_arm_unwind_fnend): Output dependency if it hasn't been done already
2264 for this section.
2265 * config/tc-arm.h (TC_SEGMENT_INFO_TYPE): Redefined as struct
2266 arm_segment_info_type.
2267 (arm_segment_info_type): New struct.
84798bd6 2268
7b1cc377
BW
22692005-03-28 Sterling Augustine <sterling@tensilica.com>
2270 Bob Wilson <bob.wilson@acm.org>
2271
2272 * config/tc-xtensa.c (do_align_targets): Update comment.
2273 (xtensa_frob_label): Compute "freq" before possibly switching frags.
2274 Insert a LOOP_END frag before every loop target, and do not overload
2275 DESIRE_ALIGN_IF_TARGET frags with loop end information.
2276 (xg_assemble_vliw_tokens): Use do_align_targets.
2277 (xtensa_fix_target_frags): Remove code to convert a
2278 DESIRE_ALIGN_IF_TARGET frag to a LOOP_END frag when there is a
2279 negatable branch at the end of a loop.
2280 (frag_can_negate_branch): Delete.
2281
8c2fda1d
L
22822005-03-28 David Mosberger <davidm@hpl.hp.com>
2283 H.J. Lu <hongjiu.lu@intel.com>
2284
2285 PR 803
2286 NEWS: Mention "-mtune=[itanium1|itanium2]".
2287
2288 * config/tc-ia64.c (md): Add tune.
2289 (md_parse_option): Accepted "-mtune=[itanium1|itanium2]".
2290 (md_show_usage): Add "-mtune=[itanium1|itanium2]".
2291 (extra_goodness): Prefer M- and I-unit NOPs for itanium2. F and
2292 B unit NOPs are discouraged for McKinley-derived cores.
2293 (md_begin): Don't hardcode the "extra_goodness()" function in
2294 the comment...
2295 (ia64_init): Set md.tune to itanium2.
2296
2297 * doc/as.texinfo: Add -mtune=[itanium1|itanium2]".
2298 * doc/c-ia64.texi: Likewise.
2299
161840f9
ILT
23002005-03-27 Ian Lance Taylor <ian@airs.com>
2301
2302 * config/obj-coff.c (coff_frob_symbol): When crashing because of a
2303 bad C_EFCN symbol, print its name.
2304
7c834684
BW
23052005-03-25 Bob Wilson <bob.wilson@acm.org>
2306
2307 * config/tc-xtensa.c (use_longcalls): Delete.
2308 (xg_symbolic_immeds_fit): Check for direct calls and return TRUE if
2309 the use_longcalls flag is set. Do this before checking the segment.
2310 (xg_expand_assembly_insn): Rearrange to use new do_expand flag. Never
2311 expand direct calls at this point.
2312 (xtensa_set_frag_assembly_state): Set use_longcalls flag.
2313 (xtensa_find_unmarked_state_frags): Likewise.
2314 (md_assemble): Do not disable longcalls by setting is_specific_opcode.
2315 (xg_assemble_vliw_tokens): Switch frags when use_longcalls changes.
2316 (convert_frag_immed): Remove unnecessary check of is_specific_opcode.
2317 * config/tc-xtensa.h (xtensa_frag_type): Add use_longcalls flag.
2318
ff1e783f
HPN
23192005-03-25 Hans-Peter Nilsson <hp@bitrange.com>
2320
2321 * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.
2322
695a4822
HPN
23232005-03-25 Hans-Peter Nilsson <hp@axis.com>
2324
2325 * config/tc-cris.h: Convert to ISO C90.
2326 * config/tc-cris.c: Ditto.
2327 (md_estimate_size_before_relax): Remove obsolete comment for
2328 parameter "segment_type".
2329 (md_begin): Document reason for cast of hash_insert argument.
2330 (md_atof): Correct type of parameter "type".
2331
ea1562b3
NC
23322005-03-24 Nick Clifton <nickc@redhat.com>
2333
2334 * write.h (bit_fix_new): Remove redundant prototype.
2335 * config/atof-ieee.c: Convert to ISO-C90 and fix formatting.
2336 * config/obj-aout.c: Convert to ISO-C90 and fix formatting.
2337 * config/obj-aout.h: Convert to ISO-C90 and fix formatting.
2338 * config/obj-bout.c: Convert to ISO-C90 and fix formatting.
2339 * config/obj-bout.h: Convert to ISO-C90 and fix formatting.
2340 * config/obj-ecoff.c: Convert to ISO-C90 and fix formatting.
2341 * config/obj-ecoff.h: Convert to ISO-C90 and fix formatting.
2342 * config/obj-som.c: Convert to ISO-C90 and fix formatting.
2343 * config/obj-som.h: Convert to ISO-C90 and fix formatting.
2344 * config/tc-a29k.c: Convert to ISO-C90 and fix formatting.
2345 * config/tc-a29k.h: Convert to ISO-C90 and fix formatting.
2346 * config/tc-alpha.c: Convert to ISO-C90 and fix formatting.
2347 * config/tc-alpha.h: Convert to ISO-C90 and fix formatting.
2348 * config/tc-arc.c: Convert to ISO-C90 and fix formatting.
2349 * config/tc-arc.h: Convert to ISO-C90 and fix formatting.
2350 * config/tc-d10v.c: Convert to ISO-C90 and fix formatting.
2351 * config/tc-d10v.h: Convert to ISO-C90 and fix formatting.
2352 * config/tc-d30v.c: Convert to ISO-C90 and fix formatting.
2353 * config/tc-d30v.h: Convert to ISO-C90 and fix formatting.
2354 * config/tc-dlx.c: Convert to ISO-C90 and fix formatting.
2355 * config/tc-dlx.h: Convert to ISO-C90 and fix formatting.
2356 * config/tc-fr30.c: Convert to ISO-C90 and fix formatting.
2357 * config/tc-fr30.h: Convert to ISO-C90 and fix formatting.
2358 * config/tc-h8500.c: Convert to ISO-C90 and fix formatting.
2359 * config/tc-h8500.h: Convert to ISO-C90 and fix formatting.
2360 * config/tc-i370.c: Convert to ISO-C90 and fix formatting.
2361 * config/tc-i370.h: Convert to ISO-C90 and fix formatting.
2362 * config/tc-i960.c: Convert to ISO-C90 and fix formatting.
2363 * config/tc-ip2k.c: Convert to ISO-C90 and fix formatting.
2364 * config/tc-ip2k.h: Convert to ISO-C90 and fix formatting.
2365 * config/tc-m32r.c: Convert to ISO-C90 and fix formatting.
2366 * config/tc-m32r.h: Convert to ISO-C90 and fix formatting.
2367 * config/tc-m88k.c: Convert to ISO-C90 and fix formatting.
2368 * config/tc-m88k.h: Convert to ISO-C90 and fix formatting.
2369 * config/tc-mcore.c: Convert to ISO-C90 and fix formatting.
2370 * config/tc-mcore.h: Convert to ISO-C90 and fix formatting.
2371 * config/tc-mn10200.c: Convert to ISO-C90 and fix formatting.
2372 * config/tc-ns32k.c: Convert to ISO-C90 and fix formatting.
2373 * config/tc-ns32k.h: Convert to ISO-C90 and fix formatting.
2374 * config/tc-openrisc.c: Convert to ISO-C90 and fix formatting.
2375 * config/tc-openrisc.h: Convert to ISO-C90 and fix formatting.
2376 * config/tc-or32.c: Convert to ISO-C90 and fix formatting.
2377 * config/tc-or32.h: Convert to ISO-C90 and fix formatting.
2378 * config/tc-pdp11.h: Convert to ISO-C90 and fix formatting.
2379 * config/tc-pj.c: Convert to ISO-C90 and fix formatting.
2380 * config/tc-pj.h: Convert to ISO-C90 and fix formatting.
2381 * config/tc-tahoe.c: Convert to ISO-C90 and fix formatting.
2382 * config/tc-tic80.c: Convert to ISO-C90 and fix formatting.
2383 * config/tc-tic80.h: Convert to ISO-C90 and fix formatting.
2384 * config/tc-v850.c: Convert to ISO-C90 and fix formatting.
2385 * config/tc-v850.h: Convert to ISO-C90 and fix formatting.
2386 * config/tc-w65.c: Convert to ISO-C90 and fix formatting.
2387 * config/tc-w65.h: Convert to ISO-C90 and fix formatting.
2388 * config/tc-xstormy16.c: Convert to ISO-C90 and fix formatting.
3c9d25f4 2389 * config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting.
ea1562b3 2390
d110d6a2
JB
23912005-03-23 Jim Blandy <jimb@redhat.com>
2392
2393 * config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding
2394 attributes properly.
2395
ed84e695
NC
23962005-03-23 Mike Frysinger <vapier@gentoo.org>
2397 Nick Clifton <nickc@redhat.com>
2398
2399 * configure.tgt: Accept any C library to accompany a GNU Linux
2400 implementation, not just the GNU C library.
2401 * configure.in: Likewise.
2402 * configure: Regenerate.
2403
4d5f9b2a
NC
24042005-03-23 Nick Clifton <nickc@redhat.com>
2405
2406 * config/tc-tic30.c: Convert to ISO C90 formatting.
2407 * config/tc-tic30.h: Convert to ISO C90 formatting.
2408 * config/tc-pdp11.c: Convert to ISO C90 formatting.
2409 * config/atof-vax.c: Convert to ISO C90 formatting.
2410
704803a9
MR
24112005-03-21 Maciej W. Rozycki <macro@mips.com>
2412
2413 * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16
2414 relocations correctly as well.
2415 (mips_fix_adjustable): Don't make BFD_RELOC_MIPS16_LO16
2416 relocations in mergeable sections section-relative either.
2417
6e2a91a3
BW
24182005-03-21 Bob Wilson <bob.wilson@acm.org>
2419
2420 * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations.
2421
3d063691
NC
24222005-03-21 Nick Clifton <nickc@redhat.com>
2423
1a66a017
NC
2424 * config/tc-sh.c (sh_elf_final_processing): Fix compile time
2425 warning by providing a prototype for sh_symbian_find_elf_flags.
2426
3d063691
NC
2427 * cgen.c (gas_cgen_parse_operand): Fix typo introduced by
2428 previous delta.
2429
6f19c13c
AM
24302005-03-21 Alan Modra <amodra@bigpond.net.au>
2431
2432 * configure.tgt: Handle setting of bfd_gas for fmt=multi targets
2433 along with other formats that set bfd_gas. Remove unnecessary
2434 setting of bfd_gas. Delete strongarm cases in generic_target
2435 switch.
2436
bd17c2c3
AM
24372005-03-21 Alan Modra <amodra@bigpond.net.au>
2438
2439 PR gas/780
2440 * config/tc-m68k.c (TRUNC, SEXT): Define.
2441 (issbyte, isubyte, issword, isuword, isbyte, isword): Use the above.
2442 (m68k_ip): Truncate or sign extend expressions as appropriate.
2443 (get_num): Likewise.
2444 (md_apply_fix3): Use SEXT.
2445
ec91a2c2
AM
24462005-03-21 Alan Modra <amodra@bigpond.net.au>
2447
2448 * Makefile.am (OBJ_FORMAT_CFILES): Prune config/obj-vms.c.
2449 (OBJ_FORMAT_HFILES): Prune config/obj-vms.h.
2450 (obj-vms.o): Delete rule.
2451 Run "make dep-am".
2452 * Makefile.in: Regenerate.
2453 * aclocal.m4: Regenerate.
2454 * doc/Makefile.in: Regenerate.
2455 * po/POTFILES.in: Regenerate.
2456
238d258f
NC
24572005-03-18 C Jaiprakash <cjaiprakash@noida.hcltech.com>
2458
2459 * config/tc-m68k.c (m68k_elf_final_processing): Set file specific
2460 flag for coldfire v4e.
2461
30f725a1
BW
24622005-03-17 Bob Wilson <bob.wilson@acm.org>
2463
2464 * config/tc-xtensa.c (xg_apply_tentative_value): Rename to
2465 xg_apply_fix_value and return a value to indicate success.
2466 (md_pcrel_from): Skip check of fx_done. Return 0 if not PC-relative.
2467 (xtensa_force_relocation): Remove checks for VTABLE relocs.
2468 (xtensa_validate_fix_sub): New.
2469 (xtensa_fix_adjustable): Remove check for external or weak symbols.
2470 (tc_gen_reloc): Move code to handle difference of symbols and code to
2471 apply tentative fix values to ...
2472 (md_apply_fix3): ...here. Enable standard overflow checks for simple
2473 8, 16, and 32 bit relocations. Apply fixes for slot-specific
2474 relocations when linkrelax flag is not set.
2475 * config/tc-xtensa.h (xtensa_validate_fix_sub): Add prototype.
2476 (TC_FORCE_RELOCATION_SUB_SAME, TC_VALIDATE_FIX_SUB): Define.
2477
a724f0f4
JB
24782005-03-17 Jan Beulich <jbeulich@novell.com>
2479
2480 * config/tc-i386.c (i386_scale): Beautify error message.
2481 (Intel syntax comments): Update.
2482 (struct intel_parser_s): Add fields in_offset, in_bracket, and
2483 next_operand.
2484 (intel_e04_1, intel_e05_1, intel_e05_1, intel_e09_1, intel_e10_1):
2485 Remove declarations.
2486 (intel_bracket_expr): Declare.
2487 (i386_intel_operand): Initialize new intel_parser fields. Wrap most
2488 of the function body in a loop allowing to split an operand into two.
2489 Replace calls to malloc and checks of it returning non-NULL with
2490 calls to xmalloc/xstrdup.
2491 (intel_expr): SHORT no longer handled here. Add comment indicating
2492 comparison ops need implementation.
2493 (intel_e04, intel_e04_1): Combine, replace recursion with loop.
2494 Check right operand of - does not specify a register when parsing
2495 the address of a memory reference.
2496 (intel_e05, intel_e05_1): Combine, replace recursion with loop.
2497 Check operands do not specify a register when parsing the address of
2498 a memory reference.
2499 (intel_e06, intel_e06_1): Likewise.
2500 (intel_e09, intel_e09_1): Combine, replace recursion with loop. Also
2501 handle SHORT as well as unary + and -. Don't accept : except for
2502 segment overrides or in direct far jump/call insns.
2503 (intel_brack_expr): New.
2504 (intel_e10, intel_e10_1): Combine, replace recursion with loop. Use
2505 intel_brack_expr.
2506 (intel_e11): Replace chain of if/else-if by switch, alloing fall-
2507 through in certain cases. Use intel_brack_expr. Add new diagnostics.
2508 Allow symbolic constants as register scale value.
2509 (intel_get_token): Replace call to malloc and check of return value
2510 with call to xmalloc. Change handling for FLAT to match MASM's.
2511 (intel_putback_token): Don't try to back up/free current token if
2512 that is T_NIL.
2513
deeaaff8
DJ
25142005-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2515
2516 * configure.tgt: Set emulation for arm-*-eabi*.
2517 * config/tc-arm.c (meabi_flags): Check EABI_DEFAULT.
2518 * config/te-armeabi.h: New file.
2519 * config/te-armlinuxeabi.h (EABI_DEFAULT): Define.
2520 * config/te-symbian.h: Include "te-armeabi.h".
2521
199fea98
NC
25222005-03-16 Nick Clifton <nickc@redhat.com>
2523
2524 * cgen.c (gas_cgen_parse_operand): Copy opinfo parameter into a
2525 local variable in case it is clobbered by the setjmp.
2526
1ad12f97
NC
25272005-03-16 Nick Clifton <nickc@redhat.com>
2528 Ben Elliston <bje@au.ibm.com>
2529
569acd2c 2530 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 2531 compiler command line. Enabled by default. Disable via
569acd2c 2532 --disable-werror.
1ad12f97
NC
2533 * configure: Regenerate.
2534
a5324a3e
NC
25352005-03-16 Nick Clifton <nickc@redhat.com>
2536
2537 * config/obj-coff.h: Convert to ISO C90 formatting.
2538 * config/obj-coff.c: Convert to ISO C90 formatting.
2539
b05fe5cf
ZW
25402005-03-15 Zack Weinberg <zack@codesourcery.com>
2541
2542 * config/tc-arm.c (do_mla): Rename to do_mlas, take second
2543 is_mls parameter; do not diagnose Rm==Rd when is_mls.
2544 (do_mla, do_mls, five_bit_unsigned_immediate, bfci_lsb_and_width)
2545 (do_bfc, do_bfi, do_bfx, do_rbit, do_mov16, do_ldsttv4): New functions.
2546 (insns): Add ARMv6T2 instructions:
2547 bfc bfi mls movw movt rbit sbfx ubfx ldrht ldrsht ldrsbt strht.
2548 (arm_archs): Add V6T2 variants.
2549
957d91c1
NC
25502005-03-15 Nick Clifton <nickc@redhat.com>
2551
2552 * NEWS: Add cutoff for changes in 2.16 release.
2553
43c3ab55
JB
25542005-03-15 Jan Beulich <jbeulich@novell.com>
2555
2556 * expr.c (operand): Merge handling of unary + into that for unary
2557 -, !, and ~.
2558
5862107c
EC
25592005-03-14 Eric Christopher <echristo@redhat.com>
2560
2561 * config/tc-mips.c: Include dw2gencfi.h.
2562 (mips_cfi_frame_initial_instructions): New.
2563 * config/tc-mips.h (TARGET_USE_CFIPOP): Define.
2564 (tc_cfi_frame_initial_instructions): Ditto.
2565 (DWARF2_DEFAULT_RETURN_COLUMN): Ditto.
2566 (DWARF2_CIE_DATA_ALIGNMENT): Ditto.
2567 * Makefile.am: Update dependencies.
2568 * Makefile.in: Regenerate.
2569
729ae8d2
AM
25702005-03-15 Alan Modra <amodra@bigpond.net.au>
2571
2572 * po/es.po: Commit new Spanish translation.
2573
882cb63e
AM
25742005-03-14 Alan Modra <amodra@bigpond.net.au>
2575
2576 * po/tr.po: Commit new Turkish translation.
2577
885fc257
ZW
25782005-03-12 Zack Weinberg <zack@codesourcery.com>
2579
2580 * config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe,
2581 wfi, yield.
2582
e330299e
DJ
25832005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
2584
2585 * config-gas.com: Mark vax-vms as obsolete.
2586 * configure.in: Remove fmt=vms support.
2587 * config.in: Regenerate.
2588 * configure: Regenerate.
2589 * config/obj-vms.h, config/obj-vms.c, config/vms-conf.h: Remove.
2590
7b1cc377
BW
25912005-03-10 Sterling Augustine <sterling@tensilica.com>
2592 Bob Wilson <bob.wilson@acm.org>
0fa77c95
BW
2593
2594 * config/tc-xtensa.c (finish_vinsn): Include the last instruction slot
2595 when checking if xg_resolve_literals needs to be called.
2596 * config/tc-xtensa.h: Fix spelling typo in a comment.
2597
4962e196
JB
25982005-03-10 Jan Beulich <jbeulich@novell.com>
2599
2600 * config/tc-tic54x.h (tic54x_macro_info): Change parameter type.
2601 * config/tc-tic54x.c (tic54x_macro_info): Likewise. Replace hand-
2602 crafted structure declarations with the types from macro.h.
2603
4184909a
RS
26042005-03-09 Richard Sandiford <rsandifo@redhat.com>
2605
2606 * config/tc-mips.c (s_cpsetup): Use '__gnu_local_gp' instead of '_gp'
2607 for -mno-shared optimization.
2608
7d8e00cf
RS
26092005-03-09 Richard Sandiford <rsandifo@redhat.com>
2610
2611 * config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros.
2612 (MAX_NOPS): Bump to 4.
2613 (mips_fix_vr4130): New variable.
2614 (nops_for_vr4130): New function.
2615 (nops_for_insn): Use MAX_DELAY_NOPS rather than MAX_NOPS. Use
2616 nops_for_vr4130 if working around VR4130 errata.
2617 (OPTION_FIX_VR4130, OPTION_NO_FIX_VR4130): New macros.
2618 (md_longopts): Add -mfix-vr4130 and -mno-fix-vr4130.
2619 (md_parse_option): Handle them.
2620 (md_show_usage): Print them.
2621 * doc/c-mips.texi: Document -mfix-vr4130 and -mno-fix-vr4130.
2622
dc36a61f
RS
26232005-03-09 Richard Sandiford <rsandifo@redhat.com>
2624
2625 * config/tc-mips.c (append_insn): Remove cop_interlocks test from
2626 branch delay code.
2627
7d10b47d
RS
26282005-03-09 Richard Sandiford <rsandifo@redhat.com>
2629
2630 * config/tc-mips.h (mips_flush_pending_output): Delete.
2631 (mips_emit_delays): Declare.
2632 (md_flush_pending_output): Use mips_emit_delays.
2633 * config/tc-mips.c (mips_no_prev_insn): Remove parameter; always forget
2634 the previous instructions.
2635 (md_begin, append_insn, md_parse_option): Update callers.
2636 (mips_emit_delay): Remove parameter. Move INSNS != 0 code to
2637 start_noreorder.
2638 (mips_align, s_change_sec, s_cons, s_float_cons, s_gpword)
2639 (s_gpdword): Update callers.
2640 (start_noreorder, end_noreorder): New functions.
2641 (macro, macro2, mips16_macro, s_mipsset): Use them instead of
2642 manipulating mips_opts or prev_nop_frag directly.
2643 (mips_flush_pending_output): Delete.
2644
404a8071
RS
26452005-03-09 Richard Sandiford <rsandifo@redhat.com>
2646
2647 * config/tc-mips.c (mips_move_labels): New function, taken from...
2648 (append_insn, mips_emit_delays): ...here.
2649
71400594
RS
26502005-03-09 Richard Sandiford <rsandifo@redhat.com>
2651
2652 * config/tc-mips.c (MAX_NOPS): New macro.
2653 (history): Resize to 1 + MAX_NOPS.
2654 (fix_vr4120_class): New enumeration.
2655 (vr4120_conflicts): New variable.
2656 (init_vr4120_conflicts): New function.
2657 (md_begin): Call it.
2658 (insn_uses_reg): Constify first argument.
2659 (classify_vr4120_insn, insns_between, nops_for_insn, nops_for_sequence)
2660 (nops_for_insn_or_target): New functions.
2661 (append_insn): Use the new nops_for_* functions instead of inline
2662 delay checks. Generalize prev_nop_frag handling to handle an
2663 arbitrary history length. Insert nops into the history buffer
2664 once the number of nops in prev_nop_frag is fixed.
2665 (emit_delays): Use nops_for_insn instead of inline delay checks.
2666
9b91f544
RS
26672005-03-09 Richard Sandiford <rsandifo@redhat.com>
2668
2669 * config/tc-mips.c (append_insn): Remove now-redundant nops != 0
2670 check from branch delay code. Remove unnecessary check for branches.
2671
1e915849
RS
26722005-03-09 Richard Sandiford <rsandifo@redhat.com>
2673
2674 * config/tc-mips.c (dummy_opcode): Delete.
2675 (nop_insn, mips16_nop_insn): New variables.
2676 (NOP_INSN): New macro.
2677 (insn_length, create_insn, install_insn, move_insn, add_fixed_insn)
2678 (add_relaxed_insn, insert_into_history, emit_nop): New functions.
2679 (md_begin): Initialize nop_insn and mips16_nop_insn.
2680 (append_insn): Use the new emit_nop function to add nops, recording
2681 them in the history buffer. Use add_fixed_insn or add_relaxed_insn
2682 to reserve room for the instruction and install_insn to install the
2683 final form. Use insert_into_history to record the instruction in
2684 the history buffer. Use move_insn to do delay slot filling.
2685 (mips_emit_delays): Use add_fixed_insn instead of the emit_nop macro.
2686 (macro_build, mips16_macro_build, macro_build_lui, mips_ip)
2687 (mips16_ip): Use create_insn to initialize mips_cl_insns.
2688
bf12938e
RS
26892005-03-09 Richard Sandiford <rsandifo@redhat.com>
2690
2691 * config/tc-mips.c (INSERT_BITS, EXTRACT_BITS, INSERT_OPERAND)
2692 (EXTRACT_OPERAND, MIPS16_INSERT_OPERAND, MIPS16_EXTRACT_OPERAND): New.
2693 (insn_uses_reg, reg_needs_delay, append_insn, macro_build)
2694 (mips16_macro_build, macro_build_lui, mips16_macro, mips_ip)
2695 (mips16_ip): Use the new macros instead of explicit masks and shifts.
2696
a38419a5
RS
26972005-03-09 Richard Sandiford <rsandifo@redhat.com>
2698
2699 * config/tc-mips.c (mips_cl_insn): Replace the valid_p, delay_slot_p
2700 and extended_p fields with a single fixed_p field.
2701 (append_insn, mips_no_prev_insn): Adjust accordingly.
2702
2fa15973
RS
27032005-03-09 Richard Sandiford <rsandifo@redhat.com>
2704
2705 * config/tc-mips.c (mips_cl_insn): Replace reloc_type array with
2706 a single mips16_absolute_jump_p bit.
2707 (append_insn): Adjust accordingly.
2708
47e39b9d
RS
27092005-03-09 Richard Sandiford <rsandifo@redhat.com>
2710
2711 * config/tc-mips.h (mips_cl_insn): Move definition to...
2712 * config/tc-mips.c (mips_cl_insn): ...here. Add new fields:
2713 frag, where, fixp, reloc_type, valid_p, noreorder_p, delay_slot_p
2714 and extended_p.
2715 (history): New variable.
2716 (prev_insn, prev_prev_insn, prev_insn_valid, prev_insn_frag)
2717 (prev_insn_where, prev_insn_reloc_type, prev_insn_fixp)
2718 (prev_insn_is_delay_slot, prev_insn_unreordered, prev_insn_extended)
2719 (prev_prev_insn_unreordered): Delete.
2720 (reg_needs_delay, append_insn, mips_no_prev_insn, mips_emit_delays)
2721 (macro_start): Replace uses of prev_insn* with the equivalent history[]
2722 field.
2723
399132af
DJ
27242005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
2725
2726 * doc/Makefile.am: Update as.info dependencies.
2727 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
2728
27292005-03-08 Jan Beulich <jbeulich@novell.com>
fffeaa5f
JB
2730
2731 * doc/as.texinfo: Add sentence to indicate redefining a macro is an
2732 error, and point to .purgem documentation if someone really needs
2733 re-definitions.
2734 * NEWS: Mention macro redefinition is now an error.
2735
9b505842
JB
27362005-03-08 Jan Beulich <jbeulich@novell.com>
2737
2738 * config/tc-ia64.c (emit_one_bundle): Track last slot user insn was
2739 emitted to. Add more precise diagnostics for non-fitting insns based
2740 on that. Eliminate now superfluous special casing of MLX. Clear out
2741 slot information when dropping an insn.
2742
ef6a2b41
JB
27432005-03-08 Jan Beulich <jbeulich@novell.com>
2744
2745 * config/tc-ia64.c (parse_section_name): Rename to...
2746 (cross_section): In addition to separating the name from the rest of
2747 the arguments, also carry out the operation.
2748 (dot_xdata): Use cross_section.
2749 (dot_float_cons): Likewise.
2750 (dot_xstringer): Likewise.
2751 (dot_xdata_ua): Likewise.
2752 (dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons.
2753
06647dfd
AM
27542005-03-05 Alan Modra <amodra@bigpond.net.au>
2755
2756 * po/gas.pot: Regenerate.
2757
bbe506e8
TS
27582005-03-04 David Daney <ddaney@avtrex.com>
2759
2760 * config/tc-mips.c (macro_build_lui): Use '__gnu_local_gp'
2761 instead of '_gp' for -mno-shared optimization.
2762 (s_cpload): Ditto.
2763 (s_abicalls): Document it in the comment.
2764 (md_show_usage): Document the -mno-shared option.
2765
aed1a261
RS
27662005-03-04 Richard Sandiford <rsandifo@redhat.com>
2767
2768 * config/tc-mips.c (mips_set_options): Add sym32 field.
2769 (mips_opts): Initialize it.
2770 (HAVE_32BIT_ADDRESSES): Set to true if pointers are 32 bits wide.
2771 (HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES.
2772 (HAVE_32BIT_SYMBOLS, HAVE_64BIT_SYMBOLS): New macros.
2773 (load_address): Use HAVE_64BIT_SYMBOLS instead of HAVE_64BIT_ADDRESSES
2774 when deciding whether to use a symbolic %highest/%higher expansion.
2775 (macro): Likewise. Remove o64/n32 linux hack. Always use
2776 ADDRESS_ADD*_INSN for address addition in the expansion of "dla"
2777 and "la". Handle constants separately from symbolic expressions in
2778 the "ld_st:" case, using 64-bit arithmetic if HAVE_64BIT_ADDRESSES
2779 and using load_register to load the high part of the address.
2780 (OPTION_MSYM32, OPTION_NO_MSYM32): New macros.
2781 (OPTION_ELF_BASE): Bump by 2.
2782 (md_longopts): Add entries for -msym32 and -mno-sym32.
2783 (md_parse_option): Handle them.
2784 (usage): Document them.
2785 (s_mipsset): Handle ".set sym32" and ".set nosym32".
2786 (s_cpload, s_cpsetup): Use HAVE_64BIT_SYMBOLS instead of
2787 HAVE_64BIT_ADDRESSES to detect 64-bit values of "_gp".
2788 * doc/c-mips.texi: Document ".set sym32", ".set nosym32",
2789 -msym32 and -mno-sym32.
2790
6caf9ef4
TS
27912005-03-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2792
2793 * config/tc-mips.c (load_address): Implement GP optimization
2794 for 64bit address space non-PIC. Fix formatting.
2795 (macro): Likewise. Simplify code.
2796 (md_parse_option): Don't bail out if -G 0 is set for PIC code.
2797 (mips_after_parse_args): Simplify code.
2798
406a7f05
NC
27992005-03-03 Nick Clifton <nickc@redhat.com>
2800
fbacee5b
NC
2801 * expr.c (operand): Remove redundant code enclosed by #ifdef
2802 RELAX_PAREN_GROUPING....#endif.
2803
77ccfee5
NC
2804 * config/tc-mn10200.c (tc_gen_reloc): Handle the case where the
2805 reloc is the difference of two symbols defined in the same
2806 section.
2807
406a7f05
NC
2808 * config/tc-iq2000.c (line_comment_chars): Include the # character
2809 as otherwise this breaks #APP/#NO_APP processing.
2810
2f12d57f
RR
28112005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2812
2813 * config/tc-arc.c(md_assemble): Remove dead code for handling
2814 immediate indexing of ld and st .
2815
3f98094e
DJ
28162005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2817 Joseph Myers <joseph@codesourcery.com>
2818
2819 * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi,
2820 %dtprel_lo, %tprel_hi, %tprel_lo, and %gottprel.
2821 (parse_relocation): Check for a word break after a relocation
2822 operator.
2823 (md_apply_fix3): Handle TLS relocations, and mark thread-local
2824 symbols.
2825
ab1e9ef7
AM
28262005-03-02 Alan Modra <amodra@bigpond.net.au>
2827
2828 * config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks.
2829
bb14f524
JB
28302005-03-02 Jan Beulich <jbeulich@novell.com>
2831
2832 * as.c (main): Use unlink_if_ordinary instead of unlink.
2833 * messages.c (as_fatal): Likewise.
2834
c4a530c5
JB
28352005-03-02 Jan Beulich <jbeulich@novell.com>
2836
2837 * config/tc-i386.c (build_modrm_byte): Add lock prefix for cr8...15
2838 accesses.
2839 (parse_register): Allow cr8...15 in all modes.
2840
167c3097
JB
28412005-03-02 Jan Beulich <jbeulich@novell.com>
2842
2843 * config/tc-i386.c (intel_e11): If not followed by T_PTR, treat T_BYTE
2844 etc. like normal symbol references (T_ID).
2845
71ba24a1
AM
28462005-03-02 Alan Modra <amodra@bigpond.net.au>
2847
2848 * symbols.c (fb_label_name): Fix silly thinko in last change.
2849
a76903bf
AM
28502005-03-02 Alan Modra <amodra@bigpond.net.au>
2851
9d0e75cb
AM
2852 * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.
2853 * config/tc-m68k.h (TARGET_WORD_SIZE): Delete.
2854
a76903bf
AM
2855 * symbols.c (fb_label_name): Allow an augend of 2 for mmix.
2856
28572005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
b15c27d7
RR
2858
2859 PR gas/708
a76903bf 2860 * config/tc-arc.c (md_assemble): Initialize suffix for extension
b15c27d7 2861 suffixes also.
b15c27d7 2862
c9dea48b
AM
28632005-03-01 Alan Modra <amodra@bigpond.net.au>
2864
c7f17d46
AM
2865 * config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
2866
c9dea48b
AM
2867 * as.h (assert): Warning fix.
2868 * expr.c (expr): Correct assertion.
2869 * read.c (s_comm_internal): Remove assertion.
2870 * write.c (relax_segment): Enable vma assertion only for BFD_ASSEMBLER.
2871 (fixup_segment): Remove assertion.
2872 * config/tc-dlx.c (machine_ip): Remove untrue assertions.
2873 (md_apply_fix3): Likewise.
2874 * config/tc-i370.c (md_begin): Correct assertion.
2875 (i370_macro): Warning fix for assertion.
2876
44f2f9d2
AM
28772005-03-01 Alan Modra <amodra@bigpond.net.au>
2878
2879 * configure.in (AC_C_BIGENDIAN): Invoke.
2880 * configure: Regenerate.
2881 * write.c (write_object_file <!BFD_ASSEMBLER>): Don't use sizeof
2882 host variable to set string header size.
2883 * config/obj-aout.c (obj_header_append): Don't use host structs.
2884 (obj_symbol_to_chars): Likewise.
2885 (obj_emit_strings): Likewise. Use the passed in output pointer.
2886 * config/obj-aout.h (H_GET_FILE_SIZE): Include H_GET_LINENO_SIZE.
2887 * config/obj-bout.c (obj_emit_relocations): Use md_reloc_size,
2888 not sizeof host struct.
2889 (obj_header_append, obj_symbol_to_chars): Don't use host structs.
2890 (obj_emit_strings): Likewise.
2891 * config/obj-bout.h (EXEC_BYTES_SIZE): Define.
2892 (N_TXTOFF, H_GET_FILE_SIZE, H_GET_HEADER_SIZE): Use instead of
2893 sizeof host struct.
2894 (H_SET_SYMBOL_TABLE_SIZE): Hard code sym size rather than using
2895 sizeof host struct.
2896 (host_number_to_chars): Define.
2897 * config/obj-hp300.c (hp300_header_append): Don't use sizeof
2898 host internal struct to set header sizes.
2899 * config/tc-i960.c (md_number_to_field): Warning fix.
2900 (md_ri_to_chars): Use host byte order.
2901 (get_cdisp, md_apply_fix3): Warning fix.
055d1eb0 2902 * config/tc-m68k.c (md_assemble): Don't use sizeof host short.
44f2f9d2 2903
802a113d
NC
29042005-02-28 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2905
2906 * doc/c-arc.texi: Update documentation about ARC's extension
2907 instructions.
2908
e5f129ad
SS
29092005-02-27 Svein E. Seldal <svein@dev.seldal.com>
2910
2911 * config/tc-tic4x.c (tic4x_gen_to_words): Changed mail
2912 address for myself.
2913
2132e3a3
AM
29142005-02-23 Alan Modra <amodra@bigpond.net.au>
2915
2916 * cgen.c: Warning fixes.
2917 * config/tc-arc.c: Likewise.
2918 * config/tc-arm.c: Likewise.
2919 * config/tc-avr.c: Likewise.
2920 * config/tc-d10v.c: Likewise.
2921 * config/tc-d30v.c: Likewise.
2922 * config/tc-frv.c: Likewise.
2923 * config/tc-frv.h: Likewise.
2924 * config/tc-h8300.c: Likewise.
2925 * config/tc-h8500.c: Likewise.
2926 * config/tc-i370.c: Likewise.
2927 * config/tc-i960.c: Likewise.
2928 * config/tc-ia64.c: Likewise.
2929 * config/tc-ip2k.c: Likewise.
2930 * config/tc-m68hc11.c: Likewise.
2931 * config/tc-maxq.c: Likewise.
2932 * config/tc-mcore.c: Likewise.
2933 * config/tc-mips.c: Likewise.
2934 * config/tc-msp430.c: Likewise.
2935 * config/tc-pj.c: Likewise.
2936 * config/tc-ppc.c: Likewise.
2937 * config/tc-ppc.h: Likewise.
2938 * config/tc-s390.c: Likewise.
2939 * config/tc-sh.c: Likewise.
2940 * config/tc-sh64.c: Likewise.
2941 * config/tc-tic4x.c: Likewise.
2942 * config/tc-tic80.c: Likewise.
2943 * config/tc-v850.c: Likewise.
2944 * config/tc-vax.c: Likewise.
2945 * config/tc-w65.c: Likewise.
2946 * config/tc-xstormy16.c: Likewise.
2947 * config/tc-z8k.c: Likewise.
2948
ee3c9814
CM
29492005-02-22 Catherine Moore <clm@cm00re.com>
2950
2951 * read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test.
2952 * doc/internals.texi (TC_EQUAL_IN_INSN): Reinstate.
2953
9b2f1d35
EC
29542005-02-22 Eric Christopher <echristo@redhat.com>
2955
2956 * config/tc-mips.c (struct proc): Change isym to
2957 func_sym. New member func_end_sym.
2958 (s_mips_ent): Update.
2959 (s_mips_end): Ditto. Add code to compute function size.
2960
b7712f8d
AM
29612005-02-22 Alan Modra <amodra@bigpond.net.au>
2962
2963 * read.c: Warning fixes.
2964 * config/obj-elf.c: Likewise.
2965
58e2ea4d
MR
29662005-02-22 Maciej W. Rozycki <macro@mips.com>
2967
2968 * config/tc-mips.c (append_insn): Call dwarf2_emit_insn() before
2969 emitting insn.
2970
ebe372c1
L
29712005-02-21 H.J. Lu <hongjiu.lu@intel.com>
2972
2973 * config/obj-coff.c (obj_coff_section): Replace SEC_SHARED with
2974 SEC_COFF_SHARED.
2975
2976 * config/tc-tic54x.c (tic54x_bss): Replace SEC_BLOCK with
2977 SEC_TIC54X_BLOCK.
2978 (demand_empty_rest_of_line): Likewise.
2979 (tic54x_sblock): Likewise.
2980 (tic54x_clink): Replace with SEC_CLINK with SEC_TIC54X_CLINK.
2981
cc1bc22a
AM
29822005-02-21 Alan Modra <amodra@bigpond.net.au>
2983
2984 * read.c (address_bytes): New function.
2985 (TC_ADDRESS_BYTES): Default for BSD_ASSEMBLER to address_bytes.
2986 (potable): Add "dc.a".
2987 (cons_worker): Handle "dc.a".
2988 * doc/internals.texi (TC_ADDRESS_BYTES): Document.
2989
ac4528d2
AM
29902005-02-21 Alan Modra <amodra@bigpond.net.au>
2991
2992 * input-file.c (input_file_open): Rearrange to avoid warning.
2993
b5682e56
AM
29942005-02-19 Alan Modra <amodra@bigpond.net.au>
2995
2996 * config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete.
2997 * read.c (read_a_source_file): Remove TC_EQUAL_IN_INSN test.
2998 * doc/internals.texi (TC_EQUAL_IN_INSN): Delete.
2999
8fc2e39e
TS
30002005-02-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3001
3002 * config/tc-mips.c (macro_build_ldst_constoffset): Fail on $at
3003 uses after .set noat.
3004 (load_address): Likewise.
3005 (macro): Likewise. Don't try to avoid $at use by sacrificing
3006 the target register before it is stored, it won't work.
3007
744b6414
JW
30082005-02-17 James E Wilson <wilson@specifixinc.com>
3009
3010 * config/tc-ia64.c (emit_one_bundle): Stop filling a bundle if we
3011 see an instruction that specifies a template.
3012
30eb9c17
AM
30132005-02-18 Alan Modra <amodra@bigpond.net.au>
3014
3015 * config/tc-openrisc.c (openrisc_relax_frag): Delete unused function.
3016 * config/tc-sparc.c (sparc_ip): Make op_exp static to silence warnings.
3017 * config/tc-tic80.c (build_insn): Init insn[1] to silence warning.
3018
91d777ee
L
30192005-02-17 H.J. Lu <hongjiu.lu@intel.com>
3020
3021 * NEWS: Mention "-mhint.b=[ok|warning|error]".
3022
3023 * config/tc-ia64.c (md): Add hint_b.
3024 (emit_one_bundle): Handle md.hint_b for "hint".
3025 (md_parse_option): Accepted "-mhint.b=[ok|warning|error]".
3026 (md_show_usage): Add "-mhint.b=[ok|warning|error]".
3027 (ia64_init): Set md.hint_b to error.
3028 (md_assemble): Handle md.hint_b for "hint.b".
3029
3030 * doc/as.texinfo: Add "-mhint.b=[ok|warning|error]".
3031 * doc/c-ia64.texi: Likewise.
3032
f17c130b
AM
30332005-02-17 Alan Modra <amodra@bigpond.net.au>
3034
3035 * tc.h (struct relax_type, relax_typeS): Move from here..
3036 * as.h: ..to here. Make rlx_forward and rlx_backward an offsetT.
3037 * ecoff.c (ecoff_new_file): Add appfile param.
3038 * ecoff.h (ecoff_new_file): Likewise.
3039 * itbl-lex.h: New file.
3040 * itbl-lex.l: Include itbl-lex.h.
3041 * itbl-parse.y: Likewise.
3042 (insntbl_line, yyparse, yylex): Move to itbl-lex.h.
3043 * read.c (s_app_file_string): Mark appfile possibly unused.
3044 * subsegs.c (seg_not_empty_p): Make sec possibly unused.
3045 * subsegs.h (struct seg_info_trash): Delete.
3046 (seg_info): Use segment_info_type instead.
3047 * config/obj-coff.c (struct filename_list): Make filename const char *.
3048 * config/obj-ecoff.h (obj_app_file): Pass app to ecoff_new_file.
3049 * config/obj-elf.c (elf_file_symbol): Similarly.
3050 * config/tc-a29k.c (md_apply_fix3): Make val a valueT. Don't use
3051 signed right shift.
3052 * config/tc-arc.c (md_operand): Warning fix.
3053 * config/tc-arm.c (arm_parse_reloc): Only define when OBJ_ELF.
3054 (md_begin): Rearrange #if defined OBJ_COFF || defined OBJ_ELF.
3055 * config/tc-cris.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Use do while.
3056 * config/tc-frv.c (frv_force_relocation): Warning fix.
3057 * config/tc-m68k.c (md_parse_option): Delete unused var.
3058 * config/tc-mcore.c (mylog2): Rename from log2 throughout.
3059 * config/tc-sparc.c: Likewise.
3060 (s_common): Warning fix.
3061 * config/tc-mips.c (append_insn): Use unsigned long long expressions.
3062 * config/tc-mmix.c (PUSHJSTUB_MAX, PUSHJSTUB_MIN): Define from
3063 addressT.
3064 * config/tc-s390.c (s390_insn): Delete test of unsigned >= 0.
3065 * config/tc-sh.c (sh_cfi_frame_initial_instructions,
3066 sh_regname_to_dw2regnum): Only define for OBJ_ELF.
3067 * config/tc-tic4x.c (tic4x_insert_reg): Use ISLOWER.
3068 (tic4x_do_align): Use TIC_NOP_OPCODE.
3069 * config/tc-tic4x.h (TIC_NOP_OPCODE): Rename from NOP_OPCODE.
3070 * config/tc-vax.c: Include netinet/in.h.
3071 (tc_headers_hook): Formatting.
3072 * config/tc-xstormy16.c (md_pcrel_from_section): Correct parens.
3073
26b810ce
JB
30742005-02-17 Jan Beulich <jbeulich@novell.com>
3075
3076 * config/tc-ia64.c (ia64_parse_name): Don't advance 'name' when
3077 parsing inN, locN, outN. Set 'idx' to offset register number starts
3078 at. Don't handle numbers with leading zeroes or beyond 95. Remove
3079 pointless cast.
3080
b8285c27
TS
30812005-02-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3082
3083 * config/tc-mips.c (load_address): Fix formatting.
3084 (macro): Don't use AT if .set noat is in effect. Fix formatting.
3085 Catch macros which are unexpandable without AT. Remove duplicate
3086 zeroing of used_at.
3087 (macro2): Remove duplicate zeroing of used_at.
3088
4df6ce47
AM
30892005-02-16 Alan Modra <amodra@bigpond.net.au>
3090
3091 * dw2gencfi.c (output_cie, output_fde): Use DW_CFA_nop rather
3092 than zero.
3093
d6f16593 30942005-02-15 Nigel Stephens <nigel@mips.com>
4df6ce47 3095 Maciej W. Rozycki <macro@mips.com>
d6f16593
MR
3096
3097 * config/tc-mips.c (reloc_needs_lo_p): Handle
3098 BFD_RELOC_MIPS16_HI16_S.
3099 (fixup_has_matching_lo_p): Handle BFD_RELOC_MIPS16_LO16.
3100 (append_insn): Add BFD_RELOC_MIPS16_GPREL, BFD_RELOC_MIPS16_HI16_S
3101 and BFD_RELOC_MIPS16_LO16 to relocs to suppress overflow
3102 complaints on.
3103 (mips16_ip): Resolve BFD_RELOC_MIPS16_HI16_S,
3104 BFD_RELOC_MIPS16_HI16 and BFD_RELOC_MIPS16_LO16 for constants.
3105 Call my_getSmallExpression() to parse percent operators.
3106 (percent_op_match, mips_percent_op): Separate definitions.
3107 (mips16_percent_op): Define percent operators for the MIPS16 mode.
3108 (parse_relocation): Handle the MIPS16 mode using
3109 mips16_percent_op.
3110 (md_apply_fix3): Handle BFD_RELOC_MIPS16_HI16,
3111 BFD_RELOC_MIPS16_HI16_S and BFD_RELOC_MIPS16_LO16.
3112
7b347e43
JB
31132005-02-15 Jan Beulich <jbeulich@novell.com>
3114
3115 * config/tc-ia64.c (md_apply_fix3): Call ia64_gen_real_reloc_type
3116 instead of explicitly dealing with the translation; exclude
3117 relocations that are already pcrel, however.
3118
a66d2bb7
JB
31192005-02-15 Jan Beulich <jbeulich@novell.com>
3120
3121 * config/tc-ia64.c: Include limits.h (if available).
3122 (gr_values[0]): Set path to INT_MAX.
3123 (dot_reg_val): Don't allow changing value of r0. Limit range of
3124 general registers at r127.
3125 (specify_resource): Default resource index is -1. Don't set resource
3126 index (in case IA64_RS_RSE) without setting the specific flag.
3127 (note_register_values): Check operand is O_constant before tracking
3128 input value of moves. Add tracking for dep.z with constant inputs.
3129 (print_dependency): Resource index of specific resource may be zero.
3130 (check_dependencies): Likewise.
3131
4b09e828
JB
31322005-02-15 Jan Beulich <jbeulich@novell.com>
3133
3134 * config/tc-ia64.c (parse_operands): New local variables reg1, reg2,
3135 reg_class. Check operands and emit diagnostics for illegal use of
3136 registers.
3137
0ca3e455
JB
31382005-02-15 Jan Beulich <jbeulich@novell.com>
3139
3140 * config/tc-ia64.c (ia64_gen_real_reloc_type): Define and initialize
3141 new variables type, suffix, and width. Handle
3142 BFD_RELOC_IA64_DIR(32|64)[LM]SB in FUNC_LT_FPTR_RELATIVE case.
3143 Handle BFD_RELOC_IA64_DIR64[LM]SB in FUNC_TP_RELATIVE case. Add
3144 FUNC_DTP_MODULE case. Handle BFD_RELOC_IA64_DIR32[LM]SB in
3145 FUNC_DTP_RELATIVE case. Return incoming relocation type if
3146 BFD_RELOC_IA64_IPLT[LM]SB in FUNC_IPLT_RELOC case. Generate warning
3147 if unable to translate relocation type, using the new variables.
3148
2fac3d48
JB
31492005-02-15 Jan Beulich <jbeulich@novell.com>
3150
3151 * config/tc-ia64.h (ia64_symbol_chars): Declare.
3152 (ty_symbol_chars): Define.
3153 * config/tc-ia64.c (ia64_symbol_chars): Define.
3154
2f6d622e
JB
31552005-02-15 Jan Beulich <jbeulich@novell.com>
3156
3157 * config/tc-ia64.c (ia64_parse_name): Only update next character if
3158 input_line_pointer was advanced.
3159
28013b5c
KK
31602005-02-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3161
3162 * config/tc-sh.c (md_apply_fix3): Add parentheses around &
3163 within |.
3164
f1dab70d
JB
31652005-02-13 Jan Beulich <jbeulich@novell.com>
3166
3167 * config/tc-ia64.c (md_parse_option): Handle -xnone and -xdebugn.
3168 (md_show_usage): Add -xnone, -xdebugn, and -xdebugx. Relocate default
3169 indicator.
3170 (ia64_init): Set md.detect_dv.
3171 (ia64_start_line): New static variable warned. Warn only once when
3172 encountering explicit stops in automatic mode.
3173 * doc/c-ia64.texi: Describe -xnone, -xdebugn, and -xdebugx.
3174 * NEWS: Mention new default mode.
3175
20b36a95
JB
31762005-02-13 Jan Beulich <jbeulich@novell.com>
3177
3178 * config/tc-ia64.c (dot_rot): Add comment that name strings should
3179 be freed when wiping out previous state. Canonicalize names before
3180 use. Free name string when detecting redefinition.
3181 (dot_pred_rel): Call generic expression parser to process arguments.
3182 Handle O_register case for individual predicates and O_subtract for
3183 ranges.
3184 (ia64_parse_name): Canonicalize name before looking it up in dynamic
3185 register hash.
3186 (ia64_canonicalize_symbol_name): Strip off all trailing # characters.
3187 Warn if multiple found, issue error if resulting symbol name has zero
3188 length.
3189 (dot_alias): Canonicalize name before use.
3190
07450571
L
31912005-02-11 H.J. Lu <hongjiu.lu@intel.com>
3192
3193 * config/tc-ia64.c (unwind_diagnostic): Return -1 for warning
3194 and 0 for error.
3195 (in_procedure): Return -1 for warning.
3196 (in_prologue): Likewise.
3197 (in_body): Likewise.
3198
01b91374
L
31992005-02-11 H.J. Lu <hongjiu.lu@intel.com>
3200
ac4528d2 3201 * config/tc-ia64.c (dot_xdata): Undo the last change.
01b91374
L
3202 (dot_float_cons): Likewise.
3203 (dot_xstringer): Likewise.
3204 (dot_xdata_ua): Likewise.
3205 (dot_float_cons_ua): Likewise.
3206
970d6792
L
32072005-02-11 H.J. Lu <hongjiu.lu@intel.com>
3208
3209 * NEWS: Mention "-munwind-check=[warning|error]".
3210
3211 * config/tc-ia64.c (md): Add unwind_check.
3212 (unwind_diagnostic): New.
3213 (in_procedure): Call unwind_diagnostic when a directive isn't
3214 in procedure.
3215 (in_prologue): Call unwind_diagnostic when a directive isn't in
3216 prologue.
3217 (in_body): Call unwind_diagnostic when a directive isn't in
3218 body region.
3219 (dot_endp): Set md.unwind_check to error before calling
3220 in_procedure and restore it after. When the name is missing or
3221 couldn't be found, use the one from the last .proc if
3222 md.unwind_check isn't error. Warn if md.unwind_check is
3223 warning.
3224 (md_parse_option): Handle "-munwind-check=[warning|error]".
3225 (md_show_usage): Add "-munwind-check=[warning|error]".
3226 (ia64_init): Set md.unwind_check to warning.
3227
3228 * doc/as.texinfo: Add "-munwind-check=[none|warning|error]".
3229 * doc/c-ia64.texi: Likewise.
3230
16a48f83
JB
32312005-02-11 Jan Beulich <jbeulich@novell.com>
3232
3233 * config/tc-ia64.h (LEX_AT): Include LEX_BEGIN_NAME.
3234 (LEX_QM): Likewise.
3235 (ia64_parse_name): New third parameter.
3236 (md_parse_name): Pass third argument.
3237 * config/tc-ia64.c (pseudo_func): Placeholders use NULL as name.
3238 (md_operand): Handling of '@'-prefixed symbols moved from here...
3239 (ia64_parse_name): ...to here.
3240
a911c10a
JB
32412005-02-11 Jan Beulich <jbeulich@novell.com>
3242
3243 * config/tc-ia64.c (md): Remove last_groups and group_idx.
3244 (errata_nop_necessary_p): Remove declaraction and definition.
3245 (emit_one_bundle): Don't call errata_nop_necessary_p. Don't
3246 update md.group_idx. Don't reset md.last_groups.
3247
b3f19c14
JB
32482005-02-11 Jan Beulich <jbeulich@novell.com>
3249
3250 * config/tc-ia64.c (parse_section_name): Handle non-quoted first
3251 argument.
3252 (dot_xdata): Free section name after use.
3253 (dot_float_cons): Likewise.
3254 (dot_xstringer): Likewise.
3255 (dot_xdata_ua): Likewise.
3256 (dot_float_cons_ua): Likewise.
3257 (md_pseudo_table): Add xdata16 and xdata16.ua.
3258
5cb53c21
L
32592005-02-10 H.J. Lu <hongjiu.lu@intel.com>
3260
3261 * doc/all.texi: Add IA64.
3262 * doc/as.texinfo: Likewise.
3263
3264 * doc/c-ia64.texi: Fix typos.
3265
620b81c1
JB
32662005-02-10 Julian Brown <julian@codesourcery.com>
3267
3268 * config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to
3269 BFD_RELOC_UNUSED.
3270 (do_t_push_pop): Likewise.
3271 (md_assemble): Likewise.
3272 (md_apply_fix3): Handle BFD_RELOC_NONE correctly, make
3273 BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE.
3274 (create_unwind_entry): Output dependency on the required personality
3275 routines.
620b81c1 3276
4ee4d249
NS
32772005-02-07 Nathan Sidwell <nathan@codesourcery.com>
3278
3279 * as.h (seg_not_empty_p): Return int, not bfd_boolean.
3280 * subsegs.c (seg_not_empty_p): Likewise.
3281
9f5083a4
NC
32822005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
3283
3284 * config/tc-maxq.c (md_estimate_size_before_relax): Correct the
4df6ce47 3285 relative jump calculation.
9f5083a4
NC
3286 <md_convert_frag) : Likewise.
3287 <output_disp): Likewise.
3288
aaac53f5
HPN
32892005-02-07 Hans-Peter Nilsson <hp@axis.com>
3290
3291 * write.c (write_object_file): Recognize warning-symbol construct
3292 and skip object- and target- handling for the second symbol.
3293
05ee4b0f
JB
32942005-02-02 Jan Beulich <jbeulich@novell.com>
3295
3296 * config/tc-ia64.c (dot_pred_rel): Update comment. Handle @-prefixed
3297 designators along with quoted ones. Free copy of quoted designator
3298 when done.
3299
65ec77d2
BE
33002005-02-01 Ben Elliston <bje@au.ibm.com>
3301
3302 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,
3303 config/obj-ieee.c, config/obj-som.c, config/obj-vms.c,
3304 config/tc-a29k.c, config/tc-alpha.c, config/tc-arc.c,
3305 config/tc-arm.c, config/tc-d30v.c, config/tc-dlx.c,
3306 config/tc-fr30.c, config/tc-h8300.c, config/tc-h8500.c,
3307 config/tc-i370.c, config/tc-i386.c, config/tc-i960.c,
3308 config/tc-ia64.c, config/tc-m32r.c, config/tc-m32r.h,
3309 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-mips.c,
3310 config/tc-mn10200.c, config/tc-msp430.c, config/tc-ns32k.c,
3311 config/tc-openrisc.c, config/tc-or32.c, config/tc-pdp11.c,
3312 config/tc-pj.c, config/tc-sparc.h, config/tc-tic54x.c,
3313 config/tc-tic80.c, config/tc-v850.c, config/tc-w65.c,
3314 config/tc-xtensa.c, config/tc-z8k.c, config/xtensa-relax.c: Remove
3315 #if 0'd code throughout.
3316
d342277e
NC
33172005-01-31 Nick Clifton <nickc@redhat.com>
3318
3319 * as.c (parse_args): Bump copyright date reported by --version to
3320 2005.
3321
d6486796
NC
33222005-01-31 Nick Clifton <nickc@redhat.com>
3323
3324 * configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos
3325 and vax-vms.
3326
ca3bc58f
JB
33272005-01-31 Jan Beulich <jbeulich@novell.com>
3328
3329 * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything
3330 that can end with .endr in that case. Make requiring/permitting
3331 pseudo-ops without leading dot closer to the logic in read.c serving
3332 the same purpose.
3333 (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
3334 ignored.
3335
057f53c1
JB
33362005-01-31 Jan Beulich <jbeulich@novell.com>
3337
3338 * macro.c (do_formals): Adjust to no longer accept empty parameter
3339 names.
3340 (define_macro): Adjust to no longer accept empty macro name, garbage
3341 following the parameters, or macros that were previously defined.
3342 * read.c (s_bad_end): Declare.
3343 (potable): Add endm. Handler for endr and endm is s_bad_end.
3344 (s_bad_end): Rename from s_bad_endr. Adjust to handle both .endm
3345 and .endr.
3346 * read.h (s_bad_endr): Remove.
3347
d3156ecc
JB
33482005-01-31 Jan Beulich <jbeulich@novell.com>
3349
3350 * config/tc-ia64.c (parse_operands): Parse all specified operands,
3351 immediately discarding (but counting) those exceeding the maximum
3352 possible amount. Track whether output and input operand counts ever
3353 matched, and use this to better indicate which of the operands/
3354 operand types was wrong; specifically don't default to pointing to
3355 the first operand.
3356
75e09913
JB
33572005-01-31 Jan Beulich <jbeulich@novell.com>
3358
3359 * config/tc-ia64.c (unwind): Remove proc_end (now an automatic
3360 variable in dot_endp). Add body and insn. Make prologue,
3361 prologue_mask, body, and insn bitfields.
3362 (fixup_unw_records): Remove spurious new-lines from end of diagnostic
3363 messages.
3364 (in_procedure, in_prologue, in_body): New.
3365 (dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save,
3366 dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata,
3367 dot_unwentry, dot_altrp, dot_savemem, dot_saveg, dot_savef, dot_saveb,
3368 dot_savegf, dot_spill, dot_spillreg, dot_spillmem, dot_spillreg_p,
3369 dot_spillmem_p, dot_label_state, dot_copy_state, dot_unwabi,
3370 dot_personality): Use the appropriate one of the above.
3371 (dot_proc): Clear unwind.proc_start; set to current location only if
3372 none of the entry points were valid. Check for non-zero-length entry
3373 point names. Check that entry points aren't defined, yet. Clear
3374 unwind.prologue, unwind.body, and unwind.insn.
3375 (dot_body): Call in_procedure. Check that first directive in procedure
3376 had no insns emitted before. Set unwind.body.
3377 (dot_prologue): Call in_procedure. Check that not already in prologue.
3378 Check that first directive in procedure had no insns emitted before.
3379 Clear unwind.body.
3380 (dot_endp): Call in_procedure. Declare proc_end. Check for non-zero-
3381 length entry point names. Check that entry points became defined.
3382 (md_assemble): Set unwind.insn once unwind.proc_start is defined.
3383
f4660e2c
JB
33842005-01-31 Jan Beulich <jbeulich@novell.com>
3385
3386 * config/tc-ia64.c (emit_one_bundle): Snapshot manual bundling state
3387 before actually using it. Don't generate an error in manual bundling
3388 mode when looking at an insn requiring slot 2 but not yet at slot 2.
3389 Don't generate an error in manual bundling mode when looking at an
3390 insn required to be last in its group but the required slot hasn't
3391 been reached, yet. Allow conversion from MII to MI;I for bundle
3392 consisting of only 2 insns with the stop between them. Suppress
3393 various meaningless errors resulting from detecting earlier ones.
3394
60b9a617
JB
33952005-01-31 Jan Beulich <jbeulich@novell.com>
3396
3397 * config/tc-ia64.c (parse_operands): Also handle alloc without first
3398 input being ar.pfs.
3399
7af0dfc7
CG
34002005-01-28 Christian Groessler <chris@groessler.org>
3401
3402 * config/tc-z8k.c (md_assemble): Improve error detection.
3403
f7e323d5
JB
34042005-01-28 Jan Beulich <jbeulich@novell.com>
3405
3406 * config/tc-ia64.c (ia64_estimate_size_before_relax): Allocate space
3407 for personality routine pointer only if there is one.
3408 (ia64_convert_frag): Likewise.
3409 (generate_unwind_image): Likewise.
3410
f87a1e0c
CG
34112005-01-27 Christian Groessler <chris@groessler.org>
3412
3413 * config/tc-z8k.c (INSERT): Remove, not used anywhere.
3414 (md_apply_fix3): Make relative branches out of range an error
3415 instead of a warning. Display correct line number for out of
3416 range branches/calls/memory accesses.
3417
c6cb92c5
NS
34182005-01-27 Nathan Sidwell <nathan@codesourcery.com>
3419
3420 * dwarf2dbg.c (dwarf2_finish): Correct logic for determining when
3421 to emit .debug_line and other debug sections.
3422 * as.h (seg_not_empty_p): Declare.
3423 * subsegs.c (seg_not_empty_p): New predicate.
3424
e8093792
AC
34252005-01-27 Andrew Cagney <cagney@gnu.org>
3426
3427 * configure: Regenerate to track ../gettext.m4 change.
3428
09124b3f
JB
34292005-01-27 Jan Beulich <jbeulich@novell.com>
3430
3431 * config/tc-ia64.c (emit_one_bundle): Change "?imbf??" to "?ibmfxx".
3432
34332005-01-27 Jan Beulich <jbeulich@novell.com>
97762d08
JB
3434
3435 * config/tc-ia64.c (emit_one_bundle): Add late resolution of move
3436 to/from application registers dynamic insns.
3437 (md_assemble): Defer resolution of move to/from application registers
3438 dynamic insns when they can be issued on either the I- or M-units.
3439
90219bd0
AO
34402005-01-25 Alexandre Oliva <aoliva@redhat.com>
3441
3442 * config/tc-frv.c (md_apply_fix3): Mark TLS symbols as such.
3443 2004-12-10 Alexandre Oliva <aoliva@redhat.com>
3444 * config/tc-frv.c (frv_pic_ptr): Add tlsmoff support.
3445 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
3446 * cgen.c (gas_cgen_parse_operand): Handle
3447 CGEN_PARSE_OPERAND_SYMBOLIC.
3448 * config/tc-frv.c (md_cgen_lookup_reloc): Handle TLS relocations.
3449 (frv_force_relocation): Likewise. Fix handling of PIC
3450 relocations.
3451 (md_apply_fix3): Likewise.
3452
59c871b4
BE
34532005-01-21 Ben Elliston <bje@au.ibm.com>
3454
3455 * as.h: Remove #if 0'd code.
3456 * atof-generic.c (atof_generic): Likewise.
3457 * ecoff.c (ecoff_directive_frame): Likewise.
3458 * frags.h (FRAG_APPEND_1_CHAR): Likewise.
3459 * itbl-ops.c (itbl_add_reg): Likewise.
3460 * listing.c (calc_hex): Likewise.
3461 * read.c (MASK_CHAR): Likewise.
3462 * subsegs.c (subsegs_print_statistics): Likewise.
3463 * symbols.c (indent): Likewise.
3464 * write.c (write_relocs): Likewise.
3465 (write_object_file): Likewise.
3466 (relax_frag): Likewise.
3467
fb767913
NC
34682005-01-20 Nick Clifton <nickc@redhat.com>
3469
3470 * as.c (std_longopts): Add an entry for "--a" in order to prevent
3471 getopt_long_only() from considering -a as an abbreviation for
3472 --alternate.
3473 (parse_args): Fix the parsing of -a=<file>.
3474
c556cc9c
AM
34752005-01-20 Alan Modra <amodra@bigpond.net.au>
3476
3477 PR gas/684
3478 * read.c (s_incbin): Adjust default count for skip. Check validity
3479 of count and skip rigorously.
3480
9c6ed8e6
FF
34812005-01-19 Fred Fish <fnf@specifixinc.com>
3482
3483 * config/tc-mips.c (dummy_opcode): Add init for new struct member.
3484
e5604d79
RS
34852005-01-19 Richard Sandiford <rsandifo@redhat.com>
3486
3487 * read.c (convert_to_bignum): New function, split out from...
3488 (emit_expr): ...here. Handle the case where X_add_number is
3489 positive and the input value is negative.
3490 (output_big_sleb128): Fix setting of continuation bit. Check whether
3491 the final byte needs to be sign-extended. Fix size-shrinking loop.
3492 (emit_leb128_expr): When generating a signed leb128, see whether the
3493 sign of an O_constant's X_add_number matches the sign of the input
3494 value. Use a bignum if not.
3495
e38bc3b5
NC
34962005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
3497
3498 * tc-sh.c (md_begin,md_parse_option): Change arch_sh1_up to
3499 arch_sh_up in order to match the external name and make the
3500 testsuite's job easier.
3501
df227444
L
35022005-01-14 H.J. Lu <hongjiu.lu@intel.com>
3503
4df6ce47 3504 PR 659
df227444
L
3505 * config/tc-i386.c (i386_scale): Disallow 0 scale.
3506
b8b80cf7
NC
35072005-01-12 Nick Clifton <nickc@redhat.com>
3508
3509 * config/tc-iq2000.c (s_iq2000_set): Fix thinko parsing
3510 ignored_arguments array.
3511
324007b9
L
35122005-01-10 H.J. Lu <hongjiu.lu@intel.com>
3513
3514 * write.c (write_object_file): Disallow a symbol equated to
3515 common symbol.
3516
5c4504f7
NC
35172005-01-10 Inderpreet Singh <inderpreetb@noida.hcltech.com>
3518
3519 * tc-maxq.c: Replace constants 10 and 20 with bfd_mach_maxq10 and
3520 bfd_mach_maxq20.
3521 (md_pseudo_table): Add new pseudo ops for maxq10 and maxq20.
3522 (maxq_target): New function: Set the machine type.
3523
4e7fd91e
PB
35242005-01-06 Paul Brook <paul@codesourcery.com>
3525
3526 * config/tc-arm.c (FPU_DEFAULT): Define for TE_VXWORKS.
3527 (md_begin): Handle TE_VXWORKS for FP defaults.
3528 (md_apply_fix3): Correct rela offsets.
3529 (elf32_arm_target_format): Add VxWorks targets.
3530
ea3eed15
PB
35312005-01-06 Paul Brook <paul@codesourcery.com>
3532
3533 * configure.tgt: Set em=vxworks for *-*-vxworks.
3534 * config/te-vxworks.h: New File.
3535
5dc1606f
PB
35362005-01-06 Paul Brook <paul@codesourcery.com>
3537
3538 * config/tc-arm.c (arm_cpus): Correct arch field for arm1026ej-s.
3539
18af0b39
NC
35402005-01-04 Dmitry Diky <diwil@spec.ru>
3541
3542 * config/tc-msp430.c (md_apply_fix3): Fix offset calculation for
3543 global label.
3544
196e8040
JW
35452005-01-03 David Mosberger <davidm@hpl.hp.com>
3546
3547 * config/tc-ia64.c (md): Add member "loc_directive_seen".
3548 (dot_loc): New function.
3549 (md_pseudo_table): Add entry to map .loc to dot_loc().
3550 (emit_one_bundle): Only call dwarf2_gen_line_info() if we have
3551 seen a .loc directive or we're generating DWARF2 debug info for
3552 assembly source.
3553
a207757e
AM
35542004-12-29 Alan Modra <amodra@bigpond.net.au>
3555
3556 PR gas/619
3557 * read.c (s_comm_internal): Don't zero end of name until size
3558 expression has been parsed.
3559
71d7ecf2
MM
35602004-12-25 Marek Michalkiewicz <marekm@amelek.gda.pl>
3561
3562 * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.
3563
30c62922
TL
35642004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
3565
3566 * config/tc-crx.c: Support 'bcop' relaxation (dealt as in 'cmp&branch'
3567 case).
3568
14ee9f48
ILT
35692004-12-22 Ian Lance Taylor <ian@airs.com>
3570
3571 * configure.tgt: New.
3572 * configure.in: Move setting of cpu_type, fmt, etc., to
3573 configure.tgt.
3574 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add
3575 $(srcdir)/configure.tgt.
3576 * configure, Makefile.in: Rebuild.
3577
750bce0e 35782004-12-22 Klaus Rudolph <lts-rudolph@gmx.de>
4df6ce47 3579
750bce0e
NC
3580 * config/tc-avr.c: Add support for the new R_AVR_LDI, R_AVR_6 and
3581 R_AVR_6_ADIW relocs for the LDI, ADIW/SBIW and LDD/STD
3582 instructions.
3583 (avr_offset_expression): New function to parse offsets for LDI
3584 instructions.
3585 (avr_operand): Use it.
3586 (md_apply_fix3): Generate the relocs.
3587
9d2be1ee
JR
35882004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3589
3590 * config/tc-sh64.c (shmedia_md_apply_fix3): Add missing
3591 BFD_RELOC_SH_IMMS10BY8 relocation.
3592
3593 * config/tc-sh64.c (shmedia_build_Mytes): Emit an error message rather
3594 than just ignoring bad code.
3595
1e50d24d
RS
35962004-12-16 Richard Sandiford <rsandifo@redhat.com>
3597
3598 * config/tc-v850.c (handle_lo16): New function.
3599 (v850_reloc_prefix): Use it to check lo().
3600 (md_assemble, md_apply_fix3): Handle BFD_RELOC_V850_LO16_SPLIT_OFFSET.
3601
2fbd2a87
NC
36022004-12-14 P.J. Darcy <darcypj@us.ibm.com>
3603
3604 * configure.in: Add s390x-ibm-tpf support.
3605 * configure: Regenerate.
3606
7a6d0b32
JB
36072004-12-15 Jan Beulich <jbeulich@novell.com>
3608
3609 * config/obj-elf.c (obj_elf_change_section): Only set type and
3610 attributes on new sections. Emit warning when type of re-declared
3611 section doesn't match.
3612
5b9d23c6
JB
36132004-12-15 Jan Beulich <jbeulich@novell.com>
3614
3615 * dw2gencfi.c (dot.cfi.startproc): Clear cur_cfa_offset so
3616 '.cfi_startproc simple' doesn't inherit the old value.
3617
dcb45a06
JB
36182004-12-15 Jan Beulich <jbeulich@novell.com>
3619
3620 * dw2gencfi.c (output_cfi_insn): Adjust DW_CFA_def_cfa_sf generation
3621 to emit a signed and factored offset. Adjust DW_CFA_def_cfa_offset_sf
3622 generation to emit a factored offset.
3623
aa6975fb
ILT
36242004-12-10 Ian Lance Taylor <ian@wasabisystems.com>
3625
6943caf0
ILT
3626 * config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset
3627 which is too large in the case of NO_PIC without 64-bit
3628 addresses.
3629
aa6975fb
ILT
3630 * config/tc-mips.c (mips_in_shared): New static variable.
3631 (macro_build_lui): Permit "_gp" if !mips_in_shared.
3632 (md_longopts): Add -mshared and -mno-shared.
3633 (md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED.
3634 (s_cpload): Implement !mips_in_shared case.
3635 (s_cpsetup): Likewise.
3636 * doc/c-mips.texi (MIPS Opts): Document -mno-shared.
3637 * NEWS: Mention -mno-shared.
3638
be1b2b4b
PB
36392004-12-09 Paul Brook <paul@codesourcery.com>
3640
3641 * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation
3642 for function start.
3643
9a92f48d
ILT
36442004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
3645
dd22970f
ILT
3646 * config/tc-mips.c (append_insn): If we emit a nop during a relax
3647 sequence, increase the size of the sequence.
3648
9a92f48d
ILT
3649 * config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
3650 use CPU_RM9000.
3651
b617dc20
BE
36522004-12-07 Ben Elliston <bje@gnu.org>
3653
3654 * read.c (s_align): Use an align_limit temporary to allay a GCC
3655 signed/unsigned comparison warning.
3656
c820d418
MM
36572004-12-01 Mark Mitchell <mark@codesourcery.com>
3658
3659 * Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
3660 * configure.in: Use it for arm*-*-linux-gnueabi*.
3661 * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT.
3662 * config/te-armlinuxeabi.h: New file.
3663 * Makefile.in: Regenerated.
3664 * aclocal.m4: Likewise.
3665 * configure: Likewise.
4df6ce47 3666 * doc/Makefile.in: Regenerated.
c820d418 3667
2b0210eb
BW
36682004-12-02 Bob Wilson <bob.wilson@acm.org>
3669
3670 * config/tc-xtensa.c (xtensa_switch_section_emit_state): Use subseg_set.
3671 (xtensa_restore_emit_state): Likewise.
3672
9ebd302d
AM
36732004-12-02 Alan Modra <amodra@bigpond.net.au>
3674
3675 * read.c (ALIGN_LIMIT): Define, increasing limit for BFD_ASSEMBLER.
3676 (s_align): Use it.
3677
32118081
NC
36782004-11-30 Tero Niemela <tero_niemela@yahoo.com>
3679
3680 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
3681 * Makefile.in: Regenerate.
3682
3f414718
TL
36832004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
3684
9ebd302d
AM
3685 * config/tc-crx.c: Major code cleanup. Remove unused variables and
3686 functions, give functions a meaningful name, add comments.
3687 (check_range): New function - Replace operand size calculation
3f414718
TL
3688 with range checking.
3689 (assemble_insn): Update Algorithm, improve error issuing.
9ebd302d 3690 (enum op_err): New.
3f414718
TL
3691 (process_label_constant): Bug fix regarding COP_BRANCH_INS relocation
3692 handling.
3693
a7498ae6
NC
36942004-11-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3695
3696 * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte
3697 miss between different section in the same module.
3698 (tc_gen_reloc): Likewise.
3699
5c54fd37
NC
37002004-11-25 Theodore A. Roth <troth@openavr.org>
3701
3702 * gas/config/tc-avr.c (mcu_types): Add support for atmega165,
3703 atmega325, atmega3250, atmega645 and atmega6450.
3704
37edbb65
JB
37052004-11-25 Jan Beulich <jbeulich@novell.com>
3706
3707 * config/tc-i386.c (optimize_imm): Adjust immediates to only those
3708 permissible for the selected instruction suffix.
3709 (process_suffix): For DefaultSize instructions, suppressing the
3710 guessing of a 'q' suffix if the instruction doesn't support it is
3711 pointless, because only an 'l' suffix can be guessed in this place.
3712
5515a510
NC
37132004-11-24 Nick Clifton <nickc@redhat.com>
3714
3715 * config/tc-iq2000.c: Remove support for IQ10 processor.
3716 Convert to ISO C90 formatting.
3717 * config/tc-iq2000.h: Likewise.
3718
dae1b34e
NC
37192004-11-23 Nick Clifton <nickc@redhat.com>
3720
3721 * config/tc-mn10300.c (md_relax_table): More fixes to the offsets
3722 in this table. They should be correct now.
3723
5c6af06e
JB
37242004-11-23 Jan Beulich <jbeulich@novell.com>
3725
3726 * config/tc-i386.h (CpuMMX2): Declare. Artificial classifier to
3727 indicate the MMX extensions added by both SSE and 3DNow!A.
3728 (Cpu3dnowA): Declare.
3729 (CpuUnknownFlags): Update.
3730 * config/tc-i386.c (cpu_sub_arch_name): Declare.
3731 (cpu_arch): i586 and pentium do not imply MMX. i686 and pentiumpro do
3732 neither imply SSE nor MMX. k6 implies MMX. k6_2 additionally implies
3733 3DNow!. Athlon additionally implies 3DNow!A. Several new
3734 entries (those starting with a dot are for sub-arch specification).
3735 (set_cpu_arch): Handle sub-arch specifications.
3736 (parse_insn): Distinguish between instructions not supported because
3737 of insufficient CPU features and because of 64-bit mode.
3738 * doc/c-i386.texi: Describe enhanced .arch directive.
3739
d9740523
BW
37402004-11-22 Bob Wilson <bob.wilson@acm.org>
3741
3742 * config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow.
3743
3120ef82
BW
37442004-11-22 Bob Wilson <bob.wilson@acm.org>
3745
3746 * dwarf2dbg.c (dwarf2_finish): Don't write a .debug_line section
3747 without a corresponding .debug_info section.
3748
d190d046
HPN
37492004-11-22 Hans-Peter Nilsson <hp@axis.com>
3750
3751 * read.c (potable): Add "error" and "warning".
3752 (s_errwarn): New function.
3753 * read.h (s_errwarn): Declare.
3754 * doc/as.texinfo (Error, Warning): Document .error and .warning.
3755
5519f6ea
NC
37562004-11-22 Nick Clifton <nickc@redhat.com>
3757
3758 * config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to
3759 c_dot_file_symbol.
3760
f5c7edf4
AM
37612004-11-19 Alan Modra <amodra@bigpond.net.au>
3762
3763 * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
3764 struct hcodes_s, msp430_hcodes): From include/opcode/msp430.h.
3765
a4528eeb
AM
37662004-11-19 Alan Modra <amodra@bigpond.net.au>
3767
3768 * config/obj-coff.c (c_dot_file_symbol): Add "app" param.
3769 (coff_adjust_symtab): Adjust call.
3770 (crawl_symbols): Likewise.
3771 * config/obj-coff.h (c_dot_file_symbol): Add "app" param.
3772 (obj_app_file): Adjust.
3773
444bf5f3
NC
37742004-11-18 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
3775
3776 * configure.in: Enable bfd_assember for the MAXQ port.
3777 * configure: Regenerate.
3778
a1ace8d8 37792004-11-12 Bob Wilson <bob.wilson@acm.org>
88ac794e 3780 Sterling Augustine <sterling@tensilica.com>
a1ace8d8
BW
3781
3782 * config/tc-xtensa.c (finish_vinsn): Clear pending instruction if
3783 there is a conflict.
3784 (check_t1_t2_reads_and_writes): Check for both reads and writes to
3785 interfaces that are related as determined by xtensa_interface_class_id.
3786
30e857fc
NC
37872004-11-12 Nick Clifton <nickc@redhat.com>
3788
3789 * config/tc-mn10300.c (md_relax_table): Fix off by one negative
3790 offsets for conditional branches.
3791
a67517f4
BW
37922004-11-11 Bob Wilson <bob.wilson@acm.org>
3793
3794 * config/tc-xtensa.c (MAX_IMMED6): Change value to 65.
3795
1d19a770
BW
37962004-11-10 Bob Wilson <bob.wilson@acm.org>
3797
3798 * config/tc-xtensa.c (update_next_frag_state): Always add a NOP if
3799 relaxing at the end of a loop. Don't mark frags as UNREACHABLE or
3800 MAYBE_UNREACHABLE.
3801 (relax_frag_immed): Update call to update_next_frag_state.
3802
c04f5787
AM
38032004-11-10 Alan Modra <amodra@bigpond.net.au>
3804
3805 * obj.h (struct format_ops <app_file>): Add int param.
3806 * read.h (s_app_file_string): Likewise.
3807 * read.c (s_app_file_string): Likewise.
3808 (s_app_file): Adjust s_app_file_string call.
3809 * config/tc-mips.c (s_mips_file): Likewise.
3810 * config/obj-coff.h (obj_app_file): Add app param.
3811 * config/obj-ecoff.h (obj_app_file): Likewise.
3812 * config/obj-multi.h (obj_app_file): Likewise.
3813 * config/obj-elf.h (elf_file_symbol): Likewise.
3814 * config/obj-elf.c (elf_file_symbol): Only emit one file symbol
3815 if called for # preprocessor lines.
3816
a77a9021
L
38172004-11-08 H.J. Lu <hongjiu.lu@intel.com>
3818
3819 PR 528
3820 * symbols.c (resolve_symbol_value): Convert weak symbols only
3821 for Windows PECOFF.
3822 (symbol_equated_reloc_p): Don't equate weaks when relocating
3823 only for Windows PECOFF.
3824
aea44f62
TL
38252004-11-08 Tomer Levi <Tomer.Levi@nsc.com>
3826
3827 * config/tc-crx.c (print_insn): Check and set insn_addr.
3828 * config/tc-crx.h (md_frag_check): Define.
3829
7499d566
NC
38302004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
3831 Vineet Sharma <vineets@noida.hcltech.com>
3832
3833 * configure.in: Add support for new target maxq-coff.
3834 * configure: Regenerate.
3835 * NEWS: Mention new support.
3836 * config/tc-maxq.c: New file.
3837 * config/tc-maxq.h: New file.
3838 * config/obj-coff.h: Add support for maxq-coff.
3839
977cdf5a
NC
38402004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
3841
3842 * symbols.c (any_external_name): Define.
a77a9021 3843 (resolve_symbol_value): Convert weak symbols.
977cdf5a
NC
3844 (S_SET_EXTERNAL): Support any_external_name.
3845 (S_SET_NAME): Qualify parameter const.
316f3bf8 3846 (symbol_equated_reloc_p): Equate to weaks when relocating.
977cdf5a
NC
3847 * symbols.h (S_SET_NAME): Qualfiy parameter const.
3848 * tc.h (any_external_name): Declare.
3849 * config/obj-coff.c ("coff/pe.h"): Include for BFD
3850 assemblers also.
3851 (weak_is_altname): Declare and define.
3852 (weak_name2altname): Same.
3853 (weak_altname2name): Same.
3854 (weak_uniquify): Same.
3855 (weak_altprefix): Define.
3856 (obj_coff_weak): Change .weak syntax and handling.
3857 (coff_frob_symbol): Fix PE weak symbol alternates.
3858 * config/obj-coff.h (USE_UNIQUE): Define.
3859 * config/tc-i386.c (md_apply_fix3): Assume weak symbols
3860 are in another segment.
3861 (tc_gen_reloc): Remove broken addend hack.
3862 doc/as.texinfo: Update.
3863
34e41783
BW
38642004-11-05 Sterling Augustine <sterling@tensilica.com>
3865
3866 * config/tc-xtensa.c (total_frag_text_expansion): New.
3867 (md_estimate_size_before_relax): Use it.
3868 (find_address_of_next_align_frag): Likewise.
3869
dcd46b4e
TL
38702004-11-05 Tomer Levi <Tomer.Levi@nsc.com>
3871
3872 * config/tc-crx.c: Rename argument types.
3873 (processing_arg_number): Rename to 'cur_arg_num'.
3874 (get_number_of_bits): Rename to 'set_operand_size'.
3875 (get_operandtype): Rename to 'parse_operand', totally rewrite.
3876 (set_cons_rparams): Rename to 'set_operand', totally rewrite.
3877 (set_indexmode_parameters): Remove function, integrate its code into
3878 'set_operand'.
3879 (set_operand_size): Get rid of 'Operand Number' function parameter -
3880 use global variable 'cur_arg_num' instead.
3881 Use a local 'argument' pointer to reference the current argument.
3882 (parse_operand): Likewise.
3883 (set_operand): Likewise.
3884 (process_label_constant): Likewise.
3885
9456465c
BW
38862004-11-04 Bob Wilson <bob.wilson@acm.org>
3887
3888 * config/tc-xtensa.c: Remove XTENSA_SECTION_RENAME ifdefs.
3889 (add_section_rename): Delete. Inlined into...
3890 (build_section_rename): ...here. Use xstrdup instead of strdup.
3891 (xtensa_section_rename): Drop "const" from argument and return types.
3892 (md_show_usage): Indent to match show_usage().
3893 * config/tc-xtensa.h: Remove XTENSA_SECTION_RENAME ifdefs.
3894 (tc_canonicalize_section_name): Define.
3895 (md_elf_section_rename): Remove unused macro.
3896 * doc/as.texinfo (Overview): Document Xtensa --rename-section option.
3897 * doc/c-xtensa.texi (Xtensa Options): Likewise.
3898 (Frame Directive): Delete.
3899
7f266840
DJ
39002004-11-04 Daniel Jacobowitz <dan@debian.org>
3901
3902 * configure.in: Remove arm-*-oabi and thumb-*-oabi.
3903 * config/tc-arm.c (target_oabi): Delete.
3904 (md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks.
3905 (arm_opts): Remove moabi.
3906 * doc/as.texinfo (Overview): Remove documentation of -moabi.
3907 * doc/c-arm.texi (ARM Options): Likewise.
3908 * configure: Regenerated.
3909
ae57792d
HPN
39102004-11-04 Hans-Peter Nilsson <hp@axis.com>
3911
3912 * configure.in (crisv32): Recognize. AC_DEFINE_UNQUOTED
3913 DEFAULT_CRIS_ARCH. Handle crisv32-*-linux-gnu* like
3914 cris-*-linux-gnu* and crisv32-*-* like cris-*-*.
3915 * configure: Regenerate.
3916 * config/tc-cris.c (enum cris_archs): New.
3917 (cris_mach, cris_arch_from_string, s_cris_arch, get_sup_reg)
3918 (cris_insn_ver_valid_for_arch): New functions.
3919 (DEFAULT_CRIS_ARCH): New macro, default to cris_any_v0_v10.
3920 (cris_arch): New variable.
3921 (md_pseudo_table): New pseudo .arch.
3922 (err_for_dangerous_mul_placement): Initialize according to
3923 DEFAULT_CRIS_ARCH.
3924 (STATE_COND_BRANCH): Renamed from STATE_CONDITIONAL_BRANCH.
3925 All users changed.
3926 (STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON)
3927 (STATE_ABS_BRANCH_V32, STATE_LAPC, BRANCH_BF_V32, BRANCH_BB_V32)
3928 (BRANCH_WF_V32, BRANCH_WB_V32): New.
3929 (BRANCH_BF, BRANCH_BB, BRANCH_WF, BRANCH_WB): Don't undef after
3930 use in md_cris_relax_table.
3931 (md_cris_relax_table): Add entries for STATE_COND_BRANCH_V32,
3932 STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
3933 Update and improve head comment.
3934 (OPTION_PIC): Define in terms of previous option, OPTION_US.
3935 (OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): Similar.
3936 (OPTION_ARCH): New.
3937 (md_longopts): New option --march=...
3938 (cris_any_v0_v10_long_jump_size, crisv32_long_jump_size): New
3939 macros.
3940 (md_long_jump_size): Initialize in terms of DEFAULT_CRIS_ARCH.
3941 (HANDLE_RELAXABLE): New macro.
3942 (md_estimate_size_before_relax): Use HANDLE_RELAXABLE for common
3943 cases. Check for weak symbols and assume not relaxable. Handle
3944 STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON,
3945 STATE_ABS_BRANCH_V32, STATE_LAPC. Use new variable symbolP, not
3946 fragP->fr_symbol.
3947 (md_convert_frag): Handle STATE_COND_BRANCH_V32,
3948 STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
3949 (cris_create_short_jump): Adjust for CRISv32.
5664e9a7 3950 (cris_relax_frag): Handle new states.
ae57792d
HPN
3951 (md_create_long_jump): Ditto. Emit error for common_v10_v32.
3952 (md_begin): Define symbols "..asm.arch.cris.v32",
3953 "..asm.arch.cris.v10", "..asm.arch.cris.common_v10_v32" and
3954 "..asm.arch.cris.any_v0_v10". Use cris_insn_ver_valid_for_arch
3955 when entering opcode table entry points.
3956 (md_assemble): Adjust branch handling for CRISv32. Handle LAPC
3957 relaxation. In fix_new_exp call for main insn, pass 1 for pcrel
3958 parameter for 8, 16 and 32-bit pc-relative insns and LAPC.
3959 (cris_process_instruction): Initialize out_insnp->insn_type to
3960 CRIS_INSN_NONE, not CRIS_INSN_NORMAL.
3961 <case ']', '[', 'A', 'd', 'Q', 'N', 'n', 'Y', 'U', 'u', 'T'>: New
3962 cases.
3963 <case 'm'>: Check that modified_char == '.'.
3964 <invalid operands>: Consume the rest of the line.
3965 When operands don't match, skip over subsequent insns with
3966 non-matching version specifier but same mnemonic.
3967 <immediate constant, case SIZE_SPEC_REG>: Immediate operands for
3968 special registers in CRISv32 are always 32 bit long.
3969 <immediate constant, case SIZE_FIELD_SIGNED, SIZE_FIELD_UNSIGNED>:
3970 New cases.
3971 (get_gen_reg): Only recognize "PC" when followed by "+]" for v32
3972 and compatible. Recognize "ACR" for v32, unless followed by "+".
3973 (get_spec_reg): Consider cris_arch when looking up register.
3974 (get_autoinc_prefix_or_indir_op): Don't recognize assignment for
3975 v32 or compatible.
3976 (get_3op_or_dip_prefix_op): Check for ']' after seeing '[rN+'.
3977 (cris_get_expression): Restore input_line_pointer if failing "early".
3978 (get_flags): Consider cris_arch and recognize flags accordingly.
3979 (branch_disp): Adjust for CRISv32.
3980 (gen_cond_branch_32): Similar. Emit error for common_v10_v32.
3981 (cris_number_to_imm): Use as_bad_where, not as_bad. Remove
3982 related FIXME. Don't insist on BFD_RELOC_32_PCREL fixup to be
3983 resolved. Don't enter zeros in object file for
3984 BFD_RELOC_32_PCREL.
3985 <case BFD_RELOC_CRIS_LAPCQ_OFFSET, BFD_RELOC_CRIS_SIGNED_16>
3986 <case BFD_RELOC_CRIS_SIGNED_8>: New case.
3987 (md_parse_option): Break out "return 1".
3988 <OPTION_ARCH> New case.
3989 (tc_gen_reloc): <case BFD_RELOC_CRIS_LAPCQ_OFFSET>
3990 <case BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_SIGNED_8>
3991 <case BFD_RELOC_CRIS_UNSIGNED_8, BFD_RELOC_CRIS_UNSIGNED_16>
3992 <case BFD_RELOC_32_PCREL>: New cases.
3993 Addends for non-zero fx_pcrel are too in fx_offset.
3994 (md_show_usage): Show --march=<arch>.
3995 (md_apply_fix3): Adjust val for BFD_RELOC_CRIS_LAPCQ_OFFSET.
3996 (md_pcrel_from): BFD_RELOC_CRIS_LAPCQ_OFFSET is PC-relative too.
3997 (s_syntax) <struct syntaxes>: Properly constify member operand.
3998 * config/tc-cris.h (TARGET_MACH): Define.
3999 (cris_mach): Declare.
4000 * doc/as.texinfo (Overview) <CRIS>: Add --march=...
4001 * doc/c-cris.texi (CRIS-Symbols): New node for built-in symbols.
4002 (CRIS-Opts): Document --march=...
4003 (CRIS-Pseudos): Document .arch.
4004
9306ca4a
JB
40052004-11-04 Jan Beulich <jbeulich@novell.com>
4006
4007 * config/tc-i386.c (set_intel_syntax): Allow % in symbol names when
4008 intel syntax and no register prefix, allow $ in symbol names when
4009 intel syntax.
4010 (set_16bit_gcc_code_flag): Replace literal 'l' by LONG_MNEM_SUFFIX.
4011 (intel_float_operand): Add fourth return value indicating math control
4012 operations. Make classification more precise.
4013 (md_assemble): Complain if memory operand of mov[sz]x has no size
4014 specified.
4015 (parse_insn): Translate word operands to floating point instructions
4016 operating on integers as well as control instructions to short ones
4017 as expected by AT&T syntax. Translate 'd' suffix to short one only for
4018 floating point instructions operating on non-integer operands.
4019 (match_template): Remove fldcw special case. Adjust q-suffix handling
4020 to permit it on fild/fistp/fisttp in AT&T mode.
4021 (process_suffix): Don't guess DefaultSize insns' suffix from
4022 stackop_size for certain floating point control instructions. Guess
4023 suffix for branch and [ls][gi]dt based on flag_code. Split error
4024 messages for Intel and AT&T syntax, and make the condition more strict
4025 for the former. Adjust suppressing of generation of operand size
4026 overrides.
4027 (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE,
4028 OWORD, and XMMWORD operand size specifiers (TBYTE replaces XWORD). Add
4029 more error checking.
4030 * config/tc-i386.h (BYTE_PTR WORD_PTR DWORD_PTR QWORD_PTR XWORD_PTR
4031 SHORT OFFSET_FLAT FLAT NONE_FOUND): Remove unused defines.
4032
2b4f075a
HPN
40332004-11-03 Hans-Peter Nilsson <hp@axis.com>
4034
4035 * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare
4036 md_short_jump_size, md_long_jump_size.
4037 * write.c [!WORKING_DOT_WORD]: Ditto.
4038 * tc.h [!WORKING_DOT_WORD]: Declare them here. Drop const
4039 qualifier.
4040 * config/tc-cris.h (md_short_jump_size, md_long_jump_size): Don't
4041 declare.
4042 * config/tc-cris.c (md_short_jump_size, md_long_jump_size): Drop
4043 const qualifier in these definitions.
4044 * config/tc-i370.c, config/tc-m68k.c, config/tc-pdp11.c,
4045 config/tc-s390.c, config/tc-tahoe.c, config/tc-vax.c: Ditto.
4046
ddbc47ac
NC
40472004-11-02 Nick Clifton <nickc@redhat.com>
4048
4049 * dwarf2dbg.c (dwarf2_finish): Check for the existence of a file
4050 table before deciding to produce a .debug_line section to match up
4051 with a user provided .debug_info section.
4052
3ad3f5ad
TL
40532004-10-28 Tomer Levi <Tomer.Levi@nsc.com>
4054
4055 * config/tc-crx.c (getreg_image): Bug fix, a return value was
4056 mistakenly omitted from CRX_C_REGTYPE and CRX_CS_REGTYPE cases.
4057
c815a616
TL
40582004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
4059
4060 * config/tc-crx.c: Remove global variable 'post_inc_mode'.
4061 (get_flags): New function.
c04f5787
AM
4062 (get_number_of_bits): Edit comments, update numeric values to
4063 supported sizes.
4064 (process_label_constant): Don't support the colon
4065 format (SYMBOL:[s|m|l]).
c815a616
TL
4066 (set_cons_rparams): Support argument type 'arg_rbase'.
4067 (get_operandtype): Bug fix in 'rbase' operand type parsing.
4068 (handle_LoadStor): Bug fix, first handle post-increment mode.
c04f5787
AM
4069 (getreg_image): Remove redundant code, update according to latest
4070 CRX spec.
c815a616 4071 (print_constant): Bug fix relate to 3-word instructions.
c04f5787 4072 (assemble_insn): Bug fix, when matching instructions, verify also
c815a616
TL
4073 instruction type (not only mnemonic).
4074 Add various error checking.
4075 (preprocess_reglist): Support HI/LO and user registers.
4076
ed7af9f9
L
40772004-10-25 David Mosberger-Tang <davidm@hpl.hp.com>
4078
c04f5787 4079 * config/tc-ia64.c (fixup_unw_records): Don't let the "t" value
ed7af9f9
L
4080 in an epilogue directive go negative.
4081
ac025970
L
40822004-10-25 H.J. Lu <hongjiu.lu@intel.com>
4083
4084 PR 474
4085 * config/tc-ia64.c (emit_one_bundle): Decrement md.num_slots_in_use
4086 after reporting template error during manual bundling. Reported
4087 by Michael Dupont, michaelx.dupont@intel.com.
4088
a394c00f
NC
40892004-10-25 Daniel Jacobowitz <dan@debian.org>
4090
4091 * Makefile.am: Run dep-am.
4092 * aclocal.m4: Regenerate with automake 1.9.2.
4093 * Makefile.in: Regenerate with automake 1.9.2.
4094 * doc/Makefile.in: Likewise.
4095
4096 * config/tc-arm.c: Include "dw2gencfi.h".
4097 (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
4098 New functions.
4099 * config/tc-arm.h (TARGET_USE_CFIPOP, DWARF2_DEFAULT_RETURN_COLUMN)
4100 (DWARF2_CIE_DATA_ALIGNMENT, tc_regname_to_dw2regnum)
4101 (tc_cfi_frame_initial_instructions): Define.
4102 (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
4103 Add prototypes.
4104
23d83918
TL
41052004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
4106
4107 * config/tc-crx.c (assemble_insn): Check unsigned immediate
4108 operands validity.
4109 Update coprocessor id to be unsigned immediate.
4110
bb41ade5
AM
41112004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
4112
4113 * config/tc-i386.c (O_secrel): Delete.
4114 (tc_pe_dwarf2_emit_offset): New function.
4115 * config/tc-i386.h (O_secrel): Define as O_md1.
4116 (TC_DWARF2_EMIT_OFFSET): Define.
4117
87e62348
NC
41182004-10-18 Nick Clifton <nickc@redhat.com>
4119
4120 * config/tc-xstormy16.c (xstormy16_cons_fix_new): Accept and
4121 ignore @fptr() directives for 4-byte fixups.
4122
3c55da70
AM
41232004-10-15 Alan Modra <amodra@bigpond.net.au>
4124
4125 * Makefile.am: Run "make dep-am"
4126 * Makefile.in: Regenerate.
4127
40e7b7b9
BW
41282004-10-14 Bob Wilson <bob.wilson@acm.org>
4129
4130 * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive):
4131 Remove comments about placement of literal pools.
4132 (Literal Directive): Update description of literal placement.
4133 (Literal Prefix Directive): Remove statement that this does not apply
4134 to absolute-mode literals. Describe new section naming scheme.
4135
b08b5071
BW
41362004-10-12 Bob Wilson <bob.wilson@acm.org>
4137
4138 * config/tc-xtensa.c (xtensa_frequency_pseudo): Use set_subseg_freq.
4139 (is_entry_opcode, is_movi_opcode, is_the_loop_opcode, is_jx_opcode,
4140 is_windowed_return_opcode): Delete.
4141 (xtensa_frob_label): Use get_subseg_target_freq.
4142 (md_assemble): Inline call to is_entry_opcode.
4143 (xtensa_handle_align): Inline call to get_frag_is_literal.
4144 (relaxation_requirements): Inline call to is_jx_opcode.
4145 (emit_single_op): Inline call to is_movi_opcode.
4146 (xg_assemble_vliw_tokens): Inline calls to get_frag_is_insn,
4147 get_frag_is_no_transform, is_entry_opcode, and
4148 set_frag_is_specific_opcode. Use get_subseg_total_freq.
4149 (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags,
4150 xtensa_fix_close_loop_end_frags, relax_frag_immed, convert_frag_immed):
4151 Inline calls to get_frag_is_no_transform.
4152 (next_instrs_are_b_retw): Inline call to is_windowed_return_opcode.
4153 (xtensa_fix_short_loop_frags): Inline calls to is_the_loop_opcode and
4154 get_frag_is_no_transform.
4155 (convert_frag_immed_finish_loop): Inline calls to get_expression_value
4156 and set_frag_is_no_transform.
4157 (get_expression_value): Delete.
4158 (subseg_map struct): Rename cur_total_freq to total_freq. Rename
4159 cur_target_freq to target_freq.
4160 (get_subseg_info): Split out code to create a new map entry into ...
4161 (add_subseg_info): ... this new function.
4162 (get_last_insn_flags): Check if get_subseg_info succeeded.
4163 (set_last_insn_flags): Call add_subseg_info if needed.
4164 (get_subseg_total_freq, get_subseg_target_freq, set_subseg_freq): New.
4165 (xtensa_reorder_segments): Compute last_sec while counting sections.
4166 Remove call to get_last_sec.
4167 (get_last_sec): Delete.
4168 (cache_literal_section): Inline call to retrieve_literal_seg and its
4169 callees, seg_present and add_seg_list.
4170 (retrieve_literal_seg, seg_present, add_seg_list): Delete.
4171 (get_frag_is_insn, get_frag_is_no_transform,
4172 set_frag_is_specific_opcode, set_frag_is_no_transform): Delete.
4173 * config/tc-xtensa.h (MAX_SLOTS): Reduce from 31 to 15.
4174
7fa3d080
BW
41752004-10-12 Bob Wilson <bob.wilson@acm.org>
4176
4177 * config/tc-xtensa.c: Use ISO C90 formatting.
4178 * config/tc-xtensa.h: Likewise.
4179 * config/xtensa-istack.h: Likewise.
4180 * config/xtensa-relax.c: Likewise.
4181 * config/xtensa-relax.h: Likewise.
4182
8cb51566
PB
41832004-10-12 Paul Brook <paul@codesourcery.com>
4184
4185 * config/tc-arm.c (md_begin): Change EF_ARM_EABI_VER3 to
4186 EF_ARM_EABI_VER4.
4187 (arm_eabis): Ditto.
4188 * doc/c-arm.texi: Document that we actually support -meabi=4, not
4189 -meabi=3.
4190
653cfe85
BW
41912004-10-08 Bob Wilson <bob.wilson@acm.org>
4192
4193 * doc/as.texinfo (VTableEntry, VTableInherit): Add "directive" to index
4194 entries.
4195 (Acknowledgements): Use "GAS" instead of AS variable.
4196
d2b2c203
DJ
41972004-10-08 Daniel Jacobowitz <dan@debian.org>
4198
4199 * config/tc-i386.c: Include "elf/x86-64.h".
4200 (i386_elf_section_type): New function.
4201 * config/tc-i386.h (md_elf_section_type): Define.
4202 (i386_elf_section_type): New prototype.
4203
e80e0390
NC
42042004-10-08 Linus Nielsen Feltzing <linus@haxx.se>
4205
4206 * config/m68k-parse.h (enum m68k_register): New control register,
4207 MBAR2 (for MCF5249)
4208 * config/tc-m68k.c: Correct control register set for MCF5249.
4209
43cd72b9 42102004-10-07 Bob Wilson <bob.wilson@acm.org>
85a5ac80 4211 Sterling Augustine <sterling@tensilica.com>
43cd72b9
BW
4212
4213 * config/tc-xtensa.c (absolute_literals_supported): New global flag.
4214 (UNREACHABLE_MAX_WIDTH): Define.
4215 (XTENSA_FETCH_WIDTH): Delete.
4216 (cur_vinsn, xtensa_fetch_width, xt_saved_debug_type, past_xtensa_end,
4217 prefer_const16, prefer_l32r): New global variables.
4218 (LIT4_SECTION_NAME): Define.
4219 (lit4_state struct): Add lit4_seg_name and lit4_seg fields.
4220 (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
4221 (frag_flags struct): New.
c04f5787 4222 (xtensa_block_info struct): Move from tc-xtensa.h. Add flags field.
43cd72b9
BW
4223 (subseg_map struct): Add cur_total_freq and cur_target_freq fields.
4224 (bitfield, bit_is_set, set_bit, clear_bit): Define.
4225 (MAX_FORMATS): Define.
4226 (op_placement_info struct, op_placement_table): New.
4227 (O_pltrel, O_hi16, O_lo16): Define.
4228 (directiveE enum): Rename directive_generics to directive_transform.
4229 Delete directive_relax. Add directive_schedule,
4230 directive_absolute_literals, and directive_last_directive.
4231 (directive_info): Rename "generics" to "transform". Delete "relax".
4232 Add "schedule" and "absolute-literals".
4233 (directive_state): Adjust entries to match changes in directive_info.
4234 (xtensa_relax_statesE, RELAX_IMMED_MAXSTEPS): Move to tc-xtensa.h.
4235 (xtensa_const16_opcode, xtensa_movi_opcode, xtensa_movi_n_opcode,
4236 xtensa_l32r_opcode, xtensa_nop_opcode, xtensa_rsr_lcount_opcode): New.
4237 (xtensa_j_opcode, xtensa_rsr_opcode): Delete.
4238 (align_only_targets, software_a0_b_retw_interlock,
4239 software_avoid_b_j_loop_end, maybe_has_b_j_loop_end,
4240 software_avoid_short_loop, software_avoid_close_loop_end,
4241 software_avoid_all_short_loops, specific_opcode): Delete.
4242 (warn_unaligned_branch_targets): New.
4243 (workaround_a0_b_retw, workaround_b_j_loop_end, workaround_short_loop,
4244 workaround_close_loop_end, workaround_all_short_loops): Default FALSE.
4245 (option_[no_]link_relax, option_[no_]transform,
4246 option_[no_]absolute_literals, option_warn_unaligned_targets,
4247 option_prefer_l32r, option_prefer_const16, option_target_hardware):
4248 New enum values.
4249 (option_[no_]align_only_targets, option_literal_section_name,
4250 option_text_section_name, option_data_section_name,
4251 option_bss_section_name, option_eb, option_el): Delete.
4252 (md_longopts): Add entries for: [no-]transform, [no-]absolute-literals,
4253 warn-unaligned-targets, prefer-l32r, prefer-const16, [no-]link-relax,
4254 and target-hardware. Delete entries for [no-]target-align-only,
4255 literal-section-name, text-section-name, data-section-name, and
4256 bss-section-name.
4257 (md_parse_option): Handle new options and remove old ones. Accept but
4258 ignore [no-]density options. Warn for [no-]generics and [no-]relax
4259 and treat them as [no-]transform.
4260 (md_show_usage): Add new options and remove old ones.
4261 (xtensa_setup_hw_workarounds): New.
4262 (md_pseudo_table): Change "word" entry to use xtensa_elf_cons. Add
4263 "long", "short", "loc" and "frequency" entries.
4264 (use_generics): Rename to ...
4265 (use_transform): ... this function. Add past_xtensa_end check.
4266 (use_longcalls): Add past_xtensa_end check.
4267 (code_density_available, can_relax): Delete.
4268 (do_align_targets): New.
4269 (get_directive): Accept dashes in directive names. Warn about
4270 [no-]generics and [no-]relax directives and treat them as
c04f5787 4271 [no-]transform.
43cd72b9
BW
4272 (xtensa_begin_directive): Call md_flush_pending_output only for some
4273 directives. Check for directives inside instruction bundles. Warn
4274 about deprecated ".begin literal" usage. Warn and ignore [no-]density
4275 directives. Handle new directives. Check generating_literals flag
4276 for literal_prefix.
4277 (xtensa_end_directive): Check for directives inside instruction
4278 bundles. Warn and ignore [no-]density directives. Handle new
4279 directives. Call xtensa_set_frag_assembly_state.
4280 (xtensa_loc_directive_seen, xtensa_dwarf2_directive_loc,
4281 xtensa_dwarf2_emit_insn): New.
4282 (xtensa_literal_position): Call md_flush_pending_output. Do not check
4283 use_literal_section flag.
4284 (xtensa_literal_pseudo): Call md_flush_pending_output. Handle absolute
4285 literals. Use xtensa_elf_cons to parse the expression.
4286 (xtensa_literal_prefix): Do not check use_literal_section. Support
4287 ".lit4" sections for absolute literals. Change prefix convention to
4288 replace ".text" (or ".t" in a linkonce section). No need to call
4289 subseg_set.
4290 (xtensa_frequency_pseudo, xtensa_elf_cons, xtensa_elf_suffix): New.
4291 (expression_end): Handle closing braces and colons.
4292 (PLT_SUFFIX, plt_suffix): Delete.
4293 (expression_maybe_register): Use new xtensa-isa.h functions. Use
4294 xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16
4295 and O_hi16 expressions as well.
4296 (tokenize_arguments): Handle closing braces and colons.
4297 (parse_arguments): Use new xtensa-isa.h functions. Handle "invisible"
4298 operands and paired register syntax.
4299 (get_invisible_operands): New.
4300 (xg_translate_sysreg_op): Handle new Xtensa LX RSR/WSR/XSR syntax. Use
4301 new xtensa-isa.h functions.
4302 (xtensa_translate_old_userreg_ops, xtensa_translate_zero_immed): New.
4303 (xg_translate_idioms): Check if inside bundle. Use use_transform.
4304 Handle new Xtensa LX RSR/WSR/XSR syntax. Remove code to widen density
4305 instructions. Use xtensa_translate_zero_immed.
4306 (operand_is_immed, operand_is_pcrel_label): Delete.
4307 (get_relaxable_immed): Use new xtensa-isa.h functions.
4308 (get_opcode_from_buf): Add slot parameter. Use new xtensa-isa.h
4309 functions.
4310 (xtensa_print_insn_table, print_vliw_insn): New.
4311 (is_direct_call_opcode): Use new xtensa-isa.h functions.
4312 (is_call_opcode, is_loop_opcode, is_conditional_branch_opcode,
4313 is_branch_or_jump_opcode): Delete.
4314 (is_movi_opcode, decode_reloc, encode_reloc, encode_alt_reloc): New.
4315 (opnum_to_reloc, reloc_to_opnum): Delete.
4316 (xtensa_insnbuf_set_operand, xtensa_insnbuf_get_operand): Use new
4317 xtensa-isa.h functions. Operate on one slot of an instruction.
4318 (xtensa_insnbuf_set_immediate_field, is_negatable_branch,
4319 xg_get_insn_size): Delete.
4320 (xg_get_build_instr_size): Use xg_get_single_size.
4321 (xg_is_narrow_insn, xg_is_single_relaxable_insn): Update calls to
4322 xg_build_widen_table. Use xg_get_single_size.
4323 (xg_get_max_narrow_insn_size): Delete.
4324 (xg_get_max_insn_widen_size, xg_get_max_insn_widen_literal_size,
4325 xg_is_relaxable_insn): Update calls to xg_build_widen_table. Use
4326 xg_get_single_size.
4327 (xg_build_to_insn): Record the loc field. Handle OP_OPERAND_HI16U and
4328 OP_OPERAND_LOW16U. Check xg_valid_literal_expression.
4329 (xg_expand_to_stack, xg_expand_narrow): Update calls to
4330 xg_build_widen_table. Use xg_get_single_size.
4331 (xg_immeds_fit): Use new xtensa-isa.h functions. Update call to
4332 xg_check_operand.
4333 (xg_symbolic_immeds_fit): Likewise. Also handle O_lo16 and O_hi16, and
4334 treat weak symbols conservatively.
4335 (xg_check_operand): Use new xtensa-isa.h functions.
4336 (is_dnrange): Delete.
4337 (xg_assembly_relax): Inline previous calls to tinsn_copy.
4338 (xg_finish_frag): Specify separate relax states for the frag and slot0.
4339 (is_branch_jmp_to_next, xg_add_branch_and_loop_targets): Use new
4340 xtensa-isa.h functions.
4341 (xg_instruction_matches_option_term, xg_instruction_matches_or_options,
4342 xg_instruction_matches_options): New.
4343 (xg_instruction_matches_rule): Handle O_register expressions. Call
4344 xg_instruction_matches_options.
4345 (transition_rule_cmp): New.
4346 (xg_instruction_match): Update call to xg_build_simplify_table.
4347 (xg_build_token_insn): Record loc fields.
4348 (xg_simplify_insn): Check is_specific_opcode field and
4349 density_supported flag.
4350 (xg_expand_assembly_insn): Skip checking code_density_available. Use
4351 new xtensa-isa.h functions. Call use_transform instead of can_relax.
4352 (xg_assemble_literal): Add error handling for O_big. Call
4353 record_alignment. Handle O_pltrel.
4354 (xg_valid_literal_expression): New.
4355 (xg_assemble_literal_space): Add slot parameter. Remove call to
4356 set_expr_symbol_offset. Add call to record_alignment. Update call to
4357 xg_finish_frag.
4358 (xg_emit_insn): Delete.
4359 (xg_emit_insn_to_buf): Add format parameter. Update calls to
4360 xg_add_opcode_fix and xtensa_insnbuf_to_chars.
4361 (xg_add_opcode_fix): Change opcode parameter to tinsn and add format
4362 and slot parameters. Handle new "alternate" relocations for absolute
4363 literals and CONST16 instructions. Check for bad uses of O_lo16 and
4364 O_hi16. Use new xtensa-isa.h functions.
4365 (xg_assemble_tokens): Delete.
4366 (is_register_writer): Use new xtensa-isa.h functions.
4367 (is_bad_loopend_opcode): Check for xtensa_rsr_lcount_opcode instead of
4368 old-style RSR from LCOUNT.
4369 (next_frag_opcode): Delete.
4370 (next_frag_opcode_is_loop, next_frag_format_size, frag_format_size,
4371 update_next_frag_state): New.
4372 (update_next_frag_nop_state): Delete.
4373 (next_frag_pre_opcode_bytes): Use next_frag_opcode_is_loop.
4374 (xtensa_mark_literal_pool_location): Check use_literal_section flag and
4375 the state of the absolute-literals directive. Add calls to
4376 record_alignment and xtensa_set_frag_assembly_state. Call
4377 xtensa_switch_to_non_abs_literal_fragment instead of
4378 xtensa_switch_to_literal_fragment.
4379 (build_nop): New.
4380 (assemble_nop): Use build_nop. Update call to xtensa_insnbuf_to_chars.
4381 (get_expanded_loop_offset): Change check for undefined opcode to an
4382 assertion.
4383 (xtensa_set_frag_assembly_state, relaxable_section,
4384 xtensa_find_unmarked_state_frags, xtensa_find_unaligned_branch_targets,
4385 xtensa_find_unaligned_loops, xg_apply_tentative_value): New.
4386 (md_begin): Update call to xtensa_isa_init. Initialize linkrelax to 1.
4387 Set lit4_seg_name. Call xg_init_vinsn. Initialize new global opcodes.
4388 Call init_op_placement_info_table and xtensa_set_frag_assembly_state.
4389 (xtensa_init_fix_data): New.
4390 (xtensa_frob_label): Reset label symbol to the current frag. Check
4391 do_align_targets and generating_literals flag. Propagate frequency
4392 info to new alignment frag. Call xtensa_set_frag_assembly_state.
4393 (xtensa_unrecognized_line): New.
4394 (xtensa_flush_pending_output): Check if inside a bundle. Add a call
4395 to xtensa_set_frag_assembly_state.
4396 (error_reset_cur_vinsn): New.
4397 (md_assemble): Remove check for literal frag. Remove call to
4398 istack_init. Call use_transform instead of use_generics. Parse
4399 explicit instruction format specifiers. Move code for
4400 a0_b_retw_interlock workaround to xg_assemble_vliw_tokens. Call
4401 error_reset_cur_vinsn on errors. Add call to get_invisible_operands.
4402 Add dwarf2_where call. Remote automatic alignment for ENTRY
4403 instructions. Move call to xtensa_clear_insn_labels to the end.
4404 Rearrange to handle bundles.
4405 (xtensa_cons_fix_new): Delete.
4406 (xtensa_handle_align): New.
4407 (xtensa_frag_init): Call xtensa_set_frag_assembly_state. Remove
4408 assignment to is_no_density field.
4409 (md_pcrel_from): Use new xtensa-isa.h functions. Use decode_reloc
4410 instead of reloc_to_opnum. Handle "alternate" relocations.
4411 (xtensa_force_relocation, xtensa_check_inside_bundle,
4412 xtensa_elf_section_change_hook): New.
4413 (xtensa_symbol_new_hook): Delete.
4414 (xtensa_fix_adjustable): Check for difference of symbols with an
4415 offset. Check for external and weak symbols.
4416 (md_apply_fix3): Remove cases for XTENSA_OP{0,1,2} relocs.
4417 (md_estimate_size_before_relax): Return expansion for the first slot.
4418 (tc_gen_reloc): Handle difference of symbols by producing
4419 XTENSA_DIFF{8,16,32} relocs and by writing the value of the difference
4420 into the output. Handle new XTENSA_SLOT*_OP relocs by storing the
4421 tentative values into the output when linkrelax is set.
4422 (XTENSA_PROP_SEC_NAME): Define.
4423 (xtensa_post_relax_hook): Call xtensa_find_unmarked_state_frags.
4424 Create literal tables only if using literal sections. Create new
4425 property tables instead of old instruction tables. Check for unaligned
4426 branch targets and loops.
4427 (finish_vinsn, find_vinsn_conflicts, check_t1_t2_reads_and_writes,
4428 new_resource_table, clear_resource_table, resize_resource_table,
4429 resources_available, reserve_resources, release_resources,
4430 opcode_funcUnit_use_unit, opcode_funcUnit_use_stage,
4431 resources_conflict, xg_find_narrowest_format, relaxation_requirements,
4432 bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
4433 (xtensa_end): Call xtensa_flush_pending_output. Set past_xtensa_end
4434 flag. Update checks for workaround options. Call
4435 xtensa_mark_narrow_branches and xtensa_mark_zcl_first_insns.
4436 (xtensa_cleanup_align_frags): Add special case for branch targets.
4437 Check for and mark unreachable frags.
4438 (xtensa_fix_target_frags): Remove use of align_only_targets flag.
4439 Use RELAX_LOOP_END_BYTES in special case for negatable branch at the
4440 end of a zero-overhead loop body.
4441 (frag_can_negate_branch): Handle instructions with multiple slots.
4442 Use new xtensa-isa.h functions
4443 (xtensa_mark_narrow_branches, is_narrow_branch_guaranteed_in_range,
4444 xtensa_mark_zcl_first_insns): New.
4445 (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags): Error if
4446 transformations are disabled.
4447 (next_instrs_are_b_retw): Use new xtensa-isa.h functions. Handle
4448 multislot instructions.
4449 (xtensa_fix_close_loop_end_frags, xtensa_fix_short_loop_frags):
4450 Likewise. Also error if transformations are disabled.
4451 (unrelaxed_frag_max_size): New.
4452 (unrelaxed_frag_min_insn_count, unrelax_frag_has_b_j): Use new
4453 xtensa-isa.h functions.
4454 (xtensa_sanity_check, is_empty_loop, is_local_forward_loop): Use
4455 xtensa_opcode_is_loop instead of is_loop_opcode.
4456 (get_text_align_power): Replace as_fatal with assertion.
4457 (get_text_align_fill_size): Iterate instead of using modulus when
4458 use_nops is false.
4459 (get_noop_aligned_address): Assert that this is for a machine-dependent
4460 RELAX_ALIGN_NEXT_OPCODE frag. Use next_frag_opcode_is_loop,
4461 xg_get_single_size, and frag_format_size.
4462 (get_widen_aligned_address): Rename to ...
4463 (get_aligned_diff): ... this function. Add max_diff parameter.
4464 Remove handling of rs_align/rs_align_code frags. Use
4465 next_frag_format_size, get_text_align_power, get_text_align_fill_size,
4466 next_frag_opcode_is_loop, and xg_get_single_size. Compute max_diff
4467 and pass it back to caller.
4468 (xtensa_relax_frag): Use relax_frag_loop_align. Add code for new
4469 RELAX_SLOTS, RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN,
4470 RELAX_FILL_NOP, and RELAX_UNREACHABLE frag types. Check relax_seen.
4471 (relax_frag_text_align): Rename to ...
4472 (relax_frag_loop_align): ... this function. Assume loops can only be
4473 in the first slot of an instruction.
4474 (relax_frag_add_nop): Use assemble_nop instead of constructing an OR
4475 instruction. Remove call to frag_wane.
4476 (relax_frag_narrow): Rename to ...
4477 (relax_frag_for_align): ... this function. Extend to handle
4478 RELAX_FILL_NOP and RELAX_UNREACHABLE, as well as RELAX_SLOTS with
4479 RELAX_NARROW for the first slot.
4480 (find_address_of_next_align_frag, bytes_to_stretch): New.
4481 (future_alignment_required): Use find_address_of_next_align_frag and
4482 bytes_to_stretch. Look ahead to subsequent frags to make smarter
4483 alignment decisions.
4484 (relax_frag_immed): Add format, slot, and estimate_only parameters.
4485 Check if transformations are enabled for b_j_loop_end workaround.
4486 Use new xtensa-isa.h functions and handle multislot instructions.
4487 Update call to xg_assembly_relax.
4488 (md_convert_frag): Handle new RELAX_SLOTS, RELAX_UNREACHABLE,
4489 RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, and RELAX_FILL_NOP
4490 frag types.
4491 (convert_frag_narrow): Add segP, format and slot parameters. Call
4492 convert_frag_immed for branch instructions. Adjust calls to
4493 tinsn_from_chars, tinsn_immed_from_frag, and xg_emit_insn_to_buf. Use
4494 xg_get_single_size and xg_get_single_format.
4495 (convert_frag_fill_nop): New.
4496 (convert_frag_immed): Add format and slot parameters. Handle multislot
4497 instructions and use new xtensa-isa.h functions. Update calls to
4498 tinsn_immed_from_frag and xg_assembly_relax. Check if transformations
4499 enabled for b_j_loop_end workaround. Use build_nop instead of
4500 assemble_nop. Check is_specific_opcode flag. Check for unreachable
4501 frags. Use xg_get_single_size. Handle O_pltrel.
4502 (fix_new_exp_in_seg): Remove check for old plt flag.
4503 (convert_frag_immed_finish_loop): Update calls to tinsn_from_chars and
4504 xtensa_insnbuf_to_chars. Call tinsn_immed_from_frag. Change check
4505 for loop opcode to an assertion. Mark all frags up to the end of the
4506 loop as not transformable.
4507 (get_last_insn_flags, set_last_insn_flags): Use get_subseg_info.
4508 (get_subseg_info): New.
4509 (xtensa_move_literals): Call xtensa_set_frag_assembly_state. Add null
4510 check for dest_seg.
4511 (xtensa_switch_to_literal_fragment): Rewrite to handle absolute
4512 literals and use xtensa_switch_to_non_abs_literal_fragment otherwise.
4513 (xtensa_switch_to_non_abs_literal_fragment): New.
4514 (cache_literal_section): Add is_code parameter and pass it through to
4515 retrieve_literal_seg.
4516 (retrieve_literal_seg): Add is_code parameter and use it to set the
4517 flags on the literal section. Handle case where head parameter is 0.
4518 (get_frag_is_no_transform, set_frag_is_specific_opcode,
4519 set_frag_is_no_transform): New.
4520 (xtensa_create_property_segments): Add end_property_function parameter
4521 and pass it through to add_xt_block_frags. Call bfd_get_section_flags
4522 and skip SEC_DEBUGGING and !SEC_ALLOC sections.
4523 (xtensa_create_xproperty_segments, section_has_xproperty): New.
4524 (add_xt_block_frags): Add end_property_function parameter and call it
4525 if it is non-zero. Call xtensa_frag_flags_init.
4526 (xtensa_frag_flags_is_empty, xtensa_frag_flags_init,
4527 get_frag_property_flags, frag_flags_to_number,
4528 xtensa_frag_flags_combinable, xt_block_aligned_size,
4529 xtensa_xt_block_combine, add_xt_prop_frags,
4530 init_op_placement_info_table, opcode_fits_format_slot,
4531 xg_get_single_size, xg_get_single_format): New.
4532 (istack_push): Inline call to tinsn_copy.
4533 (tinsn_copy): Delete.
4534 (tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
4535 CONST16 opcodes. Handle O_big, O_illegal, and O_absent.
4536 (tinsn_has_complex_operands): Handle O_hi16 and O_lo16.
4537 (tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h
4538 functions. Handle invisible operands.
4539 (tinsn_to_slotbuf): New.
4540 (tinsn_check_arguments): Use new xtensa-isa.h functions.
4541 (tinsn_from_chars): Add slot parameter. Rewrite using xg_init_vinsn,
4542 vinsn_from_chars, and xg_free_vinsn.
4543 (tinsn_from_insnbuf): New.
4544 (tinsn_immed_from_frag): Add slot parameter and handle multislot
4545 instructions. Handle symbol differences.
4546 (get_num_stack_text_bytes): Use xg_get_single_size.
4547 (xg_init_vinsn, xg_clear_vinsn, vinsn_has_specific_opcodes,
4548 xg_free_vinsn, vinsn_to_insnbuf, vinsn_from_chars, expr_is_register,
4549 get_expr_register, set_expr_symbol_offset_diff): New.
4550 * config/tc-xtensa.h (MAX_SLOTS): Define.
4551 (xtensa_relax_statesE): Move from tc-xtensa.c. Add
4552 RELAX_CHECK_ALIGN_NEXT_OPCODE, RELAX_MAYBE_DESIRE_ALIGN, RELAX_SLOTS,
4553 RELAX_FILL_NOP, RELAX_UNREACHABLE, RELAX_MAYBE_UNREACHABLE, and
4554 RELAX_NONE types.
4555 (RELAX_IMMED_MAXSTEPS): Move from tc-xtensa.c.
4556 (xtensa_frag_type struct): Add is_assembly_state_set,
4557 use_absolute_literals, relax_seen, is_unreachable, is_specific_opcode,
4558 is_align, is_text_align, alignment, and is_first_loop_insn fields.
4559 Replace is_generics and is_relax fields by is_no_transform field.
4560 Delete is_text and is_longcalls fields. Change text_expansion and
4561 literal_expansion to arrays of MAX_SLOTS entries. Add arrays of
4562 per-slot information: literal_frags, slot_subtypes, slot_symbols,
4563 slot_sub_symbols, and slot_offsets. Add fr_prev field.
4564 (xtensa_fix_data struct): New.
4565 (xtensa_symfield_type struct): Delete plt field.
4566 (xtensa_block_info struct): Move definition to tc-xtensa.h. Add
4567 forward declaration here.
4568 (xt_section_type enum): Delete xt_insn_sec. Add xt_prop_sec.
4569 (XTENSA_SECTION_RENAME): Undefine.
4570 (TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FORCE_RELOCATION, NO_PSEUDO_DOT,
4571 tc_unrecognized_line, md_do_align, md_elf_section_change_hook,
4572 HANDLE_ALIGN, TC_LINKRELAX_FIXUP, SUB_SEGMENT_ALIGN): Define.
4573 (TC_CONS_FIX_NEW, tc_symbol_new_hook): Delete.
4574 (unit_num_copies_func, opcode_num_units_func,
4575 opcode_funcUnit_use_unit_func, opcode_funcUnit_use_stage_func): New.
4576 (resource_table struct): New.
4577 * config/xtensa-istack.h (MAX_INSN_ARGS): Increase from 6 to 10.
4578 (TInsn struct): Add keep_wide, loc, fixup, record_fix, subtype,
4579 literal_space, symbol, sub_symbol, offset, and literal_frag fields.
4580 (tinsn_copy): Delete prototype.
4581 (vliw_insn struct): New.
4582 * config/xtensa-relax.c (insn_pattern_struct): Add options field.
4583 (widen_spec_list): Add option conditions for density and boolean
4584 instructions. Add expansions using CONST16 and conditions for using
4585 CONST16 vs. L32R. Use new Xtensa LX RSR/WSR syntax. Add entries for
4586 predicted branches.
4587 (simplify_spec_list): Add option conditions for density instructions.
4588 Add entry for NOP instruction.
4589 (append_transition): Add cmp function pointer parameter and use it to
4590 insert the new entry in order.
4591 (operand_function_LOW16U, operand_function_HI16U): New.
4592 (xg_has_userdef_op_fn, xg_apply_userdef_op_fn): Handle
4593 OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
4594 (enter_opname, split_string): Use xstrdup instead of strdup.
4595 (init_insn_pattern): Initialize new options field.
4596 (clear_req_or_option_list, clear_req_option_list,
4597 clone_req_or_option_list, clone_req_option_list, parse_option_cond):
4598 New.
4599 (parse_insn_pattern): Parse option conditions.
4600 (transition_applies): New.
4601 (build_transition): Use new xtensa-isa.h functions. Fix incorrectly
4602 swapped last arguments in calls to append_constant_value_condition.
4603 Call clone_req_option_list. Add warning about invalid opcode.
4604 Handle LOW16U and HI16U function names.
4605 (build_transition_table): Add cmp parameter and use it in calls to
4606 append_transition. Use new xtensa-isa.h functions. Check
4607 transition_applies before adding entries.
4608 (xg_build_widen_table, xg_build_simplify_table): Add cmp parameter and
4609 pass it through to build_transition_table.
4610 * config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList,
4611 ReqOption, transition_cmp_fn): New types.
4612 (OpType enum): Add OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
4613 (transition_rule struct): Add options field.
4614 * doc/as.texinfo (Overview): Update Xtensa options.
4615 * doc/c-xtensa.texi (Xtensa Options): Delete --[no-]density,
4616 --[no-]relax, and --[no-]generics options. Update descriptions of
4617 --text-section-literals and --[no-]longcalls. Add
4618 --[no-]absolute-literals and --[no-]transform.
4619 (Xtensa Syntax): Add description of syntax for FLIX instructions.
4620 Remove use of "generic" and "specific" terminology for opcodes.
4621 (Xtensa Registers): Generalize the syntax description to include
4622 user-defined register files.
4623 (Xtensa Automatic Alignment): Update.
4624 (Xtensa Branch Relaxation): Mention limitation of unconditional jumps.
4625 (Xtensa Call Relaxation): Linker can now remove most of the overhead.
4626 (Xtensa Directives): Remove confusing rules about precedence.
4627 (Density Directive, Relax Directive): Delete.
4628 (Schedule Directive): New.
4629 (Generics Directive): Rename to ...
4630 (Transform Directive): ... this node.
4631 (Literal Directive): Update for absolute literals. Missing
4632 literal_position directive is now an error.
4633 (Literal Position Directive): Update for absolute literals.
4634 (Freeregs Directive): Delete.
4635 (Absolute Literals Directive): New.
4636 (Frame Directive): Minor editing.
4637 * Makefile.am (DEPTC_xtensa_elf, DEPOBJ_xtensa_elf, DEP_xtensa_elf):
4638 Update dependencies.
4639 * Makefile.in: Regenerate.
4640
6e1304d8
RS
46412004-10-07 Richard Sandiford <rsandifo@redhat.com>
4642
4643 * config/tc-mips.c (append_insn): Use fix_new rather than fix_new_exp
4644 to build the second and third fixups for a composite relocation.
4645 (macro_read_relocs): New function.
4646 (macro_build): Use it.
4647 (s_cpsetup): Pass all three composite relocation codes to macro_build.
4648 Simplify fragging code accordingly.
4649 (s_gpdword): Use fix_new rather than fix_new_exp for the second part
4650 of the composite relocation. Set fx_tcbit in both fixups.
4651
b1dca8ee
RS
46522004-10-07 Richard Sandiford <rsandifo@redhat.com>
4653
4654 * config/tc-mips.c (append_insn): Set fx_tcbit for composite relocs.
4655 (md_apply_fix3): Don't treat composite relocs as done.
4656
89658e52
NC
46572004-10-07 Jan Beulich <jbeulich@novell.com>
4658
4659 * macro.c (macro_expand_body): When ELF, use .LL rather than LL as
4660 prefix for symbol names generated from the LOCAL macro directive.
4661
289040ca
NC
4662 * dw2gencfi.c (select_cie_for_fde): When separating CIE out from
4663 FDE, treat a DW_CFA_remember_state as we do a DW_CFA_advance_loc.
4664
48c9f030
NC
46652004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
4666
4667 * config/tc-crx.c (preprocess_reglist): Handle Co-processor
c04f5787 4668 Special registers.
5c5054ab 4669 (md_assemble): Add error checking for Co-Processor instructions.
48c9f030
NC
4670 (get_cinv_parameters): Add 'b' option to invalidate the
4671 branch-target cache.
4672
7ed4c4c5
NC
46732004-10-05 Paul Brook <paul@codesourcery.com>
4674
4675 * config/tc-arm.c (unwind): New variable.
4676 (vfp_sp_encode_reg): New function.
4677 (vfp_sp_reg_required_here): Use it.
4678 (vfp_sp_reg_list, vfp_dp_reg_list): Remove.
4679 (vfp_parse_reg_list): New function.
4680 (s_arm_unwind_fnstart, s_arm_unwind_fnend, s_arm_unwind_cantunwind,
4681 s_arm_unwind_personality, s_arm_unwind_personalityindex,
4682 s_arm_unwind_handlerdata, s_arm_unwind_save, s_arm_unwind_movsp,
4683 s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): New
4684 functions.
4685 (md_pseudo_table): Add them.
4686 (do_vfp_reg2_from_sp2): Use vfp_parse_reg_list and vfp_sp_encode_reg.
4687 (do_vfp_sp2_from_reg2, vfp_sp_ldstm, vfp_dp_ldstm): Ditto.
4688 (set_section, add_unwind_adjustsp, flush_pending_unwind,
4689 finish_unwind_opcodes, start_unwind_section, create_unwind_entry,
4690 require_hashconst, add_unwind_opcode): New functions.
ab1e9ef7 4691 * doc/c-arm.texi: Document unwinding opcodes.
7ed4c4c5
NC
4692 * NEWS: Mention the new feature.
4693
04ca8703
EC
46942004-10-04 Eric Christopher <echristo@redhat.com>
4695
4696 * config/tc-mips.c (md_apply_fix3): Remove erroneous assert.
4697
7c1d0959
L
46982004-10-01 H.J. Lu <hongjiu.lu@intel.com>
4699
4700 * config/tc-ppc.c (md_apply_fix3): Call S_SET_THREAD_LOCAL for
4701 TLS relocations.
4702 * config/tc-s390.c (md_apply_fix3): Likewise.
4703 * config/tc-sparc.c (md_apply_fix3): Likewise.
4704
40a18ebd
NC
47052004-10-01 Paul Brook <paul@codesourcery.com>
4706
4707 * config/tc-arm.c (arm_elf_section_type): New function.
4708 (arm_elf_change_section): Set section link for exidx sections.
4709 * config/tc-arm.h (arm_elf_section_type): Add prototype.
4710 (md_elf_section_type): Define.
4711
14127cc4
NC
47122004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk>
4713
4714 * config/tc-pdp11.c (md_apply_fix3): Change to sign of the SOB
4715 instruction's offset.
4716
b7c92712
NC
47172004-10-01 Adam Nemet <anemet@lnxw.com>
4718
4719 * (TARGET_FORMAT): Remove LynxOS COFF definition.
4720
65555e64
AM
47212004-10-01 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
4722
4723 * config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an
4724 asymbol *, instead use symbol_get_bfdsym.
4725
9fe0b840
NC
47262004-09-30 Linus Nielsen Feltzing <linus@haxx.se>
4727
4728 * config/tc-m68k.c (select_control_regs): Add mcf5249.
4729
0dd132b6
NC
47302004-09-30 Paul Brook <paul@codesourcery.com>
4731
4732 * config/tc-arm.c (do_smi, do_nop): New functions.
4733 (insns): Add ARMv6ZK instructions.
4734 (md_apply_fix3): Handle BFD_RELOC_ARM_SMI.
4735 (tc_gen_reloc): Ditto.
4736 (arm_cpus): Add mpcore and arm1176.
4737 (arm_archs): Add armv6{k,z,zk}.
4738 * doc/c-arm.texi: Document new cores and architectures.
4739
a737bd4d
NC
47402004-09-30 Nick Clifton <nickc@redhat.com>
4741
4742 * config/tc-arm.c: Use ISO C90 formatting.
4743
3631a3c8
NC
47442004-09-30 Vladimir Ivanov <vladitx@nucleusys.com>
4745
a737bd4d 4746 * config/tc-arm.c (mav_reg_required_here): Allow REG_TYPE_CN
3631a3c8
NC
4747 as alternative when REG_TYPE_MVF, REG_TYPE_MVD, REG_TYPE_MVFX or
4748 REG_TYPE_MVDX is expected.
4749
d5f0cf92
AM
47502004-09-29 Marc Bevand <m.bevand@gmail.com>
4751
4752 * doc/c-i386.texi (i386-Mnemonics): Fix typo.
4753
9f9a069e
JW
47542004-09-21 James E Wilson <wilson@specifixinc.com>
4755
4756 * config/tc-ia64.c (ENCODED_PSP_OFFSET): New.
4757 (output_rp_psprel, output_pfs_psprel, output_preds_psprel,
4758 output_spill_base, output_unat_psprel, output_lc_psprel,
4759 output_fpsr_psprel, output_priunat_psprel, output_bsp_psprel,
4760 output_bsprestore_psprel, output_rnat_psprel, output_spill_psprel,
4761 output_spill_psprel_p): Use it.
4762
4b778c88
TL
47632004-09-20 Tomer Levi <Tomer.Levi@nsc.com>
4764
c04f5787 4765 * config/tc-crx.c (handle_LoadStor): New function.
04ca8703 4766 Handle load/stor unique instructions before parsing.
4b778c88 4767
eb043451
PB
47682004-09-17 Paul Brook <paul@codesourcery.com>
4769
4770 * config/tc-arm.c (s_arm_rel31): New funciton.
4771 (md_pseudo_table): Add .rel31.
04ca8703 4772 (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2,
eb043451
PB
4773 BFD_RELOC_32_PCREL and BFD_RELOC_ARM_PREL31.
4774 (tc_gen_reloc): Handle BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2.
4775 (arm_fix_adjustable): Return 0 for BFD_RELOC_ARM_TARGET2.
4776 (arm_parse_reloc): Add (target2).
4777
8ea2b00f
AM
47782004-09-17 Alan Modra <amodra@bigpond.net.au>
4779
4780 * Makefile.am: Run "make dep-am".
4781 * Makefile.in: Regenerate.
4782 * aclocal.m4: Regenerate.
4783 * configure: Regenerate.
4784 * doc/Makefile.in: Regenerate.
4785 * po/POTFILES.in: Regenerate.
4786 * po/gas.pot: Regenerate.
4787
7e1792e0
HPN
47882004-09-14 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp>
4789
4790 * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif.
4791 [!LLONG_MAX]: Ditto.
4792
9c504268
PB
47932004-09-13 Paul Brook <paul@codesourcery.com>
4794
4795 * config/tc-arm.c: Rename RELABS to TARGET1.
4796
2159ac21
AM
47972004-09-13 Alan Modra <amodra@bigpond.net.au>
4798
4799 * messages.c (as_internal_value_out_of_range): Cast values passed
4800 to as_bad_where or as_warn_where to proper type.
4801
23794b24
MM
48022004-09-11 Theodore A. Roth <troth@openavr.org>
4803
4804 * config/tc-avr.c: Add support for
4805 atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
4806
e9fad691
AM
48072004-09-09 Alan Modra <amodra@bigpond.net.au>
4808
4809 * dw2gencfi.c (select_cie_for_fde): When separating CIE out
4810 from FDE, treat a CFI_escape as we do a DW_CFA_advance_loc.
4811
10b016c2
PB
48122004-09-08 Paul Brook <paul@codesourcery.com>
4813
4814 * config/obj-elf.c (obj_elf_section_type): Handle init_array,
4815 fini_array and preinit_array section types.
4816 * config/tc-ia64.c (ia64_elf_section_type): Remove init_array
4817 and fini_array.
4818 * doc/as.texinfo: Document extra section types.
4819
e5a52504
MM
48202004-09-02 Mark Mitchell <mark@codesourcery.com>
4821
4822 * Makefile.am (TARG_ENV_HFILES): Add te-symbian.h.
4823 * Makefile.in: Regenerated.
4824 * configure.in: Set em for arm*-*-symbianelf*.
4825 * configure: Regenerated.
4826 * config/tc-arm.c (elf32_arm_target_format): Use Symbian target
4827 vectors when appropriate.
4828 * config/te-symbian.h: New file.
4829
42851540
NC
48302004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
4831
4832 * config/tc-crx.c (gettrap): Exception vector can be case
4833 insensitive.
04ca8703 4834 (process_label_constant): Fix a 32-bit displacement bug in branch
42851540
NC
4835 instructions.
4836 (get_operandtype) : Bug fix, wrong operand was used.
04ca8703 4837 (process_label_constant): Initialize relocation type to
42851540
NC
4838 BFD_RELOC_NONE
4839
8783612f
RE
48402004-09-01 Richard Earnshaw < reanrsha@arm.com>
4841
4842 * tc-arm.c (arm_cpus, arm_fpus): Allow <cpu>-s as well as <cpu>s
4843 for synthesizable cores.
4844
1ff4677c
RE
4845 * doc/c-arm.texi (ARM Options): Document canonical names of CPUs.
4846
b18c562e
NC
48472004-08-25 Dmitry Diky <diwil@spec.ru>
4848
4849 * config/tc-msp430.c: Clean-up the code.
4850 (md_relax_table): New relax table.
4851 (mcu_types): Sort MCU types.
4852 (md_pseudo_table): Add .profiler pseudo handler.
4853 (pow2value): New function.
4854 (msp430_profiler): New function.
4855 (msp430_operands): Add new insns handlers.
4856 (msp430_srcoperand): Add register operand handler, allow complex
4857 expressions.
4858 (md_estimate_size_before_relax): Rewritten.
4859 (md_convert_frag): Rewritten.
4860 (msp430_relax_frag): New function.
4861 * config/tc-msp430.h (md_relax_frag): define macro
4862 * doc/c-msp430.texi: Update information.
4863
8f94ae4d
NC
48642004-08-24 Nick Clifton <nickc@redhat.com>
4865
4866 * as.c (std_shortopts): Allow -g to take an optional argument.
4867 (parse_args): Pass any switch starting with -g on to the backend
4868 for parsing.
4869
e51dace8
MM
48702004-08-18 Mark Mitchell <mark@codesourcery.com>
4871
4872 * configure.in (arm*-*-symbianelf*): New target.
4873 (arm*-*-eabi*): Likewise.
4874 * configure: Regenerated.
4875
f7870c8d
TS
48762004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4877 * config/tc-mips.c (append_insn): Handle delay slots in branch likely
4878 correctly.
4879
d6afba4b
JJ
48802004-08-18 Jakub Jelinek <jakub@redhat.com>
4881
4882 * config/tc-ia64.c (start_unwind_section): Add linkonce_empty
4883 argument, don't do anything if current section is not
4884 .gnu.linkonce.t.* and linkonce_empty is set.
4885 (generate_unwind_image, dot_endp): Adjust callers, call
4886 start_unwind_section (*, 1) if nothing will be put into the
4887 section.
4888
329e276d
NC
48892004-08-17 Nick Clifton <nickc@redhat.com>
4890
4891 * as.c (MD_DEBUG_FORMAT_SELECTOR): Provide default definition.
4892 (show_usage): Add -g.
4893 (std_longopts): Add --gen-debug. Alpha sort the table.
4894 (parse_args): Print an error message if a switch is not handled.
4895 Handle the -g switch, calling md_debug_format_selector() if
4896 necessary.
4897 * NEWS: Mention new feature.
4898 * doc/as.texinfo: Document new switch.
4899 * doc/internals.texi: Document behaviour of md_parse_option.
04ca8703 4900
329e276d
NC
4901 * config/tc-arm.c (md_parse_option): Do not issue an error message
4902 if the switch is not recognised.
4903 * config/tc-m68k.c (md_parse_option): Likewise.
4904 * config/tc-pdp11.c (md_parse_option): Likewise.
4905 * config/tc-v850.c (md_parse_option): Likewise.
4906
4907 * as.h: Fix up formatting.
4908 * tc.h: Likewise.
4909
4101eec8
NC
49102004-08-16 Nick Clifton <nickc@redhat.com>
4911
2766e5e4
NC
4912 * macro.c (macro_set_alternate): Use ISO C90 formatting.
4913
4101eec8
NC
4914 * configure.in: Sort architecture based tables alphabetically.
4915 * configure: Regenerate.
4916
80f846b6
AM
49172004-08-16 Alan Modra <amodra@bigpond.net.au>
4918
4919 * config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
4920 { "cc", 68 }, with { "cr", 70 }.
4921
caa32fe5
NC
49222004-08-13 Jan Beulich <jbeulich@novell.com>
4923 Nick Clifton <nickc@redhat.com>
4924
4925 * as.c: Add and handle new --alternate command line option.
4926 * macro.c (macro_set_alternate): New.
4927 * macro.h (macro_set_alternate): Declare.
4928 * read.c: Add and handle new .altmacro and .noaltmacro directives.
4929 * doc/as.texinfo: Document new command line option and pseudo-ops
4930 as well as insert documentation originating from gasp about
4931 alternate macro syntax.
4932 * NEWS: Mention new command line option and pseudo-ops.
4933
b2221023
MM
49342004-08-10 Mark Mitchell <mark@codesourcery.com>
4935
4936 * expr.c (operand): Handle the "~", "-", and "!" operators applied
4937 to bignums.
4938
db6579d4
PB
49392004-08-06 Paul Brook <paul@codesourcery.com>
4940
4941 * config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc):
4942 Handle new relocations.
4943 * include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations.
4944
e750405d
BW
49452004-08-05 Bob Wilson <bob.wilson@acm.org>
4946
4947 * write.c (relax_segment): Use was_address instead of address when
4948 setting fr_fix field for align frag due to backwards .org.
4949
1d70c7fb
AO
49502004-07-29 Alexandre Oliva <aoliva@redhat.com>
4951
4952 Introduce SH2a support.
4953 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
4954 * config/tc-sh.c (get_specific): Change arch_sh2a_up to
4955 arch_sh2a_nofpu_up.
4956 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
4957 * config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling.
4958 2004-02-20 Corinna Vinschen <vinschen@redhat.com>
4959 * config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition
4960 to end of conditional expression.
4961 2004-02-20 Corinna Vinschen <vinschen@redhat.com>
4962 * config/tc-sh.c: Add sh2a-nofpu support.
4963 2003-12-29 DJ Delorie <dj@redhat.com>
4964 * tc-sh.c: Add sh2a support.
4965 (parse_reg): Add tbr.
4966 (parse_at): Support @@(disp,tbr).
4967 (get_specific): Support sh2a opcodes.
4968 (insert4): New, for 4 byte relocs.
4969 (build_Mytes): Support sh2a opcodes.
4970 (md_apply_fix3_Mytes): Support sh2a opcodes.
4971 2003-12-02 Michael Snyder <msnyder@redhat.com>
4972 * config/tc-sh.c (md_parse_option): Handle sh2a.
4973 (sh_elf_final_processing): Ditto.
4974
e7fbc2bf
JT
49752004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
4976
4977 * config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
4978 for TE_NetBSD.
4979
9232bbb0
AM
49802004-07-27 Alan Modra <amodra@bigpond.net.au>
4981
4982 * config/tc-ppc.c (ppc_frob_file_before_adjust): Warn if .toc too big.
4983 (ppc_arch): Expand comment.
4984
670ec21d
NC
49852004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
4986
4987 * config/tc-crx.c: Support evaluating the difference between two
4988 symbols.
4989 * config/tc-crx.h: Likewise.
4990
406f8ff9 49912004-07-26 H.J. Lu <hongjiu.lu@intel.com>
38ce5b11
L
4992
4993 * config/tc-ia64.c (start_unwind_section): Set the linked-to
4994 section.
4995 (ia64_elf_section_change_hook): Set the linked-to section for
4996 SHT_IA_64_UNWIND.
4997
c05e9f04
NC
49982004-07-26 Dmitry Diky <diwil@spec.ru>
4999
5000 * config/tc-msp430.c: Add new subtargets: msp430x1610,
5001 msp430x1611, msp430x1612, msp430x415, msp430x417, msp430xG437,
5002 msp430xG438, msp430xG439.
5003
e9863d7f
DJ
50042004-07-25 Daniel Jacobowitz <dan@debian.org>
5005
5006 * doc/as.texinfo (Section, PushSection): Correct documentation
5007 for ELF.
5008
543613e9 50092004-07-21 Jan Beulich <jbeulich@novell.com>
20f0a1fc
NC
5010
5011 * config/tc-i386.c (optimize_imm): Adjust immediates to only those
5012 permissible for the selected instruction suffix.
5013 (match_template): Don't permit 64-bit general purpose operands in
5014 32-bit mode.
5015 (finalize_imm): Permit 64-bit immediates.
5016 (build_modrm_byte): Don't treat 32-bit addressing in 64-bit mode
5017 specially except for the width of the used base and/or index
5018 registers. For 32-bit displacements, use sign-extended
5019 relocations only when using 64-bit addressing.
5020 Force zero displacement on rip-relative addressing when there is
5021 no other displacement.
5022 (i386_index_check): Don't treat 32-bit addressing in 64-bit mode
5023 specially except for the width of the used base and/or index
5024 registers.
5025 (parse_register): Disallow Reg64 registers in 32-bit mode.
5026
543613e9
NC
5027 * config/tc-i386.c: For DefaultSize instructions, don't guess a 'q'
5028 suffix if the instruction doesn't support it.
04ca8703 5029
01a3f561
MR
50302004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
5031
5032 * config/tc-mips.c (append_insn): Handle constant expressions with
5033 no associated relocation.
5034 (mips_ip): Cancel the expression after use for the Q format
5035 specifier.
5036 (parse_relocation): Return no relocation for unsupported
5037 operators.
5038 (my_getSmallExpression): Return no relocation if no relocation
5039 operators are used.
5040
e12904d2
DA
50412004-07-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5042
5043 * config/obj-som.c (adjust_stab_sections): Add prototype.
5044 (obj_som_compiler, obj_som_version, obj_som_copyright,
5045 adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments.
5046 * config/tc-hppa.c (update_subspace): Likewise.
5047 (is_defined_subspace): Amplify comment.
5048 * config/obj-som.h (som_frob_file): Add prototype.
5049
90c1602c
L
50502004-07-19 Christopher Faylor <cgf@timesys.com>
5051 H.J. Lu <hongjiu.lu@intel.com>
5052
5053 * subsegs.c (section_symbol): Don't create a new segment when
5054 existing segment is undefined.
5055
f263249b
RE
50562004-07-16 Richard Earnshaw <rearnsha@arm.com>
5057
5058 * config/tc-arm.c: Include include/opcode/arm.h.
5059 (ARM_EXT_*, ARM_ARCH_*, ARM_ANY, ARM_ALL, COPROC_ANY): Delete.
5060 (FPU_FPA_EXT_* FPU_VFP_EXT_*, FPU_ANY, FPU_NONE, FPU_MAVERICK): Delete.
5061 (FPU_ARCH_*): Delete.
5062 * Makefile.am: Update dependencies.
5063 * Makefile.in: Regenerate.
5064
152c65b9
NC
50652004-07-15 Nick Clifton <nickc@redhat.com>
5066
5067 * configure.in: Accept armbe as a big-endian arm configuration.
5068 * configure: Regenerate.
5069
0477af35
NC
50702004-07-13 Thomas Nystrom <thn@saeab.se>
5071
5072 * config/tc-i386.c (T_SHIFTOP): New constant.
5073 (intel_e05_1): Handle '&', '|' and T_SHIFTOP.
5074 (intel_el1): Handle '~'.
5075 (intel_get_token): Handle '<>', '&', '|' and '~'.
5076
50772004-07-13 Nick Clifton <nickc@redhat.com>
5078
5079 (md_assemble): Remove spurious newline from end of as_bad error
5080 message.
5081 (intel_e05_1): Likewise.
5082 (intel_e11): Likewise.
5083 (intel_match_token): Likewise.
5084
31302357
AS
50852004-07-11 Andreas Schwab <schwab@suse.de>
5086
5087 * config/tc-m68k.c: Convert to C90. Remove redundant
5088 declarations. Indentation fixup.
5089 [M68KCOFF]: Include "obj-coff.h" instead of declaring
5090 obj_coff_section ourselves.
04ca8703 5091
549f748d
JW
50922004-07-09 James E Wilson <wilson@specifixinc.com>
5093
5094 * config/tc-ia64.c (default_big_endian): New.
5095 (dot_byteorder, md_begin): Use it.
5096 (md_parse_option): Set it.
04ca8703 5097
1a320fbb
NC
50982004-07-09 Nick Clifton <nickc@redhat.com>
5099
5100 * configure.in: Change sh-sybmian-elf to sh-*-symbianelf.
5101 * configure: Regenerate.
5102 * NEWS: Change sh-sybmian-elf to sh-*-symbianelf.
5103 * config/tc-sh.c (sh_elf_final_processing): Use renamed version of
5104 sh_find_elf_flags if necessary.
5105
de7e6852
RS
51062004-07-08 Richard Sandiford <rsandifo@redhat.com>
5107
5108 * config/tc-mips.c (mips_fix_adjustable): If the full addend is
5109 going to be split into more than one in-place addend, return 0
5110 for relocations against mergeable sections. Associate comments
5111 with code.
5112
1fe1f39c
NC
51132004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
5114
5115 * Makefile.am (CPU_TYPES): Add crx.
5116 (TARGET_CPU_CFILES): Add config/tc-crx.c.
5117 (TARGET_CPU_HFILES): Add config/tc-crx.h.
5118 (DEPTC_crx_elf): New target.
5119 (DEPOBJ_crx_elf): Likewise.
5120 (DEP_crx_elf): Likewise.
5121 * Makefile.in: Regenerate.
5122 * configure.in: Add crx* target.
5123 * configure: Regenerate.
5124 * config/tc-crx.c: New file.
5125 * config/tc-crx.h: New file.
5126 * NEWS: Mention new target.
5127
d9895649
NC
51282004-07-06 Nick Clifton <nickc@redhat.com>
5129
85fbca6a 5130 * config.in: Undefine TARGET_SYMBIAN by default.
c04f5787
AM
5131 * configure.in:
5132 * configure: Regenerate. Add sh-symbian-elf target. If
5133 selected define TARGET_SYMBIAN.
5134 * config/tc-sh.h (TARGET_FORMAT): Select a Symbian target
5135 format if TARGET_SYMBIAN has been defined.
04ca8703 5136
e7bd9ea0
NC
5137 * output-file.c (output_file_create): Report the target format
5138 chosen when bfd_openw reports that it is invalid.
5139
d9895649
NC
5140 * config/obj-coff.c (coff_pseudo_table): Only define the weak
5141 pseudo for BFD based assemblers.
5142
871ec896
JR
51432004-07-05 Andrew Stubbs <andrew.stubbs@superh.com>
5144
5145 gas:
5146 * config/tc-sh.c (md_assemble): Change isspace to ISSPACE.
5147 (md_parse_option): Remove redundant -isa testing.
5148 Make bfd_arch variable const.
5149 (md_show_usage): Make bfd_arch variable const.
5150
5a9ff93d
JW
51512004-07-03 James E Wilson <wilson@specifixinc.com>
5152
5153 * config/tc-ia64.c (emit_one_bundle): Check and set insn_addr.
5154 * config/tc-ia64.h (md_frag_check): Define.
5155
c87db184
CF
51562004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
5157
5158 * config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak
5159 externals.
5160 * doc/as.texinfo (Weak): Document PE weak symbols.
5161
3b91255e
RS
51622004-07-03 Richard Sandiford <rsandifo@redhat.com>
5163
5164 * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
5165 (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS.
5166 (mips_frob_file): Rework so that only a single pass through the
5167 relocs is needed. Allow %lo()s to have higher offsets than their
5168 corresponding %hi()s or %got()s.
5169
310ea308
NC
51702004-07-02 Nick Clifton <nickc@redhat.com>
5171
5172 * config/tc-arm.c (md_apply_fix3:BFD_RELOC_ARM_IMMEDIATE): Do not
5173 allow values which have come from undefined symbols.
5174 Always consider this fixup to have been processed as a reloc
5175 cannot be generated for it.
5176
09b935ac
AM
51772004-07-02 Alan Modra <amodra@bigpond.net.au>
5178
5179 * frags.h (struct frag): Add has_code and insn_addr fields.
5180 * write.c (cvt_frag_to_fill): Invoke md_frag_check.
5181 * config/tc-ppc.c (md_assemble): Check and set insn_addr.
5182 * config/tc-ppc.h (md_frag_check): Define.
5183
4d1cd5c7
MR
51842004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
5185
5186 * doc/Makefile.am (info): Rename goal to...
5187 (info-local): ... this, to preserve implicit dependencies.
5188 * doc/Makefile.in: Regenerate with automake 1.8.5.
5189
097f809a
NC
51902004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5191
5192 * config/tc-m32r.c (md_convert_frag): Changed for @PLT.
5193 (m32r_cgen_record_fixup_exp): Changed for @GOTOFF, @GOT.
5194 (m32r_fix_adjustable): Changed for @GOTOFF, @GOT, @PLT.
5195 (tc_gen_reloc): Likewise.
5196 (m32r_end_of_match): Add for @GOTOFF, @GOT, @PLT.
5197 (m32r_parse_name): Likewise.
5198 (m32r_cgen_parse_fix_exp): Likewise.
5199 * config/tc-m32r.h (md_parse_name): Define for @GOTOFF, @GOT, @PLT.
5200 (O_PIC_reloc): Likewise.
5201 (TC_CGEN_PARSE_FIX_EXP): Likewise..
5202 * cgen.c (gas_cgen_parse_operand): Add TC_CGEN_PARSE_FIX_EXP
5203 for @GOTOFF, @GOT, @PLT.
5204
bb82af9f
NC
52052004-06-21 Jan Beulich <jbeulich@novell.com>
5206
5207 * gas/symbols.c: While discarding ordinary local absolute symbols
5208 when --strip-local-absolute is in effect, retain file symbols.
5209
990ae22a
AS
52102004-06-20 Andreas Schwab <schwab@suse.de>
5211
5212 * config/tc-m68k.c (mri_chip): Replace current_chip, not augment.
5213 (md_parse_option): Likewise.
5214
32137342
NC
52152004-06-17 Jan Beulich <jbeulich@novell.com>
5216
5217 * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
5218 * config/te-netware.h: New file.
5219 * config/te-ppcnw.h: Delete: Obsolete.
5220 * configure.in: Eliminate ill NetWare targets. Make generic
5221 NetWare target use proper emulation.
5222 * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
5223 reference to new te-netware.h.
5224 * configure: Regenerate.
5225 * Makefile.in: Regenerate.
5226
f84d8e26
MS
52272004-06-15 Martin Schwidefsky <schwidefsky@de.ibm.com>
5228
5229 * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
5230 comparison in .insn pseudo operation.
5231
587aac4e
AM
52322004-06-15 Alan Modra <amodra@bigpond.net.au>
5233
5234 * config/obj-coff.c (coff_adjust_section_syms): Use
5235 bfd_get_section_size instead of bfd_get_section_size_before_reloc.
5236 (coff_frob_section): Likewise.
5237 * config/tc-mips.c (md_apply_fix3): Likewise.
5238 * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
5239 (elf_frob_file_after_relocs): Likewise.
5240
2337eb33
DA
52412004-06-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5242
b8fc22bc
DA
5243 * config/tc-hppa.c (log2): Rename to exact_log2.
5244 (pa_next_subseg): Delete unused function.
5245 (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
5246 (create_new_subspace): Likewise.
5247
2337eb33
DA
5248 Bug gas/213
5249 * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
5250 labels. Fix warning.
5251
53cb0362
DD
52522004-05-28 DJ Delorie <dj@redhat.com>
5253
5254 * config/tc-mn10300.h (tc_fix_adjustable): Define.
5255 * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug
5256 or non-merged symbols.
5257
888a75be
L
52582004-05-28 H.J. Lu <hongjiu.lu@intel.com>
5259
5260 * config/tc-ia64.c (remove_marked_resource): Save, clear and
5261 restore the old slot when inserting srlz.i/srlz.d.
5262
f6f9408f
JR
52632004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
5264
5265 * Makefile.am: Regenerate dependecies.
5266 * Makefile.in: Regenerate.
5267 * config/tc-sh.c (valid_arch): Make unsigned.
5268 (preset_target_arch): Likewise.
5269 (md_begin): Use new architecture flags system.
5270 (get_specific): Likewise.
5271 (assemble_ppi): Likewise.
5272 (md_assemble): Likewise. Also fix error check for bad opcodes.
5273 (md_parse_option): Likewise. Also generate -isa values according
5274 to the table in bfd/cpu-sh.c instead of just constants. Also
5275 allow <arch>-up ISA variants.
5276 (sh_elf_final_processing): Replace if-else chain with a call to
5277 sh_find_elf_flags().
f6f9408f 5278
580b9172
NC
52792004-05-28 Peter Barada <peter@the-baradas.com>
5280
5281 * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing
5282 with zero offset into mode 2 addressing to save a word.
5283
652ca075
L
52842004-05-27 H.J. Lu <hongjiu.lu@intel.com>
5285
5286 * config/tc-ia64.c (ar_is_in_integer_unit): Removed.
5287 (ar_is_only_in_integer_unit): New.
5288 (ar_is_only_in_memory_unit): New.
5289 (generate_unwind_image): Silence gcc on 32bit host.
5290 (md_assemble): Use ar_is_only_in_integer_unit instead of
5291 ar_is_in_integer_unit. Check AR access.
5292
60fed2d3
NC
52932004-05-27 Peter Barada <peter@the-baradas.com>
5294
5295 * config/tc-m68k.c (md_begin): Sort the opcode table into
5296 alphabetical order.
5297 (m68k_compare_opcode): New function to do the sorting.
5298
be8c092b
NC
52992004-05-24 Peter Barada <peter@the-baradas.com>
5300
5301 * config/m68k-parse.y(operand): Allow for MAC/EMAC mask
5302 addressing on MIT style operands.
5303 * config/m68k-parse.y(yylex): Allow '-&' for predecrement
5304 w/mask addressing.
5305 * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
5306 operands.
5307
1181c20e
AM
53082004-05-23 Alan Modra <amodra@bigpond.net.au>
5309
5310 * expr.c (operand, operator): Don't reject '++' and '--'.
5311
20e56c33
RS
53122004-05-20 Richard Sandiford <rsandifo@redhat.com>
5313
5314 * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
5315 dwarf tables.
5316
04ca8703 53172004-05-17 Adam Nemet <anemet@lnxw.com>
b2d65c0b
NC
5318
5319 * configure.in: Add ppc-*-lynxos*. Update i386-*-lynxos* to ELF.
5320 * configure: Regenerate.
5321
0da76f83
NC
53222004-05-13 Paul Brook <paul@codesourcery.com>
5323
5324 * dw2gencfi.c (output_cie): Handle dwarf3 format CIE entries.
5325
4b363073
NC
53262004-05-13 Joel Sherrill <joel@oarcorp.com>
5327
5328 * configure.in (or32-*-rtems*): Switch to elf.
5329 * configure: Regenerate.
5330
9598fbe5
NC
53312004-05-13 Nick Clifton <nickc@redhat.com>
5332
5333 * po/fr.po: Updated French translation.
5334
22fe14ad
NC
53352004-05-11 Nick Clifton <nickc@redhat.com>
5336
5337 * doc/as.texinfo (Section): Document G and T flags to .section
5338 directive. Document the extra arguments that the G flag
5339 requires. Document the #tls flag.
5340
53412004-05-11 H.J. Lu <hongjiu.lu@intel.com>
5342
5343 * subsegs.c (section_symbol): Create a new section symbol if
5344 the existing one doesn't match.
5345 * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol.
5346
532c738a
RS
53472004-05-07 Richard Sandiford <rsandifo@redhat.com>
5348
5349 * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
5350 to cope with VR4181A errata MD(1) and MD(4).
5351
0503b355
BF
53522004-05-07 Brian Ford <ford@vss.fsi.com>
5353
5354 * NEWS: Mention .secrel32 for pe[i]-i386.
5355
daeea990
AO
53562004-05-07 Alexandre Oliva <aoliva@redhat.com>
5357
5358 * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
5359 (HANDLE_ALIGN): New.
5360
bfbdcf04
DJ
53612004-05-06 Daniel Jacobowitz <dan@debian.org>
5362
5363 * Makefile.am (DIST_SUBDIRS): Define.
5364 * aclocal.m4: Regenerate with automake 1.8.4.
5365 * Makefile.in: Likewise.
5366 * doc/Makefile.in: Likewise.
5367
5e819f9c
JW
53682004-05-06 David Mosberger-Tang <davidm@hpl.hp.com>
5369
5370 * config/tc-ia64.c (dot_serialize): Declare.
5371 (dot_serialize): New function.
5372 (md_pseudo_table): Add ".serialize.data" and
5373 ".serialize.instruction" directives.
5374
e5976317
NC
53752004-05-06 Nick Clifton <nickc@redhat.com>
5376
5377 * messages (as_internal_value_out_of_range): Print a message about
5378 a value being out of range. Be consistent about whether the
5379 values are printed in decimal or hexadecimal.
5380 (as_warn_value_out_of_range): Generate a warning message about an
5381 out of range value.
5382 (as_bad_value_out_of_range): Generate an error message about an
5383 out of range value.
5384 * as.h: Prototype the new functions.
5385 * config/tc-alpha.c (insert_operand): Use new function.
5386 * config/tc-arc.c (arc_insert_operand): Likewise.
5387 * config/tc-mn10200.c (mn10200_insert_operand): Likewise.
5388 * config/tc-mn10300.c (mn10300_insert_operand): Likewise.
5389 * config/tc-ppc.c (ppc_insert_operand): Likewise.
5390 * config/tc-s390.c (s390_insert_operand): Likewise.
5391 * config/tc-v850.c (v850_insert_operand): Likewise.
5392
996991aa
AO
53932004-05-05 Alexandre Oliva <aoliva@redhat.com>
5394
5395 * configure.in: Set em=linux for frv-*-*linux*.
5396 * configure: Rebuilt.
5397 * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
5398 (frv_md_fdpic_enabled): New.
5399 * config/tc-frv.c (frv_md_fdpic_enabled): New.
5400 (DEFAULT_FDPIC): New.
5401 (frv_flags): Use DEFAULT_FDPIC.
5402 (frv_pic_flag): Likewise.
5403 (OPTION_NOPIC): New.
5404 (md_longopts): Add -mnopic.
5405 (md_parse_option): Handle it.
5406 (md_show_usage): Add -mfdpic and -mnopic.
5407
6b6e92f4
NC
54082004-05-05 Peter Barada <peter@the-baradas.com>
5409
5410 * config/tc-m68k.c: Add find_cf_chip to print list of valid
5411 chips for invalid coldfire instructions, rename selectors
5412 for ColdFire sub-variants, add 521x,5249,547x,548x and aliases,
5413 add current_chip to track which chip is referred to(including save/restore),
5414 use current_chip to select control registers, not current_arch.
5415 (md_show_usage): Add new chips.
5416 * doc/c-m68k.texi: Document new command line switches.
5417
6f079ae3
JJ
54182004-05-05 Jakub Jelinek <jakub@redhat.com>
5419
5420 * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
5421 (NOP_OPCODE): Define.
5422 (s390_align_code): Remove prototype.
5423 * tc-s390.c (s390_align_code): Remove.
5424
2d6ed997
L
54252004-05-04 H.J. Lu <hongjiu.lu@intel.com>
5426
5427 * config/tc-ia64.c (make_unw_section_name): Removed.
5428 (start_unwind_section): New function.
5429 (generate_unwind_image): Take const segT instead of const
5430 char *.
5431 (dot_handlerdata): Adjusted.
5432 (dot_endp): Likewise.
5433
b9f18452
L
54342004-05-02 H.J. Lu <hongjiu.lu@intel.com>
5435
5436 * config/obj-elf.c (obj_elf_change_section): Allow the
5437 ".note.GNU-stack" section has SHF_EXECINSTR.
5438
fafe6678
L
54392004-05-02 H.J. Lu <hongjiu.lu@intel.com>
5440
5441 * config/obj-elf.c (get_section): Return bfd_boolean.
5442 (obj_elf_change_section): Call bfd_get_section_by_name_if
5443 instead of bfd_map_over_sections.
5444
86654c12
L
54452004-04-30 H.J. Lu <hongjiu.lu@intel.com>
5446
5447 * config/obj-elf.c (get_section): New function.
5448 (obj_elf_change_section): Support multiple sections with same
5449 name.
5450
376eb240
NC
54512004-04-30 Nick Clifton <nickc@redhat.com>
5452
5453 * config/tc-arm.c (create_register_alias): Fix typo checking for
5454 case sensitive register aliases.
5455 (co_proc_number): Use error message string in all_reg_maps[]
5456 array.
5457 (cp_reg_required_here): Likewise.
5458 (fp_reg_required_here): Likewise.
5459
8a7140c3
NC
54602004-04-29 Brian Ford <ford@vss.fsi.com>
5461
5462 * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
5463
3e722fb5
CD
54642004-04-28 Chris Demetriou <cgd@broadcom.com>
5465
5466 * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
5467 (load_address, macro, mips_ip, md_parse_option)
5468 (mips_force_relocation, mips_validate_fix, md_apply_fix3)
5469 (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all
5470 embedded-PIC handling, and update comments.
5471 (SWITCH_TABLE): Remove.
5472 * config/tc-mips.h (DIFF_EXPR_OK): Delete.
5473 (enum mips_pic_level): Remove EMBEDDED_PIC.
5474 (EXTERN_FORCE_RELOC): Remove embedded-PIC handling.
5475 (TC_FORCE_RELOCATION): Update comment.
5476 * ecoff.c (ecoff_build_lineno): Add comment about some code that
5477 might be safe to remove now that MIPS embedded-PIC is gone.
5478
351e2b5a
DA
54792004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5480
5481 * config/obj-som.c (obj_som_init_stab_section): Add new arguments in
5482 call to obj_set_subsection_attributes.
5483 (obj_som_init_stab_section): Likewise.
5484 * config/tc-hppa.c (default_subspace_dict): Add comdat field.
5485 (pa_def_subspaces): Provide comdat default.
5486 (pa_subspace): Handle new "comdat" parameter. Set SEC_LINK_ONCE and
5487 not SEC_IS_COMMON if section is comdat, common or dup_common. Update
5488 calls to create_new_subspace and update_subspace to pass comdat flag.
5489 (create_new_subspace, update_subspace): Add new comdat argument. Use
5490 it in calls to obj_set_subsection_attributes.
5491 * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter
5492 and use of comdat, common and dup_comm parameters.
5493
f5842774
L
54942004-04-26 H.J. Lu <hongjiu.lu@intel.com>
5495
5496 * config/obj-elf.c (obj_elf_change_section): Check if the old
5497 group name is NULL before comparison.
5498
558fe4a7
CD
54992004-04-23 Chris Demetriou <cgd@broadcom.com>
5500
5501 * config/tc-mips.h (mips_dwarf2_addr_size): Prototype.
5502
81a21e38
TS
55032004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5504
5505 * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN.
5506
55072004-04-23 Chris Demetriou <cgd@broadcom.com>
1ffcab4b
CD
5508
5509 * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
5510 (OPTION_MEMBEDDED_PIC): Remove.
5511 (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL)
5512 (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS)
5513 (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64)
5514 (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH)
5515 (OPTION_ELF_BASE): Renumber.
5516 (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling.
5517 (md_show_usage): Remove mention of -membedded-pic.
5518 * doc/as.texinfo: Remove mention of -membedded-pic.
5519
4d0d148d
TS
55202004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5521
5522 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove.
5523 * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove
5524 a.out support.
5525 (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
5526 s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of
5527 USE_GLOBAL_POINTER_OPT.
5528
017315e4
TS
55292004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5530
5531 * config/tc-mips.c (macro): One more use of load_delay_nop.
5532
269137b2
TS
55332004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
5534
5535 * config/tc-mips.c (load_delay_nop): New function.
5536 (load_address, macro): Use load_delay_nop() to build a nop
5537 which can be omitted with gpr_interlocks.
5538
24772049
TS
55392004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5540
5541 * config/tc-mips.c (hilo_interlocks, gpr_interlocks,
5542 cop_interlocks): Remove superfluous CPU entries.
5543
06516a5e
PB
55442004-04-22 Paul Brook <paul@codesourcery.com>
5545
5546 * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4.
5547
fd99574b
NC
55482004-04-22 Peter Barada <peter@the-baradas.com>
5549
5550 * NEWS: Added support for EMAC instructions and MAC/EMAC
5551 Motorola syntax.
5552 * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC
5553 scale factor tokens, trailing_ampersand to mark mask addressing
5554 for MAC/EMAC instructions.
5555 * config/m68k-parse.y: Add options_ampersand clause, '<<',
5556 '>>'.
5557 (yylex): Handle '>', '<', and '&' following '+'.
5558 * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
04ca8703 5559 architectures in archs[].
fd99574b
NC
5560 (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
5561 for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
5562 respectively.
5563 (m68k_ip): Handle trailing '&' on MAC/EMAC insns.
5564 (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
5565 cases.
5566 Add EMAC operands to init_table[].
5567
69b97547
NC
55682004-04-22 Bruno De Bus <bdebus@elis.ugent.be>
5569
5570 * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED
5571 state.
5572 (TC_SEGMENT_INFO_TYPE): Define to enum mstate.
5573 * config/tc-arm.c (enum mstate): Delete from here.
5574 (mapping_state): Remove the static mapstate variable and instead
5575 store the state in the segment. This allows a per-section mapping
5576 state. Handle and ignore MAP_UNDEFINED states.
5577 (arm_elf_change_section): Get the current mapping state from the
5578 new section.
5579 (s_ltorg): Set the mapping state to MAP_DATA.
5580 (arm_cleanup): Use arm_elf_change_section to get the mapping state
5581 for each pool as it is emitted.
5582
55832004-04-22 Nick Clifton <nickc@redhat.com>
5584
5585 * config/tc-arm.h: Formatting tidy ups.
5586
7a7f4e42
CD
55872004-04-20 Chris Demetriou <cgd@broadcom.com>
5588
5589 * NEWS: Note that MIPS -membedded-pic option is deprecated.
5590
6482c264
NC
55912004-04-20 DJ Delorie <dj@redhat.com>
5592
5593 * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
5594 * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
5595 [TE_PE] (O_secrel): Define.
5596 [TE_PE] (x86_pe_cons_fix_new): New.
5597 [TE_PE] (pe_directive_secrel): Likewise.
5598 (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
5599
5bf10039
EC
56002004-04-19 Eric Christopher <echristo@redhat.com>
5601
c04f5787
AM
5602 * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
5603 of previous patch for fix in gcc.
5bf10039 5604
77cd6497
JJ
56052004-04-19 Jakub Jelinek <jakub@redhat.com>
5606
5607 * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
5608
b8861cfb
NS
56092004-04-19 Nathan Sidwell <nathan@codesourcery.com>
5610
5611 * read.c (do_align): Call md_flush_pending_output, if defined.
5612
f4c724fc
AM
56132004-04-16 Alan Modra <amodra@bigpond.net.au>
5614
5615 * expr.c (operand): Correct checks for ++ and --.
5616
a4b6e8f6
L
56172004-04-14 H.J. Lu <hongjiu.lu@intel.com>
5618
5619 * config/tc-generic.c: Add some comments.
5620
d766e8ec
RS
56212004-04-14 Richard Sandiford <rsandifo@redhat.com>
5622
5623 * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
5624 -{no-}mfix-vr4122-bugs.
5625 * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
5626 (append_insn, mips_emit_delays): Update accordingly.
5627 (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
5628 (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
5629 (md_parse_option): Update after above changes.
5630 (md_show_usage): Add -mfix-vr4120.
5631
ed9589d4
BW
56322004-04-13 Bob Wilson <bob.wilson@acm.org>
5633
5634 * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use
5635 of .section directive; add a reference to the ELF .subsection
5636 directive.
5637
097dba13
NC
56382004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5639
5640 * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
5641 in parallel.
5642
279500de
TS
56432004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5644
5645 * Makefile.am: Remove mips from aout targets.
5646 * Makefile.in: Regenerate.
5647 * configure.in: Remove mips-dec-bsd* target.
5648 * configure: Regenerate.
5649
b7d7dc63
AM
56502004-04-07 Alan Modra <amodra@bigpond.net.au>
5651
5652 PR 96
5653 * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
5654 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.
5655 Update "mapping". Restrict some @ modifiers to 32 bit.
5656
f55629b8
KK
56572004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
5658 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
5659
5660 * config/tc-sh.c (dont_adjust_reloc_32): New variable.
5661 (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
5662 dont_adjust_reloc_32 is set.
5663 (md_longopts): Add option -renesas.
5664 (md_parse_option, md_show_usage): Likewise.
5665 * doc/c-sh.texi: Likewise.
5666
a7844384
NC
56672004-04-01 Dave Korn <dk@artimi.com>
5668
5669 * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
5670 hi16 and lo16 fixS structs.
5671 (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
5672 exactly the same way as for RELOC_DLX_REL16.
5673 (machine_ip): properly respect LO flag in the_insn and
5674 output RELOC_DLX_LO16 rather than RELOC_DLX_16.
5675 (md_apply_fix3): apply RELOC_DLX_LO16.
5676
6c71dbc4
SS
56772004-03-30 Stan Shebs <shebs@apple.com>
5678
5679 Remove long-obsolete MPW support.
5680 * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
5681 * configure.in: Remove mention of ppc-*-mpw* config.
5682 * configure.in: Likewise.
5683
7cc69913
NC
56842004-03-30 Nick Clifton <nickc@redhat.com>
5685
5686 * config/tc-arm.c (meabi_flags): Make its use conditional upon
5687 OBJ_ELF being defined.
5688
53fbb48a
AM
56892004-03-27 Alan Modra <amodra@bigpond.net.au>
5690
5691 * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
5692
d507cf36
PB
56932004-03-23 Paul Brook <paul@codesourcery.com>
5694
5695 * config/tc-arm.c (meabi_flags): New variable.
5696 (arm_parse_eabi): New function.
5697 (md_begin): Set flags for EABI v3.
5698 (arm_eabis): Add.
5699 (arm_long_opts): Add meabi.
ab1e9ef7 5700 * doc/as.texinfo <ARM>: Document -meabi.
d507cf36
PB
5701 * doc/c-arm.texi: Ditto.
5702
88d65ad6
BW
57032004-03-22 Bob Wilson <bob.wilson@acm.org>
5704
5705 * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
5706 tables even when use_literal_section flag is not set.
5707
13ef8878
AM
57082004-03-22 Alan Modra <amodra@bigpond.net.au>
5709
5710 * config/tc-sh.c: Remove trailing whitespace.
5711
1048a9ba
HPN
57122004-03-22 Hans-Peter Nilsson <hp@axis.com>
5713
5714 * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
5715 --mul-bug-abort and the default behavior.
5716 * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
5717 (err_for_dangerous_mul_placement): New variable.
5718 (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
5719 macros.
5720 (md_cris_relax_table): Have placeholder for STATE_MUL.
5721 (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
5722 (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
5723 case doing nothing.
5724 (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
5725 STATE_BYTE)>: Ditto.
5726 (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
5727 alignment and position of this frag, emit error message if
5728 suspicious.
5729 (md_assemble): For a multiply insn and when checking it,
5730 transform the current frag into a special frag for that purpose.
5731 (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
5732 OPTION_MULBUG_ABORT_ON>: Handle new options.
5733
a7877748
BW
57342004-03-19 Bob Wilson <bob.wilson@acm.org>
5735
5736 * config/tc-xtensa.c (mark_literal_frags): New function.
5737 (xtensa_move_literals): Call mark_literal_frags for all literal
5738 segments, including init and fini literal segments.
5739 (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
5740
9992270f
DA
57412004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5742
5743 * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
5744 (pa_comm): Set BSF_OBJECT in symbol flags.
5745
6e1772d5
AM
57462004-03-19 Alan Modra <amodra@bigpond.net.au>
5747
5748 * Makefile.am: Run "make dep-am".
5749 * Makefile.in: Regenerate.
5750 * doc/Makefile.in: Regenerate.
5751 * config.in: Regenerate.
5752 * po/gas.pot: Regenerate.
5753
3e4caed2
NS
57542004-03-18 Nathan Sidwell <nathan@codesourcery.com>
5755
c95b35a9
NS
5756 * read.c (read_a_source_file): Use demand_empty_rest_of_line.
5757 (demand_empty_rest_of_line): Issue an error here.
5758 (ignore_rest_of_line): Silently skip to end.
5759 (demand_copy_string): Issue an error, not warning.
5760 (equals): Likewise.
5761 * config/obj-elf.c (obj_elf_section_name): Likewise.
5762 (obj_elf_section): Likewise.
5763 * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
5764 (arc_extinst): Likewise.
5765 * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
5766 (dot_spill): Likewise.
5767 (dot_unwabi): Likewise.
5768 (dot_prologue): Likewise.
5769
3e4caed2
NS
5770 * expr.c (operand): Reject ++ and --.
5771 (operator): Likewise.
5772
2ce4cc60
KK
57732004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5774
5775 * config/tc-sh.c: Include dw2gencfi.h.
5776 (sh_cfi_frame_initial_instructions): New function.
5777 (sh_regname_to_dw2regnum): Likewise.
5778 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
5779 file.
5780 (TARGET_USE_CFIPOP): Define.
5781 (tc_cfi_frame_initial_instructions): Likewise.
5782 (tc_regname_to_dw2regnum): Likewise.
5783 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
5784 * Makefile.am: Update dependencies.
5785 * Makefile.in: Regenerate.
5786
9183ed4b
AM
57872004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
5788
5789 * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
5790 * configure: Regenerate.
5791
00bbdfe7
BW
57922004-03-12 Bob Wilson <bob.wilson@acm.org>
5793
5794 * read.c (s_leb128): Call md_flush_pending_output.
5795
0f10071e
ML
57962004-03-12 Michal Ludvig <mludvig@suse.cz>
5797
5798 * config/tc-i386.c (output_insn): Handle PadLock instructions.
5799 * config/tc-i386.h (CpuPadLock): New define.
5800 (CpuUnknownFlags): Added CpuPadLock.
5801
84c84759
AS
58022004-03-07 Andreas Schwab <schwab@suse.de>
5803
5804 * doc/c-hppa.texi (HPPA Directives): Fix typo.
5805
6ec51dba
RH
58062004-03-07 Richard Henderson <rth@redhat.com>
5807
5808 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
5809 (cfi_finish): Likewise for fde.
5810
bae25f19
L
58112004-03-05 H.J. Lu <hongjiu.lu@intel.com>
5812
5813 * config/tc-ia64.c (md_assemble): Properly handle NULL
5814 align_frag.
5815 (ia64_handle_align): Don't abort if failed to add a stop bit.
5816
ab509236
L
58172004-03-04 H.J. Lu <hongjiu.lu@intel.com>
5818
5819 * Makefile.in: Regenerated.
5820 * aclocal.m4: Likewise.
5821 * configure: Likewise.
5822 * doc/Makefile.in: Likewise.
5823
d9201763
L
58242004-03-03 H.J. Lu <hongjiu.lu@intel.com>
5825
5826 * config/tc-ia64.c (dot_align): New.
5827 (ia64_do_align): Make it static.
5828 (md_pseudo_table): Use "dot_align" for "align".
5829 (ia64_md_do_align): Don't set align_frag here.
5830 (ia64_handle_align): Add a stop bit to the previous bundle if
5831 needed.
5832
5833 * config/tc-ia64.h (ia64_do_align): Removed.
5834
ae51a426
JR
58352003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
5836
5837 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
5838 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
5839 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
5840 the most general type or the user specifically requested it.
5841 (md_assemble): Add a new error message for when an instruction
5842 is understood, but is not allowed due to an -isa option.
5843
9545c4ce
L
58442004-03-02 H.J. Lu <hongjiu.lu@intel.com>
5845
5846 * config/tc-ia64.c (align_frag): New.
5847 (md_assemble): Set the tc_frag_data field in align_frag for
5848 IA64_OPCODE_FIRST instructions.
5849 (ia64_md_do_align): Set align_frag.
5850 (ia64_handle_align): Add a stop bit if needed.
5851
5852 * config/tc-ia64.h (TC_FRAG_TYPE): New.
5853 (TC_FRAG_INIT): New.
5854
676a64f4
RS
58552004-03-01 Richard Sandiford <rsandifo@redhat.com>
5856
5857 * config/tc-frv.c (fr400_audio): New variable.
5858 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
5859 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
5860 (target_implements_insn_p): New function.
5861 (md_assemble): Report an error if the processor doesn't implement
5862 the instruction.
5863
bd337dde
NC
58642004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5865
5866 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
5867 (md_parse_option): Ditto.
5868 (OPTION_NO_SPECIAL_M32R): Added.
5869 (md_show_usage): Document it.
5870 (enable_speial_m32r): Changed a default value from 0 to 1.
5871 * doc/c-m32r.texi: Document the -no-bitinst option.
5872
78878175
NC
58732004-02-27 Nick Clifton <nickc@redhat.com>
5874
5875 * config/tc-sh.c (get_operand): Revert previous delta.
5876 (tc_gen_reloc): Check for an unknown reloc type before processing
5877 the addend.
5878
1d6d62a4
MS
58792004-02-27 Hannes Reinecke <hare@suse.de>
5880
5881 * config/tc-s390.c (s390_insn): Correct range check for opcode in
5882 .insn pseudo operation.
5883
4aa3e325
NC
58842004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
5885
5886 * config/tc-sh.c (get_operand): In case of #Imm, check has been
5887 added for wrong syntax.
5888
73369e65
EC
58892004-02-26 Eric Christopher <echristo@redhat.com>
5890
5891 * config/tc-mips.c (mips_dwarf2_addr_size): New.
5892 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
5893
6a5709a5
JR
58942004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
5895
5896 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
5897 nibble types to assembler.
5898
95385380
FF
58992004-02-25 Fred Fish <fnf@redhat.com>
5900
5901 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
5902
b5e0fabd
JW
59032004-02-20 James E Wilson <wilson@specifixinc.com>
5904
5905 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
5906 finalize_syms.
5907 (fixup_unw_records): New arg before_relax. Pass to slot_index.
5908 (ia64_estimate_size_before_relax): New.
5909 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
5910 (generate_unwind_image): Pass 1 to fixup_unw_records.
5911 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
5912 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
5913
2f01ffbf
JJ
59142004-02-19 Jakub Jelinek <jakub@redhat.com>
5915
5916 * stabs.c (generate_asm_file): Avoid warning about use of
5917 uninitialized variable.
5918
9c59842f
JW
59192004-02-18 David Mosberger <davidm@hpl.hp.com>
5920
5921 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
5922 body, and endp, allow unwind records which do not have a "t"
5923 (time/instruction) field.
5924
34920d91
NC
59252004-02-17 Petko Manolov <petkan@nucleusys.com>
5926
5927 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
5928 (do_mav_dspsc_2): Likewise.
5929 Fix accumulator registers move opcodes.
5930
4dde8e61 59312004-02-13 Hannes Reinecke <hare@suse.de>
13ef8878 5932 Jakub Jelinek <jakub@redhat.com>
4dde8e61
AJ
5933
5934 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
5935
936cf02e
JW
59362004-02-10 Steve Ellcey <sje@cup.hp.com>
5937
5938 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
5939 (tc_frob_symbol): New macro definition.
5940 * config/tc-ia64.c (ia64_frob_symbol): New routine.
5941
e41f12f3
DJ
59422004-02-09 Daniel Jacobowitz <drow@mvista.com>
5943
5944 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
5945 read-only.
5946
a8a3b3b2
NS
59472004-02-09 Nathan Sidwell <nathan@codesourcery.com>
5948
5949 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
5950 (TC_CASE_SENSITIVE): ... this.
5951 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
5952 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
5953
c97b7ef6
JW
59542004-02-06 James E Wilson <wilson@specifixinc.com>
5955
5956 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
5957 (generate_unwind_image): Re-add it here.
5958
e4475e39
NS
59592004-02-06 Nathan Sidwell <nathan@codesourcery.com>
5960
5961 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
5962 * read.h (SKIP_WHITESPACE): Turn into an expression.
5963 * read.c (read_a_source_file): A pseudo is removed by having a
5964 NULL handler.
5965
5738bc24
JW
59662004-02-05 James E Wilson <wilson@specifixinc.com>
5967
5968 * config/tc-ia64.c (output_endp): New.
5969 (count_bits): Delete.
5970 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
5971 endp unwind records.
5972 (fixup_unw_records): Handle endp unwind records. Delete code for
5973 shortening prologue regions not followed by a body record.
5974 (dot_endp): Call add_unwind_entry to emit endp unwind record.
5975 * config/tc-ia64.h (unw_record_type): Add endp.
5976
d6e78c11
JW
59772004-02-03 James E Wilson <wilson@specifixinc.com>
5978
5979 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
5980 fill padding bytes with zeroes.
5981 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
5982 sets unwind_record slot_number and slot_frag fields.
5983
f6a22291
MR
59842004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5985
5986 * config/tc-mips.c (add_got_offset_hilo): New function.
5987 (macro): Use load_register() and add_got_offset_hilo() to load
5988 constants instead of hardcoding code sequences throughout.
5989
127cab00
L
59902004-01-28 H.J. Lu <hongjiu.lu@intel.com>
5991
5992 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
5993
6358301e
NC
59942004-01-26 Bernardo Innocenti <bernie@develer.com>
5995
5996 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
5997 like m68k-elf.
5998 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
5999 of hard-coded test for TARGET_OS=elf.
6000
c8978940
CD
60012004-01-24 Chris Demetriou <cgd@broadcom.com>
6002
6003 * config/tc-mips.c (hilo_interlocks): Change definition
6004 so that MIPS32, MIPS64 and later ISAs are included, along with
6005 the already-included machines. Update comments.
6006
c3ba240c
DJ
60072004-01-23 Daniel Jacobowitz <drow@mvista.com>
6008
6009 * config/tc-arm.c (tc_gen_reloc): Improve error message for
6010 undefined local labels.
6011
e864ceca
RS
60122004-01-23 Richard Sandiford <rsandifo@redhat.com>
6013
6014 * config/tc-mips.c (load_address, macro): Update comments about
6015 NewABI GP relaxation.
6016
67c0d1eb
RS
60172004-01-23 Richard Sandiford <rsandifo@redhat.com>
6018
6019 * config/tc-mips.c (macro_build): Remove place and counter arguments.
6020 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
6021 (mips16_macro_build, macro_build_jalr): Remove counter argument.
6022 (set_at, load_register, load_address, move_register): Likewise.
6023 (load_got_offset, add_got_offset): Likewise.
6024 Update all calls and tidy accordingly.
6025
584892a6
RS
60262004-01-23 Richard Sandiford <rsandifo@redhat.com>
6027
6028 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
6029 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
6030 (RELAX_USE_SECOND): Bump to 0x10000.
6031 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
6032 (mips_macro_warning): New variable.
6033 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
6034 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
6035 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
6036 of RELAX_ENCODE.
6037 (append_insn): Update mips_macro_warning.sizes.
6038 (macro_start, macro_warning, macro_end): New functions.
6039 (macro_build): Don't emit warnings here.
6040 (macro_build_lui, md_estimate_size_before_relax): ...or here.
6041 (md_convert_frag): Check for cases where one macro alternative
6042 needs a warning and the other doesn't. Emit a warning if the
6043 longer sequence was chosen.
6044
4d7206a2
RS
60452004-01-23 Richard Sandiford <rsandifo@redhat.com>
6046
6047 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
6048 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
6049 the first sequence, the size of the second sequence, and a flag
6050 that says whether we should warn.
6051 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
6052 (RELAX_FIRST, RELAX_SECOND): New.
6053 (mips_relax): New variable.
6054 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
6055 (append_insn): Remove "place" argument. Use mips_relax.sequence
6056 rather than "place" to check whether we're expanding the second
6057 alternative of a relaxable macro. Remove redundant check for
6058 branch relaxation. If generating a normal insn, and there
6059 is not enough room in the current frag, call relax_close_frag()
6060 to close it. Update mips_relax.sizes[]. Emit fixups for the
6061 second version of a relaxable macro. Record the first relaxable
6062 fixup in mips_relax. Remove tc_gen_reloc workaround.
6063 (macro_build): Remove all uses of "place". Use mips_relax.sequence
6064 in the same way as in append_insn.
6065 (mips16_macro_build): Remove "place" argument.
6066 (macro_build_lui): As for macro_build. Don't drop the add_symbol
6067 when generating the second version of a relaxable macro.
6068 (load_got_offset, add_got_offset): New functions.
6069 (load_address, macro): Use new relaxation machinery. Remove
6070 tc_gen_reloc workarounds.
6071 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
6072 version of a relaxable macro is needed. Return -RELAX_SECOND if the
6073 first version is needed.
6074 (tc_gen_reloc): Remove relaxation handling.
6075 (md_convert_frag): Go through the fixups for a relaxable macro and
6076 mark those that belong to the unneeded alternative as done. If the
6077 second alternative is needed, adjust the fixup addresses to account
6078 for the deleted first alternative.
6079
0530d30a
RS
60802004-01-23 Richard Sandiford <rsandifo@redhat.com>
6081
6082 * frags.h (frag_room): Declare.
6083 * frags.c (frag_room): New function.
6084 * doc/internals.texi: Document it.
6085
048cdf86
TS
60862004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6087
6088 * config/tc-mips.c (append_insn): Don't do r3900 interlock
6089 optimization for -mtune=r3900, as this will break on other CPUs.
6090
28d39d1a
NC
60912004-01-11 Tom Rix <tcrix@worldnet.att.net>
6092
6093 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
73369e65 6094 be relaxed, use fixup.
28d39d1a
NC
6095 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
6096
26664553
JJ
60972004-01-19 Jakub Jelinek <jakub@redhat.com>
6098
6099 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
6100 precision operands.
6101
895921c9
MR
61022004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6103
6104 * config/tc-mips.c (append_insn): Properly detect variant frags
6105 that preclude swapping of relaxed branches. Correctly swap
6106 instructions between frags when dealing with relaxed branches.
6107
f8b73030
MR
61082004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6109
6110 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
6111 throughout.
6112 * aclocal.m4: Regenerate.
6113 * configure: Regenerate.
6114
ca9a79a1 61152004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
73369e65 6116
ca9a79a1
NC
6117 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
6118 manipulation insns.
6119
cc3d92a5
RS
61202004-01-12 Richard Sandiford <rsandifo@redhat.com>
6121
6122 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
6123 reloc, reserve space for the delay slot as well as the jalr itself.
6124
e45d0630
PB
61252004-01-09 Paul Brook <paul@codesourcery.com>
6126
6127 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
6128 (do_vfp_sp2_from_reg2): New function.
6129 (insns): Use them.
6130 (do_vfp_dp_from_reg2): Check return values properly.
6131
81912461
ILT
61322004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
6133
78849248
ILT
6134 * config/tc-mips.c (warn_nops): Remove static variable.
6135 (macro): Remove test of warn_nops.
6136 (md_shortops): Remove 'n'.
6137 (md_parse_option): Remove 'n' case.
6138 (md_show_usage): Remove -n.
6139 * doc/as.texinfo (Overview): Remove MIPS -n option.
6140 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
6141 * NEWS: Mention removal of MIPS -n option.
6142
81912461
ILT
6143 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
6144 (cop_interlocks): Check ISA level.
6145 (cop_mem_interlocks): Define.
6146 (reg_needs_delay): Check cop_interlocks rather than
6147 ISA_HAS_COPROC_DELAYS.
6148 (append_insn): Likewise. Use cop_mem_interlocks rather than
6149 directly checking mips_opts.isa.
6150 (mips_emit_delays): Likewise.
6151
73f20958
L
61522004-01-07 H.J. Lu <hongjiu.lu@intel.com>
6153
6154 * config/tc-ia64.c (unwind): Move next_slot_number and
6155 next_slot_frag to ...
6156 (unw_rec_list): Here.
6157 (free_list_records): Removed.
6158 (output_unw_records): Likewise.
6159 (generate_unwind_image): Make it void.
6160 (alloc_record): Initialize next_slot_number and next_slot_frag.
6161 (slot_index): Take .org, .space and .align into account.
6162 (fixup_unw_records): Don't set slot_number to 0. Use
6163 list->next_slot_number and list->next_slot_frag instead of
6164 unwind.next_slot_number and unwind.next_slot_frag.
6165 (ia64_convert_frag): New.
6166 (generate_unwind_image): Generate a rs_machine_dependent frag
6167 for unwind record.
6168 (emit_one_bundle): Use list->next_slot_number and
6169 list->next_slot_frag instead of unwind.next_slot_number and
6170 unwind.next_slot_frag.
6171
6172 * config/tc-ia64.h (md_convert_frag): Defined as
6173 ia64_convert_frag.
6174 (md_estimate_size_before_relax): Defined as (f)->fr_var.
6175
99d09cdb
AO
61762004-01-06 Alexandre Oliva <aoliva@redhat.com>
6177
6178 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
6179 * config/tc-frv.h (md_apply_fix3): Don't define.
6180 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
6181 operands.
6182 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
6183 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
6184 * config/tc-frv.c (line_separator_chars): Add `!'.
6185 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
6186 * config/tc-frv.c (md_assemble): Clear insn upfront.
6187 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
6188 * config/tc-frv.c (OPTION_FDPIC): New macro.
6189 (md_longopts): Add mfdpic.
6190 (md_parse_option): Handle it.
6191 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
6192 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
6193 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
6194 (frv_pic_ptr): Parse funcdesc.
6195
4a4c4a1d
MR
61962004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6197
6198 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
6199 gasver.texi. Remove duplicate symbol definitions for texi2pod.
6200
2251dd89
MR
62012004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6202
6203 * Makefile.am (Makefile): Move the dependency on
6204 $(BFDDIR)/configure.in to...
6205 (CONFIG_STATUS_DEPENDENCIES): ... here.
6206 (AUTOMAKE_OPTIONS): Require automake 1.8.
6207 * Makefile.in: Regenerate.
6208 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
6209 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
6210 $(BFDDIR)/configure.in here as well.
6211 * doc/Makefile.in: Regenerate.
6212
c6581168
MR
62132004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6214
6215 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
6216 * Makefile.in: Regenerate.
6217 * aclocal.m4: Regenerate.
6218 * doc/Makefile.am (install, install-info): Remove.
6219 (install-data-local): A new hook for install-info.
6220 (AUTOMAKE_OPTIONS): Require automake 1.8.
6221 * doc/Makefile.in: Regenerate.
6222
303e7b79
NC
62232004-01-02 Nutan Singh <nutan@kpitcummins.com>
6224
6225 * doc/c-sh.texi: Update description about floating point behavior
6226 of SH family.
6227
b50c15dc
NC
62282004-01-02 Bernardo Innocenti <bernie@develer.com>
6229
6230 * configure.in: Add m68k-uClinux target.
6231 * configure: Regenerate.
7de9afa2 6232
c9e214e5 6233For older changes see ChangeLog-0203
08d56133
NC
6234\f
6235Local Variables:
6236mode: change-log
6237left-margin: 8
6238fill-column: 74
6239version-control: never
6240End:
This page took 0.504167 seconds and 4 git commands to generate.