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