* contig/tc-sh.c (sh_local_pcrel): New.
[binutils.git] / gas / ChangeLog
blobed37bd25ec8ec3ec83b0ecb1c430d9f161d1e4ea
1 2002-10-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3         * contig/tc-sh.c (sh_local_pcrel): New.
4         (sh_force_relocation): Use sh_local_pcrel.
5         (md_pcrel_from_section): Check the relocation type whether it
6         should be resolved locally. Use S_FORCE_RELOC.
8 2002-10-01  Alan Modra  <amodra@bigpond.net.au>
10         * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define.
11         (TC_FORCE_RELOCATION): Tidy arg.
13 2002-09-30  Gavin Romig-Koch  <gavin@redhat.com>
14             Ken Raeburn  <raeburn@cygnus.com>
15             Aldy Hernandez  <aldyh@redhat.com>
16             DJ Delorie  <dj@redhat.com>
17             Michael Meissner  <meissner@redhat.com>
18             Eric Christopher  <echristo@redhat.com>
19             Richard Sandiford  <rsandifo@redhat.com>
21         * doc/c-mips.texi: Add entries for -march=vr4120,vr4130,vr4181,
22         vr5400 and vr5500.  Add entry for -mfix-vr4122-bugs.
23         * config/tc-mips.c (CPU_HAS_DROR, CPU_HAS_ROR): New macros.
24         (hilo_interlocks): True for CPU_VR5500.
25         (gpr_interlocks, cop_interlocks): True for CPU_VR5400 and CPU_VR5500.
26         (mips_fix_vr4122_bugs): New.
27         (append_insn): Work around 4122 errors if mips_fix_vr4122_bugs.
28         (mips_emit_delays): Likewise.
29         (macro2) [M_DROLI]: Use dror or dror32 if CPU_HAS_DROR.
30         [M_ROLI]: Likewise ror if CPU_HAS_ROR.
31         (validate_mips_insn, mips_ip): Handle '[', ']', 'e' and '%'.
32         (OPTION_FIX_VR4122, OPTION_NO_FIX_VR4122): New options.
33         (md_longopts): Add -mfix-vr4122-bugs and -no-mfix-vr4122-bugs.
34         (OPTION_ELF_BASE): Bump.
35         (md_parse_option): Handle the new options.
36         (mips_cpu_info_table): Add entries for vr4120, vr4130, vr4181,
37         vr5400 and vr5500.
39 2002-09-29  H.J. Lu <hjl@gnu.org>
41         * config/tc-mips.c (md_apply_fix3): Subtract the symbol value
42         twice if howto->pcrel_offset is true.
44 2002-09-28  Matt Thomas  <matt@3am-software.com>
45             Jason Thorpe  <thorpej@wasabisystems.com>
47         * config/tc-vax.c (md_estimate_size_before_relax): Only try to
48         convert undefined references to GOT32/PLT32 if PIC code is
49         requested.  Fix comment.
51 2002-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
53         * config/tc-sh.c (sh_force_relocation): Return 0 for
54         some PC relative relocations when not relaxing.
56 2002-09-26  Jakub Jelinek  <jakub@redhat.com>
58         * config/tc-i386.c (tc_i386_fix_adjustable): Add x86-64 TLS relocs.
59         Define them if not BFD_ASSEMBLER.
60         (lex_got): Handle @tlsgd, @dtpoff and @tpoff in 64-bit mode, add
61         @tlsld.
62         (md_apply_fix3): No addend for BFD_RELOC_X86_64_TLSGD,
63         BFD_RELOC_X86_64_TLSLD and BFD_RELOC_X86_64_GOTTPOFF.
64         (tc_gen_reloc): Handle x86-64 TLS relocs.
66 2002-09-27  Alan Modra  <amodra@bigpond.net.au>
68         * config/tc-avr.c (md_apply_fix3): Reinstate code handling pcrel
69         fixups to current or absolute section.
71 2002-09-26  Jim Wilson  <wilson@redhat.com>
73         * config/tc-v850.c (v850_offset): Use frag_var instead of frag_now_fix
74         and frag_more.
76 2002-09-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
78         * config/tc-mips.c (CPU_HAS_MIPS16): Add mips-lsi-elf as MIPS16
79         capable configuration.
80         (macro_build): Check for MIPS16 capability, not for actual MIPS16 code
81         generation.
82         (mips_ip): Likewise.
84 2002-09-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
86         * config/tc-mips.c (append_insn): Fix jump overflow check.
88 2002-09-24  Alan Modra  <amodra@bigpond.net.au>
90         * config/tc-i386.c (process_operands): Warn about "lea" segment
91         overrides.
93 2002-09-22  Mark Elbrecht  <snowball3@softhome.net>
95         * write.c: Delete set_segment_vma and prototype. Update all callers.
97 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
99         * config/tc-i386.c (md_apply_fix3): Replace S_IS_EXTERNAL,
100         S_IS_WEAK etc. with S_FORCE_RELOC call.  Correct comment.
101         Rename "fseg" to "sym_seg".
102         * Makefile.am: Run "make dep-am".
103         * Makefile.in: Regenerate.
104         * doc/Makefile.in: Regenerate.
106 2002-09-20  Nick Clifton  <nickc@redhat.com>
108         * symbols.c (colon): Do not allow symbols to be created in the
109         absolute section if WORKING_DOT_WORD is not defined and
110         new_broken_words would require a new frag to be created.
112 2002-09-20  Alan Modra  <amodra@bigpond.net.au>
114         * expr.c (expr): Simplify foo-foo here.
115         (clean_up_expression): Remove O_subtract code.
117         * write.h (struct fix): Add fx_dot_value.
118         (dot_value): Declare.
119         * write.c (dot_value): New var.
120         (fix_new_internal): Save dot_value as fx_dot_value.
121         (fixup_segment): Adjust fx_offset using fx_dot_value.
122         * expr.c (expr): Update dot_value.
124 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
126         * config/tc-i386.c (tc_i386_fix_adjustable): Handle
127         BFD_RELOC_386_TLS_IE and BFD_RELOC_386_TLS_GOTIE.
128         (BFD_RELOC_386_TLS_IE, BFD_RELOC_386_TLS_GOTIE): Define to 0
129         if not defined.
130         (lex_got): Handle @GOTNTPOFF and @INDNTPOFF.
131         (md_apply_fix3, tc_gen_reloc): Handle BFD_RELOC_386_TLS_IE and
132         BFD_RELOC_386_TLS_GOTIE.
134 2002-09-19  Richard Henderson  <rth@redhat.com>
136         * config/tc-alpha.c (md_pcrel_from): Only adjust special for
137         branch type relocs.
138         (alpha_force_relocation): Don't special-case branch type relocs.
140 2002-09-19  Nick Clifton  <nickc@redhat.com>
142         * config/tc-m68k.c (select_control_regs): Handle situation where
143         architecture has not yet been selected.
145 2002-09-18  Chris Demetriou  <cgd@broadcom.com>
147         * config/tc-mips.c (IS_SEXT_32BIT_NUM): Move closer to top of file.
148         (IS_SEXT_16BIT_NUM): New macro.
149         (macro_build_ldst_constoffset): New function, to build a set of
150         instructions to do a load or store from a constant offset relative
151         to a given register.
152         (macro, s_cprestore): Use macro_build_ldst_constoffset to implement
153         .cprestore pseudo-op.
155 2002-09-18  Chris Demetriou  <cgd@broadcom.com>
157         * config/tc-mips.c (md_apply_fix3): Just return for BFD_RELOC_8.
159 2002-09-18  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
161         * config/tc-mips.c (s_change_section): Fix parsing. Code cleanup.
163 2002-09-17  Stan Cox  <scox@redhat.com>
165         * tc-mips.c (load_address): Use BFD_RELOC_MIPS_GOT_DISP for newabi.
166         (macro): Likewise for la.  Likewise for ld.
167         (mips_after_parse_args): Make -xgot optional, not the default.
168         (md_apply_fix3): Allow composite relocation to set up gp.
169         (tc_gen_reloc): Allow relaxing for newabi.
170         Relax R_MIPS_CALL16 to R_MIPS_GOT_PAGE/R_MIPS_GOT_OFST if local.
171         Relax R_MIPS_GOT16/R_MIPS_LO16 to R_MIPS_GOT_DISP if local.
173 2002-09-17  Nick Clifton  <nickc@redhat.com>
175         * config/tc-arm.c (md_apply_fix3): Note that an implemented
176         BFD_RELOC_ARM_IMMEDIATE has been done.
177         (tc_gen_reloc): Do not issue reloc number of unimplemented
178         BFD_RELOC_ARM_IMMEDIATE and BFD_RELOC_ARM_OFFSET_IMM relocs -
179         their name is already in the error message - plus remove them
180         from the default case.
182         * config/tc-arm.c (do_ldmstm): Warn about unpredictable
183         behavior of instructions.
185 2002-09-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
187         * config/tc-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
188         Convert functions to K&R format.
190 2002-09-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
192         * config/tc-mips.c (pdr_seg): Define only for ELF.
193         (s_change_section): Remove unused variable. Don't use for nonELF.
195 2002-09-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
197         * config/obj-elf.c (obj_elf_change_section): Move prototype to
198         obj-elf.h
199         * config/obj-elf.h (obj_elf_change_section): Likewise.
201 2002-09-16  Elias Athanasopoulos  <eathan@otenet.gr>
203         * dwarf2dbg.c (out_debug_abbrev): Add support for the DW_AT_name field.
204         (out_debug_info): Likewise.
206 2002-09-16  Bruno Haible  <bruno@clisp.org>
208         * config/tc-i386.h (ELF_TARGET_FORMAT): New macro.
209         (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf32-i386".
210         * config/tc-i386.c (i386_target_format): Likewise.
211         * config/tc-alpha.h (ELF_TARGET_FORMAT): New macro.
212         (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf64-alpha".
214 2002-09-13  Nick Clifton  <nickc@redhat.com>
216         * config/tc-ppc.c (md_assemble): Do not count FAKE operands
217         when deciding if any operands have been skipped.
219 2002-09-11  Nick Clifton  <nickc@redhat.com>
221         * NEWS: New TI port supports both C4x and C3x series of DSPs.
223         * po/tr.po: Updated Turkish translation.
225 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
227         * config/tc-i386.c (md_apply_fix3): Allow addend for
228         BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and
229         BFD_RELOC_386_TLS_LE_32.
231 2002-09-05  Jeff Law  <law@redhat.com>
233         * config/tc-hppa.c (md_apply_fix3): Don't set fx_done for
234         marker relocations such as ENTRY/EXIT.
235         * config/tc-hppa.h (MD_APPLY_SYM_VALUE): Definition applies
236         to both OBJ_ELF and OBJ_SOM.
238 2002-09-05  Alan Modra  <amodra@bigpond.net.au>
240         * doc/internals.texi (md_apply_fix3): Expand.
241         (TC_VALIDATE_FIX, TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_ABS,
242         TC_FORCE_RELOCATION_LOCAL, TC_FORCE_RELOCATION_SUB_SAME,
243         TC_FORCE_RELOCATION_SUB_ABS, TC_FORCE_RELOCATION_SUB_LOCAL,
244         TC_VALIDATE_FIX_SUB, MD_APPLY_SYM_VALUE, S_FORCE_RELOC,
245         EXTERN_FORCE_RELOC): Document.
246         (TC_HANDLES_FX_DONE, obj_fix_adjustable): Remove.
247         * as.h: Don't include struc-symbol.h for arc.
248         (IS_ELF): Define.
249         * cgen.c (gas_cgen_md_apply_fix3): Remove *valP fudges and code to
250         subtract absolute symbol.
251         * obj.h (struct format_ops): Add frob_file_before_fix.
252         * subsegs.c (section_symbol): Set BSF_SECTION_SYM flag.
253         * symbols.c (S_FORCE_RELOC): New function.
254         * symbols.h (S_FORCE_RELOC): Declare.
255         * write.c (TC_FORCE_RELOCATION): Change default.
256         (TC_FORCE_RELOCATION_ABS): Define.
257         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
258         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
259         (TC_FORCE_RELOCATION_SECTION): Don't define.
260         (TC_FORCE_RELOCATION_SUB_SAME): Define this instead.
261         (TC_FORCE_RELOCATION_SUB_ABS): Define.
262         (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
263         (TC_VALIDATE_FIX_SUB): Define.
264         (TC_FIX_ADJUSTABLE): Don't define.
265         (MD_APPLY_SYM_VALUE): Define this instead.
266         (abs_section_sym): New variable.
267         (adjust_reloc_syms): Use S_FORCE_RELOC.  Remove obj_fix_adjustable
268         call.  Don't symbol_mark_used_in_reloc here.  Simplify link_once tests.
269         Don't put the absolute section sym on fixups here.
270         (fix_segment): New function.
271         (write_relocs): Don't call fixup_segment from here.
272         (write_object_file): Instead call tc_frob_file_before_fix,
273         obj_frob_file_before_fix, and fix_segment prior to symbol table code.
274         Don't output the absolute section symbol.
275         (fixup_segment): Rewrite.
276         * write.h (abs_section_sym): Declare.
277         * config/obj-aout.c (obj_aout_frob_file_before_fix): Rename from
278         obj_aout_frob_file.
279         (aout_format_ops): Adjust to suit.
280         * config/obj-aout.h (obj_frob_file): Don't define.
281         (obj_frob_file_before_fix): Define.
282         (obj_aout_frob_file_before_fix): Rename from obj_aout_frob_file.
283         (S_FORCE_RELOC): Define.
284         * config/obj-bout.h (S_FORCE_RELOC): Define.
285         * config/obj-coff.c (coff_format_ops): Init new field.
286         * config/obj-coff.h: Formatting fixes.
287         (obj_sec_sym_ok_for_reloc): Define.
288         (S_FORCE_RELOC): Define.
289         * config/obj-ecoff.c (ecoff_frob_file_before_fix): Split out ..
290         (ecoff_frob_file): .. from here.
291         (ecoff_format_ops): Add new function.
292         * config/obj-ecoff.h (ecoff_frob_file_before_fix): Declare.
293         (obj_frob_file_before_fix): Define.
294         * config/obj-elf.c (elf_format_ops): Init new field.
295         * config/obj-elf.h (obj_sec_sym_ok_for_reloc): Expand comment.
296         * config/obj-ieee.h: Formatting fixes.
297         (S_FORCE_RELOC): Define.
298         * config/obj-multi.h (obj_frob_file_before_fix): Define.
299         * config/obj-vms.h (S_FORCE_RELOC): Define.
300         * config/tc-alpha.c (md_apply_fix3): Correct GPDISP comment.
301         (alpha_force_relocation): Use S_FORCE_RELOC, and don't return 0
302         for BFD_RELOC_32 and BFD_RELOC_64.
303         (alpha_fix_adjustable): Remove extern and weak tests.
304         (alpha_before_fix): Rename from alpha_adjust_symtab.
305         (alpha_adjust_relocs): Rename from alpha_adjust_symtab_relocs.
306         * config/tc-alpha.h (struct fix, struct alpha_reloc_tag): Declare.
307         (TC_VALIDATE_FIX): Tweak param name.
308         (TC_FORCE_RELOCATION, tc_fix_adjustable): Likewise.
309         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
310         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
311         (MD_APPLY_SYM_VALUE): Define.
312         (tc_adjust_symtab): Don't define.
313         (alpha_adjust_symtab): Don't declare.
314         (tc_frob_file_before_fix): Define.
315         (alpha_before_fix): Declare.
316         (TC_INIT_FIX_DATA): Tweak param names.
317         * config/tc-arc.c: Include "struc-symbol.h".
318         (md_pcrel_from): Remove undefined sym fudge.
319         (md_apply_fix3): Remove *valP fudges and code to subtract abs sym.
320         Don't set fx_addnumber.
321         (tc_gen_reloc): Remove spurious fx_addnumber comment.
322         * config/tc-arc.h (MD_APPLY_SYM_VALUE): Define.
323         (EXTERN_FORCE_RELOC): Define.
324         * config/tc-arm.c (md_apply_fix3 <case BFD_RELOC_ARM_GOTPC>): Remove.
325         (tc_gen_reloc): Fudge ARM_GOTPC addend.
326         (arm_validate_fix): Return void.
327         (arm_fix_adjustable <elf version>): Remove extern and weak tests.
328         Add plt and got reloc tests.
329         (arm_force_relocation): Call S_FORCE_RELOC.
330         * config/tc-arm.h (struct fix): Forward declare.
331         (TC_VALIDATE_FIX): No longer set add_symbolP.
332         (arm_validate_fix): Adjust declaration.
333         (TC_FORCE_RELOCATION <pe version): Call S_FORCE_RELOC.
334         (TC_FORCE_RELOCATION): Tweak param name.
335         (TC_INIT_FIX_DATA): Likewise.
336         (obj_fix_adjustable): Don't define.
337         (tc_fix_adjustable): Call arm_fix_adjustable.
338         (TC_FIX_ADJUSTABLE): Don't define.
339         (MD_APPLY_SYM_VALUE): Define.
340         (EXTERN_FORCE_RELOC): Define.
341         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
342         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
343         * config/tc-avr.c (md_apply_fix3): Don't cast valP pointer type.
344         Remove *valP fudges and code to subtract abs sym.  Don't set
345         fx_addnumber.
346         * config/tc-avr.h: Formatting.
347         (EXTERN_FORCE_RELOC): Define.
348         (MD_APPLY_SYM_VALUE): Define.
349         * config/tc-cris.c (tc_gen_reloc): Don't use fx_addnumber.
350         (md_apply_fix3): Remove code to subtract abs sym.
351         (md_cris_force_relocation): Update comment.  Call S_FORCE_RELOC.
352         * config/tc-cris.h (TC_FORCE_RELOCATION): Tweak param name.
353         (IS_CRIS_PIC_RELOC, tc_fix_adjustable): Likewise.
354         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
355         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
356         (tc_fix_adjustable): Remove extern, weak tests.
357         * config/tc-d10v.c (tc_gen_reloc): Don't fiddle address of
358         BFD_RELOC_VTABLE_INHERIT relocs.  Don't use fx_addnumber.
359         (md_apply_fix3): Don't cast valP pointer type.  Remove *valP fudges
360         and code to subtract abs sym.
361         (d10v_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
362         (d10v_force_relocation): Call S_FORCE_RELOC.
363         * config/tc-d10v.h: Don't include write.h.
364         (struct fix): Instead, forward declare.
365         (MD_PCREL_FROM_SECTION): Tweak param names.
366         (md_pcrel_from_section): Use "struct fix" instead of "fixS".
367         (d10v_fix_adjustable): Likewise.
368         (obj_fix_adjustable): Don't define.
369         (tc_fix_adjustable): Define.
370         (TC_FORCE_RELOCATION): Tweak param name.
371         (MD_APPLY_SYM_VALUE): Define.
372         (EXTERN_FORCE_RELOC): Define.
373         * config/tc-d30v.c (tc_gen_reloc): Don't use fx_addnumber.
374         (md_apply_fix3): Don't cast valP pointer type.  Remove *valP fudges
375         and code to subtract abs sym.
376         * config/tc-d30v.h: Don't include write.h.
377         (struct fix): Instead, forward declare.
378         (MD_PCREL_FROM_SECTION): Tweak param names.
379         (md_pcrel_from_section): Use "struct fix" instead of "fixS".
380         (MD_APPLY_SYM_VALUE): Define.
381         (EXTERN_FORCE_RELOC): Define.
382         * config/tc-dlx.c (md_dlx_force_relocation): Call S_FORCE_RELOC.
383         (md_dlx_fix_adjustable): Don't test for NULL fx_addsy.
384         (md_apply_fix3): No need to test fx_pcrel before setting fx_done.
385         (tc_gen_reloc): Don't fiddle with BFD_RELOC_VTABLE_INHERIT relocs.
386         Adjust the address for BFD_RELOC_VTABLE_ENTRY, not the addend.
387         Don't use fx_addnumber.
388         * config/tc-dlx.h: Don't include write.h.
389         (md_convert_frag): We're not alpha twice over.
390         (EXTERN_FORCE_RELOC): Define.
391         (obj_fix_adjustable): Don't define.
392         (tc_fix_adjustable): Define.
393         (TC_FIX_ADJUSTABLE): Don't define.
394         (MD_APPLY_SYM_VALUE): Define.
395         (LOCAL_LABELS_DOLLAR): Undef always.
396         * config/tc-fr30.c (fr30_force_relocation): Call S_FORCE_RELOC.
397         (fr30_fix_adjustable): Remove extern, weak tests.
398         * config/tc-fr30.h (MD_APPLY_SYM_VALUE): Define.
399         (obj_fix_adjustable): Don't define.
400         (tc_fix_adjustable): Define.
401         (struct fix): Forward declare.
402         (MD_PCREL_FROM_SECTION): Tweak param name.  Remove duplicate.
403         * config/tc-frv.c (frv_force_relocation): Call S_FORCE_RELOC.
404         (frv_fix_adjustable): Don't do extern, weak tests.
405         * config/tc-frv.h (MD_APPLY_SYM_VALUE): Define.
406         (TC_FIX_ADJUSTABLE): Don't define.
407         (obj_fix_adjustable): Don't define.
408         (tc_fix_adjustable): Define.
409         (struct fix): Forward declare.
410         (MD_PCREL_FROM_SECTION): Tweak param name.  Remove duplicate.\
411         * config/tc-h8300.c (md_apply_fix3): Don't cast valP pointer type.
412         * config/tc-h8300.h (struct fix): Forward declare.
413         (EXTERN_FORCE_RELOC): Define.
414         * config/tc-hppa.c (md_apply_fix3): Remove subtraction of sym value.
415         (hppa_fix_adjustable): Don't test extern or weak.  Don't
416         symbol_mark_used_in_reloc.
417         (hppa_force_relocation): Use S_FORCE_RELOC instead of S_IS_EXTERNAL
418         and S_IS_WEAK.
419         * config/tc-hppa.h (EXTERN_FORCE_RELOC): Define
420         (TC_FORCE_RELOCATION, TC_INIT_FIX_DATA): Tweak param name.
421         (TC_FORCE_RELOCATION_SECTION): Don't define.
422         (MD_APPLY_SYM_VALUE): Define.
423         * config/tc-i370.c (md_apply_fix3): Remove *valP fudges and code
424         to subtract abs sym.
425         * config/tc-i370.h: Remove ifdef OBJ_ELF tests.
426         (MD_APPLY_SYM_VALUE): Define.
427         (MD_PCREL_FROM_SECTION): Tweak param name.
428         * config/tc-i386.c (tc_i386_fix_adjustable): Remove weak, extern tests.
429         (md_apply_fix3): Test fx_addsy, not fx_pcrel.
430         (i386_force_relocation): New function.
431         * config/tc-i386.h (TC_COFF_FIX2RTYPE): Tweak param name.
432         (TC_VALIDATE_FIX): Likewise.
433         (TC_FIX_ADJUSTABLE): Don't define.
434         (MD_APPLY_SYM_VALUE): Define.
435         (TC_FORCE_RELOCATION <elf version>): Call i386_force_relocation.
436         (i386_force_relocation): Declare.
437         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
438         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
439         (TC_FORCE_RELOCATION <coff version>): Call S_FORCE_RELOC.
440         * config/tc-i860.c (md_apply_fix3): Don't cast valP pointer type.
441         * config/tc-i860.h (MD_APPLY_SYM_VALUE): Define.
442         (EXTERN_FORCE_RELOC): Define.
443         * config/tc-i960.c (reloc_callj): Remove declaration.  Return false.
444         (md_apply_fix3): Don't cast valP pointer type.  Move code here from
445         old fixup_segment.  No need to test fx_pcrel before setting fx_done.
446         (i960_validate_fix): Remove add_symbolPP arg and add_symbolP macro.
447         Use fx_addsy instead of add_symbolP, as_bad_where instead of as_bad.
448         Remove #if 0 code.  Invert return boolean.
449         * config/tc-i960.h (TC_COUNT_RELOC): Tweak param name.
450         (TC_COFF_FIX2RTYPE, TC_ADJUST_RELOC_COUNT, TC_VALIDATE_FIX): Likewise.
451         (tc_headers_hook, tc_coff_fix2rtype): Remove declaration.
452         (tc_coff_sizemachdep): Prototype.
453         (i960_handle_align): Likewise.
454         (i960_validate_fix): Adjust declaration.
455         (reloc_callj): Likewise.
456         (EXTERN_FORCE_RELOC): Define.
457         (TC_FORCE_RELOCATION_SUB_SAME): Define.
458         (TC_FORCE_RELOCATION_ABS): Define.
459         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
460         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
461         (TC_FIX_ADJUSTABLE): Don't define.
462         (MD_APPLY_SYM_VALUE): Define.
463         * config/tc-ia64.c (ia64_force_relocation): Call S_FORCE_RELOC.
464         * config/tc-ia64.h (MD_APPLY_SYM_VALUE): Define.
465         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
466         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
467         * config/tc-ip2k.c (ip2k_force_relocation): Call S_FORCE_RELOC.
468         * config/tc-ip2k.h (MD_APPLY_FIX3): Don't define.
469         (MD_APPLY_SYM_VALUE): Define.
470         (EXTERN_FORCE_RELOC): Define.
471         (TC_FORCE_RELOCATION): Tweak param name.
472         * config/tc-m32r.c (m32r_force_relocation): Call S_FORCE_RELOC.
473         (m32r_fix_adjustable): Don't test extern, weak.
474         * config/tc-m32r.h (MD_PCREL_FROM_SECTION): Tweak param name.
475         (MD_APPLY_SYM_VALUE): Define.
476         (obj_fix_adjustable): Don't define.
477         (tc_fix_adjustable): Define.
478         (tc_frob_file): Don't define.
479         (tc_frob_file_before_fix): Define.
480         (EXTERN_FORCE_RELOC): Define.
481         * config/tc-m68hc11.c (tc_gen_reloc): Set addend to zero.  Adjust
482         BFD_RELOC_VTABLE_ENTRY address.
483         (tc_m68hc11_force_relocation): Call S_FORCE_RELOC.
484         (tc_m68hc11_fix_adjustable): Don't test relaxable_symbol.
485         (md_apply_fix3): Remove *valP fudges and code to subtract abs sym.
486         Remove duplicated fx_done code.
487         * config/tc-m68hc11.h (MD_APPLY_SYM_VALUE): Define.
488         (EXTERN_FORCE_RELOC): Define.
489         * config/tc-m68k.c (tc_m68k_fix_adjustable): Don't test
490         relaxable_symbol.
491         * config/tc-m68k.h (TC_COFF_FIX2RTYPE): Tweak param name.
492         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
493         (TC_FIX_ADJUSTABLE): Don't define.
494         (EXTERN_FORCE_RELOC): Define.
495         (MD_APPLY_SYM_VALUE): Define.
496         (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
497         * config/tc-mcore.c (md_apply_fix3): Don't cast valP pointer type.
498         Remove fx_addsy tests.
499         (mcore_force_relocation): Call S_FORCE_RELOC.
500         (mcore_fix_adjustable): Don't test fx_addsy.
501         * config/tc-mcore.h (MD_PCREL_FROM_SECTION): Tweak param name.
502         (EXTERN_FORCE_RELOC): Define.
503         (obj_fix_adjustable): Don't define.
504         (tc_fix_adjustable): Define.
505         (MD_APPLY_SYM_VALUE): Define.
506         * config/tc-mips.c (enum mips_pic_level): Move to tc-mips.h.
507         (mips_pic): No longer static.
508         (mips_force_relocation): Call S_FORCE_RELOC.
509         (mips_fix_adjustable): Remove extern, weak tests.
510         * config/tc-mips.h (enum mips_pic_level): Declare.
511         (mips_pic): Declare.
512         (tc_frob_file): Don't define.
513         (tc_frob_file_before_fix): Define this instead.
514         (EXTERN_FORCE_RELOC): Define.
515         * config/tc-mmix.c (md_apply_fix3): Replace real_reg_section tests
516         with reg_section tests.  Set fx_done instead of calling
517         symbol_clear_used_in_reloc on bad relocs.
518         (tc_gen_reloc): Zero fx_addsy on bad relocs.
519         (mmix_force_relocation): Remove weak sym test.  Call S_FORCE_RELOC.
520         (mmix_adjust_symtab): Simplify list handling.  Abort on any
521         nonsense.
522         * config/tc-mmix.h (tc_fix_adjustable): Remove weak tests.  Check
523         BFD_RELOC_MMIX_LOCAL.
524         (tc_frob_symbol): Keep user defined syms in reg_section.  Don't punt.
525         (EXTERN_FORCE_RELOC): Define.
526         (MD_PCREL_FROM_SECTION): Tweak param name.
527         (tc_frob_file): Don't define.
528         (tc_frob_file_before_fix): Define this instead.
529         * config/tc-mn10300.c (mn10300_force_relocation): Call S_FORCE_RELOC.
530         Remove SEC_CODE checks.
531         (mn10300_fix_adjustable): Remove extern and weak tests.
532         * config/tc-mn10300.h (EXTERN_FORCE_RELOC): Define.
533         (TC_FORCE_RELOCATION): Tweak param name.
534         (obj_fix_adjustable): Don't define.
535         (TC_FORCE_RELOCATION_SUB_SAME): Define to handle SEC_CODE.
536         * config/tc-ns32k.h (TC_FIX_DATA_PRINT): Tweak param name.
537         * config/tc-openrisc.c (openrisc_force_relocation): Call S_FORCE_RELOC.
538         (openrisc_fix_adjustable): Don't test fx_addsy.
539         * config/tc-openrisc.h (MD_APPLY_SYM_VALUE): Define.
540         (obj_fix_adjustable): Don't define.
541         (tc_fix_adjustable): Define this instead.
542         (MD_PCREL_FROM_SECTION): Remove duplicate. Tweak param name.
543         * config/tc-or32.c (md_apply_fix3): Don't cast valP pointer type.
544         (tc_gen_reloc): Don't fiddle with BFD_RELOC_VTABLE_INHERIT relocs.
545         Adjust the address for BFD_RELOC_VTABLE_ENTRY, not the addend.
546         * config/tc-or32.h (EXTERN_FORCE_RELOC): Define.
547         (MD_APPLY_SYM_VALUE): Define.
548         * config/tc-pj.c (md_apply_fix3): Don't cast valP pointer type.
549         Don't subtract symbol value.
550         * config/tc-pj.h (md_pcrel_from): Tweak param name.
551         (EXTERN_FORCE_RELOC): Define.
552         (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
553         (MD_APPLY_SYM_VALUE): Define.
554         (obj_fix_adjustable): Don't define.
555         (tc_fix_adjustable): Define this instead.
556         * config/tc-ppc.c (ppc_frob_symbol <coff version>): Ignore absolute
557         section sym.
558         (ppc_force_relocation <coff version>): Call S_FORCE_RELOC.
559         (ppc_force_relocation <elf version>): New.
560         (ppc_fix_adjustable <elf version>): Remove extern and weak tests.
561         (md_apply_fix3): Don't subtract symbol values for ELF.  Update
562         comments.  Don't subtract fx_subsy as that is already done.
563         * config/tc-ppc.h (tc_fix_adjustable): Tweak param name.
564         (MD_PCREL_FROM_SECTION): Likewise.
565         (TC_FORCE_RELOCATION): Define for both ELF and XCOFF as calling
566         ppc_force_relocation.
567         (TC_FORCE_RELOCATION_SECTION): Delete.
568         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
569         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
570         (MD_APPLY_SYM_VALUE): Define.
571         * config/tc-s390.c: #include "dwarf2dbg.h".
572         (s390_insn): Remove excess parens.
573         (tc_s390_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
574         (tc_s390_force_relocation): Call S_FORCE_RELOC.
575         (md_apply_fix3): Add ATTRIBUTE_UNUSED on "seg".  Abort when fx_subsy
576         non-NULL.  Don't subtract off fx_addsy value.
577         * config/tc-s390.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
578         (TC_FORCE_RELOCATION, MD_PCREL_FROM_SECTION): Tweak param name.
579         (TC_FIX_ADJUSTABLE): Don't define.
580         (MD_APPLY_SYM_VALUE): Define.
581         * config/tc-sh.c (SWITCH_TABLE_CONS): Move to tc-sh.h.
582         (SWITCH_TABLE): Likewise.
583         (sh_force_relocation): Call S_FORCE_RELOC.
584         (sh_fix_adjustable): Remove "return 1" cases handled by the default.
585         Replace TC_RELOC_RTSYM_LOC_FIXUP with reloc type tests.
586         (md_apply_fix3 <case BFD_RELOC_32_PLT_PCREL>): Simplify,
587         fx_addnumber is zero on entry.  Save val in fx_addnumber.
588         (tc_gen_reloc): Don't subtract fx_subsy.
589         * config/tc-sh.h (struct fix): Move.
590         (obj_fix_adjustable): Don't define.
591         (tc_fix_adjustable): Define this instead.
592         (TC_FIX_ADJUSTABLE): Don't define.
593         (MD_APPLY_SYM_VALUE): Define.
594         (SWITCH_TABLE_CONS): Define.
595         (SWITCH_TABLE): Define.
596         (TC_FORCE_RELOCATION_SUB_SAME): Define.
597         (TC_VALIDATE_FIX_SUB): Define.
598         (MD_PCREL_FROM_SECTION): Tweak param name.
599         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
600         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
601         (TC_FORCE_RELOCATION_SUB_ABS): Define.
602         * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
603         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
604         (TC_FORCE_RELOCATION_SUB_SAME): Define.
605         (TC_VALIDATE_FIX_SUB): Define.
606         (MD_PCREL_FROM_SECTION): Tweak param name.
607         * config/tc-sparc.c (md_apply_fix3): Don't subtract off symbol value.
608         (tc_gen_reloc): Use S_FORCE_RELOC.
609         (elf32_sparc_force_relocation): Call S_FORCE_RELOC.
610         * config/tc-sparc.h (TC_FORCE_RELOCATION <coff version>): Remove.
611         (TC_FORCE_RELOCATION_ABS): Define this instead.
612         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
613         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
614         (tc_fix_adjustable): Remove extern and weak tests.  Use S_FORCE_RELOC.
615         (MD_APPLY_SYM_VALUE): Define.
616         (TC_FIX_DATA_PRINT): Tweak param name.
617         * config/tc-tic30.c (USE_STDOUT): Don't define.
618         (md_parse_option): Remove stupid debug code.
619         (tc_gen_reloc): Don't use fx_addnumber.
620         * config/tc-v850.c (v850_fix_adjustable): Remove extern and weak tests.
621         (v850_force_relocation): Remove weak test.  Call S_FORCE_RELOC.
622         * config/tc-v850.h (obj_fix_adjustable): Don't define.
623         (tc_fix_adjustable): Define this instead.
624         (TC_FIX_ADJUSTABLE): Don't define.
625         (MD_APPLY_SYM_VALUE): Define this instead.
626         (TC_FORCE_RELOCATION, MD_PCREL_FROM_SECTION): Tweak param name.
627         * config/tc-vax.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
628         (TC_FIX_ADJUSTABLE): Don't define.
629         (MD_APPLY_SYM_VALUE): Define this instead.
630         (tc_fix_adjustable): Remove extern and weak tests.
631         * config/tc-w65.h (struct fix): Forward declare.
632         * config/tc-xstormy16.c (xstormy16_force_relocation): Call
633         S_FORCE_RELOC.
634         (xstormy16_fix_adjustable): Remove extern and weak tests.  Don't
635         call xstormy16_force_relocation;  Instead test for FPTR16 reloc.
636         (xstormy16_md_apply_fix3): Remove *valP fudges and code to subtract
637         absolute symbol.
638         * config/tc-xstormy16.h (MD_APPLY_FIX3): Don't define.
639         (MD_APPLY_SYM_VALUE): Define.
640         (obj_fix_adjustable): Don't define.
641         (tc_fix_adjustable): Define this instead.
642         (MD_PCREL_FROM_SECTION): Remove duplicate.  Tweak param name.
644 2002-09-04  Alan Modra  <amodra@bigpond.net.au>
646         * config/tc-ppc.c (ppc_frob_symbol): Formatting, warning fix.
647         (ppc_fix_adjustable <coff version>): Cleanup.
649         * config/tc-ppc.c (PPC_HIGHER, PPC_HIGHEST): Fix warning.
650         (md_parse_option): No -a64 without BFD64.
651         (ppc_set_cpu): Select appropriate cpu when ppc_obj64.
652         (ppc_arch): Use bfd_mach_rs6k for bfd_arch_rs6000.
654 2002-09-04  Nick Clifton  <nickc@redhat.com>
656         * config/tc-ppc.c (md_begin): Do not insert non-BookE32
657         instructions into the hash table if the target cpu is the BookE32.
659 2002-08-31  Hans-Peter Nilsson  <hp@bitrange.com>
661         * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
662         ATTRIBUTE_UNUSED.
664 2000-08-28  Catherine Moore  <clm@redhat.com>
666         * tc-v850.c (v850_relax): Declare.
667         (v850_longcode): New routine.
668         (v850_handle_align): New routine.
669         (md_pseudo_table):  Add longcall and longjump.
670         (md_parse_option): Check for relax option.
671         (tc_gen_reloc):  Handle BFD_RELOC_V850_LONGCALL,
672         BFD_RELOC_V850_LONGJUMP, and BFD_RELOC_V850_ALIGN.
673         (md_apply_fix3): Likewise.
674         (v850_force_relocation): Likewise.
675         (v850_comm): Change the current section.
676         (md_assemble):  Ensure that the correct value is put in the
677         fixup.
678         (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
679         v850_zbss, v850_rosdata, v850_rozdata): Fix section book keeping.
680         Remove redundant v850ea support.
681         * tc-v850.h (HANDLE_ALIGN): Define.
682         (v850_handle_align): Declare.
683         * doc/c-v850.c: Document -mrelax, .longcall and .longjump.
685 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
687         * configure.in: Add tic4x-coff* and c4x-coff*-coff-coff targets.
688         * configure: Regenerate.
689         * NEWS: Mention new port.
691 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
693         * config/obj-coff.c: Add sdef definition.
694         * config/obj-coff.h: Add tic4x include file and set
695         target format.
696         * config/tc-tic4x.c: New file.
697         * config/tc-tic4x.h: New file.
699 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
701         * write.c (BFD_FAST_SECTION_FILL): Remove unused macro.
702         (TC_ADJUST_RELOC_COUNT): Tweak param name.
703         (TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_SECTION): Likewise.
704         (TC_FIX_ADJUSTABLE, MD_PCREL_FROM_SECTION): Likewise.
705         (RELOC_ENUM): Define.
706         (fix_new_internal): Use RELOC_ENUM.
707         (fix_new, fix_new_exp): Likewise.
708         (adjust_reloc_syms): Comment.  Remove unnecessary tests on sym != NULL.
709         Replace gotos with continue.
710         (write_relocs): Formatting.  Avoid symbol loops in
711         RELOC_EXPANSION_POSSIBLE case too.  Report bfd_reloc_outofrange
712         errors, and error number in other cases.
713         (fixup_segment): Remove param names from prototype.  Rename
714         "this_segment_type" to "this_segment".  Update linkrelax comment.
715         Remove "size, "place" and "where" local vars.  Formatting.  Update
716         "no symbol" comment.  Remove #if 0 and #if 1.
718         * app.c (do_scrub_chars): Don't test IGNORE_NONSTANDARD_ESCAPES.  Tidy.
720 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
722         * dwarf2dbg.c: Always include dwarf2dbg.h.
723         (dwarf2_directive_file): Adjust dummy version args.
724         * ecoff.c (ecoff_directive_weakext): Add ATTRIBUTE_UNUSED.
725         * expr.c (clean_up_expression <O_subtract>): Allow subtraction
726         when symbol values differ.
727         * read.c (do_align): Add ATTRIBUTE_UNUSED to label.
728         (pseudo_set <O_subtract>): Remove unnecessary segment test.
729         * config/obj-bout.c (obj_pseudo_table): Warning fix.
731 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
733         * config/tc-w65.c (md_section_align): Fix typo.
734         (md_parse_option): Return 0, not 1.
736 2002-08-22  Nick Clifton  <nickc@redhat.com>
738         * doc/as.texinfo (Section): Note that if '@' is a comment
739         character then another symbol is used to prefix the section's
740         type.
742 2002-08-22  Christian Groessler <chris@groessler.org>
744         * config/tc-z8k.c (get_operands): Adjust ptr variable also in
745         "case 0" case.
747 2002-08-12  Graeme Peterson  <gp@qnx.com>
749         * configure.in: Add support for sh-**-nto* target.
750         * configure: Regenerate.
752 2002-08-21  Nitin  Gupta  <niting@noida.hcltech.com>
754         * config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.
756 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
758         * config/tc-ppc.c (ppc_cleanup): Do something only if format
759         is ELF.
760         (ppc_apuinfo_section_add): Define only if format is ELF.
761         (md_assemble): Emit APUinfo section only if format is ELF.
762         Fix formatting.
764 2002-08-21  Alan Modra  <amodra@bigpond.net.au>
766         * config/tc-arc.c (md_pseudo_table <dwarf2_directive_file>): Cast.
767         * config/tc-frv.c: Likewise.
768         * config/tc-hppa.c: Likewise.
769         * config/tc-ia64.c: Likewise.
770         * config/tc-ip2k.c: Likewise.
771         * config/tc-m68hc11.c: Likewise.
772         * config/tc-m68k.c: Likewise.
773         * config/tc-mmix.c: Likewise.
774         * config/tc-mn10300.c: Likewise.
775         * config/tc-sh.c: Likewise.
776         * config/tc-sparc.c: Likewise.
777         * config/tc-v850.c: Likewise.
779 2002-08-20  Richard Sandiford  <rsandifo@redhat.com>
781         * config/tc-mips.c (macro2): Implement rotates by zero using shifts
782         by zero.
784 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
786         From matthew green  <mrg@redhat.com>
788         * config/tc-ppc.c (PPC_OPCODE_CLASSIC): Enable this everywhere
789         PPC_OPCODE_PPC is, except for BookE architectures.
790         (md_parse_option): Add support for -mspe.
791         (md_show_usage): Add -mspe.
792         (md_parse_option): Add support for -me500 and
793         -me500x2 to generate code for Motorola e500 core complex.
794         (md_show_usage): Add -me500 and -me500x2.
796         (PPC_APUINFO_ISEL, PPC_APUINFO_PMR, PPC_APUINFO_RFMCI,
797         PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE, PPC_APUINFO_EFS,
798         PPC_APUINFO_BRLOCK): New macros.
800         (ppc_cleanup): New function.
801         (ppc_apuinfo_section_add): New function.
802         (APUID): New macro.
803         (md_assemble): Collect info and write the APUinfo section.
805         * config/tc-ppc.h (md_cleanup): Define.
806         (ppc_cleanup): Export.
807         (ELF_TC_SPECIAL_SECTIONS): Add .PPC.EMB.apuinfo section.
809 2002-08-17  Stan Cox  <scox@redhat.com>
811         * config/obj-elf.c (obj_elf_change_section): Make non-static.
812         config/tc-mips.c (s_change_section): New function to support
813         IRIX .section pseudo-op.
815 2002-08-16  Nick Clifton  <nickc@redhat.com>
817         * config/tc-v850.c (md_assemble): Fix assembling of "callt 0x3f".
819 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
821         * config/tc-mips.c (macro_build_jalr): Make sure we generate
822         the fix-up against on the right frag.
823         (s_cpsetup): Likewise.  Parse third argument as expression, to
824         handle global symbols and forward/backward labels correctly.
826 2002-08-14  Nick Clifton  <nickc@redhat.com>
828         * read.c (stringer): Catch attempts to create strings in the abs
829         section.
831         * config/tc-alpha.c: Fix compiling for COFF targets.
832         Some minor formatting tidyups.
834 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
836         * config/tc-m68hc11.h (MD_PCREL_FROM_SECTION): Remove.
837         (TC_HANDLES_FX_DONE): Define to let md_apply_fix3 set fx_done flag
838         according to the reloc.
839         (tc_fix_adjustable, tc_m68hc11_fix_adjustable): Define.
840         (TC_FORCE_RELOCATION): Define.
841         (tc_m68hc11_force_relocation): Declare.
843         * config/tc-m68hc11.c (md_pseudo_table): Add relax command.
844         (s_m68hc11_relax): New function for relax group.
845         (build_insn, build_jump_insn): Emit a M68HC11_RL_JUMP reloc at
846         beginning of jump instruction.
847         (md_pcrel_from): Rename from md_pcrel_from_section and fix
848         address computation.
849         (tc-gen_reloc): Update.
850         (md_estimate_size_before_relax): Create the BFD_RELOC_16_PCREL as
851         PC-relative fixup.
852         (tc_m68hc11_force_relocation): New function, handle new relocs.
853         (tc_m68hc11_fix_adjustable): New to make sure there are enough
854         reloc for the linker relax pass.
855         (md_apply_fix3): Handle M68HC11_RL_JUMP, M68HC11_RL_GROUP
856         and VTABLE relocs.
858 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
860         * config/tc-m68hc11.c (m68hc11_elf_final_processing): New function.
861         (md_pseudo_table): Add .mode, .far and .interrupt pseudo op.
862         (s_m68hc11_mode): New function for .mode pseudo op.
863         (s_m68hc11_mark_symbol): New function for .far and .interrupt
864         pseudo op.
865         * config/tc-m68hc11.h (elf_tc_final_processing): Define.
866         (m68hc11_elf_final_processing): Declare.
868 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
870         * config/tc-m68hc11.c (md_begin): Take into account additional
871         page operand for call instruction.
872         (print_opcode_format): Likewise.
873         (check_range): Likewise for page range checking.
874         (get_operand): Don't skip a possible comma in operands.
875         (fixup8): Generate BFD_RELOC_M68HC11_PAGE reloc.
876         (fixup16): Likwise with BFD_RELOC_M68HC11_LO16.
877         (fixup24): New to handle call reloc.
878         (build_insn): Handle missing page operand for call instruction.
879         (find): Likewise.
880         (md_apply_fix3): Take into account new relocs.
881         (get_operand): Fix the mode for indexed indirect addressing.
882         (build_indexed_byte): Fix post index byte for indexed indirect mode.
884 2002-08-12  Richard Sandiford  <rsandifo@redhat.com>
886         * config/tc-mips.c (mips_ip): Don't work out the value of
887         constant %hi()s here.
889 2002-08-10  Alan Modra  <amodra@bigpond.net.au>
891         * config/tc-i386.c (tc_i386_fix_adjustable): Test OUTPUT_FLAVOR
892         for ELF, and don't bother checking ELF relocs when non-ELF.
893         (i386_immediate): Allow absolute_section expressions for aout.
894         (i386_displacement): Likewise.  Also test bfd_is_com_section.
895         (md_estimate_size_before_relax): Test OUTPUT_FLAVOR for ELF.
896         (md_apply_fix3): Hack for bfd_install_relocation when fx_pcrel,
897         not when fx_addsy.  Remove dead code.
899 2002-08-09  Graeme Peterson  <gp@qnx.com>
901         * configure.in: Add support for ppc-*-nto* target.
902         * configure: Regenerate.
904 2002-08-09  Alan Modra  <amodra@bigpond.net.au>
906         * config/tc-i386.h: Reorganize.
908 2002-08-09  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
910         * config/tc-mips.c (macro): Handle a register plus a 16-bit
911         immediate offset in "dla" and "la" expansions.
913 2002-08-09  Alan Modra  <amodra@bigpond.net.au>
915         * configure.in: bfd_gas=yes for all i386 targets.  Formatting.
916         Remove "bfd_gas=yes" from target table when covered later.
917         Consolidate some entries.
918         * configure: Regenerate
920 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
922         * config/tc-i386.c (output_insn): Save frag_now and frag_now_fix ()
923         at start of insn, pass it to output_disp and output_imm.
924         (output_disp): Added arguments.  If _GLOBAL_OFFSET_TABLE_ is seen
925         in displacement for R_386_32 reloc, use R_386_GOTPC and compute
926         properly addend.
927         (output_imm): Added arguments.  Compute properly addend for
928         R_386_GOTPC.
929         (md_apply_fix3): Remove R_386_GOTPC handling.
930         * testsuite/gas/i386/gotpc.s: New.
931         * testsuite/gas/i386/gotpc.d: New.
932         * testsuite/gas/i386/i386.exp: Add gotpc test.
934 2002-08-06  George France <france@handhelds.org>
936         * config/tc-alpha.c (cpu_types): Enabled ev67, ev68,  -m21264a
937         and m21264b processor names and cpu types.
938         * doc/c-alpha.texi: Documented new types.
940 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
942         * config/tc-ppc.c (md_apply_fix3): Adjust 16 bit XCOFF reloc offset.
944 2002-08-01  Richard Sandiford  <rsandifo@redhat.com>
946         * config/tc-mips.c (tc_gen_reloc): Extend GP-relative addend
947         handling to BFD_RELOC_MIPS16_GPREL.
949 2002-08-01  Nick Clifton  <nickc@redhat.com>
951         * config/tc-arm.c (add_to_lit_pool): Ensure that offset to literal
952         pool is computed using signed arithmetic so that proper sign
953         extension is performed if X_add_number is a 64-bit integer.
955 2002-08-01  H.J. Lu  <hjl@gnu.org>
956             Daniel Jacobowitz  <drow@mvista.com>
958         * dwarf2dbg.c (dwarf2_finish): Don't emit unreferenced
959         .debug_line section unless it has line information.
961 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
963         * config/tc-ns32k.h (md_pcrel_adjust): Supply prototype.
964         * config/tc-ns32k.c (convert_iif, md_parse_option, md_show_usage):
965         Allow default displacement size to be an option "--disp-size-default".
966         (md_number_to_disp): Make error messages include value. Use %d to
967         print integers, not %s.
968         (fix_new_ns32k): Conditionally set fx_no_overflow so we don't
969         get duplicate messages sometimes.
970         (convert_iif): Grow frag to max possible instruction size. Avoid
971         creating unnecessary fixes.
972         (md_number_to_field) Add prototype.
973         (encode_operand, parse, convert_iif, md_fix_pcrel_adjust): Add
974         prototypes and make static.
975         (struct addr_mode): Make mode and scaled_mode explicitly signed.
976         (evaluate_expr): Use resultP argument instead of exprP global.
977         (get_addr_mode): Quiten compiler warnings.
978         (encode_operand): eliminate unused variables. Quiten compiler
979         warnings. Eliminate nul character in format strings.
980         (parse): argc is unsigned.
981         (reloc): Type cast index to quieten compiler.
982         (md_pcrel_adjust, md_apply_fix3): Remove unused variable.
983         (md_convert_frag): Note unused parameters. Remove unused
984         variables.
985         (md_create_long_jump, md_create_short_jump,
986         md_undefined_symbol_name, md_section_align, tc_gen_reloc): Note
987         unused parameters.
989 2002-07-31  Nick Clifton  <nickc@redhat.com>
991         * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
992         of the PDP-11 and 2.11BSD a.out support.
994 2002-07-31  Momchil Velikov  <velco@fadata.bg>
996         * config/tc-v850.c (md_assemble): Fix range check for immediate
997         operand.
999 2002-07-30  Chris Demetriou  <cgd@broadcom.com>
1001         * config/tc-mips.c (mips_cpu_info_table): Clean up entries related
1002         to Broadcom SB-1 core support.
1004 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1006         * config/tc-mips.c (mips_target_format): Fix formatting.
1007         Add recognition of n32 ABI formats.
1009 2002-07-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1011         * tc-mips.c (load_address): Don't clobber $at when loading a
1012         64-bit address in non-PIC code if noat is in effect.
1013         (macro): Likewise.
1015 2002-07-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1017         * config/tc-mips.c (macro): Use codes 6 and 7 in trap instructions
1018         used in division/multiply macro expansions similarly to how they
1019         are used in the variants with break instructions.
1020         (macro2): Likewise.
1022 2002-07-30  Graeme Peterson  <gp@qnx.com>
1024         * configure.in: Add support for arm-*-nto target.
1025         * configure: Regenerate.
1027 2002-07-30  Nick Clifton  <nickc@redhat.com>
1029         * config/tc-arm.c (struct literal_pool): Add fields to allow
1030         multiple literal pools to be maintained.
1031         (find_literal_pool): New function.
1032         (find_or_make_literal_pool): New function.
1033         (add_to_literal_pool): Use find_or_make_literal_pool.
1034         (arm_s_text, arm_s_data, arm_s_section): Remove - no longer
1035         needed.
1036         (s_ltorg): Use find_literal_pool.
1037         (arm_cleanup): Dump all literal pools.
1038         * doc/c-arm.texi: Document new behaviour of only dumping literal
1039         pools upon request.
1041 2002-07-26  Alan Modra  <amodra@bigpond.net.au>
1043         * config/tc-ppc.c (ppc_set_cpu): Use PPC_OPCODE_64 as the default
1044         rather than PPC_OPCODE_32 for powerpc64*.
1046 2002-07-25  Nick Clifton  <nickc@redhat.com>
1048         * po/es.po: Updated Spanish translation.
1049         * po/fr.po: Updated French translation.
1051 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
1053         * doc/c-mips.texi: Remove -mcpu.  Document -mabi.
1054         * configure.in (MIPS_CPU_STRING_DEFAULT): New configuration macro.
1055         (USE_E_MIPS_ABI_O32, MIPS_DEFAULT_64BIT): New configuration macros.
1056         * configure, config.in: Regenerate.
1057         * config/tc-mips.c (file_mips_abi): Rename to mips_abi.
1058         (mips_set_options): Remove "abi" field.
1059         (mips_opts): Update accordingly.  Replace all uses of mips_opts.abi
1060         with mips_abi.
1061         (mips_cpu): Remove.
1062         (mips_arch_string, mips_arch_info): New vars.
1063         (mips_tune_string, mips_tune_info): New vars.
1064         (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New macros.
1065         (HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): Don't check the ABI.
1066         (mips_isa_to_str, mips_cpu_to_str): Remove.
1067         (mips_ip): If the selected architecture is a generic ISA rather
1068         than a processor, only mention the ISA level in error messages.
1069         (OPTION_MCPU): Remove.
1070         (OPTION_FP64): New.
1071         (md_longopts): Add -mfp64, remove -mcpu.
1072         (mips_set_option_string): New fn.
1073         (md_parse_option): Make -mipsN update file_mips_isa rather than
1074         mips_opts.isa.  Use mips_set_option_string to set -march or -mtune.
1075         Don't let -mgp32 and -mfp32 change the ABI.
1076         (show): Move to end of file.  Constify string argument.
1077         (md_show_usage): Move to the end of the file.  Read available
1078         architectures from mips_cpu_info_table.
1079         (mips_set_architecture): New fn.
1080         (mips_after_parse_args): Rework.  Remove -mcpu handling.  -mipsN
1081         is an alias for -march=mipsN.  Don't change the ABI based on other
1082         flags.  Infer the register size from the ABI as well as the
1083         architecture.  Complain about more conflicting arguments.
1084         Unify logic with GCC.
1085         (s_mipsset): Don't change the ABI.
1086         (mips_elf_final_processing): Check USE_E_MIPS_ABI_O32.
1087         (mips_cpu_info_table): Remove Generic-MIPS* entries, keeping just
1088         "mipsN"-type entries.  Remove entries that vary only in the
1089         manufacturer's prefix, or that have "000" replaced by "k".
1090         Remove TARGET_CPU entries.  Make r2000 entry use CPU_R3000.
1091         (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
1092         (mips_parse_cpu): New fn.
1093         (mips_cpu_info_from_name, mips_cpu_info_from_cpu): Remove.
1094         (mips_cpu_info_from_isa): Minor formatting tweak.
1096 2002-07-24  Nick Clifton  <nickc@redhat.com>
1098         * po/sv.po: Updated Swedish translation.
1099         * po/es.po: Updated Spanish translation.
1101 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
1103         * Makefile.am: Run "make dep-am".
1104         * Makefile.in: Regenerate.
1105         * doc/Makefile.in: Regenerate.
1106         * config.in: Regenerate.
1107         * po/POTFILES.in: Regenerate.
1109 2002-07-23  Nick Clifton  <nickc@redhat.com>
1111         * po/fr.po: Updated French translation.
1113 2002-07-23  Nick Clifton  <nickc@redhat.com>
1115         * CONTRIBUTORS: Ken Raeburn is no longer the maintainer for
1116         GAS.
1118 2002-07-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1120         * config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNAL
1121         instead of S_IS_EXTERN.
1122         (md_estimate_size_before_relax): Likewise.
1123         (mips_fix_adjustable): Likewise.
1125 2002-07-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1127         * config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
1129 2002-07-19  Miroslav Tichy <tichm9am@ss1000.ms.mff.cuni.cz>
1130             Nick Clifton  <nickc@redhat.com>
1132         * cond.c (s_ifdef): Treat a referenced but not yet defined
1133         symbol as if it were undefined, in exactly the same way as
1134         .equiv.
1136         * doc/as.texinfo: Document that .ifdef, .ifndef and .equiv
1137         consider referenced bug not yet defined symbols to be
1138         undefined.
1140 2002-07-18  Denis Chertykov  <denisc@overta.ru>
1141             Frank Ch. Eigler  <fche@redhat.com>
1142             Alan Lehotsky  <alehotsky@cygnus.com>
1143             John Healy  <jhealy@redhat.com>
1144             Jeff Johnston  <jjohnstn@redhat.com>
1146         * configure.in: Add ip2k configuraton.
1147         * configure: Regenerate.
1148         * Makefile.am: Add ip2k configuraton.
1149         * Makefile.in: Regenerate.
1150         * configure: Regenerate.
1151         * Makefile.in: Regenerate.
1152         * config/tc-ip2k.c: New file.
1153         * config/tc-ip2k.h: New files.
1154         * NEWS: Mention new support.
1155         * doc/Makefile.am (CPU_DOCS): Add c-ip2k.texi.
1156         * doc/Makefile.in: Regenerate.
1157         * doc/all.texi: Set IP2K
1158         * doc/as.texinfo: Add IP2K description.
1159         * doc/c-ip2k.texi: New file.
1161 2002-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
1163         * NEWS: Reformat to match style of other NEWS files.
1165 2002-07-17  Jan Hubicka  <jh@suse.cz>
1167         * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.
1169 2002-07-16  Moritz Jodeit  <moritz@jodeit.org>
1171         * config/tc-z8k.c (build_bytes): Correct order of memset args.
1173 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
1175         * NEWS: Add 'Changes in 2.13'.
1177 2002-07-15  Matt Fredette  <fredette@netbsd.org>
1179         * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD.
1181 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
1183         * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte
1184         case with non CODE_64BIT case.  Don't warn on "qword ptr" if
1185         not CODE_64BIT.
1187 2002-07-11  Alan Modra  <amodra@bigpond.net.au>
1189         * config/tc-ppc.c (ppc_elf_frob_symbol): Delete.
1190         (ppc_frob_file_before_adjust): New function.
1191         * config/tc-ppc.h (tc_frob_symbol): Don't define.
1192         (ppc_elf_frob_symbol): Don't declare.
1193         (tc_frob_file_before_adjust): Define.
1194         (ppc_frob_file_before_adjust): Declare.
1196         * config/tc-ppc.c (md_pseudo_table): Warning fix.
1197         (ppc_cpu): Make it unsigned long to agree with struct powerpc_opcode
1198         flags.
1199         (ppc_size): Delete.
1200         (ppc_xcoff64): Rename to ppc_obj64.
1201         (md_parse_option <m>): Encode old ppc_size value in ppc_cpu.
1202         (ppc_set_cpu): Set PPC_OPCODE_32 too.
1203         (ppc_arch): Use ppc_obj64 instead of ppc_size to select bfd_mach_ppc64
1204         or bfd_mach_ppc.
1205         (ppc_target_format): Use ppc_obj64 to select format.
1206         (md_begin): Adjust for PPC_OPCODE_32/64 in ppc_cpu.
1207         (ppc_insert_operand): Use ppc_obj64 instead of ppc_size.
1208         (ppc_elf_suffix): Likewise.  Don't depend on BFD_DEFAULT_TARGET_SIZE.
1209         (tc_frob_symbol): Likewise.
1210         (md_assemble): Use ppc_obj64 instead of ppc_size.  Don't depend on
1211         BFD_DEFAULT_TARGET_SIZE.
1212         (ppc_tc): Likewise.
1213         (ppc_is_toc_sym): Likewise.
1214         (md_apply_fix3): Likewise.
1215         * config/tc-ppc.h (TC_FORCE_RELOCATION): Don't depend on
1216         BFD_DEFAULT_TARGET_SIZE.
1217         (ELF_TC_SPECIAL_SECTIONS): Likewise.
1218         (tc_frob_symbol): Likewise.
1220 2002-07-09  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1222         * config/tc-mips.c (macro_build): Handle MIPS16 insns.
1223         (mips_ip): Likewise.
1225 2002-07-09  Alan Modra  <amodra@bigpond.net.au>
1227         * config/tc-i386.c (md_pseudo_table <file>): Warning fix.
1228         (BFD_RELOC_8, BFD_RELOC_8_PCREL): Define for non-BFD.
1229         (md_apply_fix3): Formatting.  Remove redundant test.
1230         (tc_gen_reloc): Remove redundant code.
1231         (tc_i386_force_relocation): Delete.  Movy body of function to..
1232         * config/tc-i386.h (TC_FORCE_RELOCATION): .. here.
1234 2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
1236         * configure.in: Add hppa-*-openbsd* target, change
1237         alpha*-*-openbsd* format to elf, and use elf for sparc-*-openbsd*
1238         with sparc64 cpu.
1239         * configure: Regenerate.
1241 2002-07-08  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1243         * config/tc-mips.c (macro): Shift the 32-bit address range
1244         accessible with a lone "lui" down by 32768.
1246 2002-07-08  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1248         * config/tc-mips.c (load_address): Use non-trapping "daddu"
1249         instead of "dadd" in address calculations.
1250         (macro): Likewise.
1252 2002-07-08  Alan Modra  <amodra@bigpond.net.au>
1254         * config/tc-i386.c (process_suffix): Remove intel mode movsx and
1255         movzx fudges.
1256         (md_assemble): Instead, zap the suffix here.
1258 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1260         * NEWS: Remove next release number until the release is actually
1261         upon us.
1263 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
1265         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1266         Run "make dep-am".
1267         * Makefile.in: Regenerate.
1269 2002-07-02  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1271         * config/tc-s390.c (tc_s390_fix_adjustable): Prevent any adjustment
1272         to symbols in merge sections, even non pc-relative ones.
1274 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
1276         * config/tc-m68hc11.h (m68hc11_listing_header): Fix warning.
1278 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
1280         * config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
1281         .softregs and .eeprom.
1283 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
1285         * NEWS: Note the next release is 2.13.
1287 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
1289         * po/tr.po: New translation imported.
1291 2002-06-26  Elias Athanasopoulos  <eathan@otenet.gr>
1293         * ecoff.c: (get_tag): Replace strcpy with xstrdup.
1294         (ecoff_directive_def): Likewise.
1295         (ecoff_directive_tag): Likewise.
1296         * listing.c (file_info): Likewise.
1297         * hash.c (what): Likewise.
1299 2002-06-25  H.J. Lu <hjl@gnu.org>
1301         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1302         * Makefile.in: Regenerated.
1304 2002-06-19  Dhananjay R. Deshpande <dhananjayd@kpit.com>
1306         * config/tc-sh.c (get_specific): Revert 2002-05-01 change.
1307         (assemble_ppi): Generate warning if the same register is used
1308         twice as destination in the same padd / pmuls instruction.
1310 2002-06-18  Dave Brolley  <brolley@redhat.com>
1312         From Catherine Moore, Michael Meissner, Richard Sandiford, Dave Brolley
1313         * po/POTFILES.in: Add tc-frv.c, tc-frv.h.
1314         * configure.in: Support frv-*-*.
1315         * Makefile.am (CPU_TYPES): Add frv.
1316         (TARGET_CPU_CFILES): Add tc-frv.c.
1317         (TARGET_CPU_HFILES): Add tc-frv.h.
1318         (DEPTC_frv_coff): New variable.
1319         (DEPTC_frv_elf): New variable.
1320         (DEPOBJ_frv_coff): New variable.
1321         (DEPOBJ_frv_elf): New variable.
1322         (DEP_frv_coff): New variable.
1323         (DEP_frv_elf): New variable.
1324         * tc-frv.c: New file.
1325         * tc-frv.h: New file.
1327 2002-06-17  Catherine Moore <clm@redhat.com>
1329         * config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.
1331 2002-06-17  J"orn Rennecke <joern.rennecke@superh.com>
1333         * config/tc-sh.c (assemble_ppi): Initialize reg_n.
1335 2002-06-17  Tom Rix <trix@redhat.com>
1337         * config/tc-i370.h (tc_comment_chars): Define for i370-elf.
1339 2002-06-14  H.J. Lu  <hjl@gnu.org>
1340             Daniel Jacobowitz  <drow@mvista.com>
1342         * dwarf2dbg.h (dwarf2_directive_file): Return char *.
1343         * dwarf2dbg.c (dwarf2_directive_file): Return filename.
1344         * config/tc-mips.c (s_mips_file): Call s_app_file_string
1345         and new_logical_line for the first .file directive.
1346         * read.c (s_app_file_string): New function.
1347         (s_app_file): Call it.
1348         * read.h (s_app_file_string): Add declaration.
1350 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
1352         * configure.in: Remove MIPS_STABS_ELF.
1353         * configure: Regenerated.
1354         * config.in: Regenerated.
1355         * config/obj-elf.h (ECOFF_DEBUGGING): Define to mips_flag_mdebug
1356         for MIPS targets.
1357         * config/tc-mips.c (mips_pseudo_table): Remove #ifdef around
1358         ".extern".
1359         (pdr_seg): Declare unconditionally.
1360         (md_begin): Always generate .pdr unless ECOFF_DEBUGGING or not ELF.
1361         (s_mips_end): Likewise.  Generate stabs function markers.
1362         (s_mips_ent): Generate stabs function markers.
1363         (s_mips_frame): Always generate .pdr unless ECOFF_DEBUGGING or not
1364         ELF.
1365         (s_mips_mask): Likewise.
1366         (mips_flag_mdebug): New.
1367         (md_longopts): Add "mdebug" and "no-mdebug".
1368         (md_parse_options): Add OPTION_MDEBUG and OPTION_NO_MDEBUG.
1369         (mips_after_parse_args): Set mips_flag_mdebug.
1370         * doc/as.texinfo: Add "-mdebug" and "-no-mdebug" for MIPS.
1372 2002-06-13  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1374         * config/tc-mips.c (md_apply_fix3): Don't subtract the symbol's
1375         value twice for RELA relocations.
1377 2002-06-12  Ben Elliston  <bje@redhat.com>
1379         * symbols.c (resolve_symbol_value): Initialise final_val.
1381         * subsegs.c (subsegs_print_statistics): Cast frchp to void *.
1383 2002-06-11  Tom Rix  <trix@redhat.com>
1385         * config/tc-ppc.c (ppc_subseg_align): Delete.
1386         (ppc_change_csect): Default csect align is 2.
1387         * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Delete
1389 2002-06-09  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1391         * config/tc-avr.c (mcu_types): Update.
1393 2002-06-08  Matt Thomas  <matt@3am-software.com>
1395         * configure.in (vax-*-netbsdelf*, vax-*-netbsdaout*)
1396         (vax-*-netbsd*): New targets.
1397         * configure: Regenerate.
1398         * config/aout_gnu.h (enum machine_type): Add M_VAX4K_NETBSD.
1399         * config/tc-vax.c: Add support for ELF and PIC.
1400         (flag_want_pic): New flag.
1401         (float_cons): Fix prototype.
1402         (md_apply_fix3): Adjust for BFD_ASSEMBLER.
1403         (md_assemble): Introduce a new is_absolute local, and use it
1404         rather than repeating the test.  Make fatal errors actually
1405         fatal by using as_fatal as appropriate.  Adjust for BFD_ASSEMBLER.
1406         Add support for ELF.  Add support for PIC.
1407         (md_convert_frag): Adjust for BFD_ASSEMBLER.
1408         (tc_aout_fix_to_chars): Only include if OBJ_AOUT and not
1409         BFD_ASSEMBLER.
1410         (vax_reg_parse): Make the % register prefix mandatory for ELF,
1411         optional for a.out, and not allowed for VMS.  Adjust all callers.
1412         (md_create_short_jump): Add ATTRIBUTE_UNUSED to unused arguments.
1413         (md_create_long_jump): Likewise.
1414         (md_undefined_symbol): Likewise.
1415         (md_section_align): Likewise.
1416         (md_shortopts): Allow -k and -K for ELF.
1417         (md_parse_option): Set flag_want_pic if -k or -K.
1418         (tc_headers_hook): New function if OBJ_AOUT and not BFD_ASSEMBLER.
1419         (tc_gen_reloc): New function if BFD_ASSEMBLER.
1420         * config/tc-vax.h (tc_headers_hook): Remove.
1421         (TARGET_FORMAT): Set according to object format and target
1422         environment.
1423         (BFD_ARCH, TARGET_ARCH): Define.
1424         (NO_RELOC): Adjust for BFD_ASSEMBLER.
1425         (TC_RELOC_RTSYM_LOC_FIXUP, TC_FIX_ADJUSTABLE)
1426         (tc_fix_adjustable): Define if BFD_ASSEMBLER.
1427         * config/vax-inst.h (VAX_JSB, VAX_CALLS, VAX_CALLG): Define.
1429 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
1431         * Makefile.am: Run "make dep-am".
1432         * Makefile.in: Regenerate.
1434         * as.c: Replace CONST with const.
1435         * write.c: Likewise.
1436         * config/obj-coff.c: Likewise.
1437         * config/tc-a29k.c: Likewise.
1438         * config/tc-arm.c: Likewise.
1439         * config/tc-dlx.c: Likewise.
1440         * config/tc-h8300.c: Likewise.
1441         * config/tc-h8500.c: Likewise.
1442         * config/tc-i370.c: Likewise.
1443         * config/tc-i860.c: Likewise.
1444         * config/tc-i960.c: Likewise.
1445         * config/tc-m68hc11.c: Likewise.
1446         * config/tc-m68k.c: Likewise.
1447         * config/tc-m88k.c: Likewise.
1448         * config/tc-mcore.c: Likewise.
1449         * config/tc-mips.c: Likewise.
1450         * config/tc-ns32k.c: Likewise.
1451         * config/tc-pdp11.c: Likewise.
1452         * config/tc-pj.c: Likewise.
1453         * config/tc-s390.c: Likewise.
1454         * config/tc-sh.c: Likewise.
1455         * config/tc-sparc.c: Likewise.
1456         * config/tc-tahoe.c: Likewise.
1457         * config/tc-tic80.c: Likewise.
1458         * config/tc-v850.c: Likewise.
1459         * config/tc-vax.c: Likewise.
1460         * config/tc-w65.c: Likewise.
1461         * config/tc-z8k.c: Likewise.
1463 2002-06-08  Daniel Jacobowitz  <drow@mvista.com>
1465         Based on patch from Matt Green:
1466         * config/obj-elf.h (ECOFF_DEBUGGING): Make configurable.
1467         * config/tc-mips.c (s_mips_file): Renamed from s_file.
1468         (s_mips_loc): New function.
1469         (mips_nonecoff_pseudo_table): Call them.
1470         (append_insn): Call dwarf2_emit_insn.
1472 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1474         * config/tc-mips.c (mips_opts): Fix comment, all ASE fields are set
1475         to -1.
1476         (file_ase_mips16): New veriable.
1477         (mips_eabi64): Remove.
1478         (CPU_HAS_MIPS16): New define.
1479         (CPU_HAS_MDMX): Fix data type.
1480         (md_begin): Code cleanup. Use file_ase_mips16.
1481         (mips_elf_final_processing): Handle mips16 header flag.
1482         Handle EABI flag without intermediate variable.
1484 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1486         * doc/as.texinfo: Update MIPS documentation.
1488 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1490         * config/tc-mips.c: Add define for $zero register.
1491         (md_begin): Add $zero as alias name for $0.
1492         (insn_uses_reg): Use ZERO define.
1493         (mips_ip): Add $zero as alias name for $0.
1494         (mips16_ip): Likewise.
1495         (s_cplocal): Demand empty rest of input line.
1496         (tc_get_register): Likewise. Add support for $kt0, kt1 register
1497         names. Use ZERO define. Fix input_line_pointer progress.
1499 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1501         * symbols.c: Replace CONST by const throughout.
1502         (symbol_find_exact): Split out from..
1503         (symbol_find_base): ..here.
1504         * symbols.h: Replace CONST by const throughout.
1505         (symbol_find_exact): Declare.
1506         * config/obj-elf.c: #include "struc-symbol.h".
1507         (elf_frob_file): If group name matches an exported symbol, use that
1508         symbol for the signature and ".group" as the section name.
1510 2002-06-06  J"orn Rennecke <joern.rennecke@superh.com>
1512         * config/tc-sh.c (parse_at): @(symbol,pc) is A_DISP_PC again,
1513         but warn about it.
1514         * testsuite/gas/sh/pcrel.s: Also test @(symbol,pc).
1515         * testsuite/gas/sh/pcrel.d: Update.
1516         * testsuite/gas/sh/pcrel.l: New file.
1518 2002-06-06  Daniel Jacobowitz  <drow@mvista.com>
1520         * tc-mips.c (mips_after_parse_args): Always set mips_opts.ase_mips3d
1521         and mips_opts.ase_mdmx if they are uninitialized.
1523 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1525         * gas/config/tc-hppa.c (pa_ip): Replace "L$0\001" with FAKE_LABEL_NAME.
1526         (hppa_force_relocation): Check if a stub just before the start symbol
1527         of the last call_info is reachable before forcing relocation.  Fix
1528         typo.
1530 2002-06-04  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1532         * config/tc-mips.c (mips_after_parse_args): New function.
1533         (md_begin): Move processing of defaults to mips_after_parse_args.
1534         config/tc-mips.h (md_after_parse_args): Define.
1536 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
1538         * configure.in (sh5*): Set cpu_type to sh64 and endian to big.
1539         (sh5le*, sh64le*): Set cpu_type to sh64 and endian to little.
1540         (sh5*-*-netbsd*, sh64*-*-netbsd*): New targets.
1541         * configure: Regenerate.
1542         * config/tc-sh64.c (sh64_target_format): Add support for NetBSD
1543         environment.
1545 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
1547         * config/tc-sh64.h (MD_PCREL_FROM_SECTION): Undef before redefining.
1549 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
1551         * config/obj-elf.c (obj_elf_change_section): Set and check elf
1552         linkonce flag.  Print all warnings.
1553         (obj_elf_section): Parse ",comdat" for groups.
1554         (elf_frob_file): Set SEC_LINK_ONCE on COMDAT groups.  Check
1555         consistency of comdat flag.
1557 2002-06-02  Richard Henderson  <rth@redhat.com>
1559         * config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko
1560         with LITERALs without sequence numbers.
1562 2002-06-01  Richard Henderson  <rth@redhat.com>
1564         * config/tc-alpha.c: Move LITUSE constants to "elf/alpha.h".
1565         Rename them LITUSE_ALPHA_*.
1567 2002-05-31  Shrinivas Atre <ShrinivasA@kpit.com>
1569         * config/tc-h8300.c (get_operand): Allow stm.l and ldm.l insns to
1570         accept parentheses enclosed register lists.
1572 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
1574         * Makefile.am: Run "make dep-am".
1575         * Makefile.in: Regenerate.
1576         * po/POTFILES.in: Regenerate.
1578 2002-05-31  Graeme Peterson  <gp@qnx.com>
1580         * configure.in: Add i386-*-nto-qnx*.
1581         * configure: Regenerate.
1583 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1585         * config/tc-mips.c (mips_ip): Use unsigned long values for
1586         warning output.
1588 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1590         * config/tc-mips.c (s_cpsetup): Fix initialization of
1591         mips_cpreturn_register and mips_cpreturn_offset.
1593 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1595         * config/tc-mips.c (s_cpsetup): Fix comment.
1597 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1599         * config/tc-mips.c (md_begin): Add $ra as alias name for $31.
1600         (mips_ip): Likewise.
1601         (mips16_ip): Likewise.
1602         (tc_get_register): Likewise.
1604 2002-05-30  Chris G. Demetriou  <cgd@broadcom.com>
1605             Ed Satterthwaite  <ehs@broadcom.com>
1607         * config/tc-mips.c (mips_set_options): New "ase_mdmx" member.
1608         (mips_opts): Initialize "ase_mdmx" member.
1609         (file_ase_mdmx): New variable.
1610         (CPU_HAS_MDMX): New macro.
1611         (md_begin): Initialize mips_opts.ase_mdmx and file_ase_mdmx
1612         based on command line options and configuration defaults.
1613         (macro_build): Note in comment that use of MDMX in macros is
1614         not currently allowed.
1615         (validate_mips_insn): Add support for the "O", "Q", "X", "Y", and
1616         "Z" MDMX operand types.
1617         (mips_ip): Accept MDMX instructions if mips_opts.ase_mdmx is set,
1618         and add support for the "O", "Q", "X", "Y", and "Z" MDMX operand
1619         types.
1620         (OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
1621         Add support for "-mdmx" and "-no-mdmx" options.
1622         (OPTION_ELF_BASE): Move to accomodate new options.
1623         (s_mipsset): Support ".set mdmx" and ".set nomdmx".
1624         (mips_elf_final_processing): Set MDMX ASE ELF header flag if
1625         file_ase_mdmx was set.
1626         * doc/as.texinfo: Document -mdmx and -no-mdmx options.
1627         * doc/c-mips.texi: Likewise, and document ".set mdmx" and ".set
1628         nomdmx" directives.
1630 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1632         * config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to
1633         OPTION_MNO_7000_HILO_FIX. Add alternate "mno-fix7000"
1634         command line switch conforming to gcc conventions.
1635         * doc/c-mips.texi: Document -mno-fix7000 instead of no-mfix-7000.
1637 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1639         * config/tc-mips.c (macro_build_jalr): New Function.
1640         (md_begin): NewABI uses big GOTs.
1641         (macro_build): Recognize BFD_RELOC_MIPS_GOT_DISP,
1642         BFD_RELOC_MIPS_GOT_PAGE, BFD_RELOC_MIPS_GOT_OFST as valid.
1643         (load_address): Add some NewABI PIC support.
1644         (macro): Likewise.
1645         (md_apply_fix): Special handling for BFD_RELOC_MIPS_JALR.
1646         (tc_gen_reloc): Don't encode NewABI vtables in REL relocations.
1648 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1650         * config/tc-mips.c (load_address): Use mips_gp_register instead
1651         of hardcoded value. Remove dbl parameter, use HAVE_32BIT_ADDRESSES
1652         instead.
1653         (macro): Use mips_gp_register instead of hardcoded value.
1655 2002-05-30  Richard Henderson  <rth@redhat.com>
1657         * expr.h (operatorT): Add O_md17..O_md32.
1658         * config/tc-alpha.c (O_lituse_tlsgd, O_lituse_tlsldm, O_tlsgd,
1659         O_tlsldm, O_gotdtprel, O_dtprelhi, O_dtprello, O_dtprel, O_gottprel,
1660         O_tprelhi, O_tprello, O_tprel): New.
1661         (USER_RELOC_P, alpha_reloc_op_tag, debug_exp): Include them.
1662         (DUMMY_RELOC_LITUSE_TLSGD, DUMMY_RELOC_LITUSE_TLSLDM): New.
1663         (LITUSE_TLSGD, LITUSE_TLSLDM): New.
1664         (struct alpha_reloc_tag): Add master, saw_tlsgd, saw_tlsld,
1665         saw_lu_tlsgd, saw_lu_tlsldm.  Make multi_section_p a bit field.
1666         (md_apply_fix3): Handle TLS relocations.
1667         (alpha_force_relocation, alpha_fix_adjustable): Likewise.
1668         (alpha_adjust_symtab_relocs): Sort LITERAL relocs after the
1669         associated TLS reloc.  Check lituse_tls relocs match up.
1670         (emit_insn): Handle TLS relocations.
1671         (ldX_op): Remove.
1673         * doc/c-alpha.texi: Add docs for tls relocations.
1675 2002-05-30  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1677         * config/tc-mips.c (mips_gprel_offset): New variable.
1678         (s_gpvalue): Use it.
1680 2002-05-30  Diego Novillo  <dnovillo@redhat.com>
1682         * gas/config/tc-d10v.c (check_resource_conflict): Only check
1683         write-write conflicts.
1684         (md_assemble): Reformat introductory comment.
1685         (parallel_ok): Prevent packing only if the first
1686         instruction cannot be packed.
1688 2002-05-30  Jason Eckhardt <jle@redhat.com>
1689             Tom Rix <trix@redhat.com>
1691         * config/tc-d10v.c (build_insn): Check for immediates.
1693 2002-05-28  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1695         * config/tc-mips.c: Replace GP in comments by $gp.
1696         (mips_big_got): Initialize.
1697         (mips_trap): Initialize.
1698         (load_address): Use mips_gp_register instead of hardcoded value.
1699         Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.
1700         (macro): Use mips_gp_register instead of hardcoded value.
1701         (macro2): Change load_address calls.
1702         (md_pcrel_from): Comment formatting.
1703         (s_cpload): Use mips_gp_register instead of hardcoded value.
1704         (s_cprestore): Likewise. Comment formatting.
1705         (s_gpword): Fix data type.
1706         (s_cpadd): Use mips_gp_register instead of hardcoded value.
1707         (nopic_need_relax): Replace GP in comments by $gp.
1708         (mips_elf_final_processing): Better comment.
1710 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
1712         * configure.in: Add DLX configuraton
1713         * Makefile.am: Add DLX configuraton
1714         * configure: Regenerate.
1715         * Makefile.in: Regenerate.
1716         * config/tc-dlx.c: New file.
1717         * config/tc-dlx.h: New files.
1718         * NEWS: Mention new support.
1720 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
1722         * config/obj-coff.c (write_object_file): Add missing semicolon.
1724 2002-05-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1726         * config/tc-mips.c (mips_emit_delays): Replace magic constant for RA
1727         by the define. Remove superfluous check of mips_opts.mips16.
1728         (append_insn): Likewise. Canonicalize variable increments.
1729         (macro_build): Canonicalize variable increments.
1730         (macro_build_lui): Likewise.
1731         (load_register): Likewise.
1732         (load_address): Move pointer initialization.
1733         (macro): Move pointer to a more local scope. Canonicalize variable
1734         increments. Better comments. Replace magic constant for RA by the
1735         define.
1736         (macro2): Replace magic constant for RA by the define. Canonicalize
1737         variable increments.
1738         (mips_ip): Canonicalize variable increments.
1739         (mips16_ip): Replace magic constant for RA by the define.
1740         (my_getSmallParser): Canonicalize variable increments/decrements.
1741         (my_getPercentOp): Likewise.
1742         (my_getSmallExpression): Likewise.
1743         (s_align): Likewise.
1744         (s_mipsset): Likewise.
1745         (s_cpsetup): Likewise.
1746         (s_insn): Remove superfluous check of mips_opts.mips16.
1747         (s_mips_stab): Likewise.
1748         (mips_handle_align): Canonicalize variable increments.
1749         (s_mips_ent): Likewise.
1750         (s_mips_end): Add comment.
1752 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
1754         * configure.in: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
1755         * configure: Regenerate.
1757 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
1759         * Makefile.am (OBJS): Depend on ansidecl.h and fopen-same.h.
1760         * Makefile.in: Regenerate.
1761         * dep-in.sed: Reorder to match OBJS in Makefile.am.
1762         * configure.in (ALL_OBJ_DEPS): Add symcat.h when need_bfd.
1763         * configure: Regenerate.
1764         * as.h: Use #include "" instead of <> for local header files.
1765         * flonum-konst.c: Likewise.
1766         * flonum-mult.c: Likewise.
1767         * gasp.c: Likewise.
1768         * listing.c: Likewise.
1769         * config/tc-ia64.h: Likewise.
1770         * config/tc-v850.h: Likewise.
1772 2002-05-24  TAMURA Kent <kent@netbsd.org>
1774         * configure.in: Add a target for i386-netbsdpe.
1775         * configure: Regenerate.
1777 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1779         * config/obj-elf.c (elf_common): Renamed from obj_elf_common.
1780         (obj_elf_common): Call elf_common.
1781         (obj_elf_tls_common): New function.
1782         (elf_pseudo_tab): Support .tls_common.
1783         (special_sections): Add .tdata and .tbss.
1784         (obj_elf_change_section): Set SEC_THREAD_LOCAL for SHF_TLS
1785         sections.
1786         (obj_elf_parse_section_letters): Support T in section flags (SHF_TLS).
1787         (obj_elf_parse_section_letters): Include T in error message.
1788         * config/tc-ppc.c (ppc_section_letter): Likewise.
1789         * config/tc-alpha.c (alpha_elf_section_letter): Likewise.
1790         (tc_gen_reloc): Handle SEC_THREAD_LOCAL the same way as
1791         SEC_MERGE.
1792         * config/tc-sparc.c (md_apply_fix3): Likewise.
1793         * config/tc-i386.c (tc_i386_fix_adjustable): Add TLS relocs.
1794         Define them if not BFD_ASSEMBLER.
1795         (lex_got): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF, @DTPOFF
1796         and @NTPOFF.
1797         (md_apply_fix3): Add TLS relocs.
1798         * config/tc-ia64.c (enum reloc_func): Add FUNC_DTP_MODULE,
1799         FUNC_DTP_RELATIVE, FUNC_TP_RELATIVE, FUNC_LT_DTP_MODULE,
1800         FUNC_LT_DTP_RELATIVE, FUNC_LT_TP_RELATIVE.
1801         (pseudo_func): Support @dtpmod(), @dtprel() and @tprel().
1802         (ia64_elf_section_letter): Include T in error message.
1803         (md_begin): Support TLS operators.
1804         (md_operand): Likewise.
1805         (ia64_gen_real_reloc_type): Support TLS relocs.
1806         * testsuite/gas/i386/tlspic.s: New file.
1807         * testsuite/gas/i386/tlsd.s: New file.
1808         * testsuite/gas/i386/tlsnopic.s: New file.
1809         * testsuite/gas/i386/tlsd.d: New file.
1810         * testsuite/gas/i386/tlsnopic.d: New file.
1811         * testsuite/gas/i386/tlspic.d: New file.
1812         * testsuite/gas/i386/i386.exp: Add tlsd, tlsnopic and tlspic tests.
1813         * testsuite/gas/ia64/tls.s: New file.
1814         * testsuite/gas/ia64/tls.d: New file.
1815         * testsuite/gas/ia64/ia64.exp: Add tls test.
1816         * write.c (adjust_reloc_syms): Don't change symbols in
1817         SEC_THREAD_LOCAL sections to STT_SECTION + addend.
1819 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
1821         * config/tc-arm.c (md_apply_fix3): For the Thumb BLX reloc
1822         round the relocation up rather than down.
1824 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
1826         * config/obj-coff.c (obj_coff_section): Silently ignore an 'a'
1827         flag.
1828         * doc/as.texinfo: Document that the COFF version of .section
1829         ignores the 'a' flag.
1831 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
1833         * config/tc-alpha.c (assemble_tokens): Protect use of
1834         ALPHA_RELOC_TABLE with #ifdef RELOC_OP_P.
1836         * write.c (size_seg): Check adjustment to last frag.
1837         (SUB_SEGMENT_ALIGN): If HANDLE_ALIGN defined, pad out last frag to
1838         section alignment.
1839         * config/obj-coff.c (SUB_SEGMENT_ALIGN): Likewise.
1840         * config/obj-ieee.c (SUB_SEGMENT_ALIGN): Likewise.
1841         (write_object_file): Invoke md_do_align if available, and use
1842         frag_align_code on text sections.
1843         * config/obj-vms.h (SUB_SEGMENT_ALIGN): Now two args.
1844         * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Likewise.
1845         * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Likewise.
1846         * config/tc-sh.h (SUB_SEGMENT_ALIGN): Likewise.
1847         * config/tc-i386.h (SUB_SEGMENT_ALIGN): Likewise.  Define for
1848         BFD_ASSEMBLER too.
1850 2002-05-22  H.J. Lu <hjl@gnu.org>
1852         * dwarf2dbg.c (dwarf2_directive_loc): Call listing_source_file
1853         for source file.
1855 2002-05-22  Nick Clifton  <nickc@cambridge.redhat.com>
1857         * config/tc-arm.c (arm_s_section): Enable for COFF builds as well
1858         as ELF builds.
1860 2002-05-22  H.J. Lu <hjl@gnu.org>
1862         * dwarf2dbg.c (dwarf2_emit_insn): Emit only one line symbol
1863         for one .loc for compiler.
1865 2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1867         * config/tc-mips.c (macro): Relax warning, it's toot strict for
1868         embedded-PIC.
1870 2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1872         * config/tc-mips.c (macro2): Add 64 bit drol, dror macros.
1873         Optimize the rotate by zero case.
1875 2002-05-21  Nick Clifton  <nickc@cambridge.redhat.com>
1877         * configure.in: Remove accidental enabling of bfd_gas=yes for
1878         sh-coff targets.
1879         * configure: Regenerate.
1881 2002-05-18  Kazu Hirata  <kazu@cs.umass.edu>
1883         * app.c: Fix formatting.
1884         * as.c: Likewise.
1885         * ehopt.c: Likewise.
1886         * expr.c: Likewise.
1887         * input-file.c: Likewise.
1888         * listing.c: Likewise.
1889         * macro.h: Likewise.
1890         * stabs.c: Likewise.
1891         * symbols.c: Likewise.
1893 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
1895         * config/obj-generic.c: Delete file.
1896         * config/obj-generic.h: Likewise.
1898 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1900         * config/tc-avr.c (mcu_types): Update for new devices.
1902 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1904         * config/tc-mips.c (macro): Warn about wrong la/dla use.
1906 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1908         * config/tc_mips.c (s_cpsetup): Fix completely bogus code which had
1909         worked sometimes by accident. Fix copy&paste comment.
1911 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1913         * config/tc-mips.c (md_begin): Fix .reginfo and .MIPS.option section
1914         alignment for NewABI. Let n32 use .reginfo. Remove useless casts.
1915         (mips_elf_final_processing): Let n32 use .reginfo.
1917 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1919         * config/tc-mips.c (append_insn): Fix too small range of variable.
1921 2002-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
1923         * config/tc-arm.c (arm_cleanup): Remove redundant call to
1924         listing_prev_line().
1926 2002-05-13  Nick Clifton  <nickc@cambridge.redhat.com>
1928         * config/tc-arm.c (md_assemble): Remove redundant call to
1929         listing_prev().
1931         * dwarf2dbg.c (dwarf2_emit_insn): Do not reset
1932         loc_directive_seen.
1934         * stabs.c (s_stab_generic): Fix grammatical error in warning
1935         message.
1937 2002-05-13  Alan Modra  <amodra@bigpond.net.au>
1939         * write.c (subsegs_finish): Don't specially align last subseg.
1941 2002-05-11  Nick Clifton  <nickc@cambridge.redhat.com>
1943         * stabs.c (s_stab_generic): Warn about a description field that is
1944         too big.
1946         * config/obj-coff.c: Fix compile time warnings when compiling
1947         without BFD_ASSEMBLER defined.
1948         Fix formatting.
1950         * config/tc-sh.c (md_pcrel_from): Define for use with sh-hms
1951         target.
1952         (md_pcrel_from_section): Use md_pcrel_from().
1954 2002-05-11  Bruno Haible  <bruno@clisp.org>
1956         * dwarf2dbg.c (dwarf2_emit_insn): Use the 'current' struct filled
1957         by dwarf2_directive_loc, instead of calling dwarf2_where.
1959 2002-05-11  Kazu Hirata  <kazu@cs.umass.edu>
1961         * config/obj-coff.h: Fix formatting.
1962         * config/tc-mcore.c: Likewise.
1963         * config/tc-mn10300.c: Likewise.
1964         * config/tc-openrisc.c: Likewise.
1965         * config/tc-or32.c: Likewise.
1966         * config/tc-pdp11.c: Likewise.
1967         * config/tc-ppc.c: Likewise.
1968         * config/tc-ppc.h: Likewise.
1969         * config/tc-sh64.c: Likewise.
1970         * config/tc-sh.c: Likewise.
1971         * config/tc-tic54x.c: Likewise.
1972         * config/tc-xstormy16.c: Likewise.
1973         * config/tc-xstormy16.h: Likewise.
1975 2002-05-09  Kazu Hirata  <kazu@cs.umass.edu>
1977         * config/obj-coff.c: Fix formatting.
1978         * config/obj-elf.c: Likewise.
1979         * config/tc-alpha.c: Likewise.
1980         * config/tc-arm.c: Likewise.
1981         * config/tc-d10v.c: Likewise.
1982         * config/tc-d30v.c: Likewise.
1983         * config/tc-h8300.c: Likewise.
1984         * config/tc-hppa.c: Likewise.
1986 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
1988         * config/tc-i386.c (md_estimate_size_before_relax) Don't lose
1989         reloc when no_cond_jump_promotion.
1991 2002-05-08  Jim Wilson  <wilson@redhat.com>
1993         * config/tc-i960.c (md_estimate_size_before_relax): Return size of
1994         current variable part of frag.
1996 2002-05-08  Kazu Hirata  <kazu@cs.umass.edu>
1998         * config/tc-mmix.c: Fix formatting.
1999         * config/tc-mmix.h: Likewise.
2001 2002-05-08  Alan Modra  <amodra@bigpond.net.au>
2003         * configure: Regenerate.
2005 2002-05-07  Kazu Hirata  <kazu@cs.umass.edu>
2007         * config/tc-m68k.c: Fix formatting.
2009 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
2011         * Makefile.am: Honour DESTDIR.
2012         * Makefile.in: Regenerate.
2014 2002-05-06  Kazu Hirata  <kazu@cs.umass.edu>
2016         * config/tc-ia64.c: Fix formatting.
2017         * config/tc-ia64.h: Likewise.
2019 2002-05-04  Kazu Hirata  <kazu@cs.umass.edu>
2021         * config/tc-mips.c: Fix formatting.
2022         * config/tc-s390.c: Likewise.
2023         * config/tc-s390.h: Likewise.
2025 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
2027         * config/tc-s390.c (md_gather_operands): Emit dwarf2 line-number
2028         information for instructions.
2030 2002-05-02  Kazu Hirata  <kazu@cs.umass.edu>
2032         * as.h: Fix formatting.
2033         * cgen.c: Likewise.
2034         * cgen.h: Likewise.
2035         * dwarf2dbg.c: Likewise.
2036         * frags.h: Likewise.
2037         * gasp.c: Likewise.
2038         * macro.c: Likewise.
2039         * read.c: Likewise.
2040         * stabs.c: Likewise.
2041         * symbols.c: Likewise.
2043 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
2045         * app.c (mri_pseudo): Only declare for TC_M68K.
2047         * config/tc-ppc.c (mapping): Map sectoff to BFD_RELOC_16_BASEREL.
2048         (ppc_elf_validate_fix): Replace BFD_RELOC_32_BASEREL with
2049         BFD_RELOC_16_BASEREL.
2050         (md_assemble): Likewise.
2051         (md_apply_fix3): Likewise.
2053 2002-05-02  Nick Clifton  <nickc@cambridge.redhat.com>
2055         * config/tc-arm.c (thumb_add_sub): Do not convert a subtract of
2056         zero into an add of zero - it is not the same.
2058 2002-05-01  Arati Dikey <aratid@kpit.com>
2060         * tc-sh.c (get_specific): Generate warning if the same
2061         destination register is used in parallel instructions.
2063 2002-05-01  Andrew Macleod  <amacleod@cygnus.com>
2065         * config/tc-i386.c (extra_symbol_chars): Add '[' to the list.
2067 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
2069         * write.c (cvt_frag_to_fill): Set fr_offset to zero on .org
2070         backwards to prevent cascading errors.
2072 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
2074         * configure.in: Add support for powerpc-*-windiss.
2075         * configure: Regenerated.
2077 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
2079         * config/tc-s390.c (md_parse_option): Formatting.
2081         * config/tc-i386.c: Formatting fixes, add missing space in error
2082         message.
2084 2002-04-24  Christian Groessler <chris@groessler.org>
2086         * config/tc-z8k.c (build_bytes): Add support for new cases:
2087         CLASS_IGNORE and ARG_NIM4.
2088         (md_assemble): Prevent destruction of input_line_pointer if
2089         get_operands returns failure.
2091 2002-04-24  Chris G. Demetriou  <cgd@broadcom.com>
2093         * config/tc-mips.c (macro_build): Do _not_ allow MIPS-3D
2094         instructions to be generated by macros.
2096 2002-04-24  Andreas Schwab  <schwab@suse.de>
2098         * config/tc-i386.c (output_jump, output_disp)
2099         (md_estimate_size_before_relax): Don't set fx_pcrel_adjust any
2100         more.
2101         (md_apply_fix3): Remember addend value for rela relocations.
2102         (tc_gen_reloc): Correctly compute pc-relative relocation addend.
2104 2002-04-22  Chris Demetriou  <cgd@broadcom.com>
2106         * config/tc-mips.c (macro_build): Add close-parenthesis missing
2107         from previous change.
2109 2002-04-22  Eric Christopher  <echristo@redhat.com>
2111         * config/tc-mips.c (macro_build): Add warning if macro instructions
2112         are expanded into a branch delay slot.
2114 2002-04-17  Geoffrey Keating  <geoffk@redhat.com>
2116         * dwarf2dbg.c (dwarf2_gen_line_info): Do emit duplicate line
2117         numbers, gdb relies on them to detect the start of the prologue.
2119 2002-04-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2121         * config/tc-s390.c (tc_s390_fix_adjustable): Prevent adjustments to
2122         symbols in merge sections.
2124 2002-04-16  Alan Modra  <amodra@bigpond.net.au>
2126         * as.c (main): Don't reference _bfd_chunksize.
2128 2002-04-15  Tom Rix  <trix@redhat.com>
2130         * config/tc-d10v.c (d10v_fix_adjustable): Prevent adjustments to
2131         symbols in merge sections.
2133 2002-04-11  Richard Sandiford  <rsandifo@redhat.com>
2135         * doc/invoke.texi (TC_LARGEST_EXPONENT_IS_NORMAL): Document.
2136         * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): Add an
2137         argument for the precision.
2138         (gen_to_words): Update accordingly.
2140 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
2142         * as.c (parse_args <OPTION_VERSION>): Use VERSION is
2143         BFD_VERSION_STRING unavailable.
2144         * config/tc-i386.c (INLINE): Define (for non-BFD assembler).
2146 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
2148         * config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting if
2149         symbol_used_in_reloc_p is true.
2151         * config/tc-sh.c (md_apply_fix3): Don't zero relocations on big
2152         endian hosts.
2154 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
2156         * dep-in.sed: Cope with absolute paths.
2157         * Makefile.am (dep.sed): Subst TOPDIR.
2158         Run "make dep-am".
2159         * Makefile.in: Regenerate.
2161 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2163         * config/tc-mips.c (mips16_macro_build): Cast type mismatch.
2164         (mips_ip): Remove unused variable.
2165         (md_apply_fix3): Cast signed/unsignes mismatches. Replace
2166         unsigned char with bfd_byte.
2167         (s_file): Remove unused variable.
2168         (s_mips_ent): Likewise.
2170 2002-04-03  Tom Rix  <trix@redhat.com>
2172         * config/tc-d10v.c (d10v_insert_operand): Fix warning in as_bad_where.
2173         (build_insn): Same.
2174         (find_opcode): Fix warning in as_warn.
2175         * config/tc-d10v.h: Update Copyright.
2177 2002-04-03  Alan Matsuoka <alanm@redhat.com>
2178             Tom Rix  <trix@redhat.com>
2180         From Jeff Knaggs <jknaggs@redhat.com>
2181         * config/tc-d10v.c (check_resource_conflict): New function to
2182         check for resource conflicts.
2184         From Jason Eckhardt  <jle@redhat.com>
2185         * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
2186         imm3 fields.
2187         * config/tc-d10v.c (find_opcode): Emit a warning if one of the
2188         reserved control registers is used.
2189         * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
2190         imm3 fields.
2192         From 2001-03-28  Diego Novillo  <dnovillo@redhat.com>
2193         * tc-d10v.c (parallel_ok): Prevent packing only if the first
2194         instruction cannot be packed.
2196         From 2001-03-30  Diego Novillo  <dnovillo@redhat.com>
2197         * gas/config/tc-d10v.c (check_resource_conflict): Only check
2198         write-write conflicts.
2199         (md_assemble): Reformat introductory comment.
2200         * opcodes/d10v-opc.c (d10v_opcodes): `btsti' does not modify its
2201         arguments.
2203 2002-04-03  Alan Modra  <amodra@bigpond.net.au>
2205         * symbols.c (resolve_symbol_value <O_uminus, O_bit_not,
2206         O_logical_not>): Derive final_seg from add_symbol.
2207         <O_multiply..O_logical_or>: More final_seg twiddles.
2209 2002-04-01  Jessica Han  <jessica@cup.hp.com>
2211         * config/tc-ia64.c (ia64_cons_fix_new): Handle 8 byte iplt reloc
2212         in 32-bit mode.
2214 2002-03-27  Andreas Schwab  <schwab@suse.de>
2216         * config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size of
2217         field for pc-relative fixups.
2218         (output_disp): Likewise.
2219         (md_estimate_size_before_relax): Likewise.
2220         (tc_gen_reloc): Subtract fx_pcrel_adjust instead of fx_size for
2221         pc-relative fixups in 64bit mode.
2223 2002-03-22  Alan Modra  <amodra@bigpond.net.au>
2225         * config/te-aix5.h: Typo fix.
2227 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
2229         * Makefile.am: Run "make dep-am".
2230         * Makefile.in: Regenerate.
2231         * doc/Makefile.in: Regenerate.
2233 2002-03-20  Albert Chin-A-Young  <china@thewrittenword.com>
2235         * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo
2236         (vfp_sp_reg_pos -> vfp_dp_reg_pos).
2238 2002-03-18  Alexandre Oliva  <aoliva@redhat.com>
2240         * config/tc-mips.c (md_estimate_size_before_relax): Do not modify
2241         the EXTENDED bit here; report the estimate according to the
2242         current size.
2244 2002-03-18  Tom Rix  <trix@redhat.com>
2246         * configure.in: Add AIX 5 support.
2247         * config/tc-ppc.c (ppc_target_format): Add AIX 5 64 bit target.
2248         * config/te-aix5.h: New file. AIX 5 support.
2249         * configure: Regenerate.
2251 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
2253         * po/fr.po: Updated version.
2255 2002-03-16  Andreas Jaeger  <aj@suse.de>
2257         * doc/c-mips.texi (Machine Dependencies): Add new node.
2259 2002-03-15  Chris G. Demetriou  <cgd@broadcom.com>
2261         * config/tc-mips.c (mips_set_options): New "ase_mips3d" member.
2262         (mips_opts): Initialize "ase_mips3d" member.
2263         (file_ase_mips3d): New variable.
2264         (CPU_HAS_MIPS3D): New macro.
2265         (md_begin): Initialize mips_opts.ase_mips3d and file_ase_mips3d
2266         based on command line options and configuration defaults.
2267         (macro_build, mips_ip): Accept MIPS-3D instructions if
2268         mips_opts.ase_mips3d is set.
2269         (OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option):
2270         Add support for "-mips3d" and "-no-mips3d" options.
2271         (OPTION_ELF_BASE): Move to accomodate new options.
2272         (s_mipsset): Support ".set mips3d" and ".set nomips3d".
2273         (mips_elf_final_processing): Add a comment indicating that a
2274         MIPS-3D ASE ELF header flag should be set, when one exists.
2275         * doc/as.texinfo: Document -mips3d and -no-mips3d options.
2276         * doc/c-mips.texi: Likewise, and document ".set mips3d" and ".set
2277         nomips3d" directives.
2279 2002-03-14  Hans-Peter Nilsson  <hp@bitrange.com>
2281         * config/tc-mmix.c (md_estimate_size_before_relax): Don't consider
2282         a weak symbol in same section to be within reach.
2284 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
2286         * po/fr.po: Updated version.
2288 2002-03-12  Andreas Schwab  <schwab@suse.de>
2290         * config/tc-ia64.c (fixup_unw_records): Clear region when seeing a
2291         body record so that an error is given for misplaced .save
2292         pseudo-ops.
2294 2002-03-09  Alan Modra  <amodra@bigpond.net.au>
2296         * config/tc-i386.h (REX_OPCODE): Define.
2297         (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): Define.
2298         (rex_byte): typedef to int.
2299         * config/tc-i386.c: Group prototypes and vars together.
2300         Formatting fixes.  Remove occurrences of "register" keyword.
2301         (true): Delete.
2302         (false): Delete.
2303         (mode_from_disp_size): Add INLINE keyword to prototype.
2304         (fits_in_signed_byte): Likewise.
2305         (fits_in_unsigned_byte): Likewise.
2306         (fits_in_unsigned_word): Likewise.
2307         (fits_in_signed_word): Likewise.
2308         (fits_in_unsigned_long): Likewise.
2309         (fits_in_signed_long): Likewise.
2310         (type_names): Constify.
2311         (intel_float_operand): Constify param.
2312         (add_prefix): Use REX_OPCODE.
2313         (md_assemble): Likewise.  Modify for changed rex_byte.
2314         (parse_insn): Split out of md_assemble.
2315         (parse_operands): Likewise.
2316         (swap_operands): Likewise.
2317         (optimize_imm): Likewise.
2318         (optimize_disp): Likewise.
2319         (match_template): Likewise.
2320         (check_string): Likewise.
2321         (process_suffix): Likewise.
2322         (check_byte_reg): Likewise.
2323         (check_long_reg): Likewise.
2324         (check_qword_reg): Likewise.
2325         (check_word_reg): Likewise.
2326         (finalize_imm): Likewise.
2327         (process_operands): Likewise.
2328         (build_modrm_byte): Likewise.
2329         (output_insn): Likewise.
2330         (output_branch): Likewise.
2331         (output_jump): Likewise.
2332         (output_interseg_jump): Likewise.
2333         (output_disp): Likewise.
2334         (output_imm): Likewise.
2336 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
2338         * doc/as.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
2340 2002-03-06  Alan Modra  <amodra@bigpond.net.au>
2342         * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byte
2343         relocs except when BFD64.
2345         * write.c (number_to_chars_bigendian): Don't abort when N is
2346         larger than sizeof (VAL).
2347         (number_to_chars_littleendian): Likewise.
2349 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2351         * config/tc-hppa.c (md_apply_fix3): Add cast.
2352         (hppa_fix_adjustable): Adjust list of selectors using e_lrsel and
2353         e_rrsel.
2355 2002-03-05  Paul Koning  <pkoning@equallogic.com>
2357         * tc-pdp11.c: Use VAX float format support for PDP-11 target.
2358         (parse_ac5): New function for parsing float regs in float operand.
2359         (parse_expression): Remove attempt to make literals be octal.
2360         (parse_op_no_deferred): Support float literals.
2361         (parse_op): Reject attempts to refer to float regs.
2362         (parse_fop): New function, like parse_op but for float operand.
2363         (md_assemble): Add cases to parse float operands.  Also fix
2364         IMM3, IMM6, IMM8 cases to pick up the operand from the right spot.
2366 2002-03-04  H.J. Lu <hjl@gnu.org>
2368         * config/obj-elf.c (special_section): Add .init_array,
2369         .fini_array and .preinit_array.
2371         * config/tc-ia64.h (ELF_TC_SPECIAL_SECTIONS): Remove
2372         .init_array and .fini_array.
2374 2002-03-01  Jakub Jelinek  <jakub@redhat.com>
2376         * config/obj-elf.c (elf_copy_symbol_attributes): Don't copy
2377         visibility.
2378         (obj_frob_symbol): Copy visibility.
2380 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
2382         * config/tc-alpha.c (s_alpha_text): Use obj_elf_text for OBJ_ELF, not
2383         s_text.
2384         (s_alpha_data): Use obj_elf_data for OBJ_ELF, not s_data.
2386 2002-02-27  Nick Clifton  <nickc@cambridge.redhat.com>
2388         * po/es.po: Updated.
2390 2002-02-26  Chris Demetriou  <cgd@broadcom.com>
2392         * config/tc-mips.c (mips_need_elf_addend_fixup): For embedded-PIC
2393         only, undo the changes made on 2001-06-08, with the
2394         effect being that common or extern symbols are
2395         adjusted for embedded-PIC, but weak symbols are not.
2396         (md_estimate_size_before_relax: Likewise, with the effect
2397         that extern symbols are treated the same as weak symbols
2398         only if not embedded-PIC.
2399         (mips_fix_adjustable) Likewise, with the effect that
2400         weak or extern symbols are not adjusted for embedded-PIC.
2401         (md_apply_fix3): Tweak so that the case where value is zero
2402         is handled more correctly for embedded-PIC code.
2404 2002-02-26  Nick Clifton  <nickc@cambridge.redhat.com>
2406         * doc/as.texinfo (Overview): Add missing @ifset IA64
2408         * configure.in (LINGUAS): Add es.po.
2409         * configure: Regenerate.
2410         * po/es.po: New file.
2412 2002-02-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2414         * config/tc-mips.c (set_at): Fix handling of 64bit register loads.
2415         (macro): Likewise. Fix la/dla address expansions for EMBEDDED_PIC
2416         and NO_PIC cases. Code cleanup.
2417         (macro2): Fix handling of 64bit register loads.
2419 2002-02-25  David Mosberger  <davidm@hpl.hp.com>
2421         * doc/as.texinfo: Add entry for IA64.
2422         * doc/c-ia64.texi: New file.
2424 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
2426         * config/tc-hppa.c: Update copyright date.
2428         * doc/c-ppc.texi (PowerPC-Opts): Add -mpower4, -maltivec and -m7400
2429         Remove references to chip manufacturers.
2430         * config/tc-ppc.c (md_parse_option): Handle -mpower4 option.
2431         Correct comments.
2432         (md_show_usage): Remove references to chip manufacturers.  Mention
2433         -mpower4.
2434         (md_begin): Test power4 opcode flag bits.
2436 2002-02-22  David Mosberger  <davidm@hpl.hp.com>
2438         * config/tc-ia64.c (dot_restore): Issue error message of epilogue
2439         count exceeds prologue count.
2440         (md_show_usage): Describe -mconstant-gp and -mauto-pic.
2441         (unwind.label_prologue_count): New member.
2443         Based on a patch by Hans Boehm <hboehm@hpl.hp.com>:
2445         (get_saved_prologue_count): New function.
2446         (save_prologue_count): New function.
2447         (free_saved_prologue_count): New function.
2448         (dot_label_state): Record state label by calling save_prologue_count().
2449         (dot_copy_state): Restore prologue count by calling
2450         get_saved_prologue_count().
2451         (generate_unwind_image): Free up list of saved prologue
2452         counts by calling free_saved_prologue_counts().
2454 2002-02-22  Nick Clifton  <nickc@cambridge.redhat.com>
2456         * config/tc-tic54x.c: Add missing prototypes and remove ANSI style
2457         function declarations.
2459 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
2461         * NEWS: Note that GASP is now deprecated.
2462         * Makefile.am: Do not build gasp-new by default.
2463         * Makefile.in: Regenerate.
2464         * doc/Makefile.am: Do not install gasp.info.
2465         * doc/Makefile.in: Regenerate.
2466         * gas/gasp.texi: Note that gasp is now deprecated.
2468 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
2470         * NEWS: Mark 2.12 branch.
2472 2002-02-19  Tom Tromey  <tromey@redhat.com>
2474         * config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
2476 2002-02-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2478         * config/tc-mips.c (md_parse_option): Complain about invalid -mabi
2479         option input.
2481 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2483         * config/tc-s390.c (md_parse_option): Add switches -m31 and -m64.
2484         Make bit size independent of architecture switch.
2485         (md_begin): Add warning for -m64 with -Aesa.
2486         (s390_md_end): Use renamed architecture defines.
2488 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
2490         * config/obj-coff.h: Check !target_big_endian, not shl, for coff-sh.
2492 2002-02-16  Nick Clifton  <nickc@cambridge.redhat.com>
2494         * doc/as.texinfo (Machine Dependencies): Fix typo: MMIX used
2495         instead of CRIS.
2497 2002-02-15  Chris Demetriou  <cgd@broadcom.com>
2499         * config/tc-mips.c (md_estimate_size_before_relax): Really
2500         make sure we treat weak like extern only for ELF.  (Fixes
2501         patch from 2001-07-25.)
2503 2002-02-15  Ben Elliston  <bje@redhat.com>
2505         * doc/as.texinfo: Add duplicate directory entry so that "info gas"
2506         works as expected.
2508 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
2510         * NEWS: Mention support for MMIX.
2512 2002-02-13  Chris Demetriou  <cgd@broadcom.com>
2514         * config/tc-mips.c (mips_need_elf_addend_fixup): Restructure into
2515         a sequence of indpendent 'if' statements for easier debugging
2516         and future modification.
2518 2002-02-13  Matt Fredette  <fredette@netbsd.org>
2520         * config/tc-m68k.c (md_show_usage): No longer display a
2521         hard-coded "68020" for the default CPU, instead display the
2522         canonical name of the true, configured default CPU.
2523         (m68k_elf_final_processing): Mark objects for sub-68020
2524         CPUs with the new EF_M68000 flag.
2526 2002-02-13  Andreas Schwab  <schwab@suse.de>
2528         * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
2529         pc-relative relocations to merge sections in 64-bit mode.
2531 2002-02-13  Ben Elliston  <bje@redhat.com>
2533         * NEWS: Document floating point number handling in gasp.
2534         * gasp.c: Include <assert.h> and "xregex.h".
2535         (is_flonum): New function.
2536         (chew_flownum): Likewise.
2537         (change_base): Consume flonums from the input, where possible.
2538         * doc/gasp.texi (Constants): Document floating point numbers.
2540 2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2542         * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust final types
2543         that implicitly use LR and RR selectors.
2545 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
2547         * config/tc-mn10300.c (other_registers): Added `epsw'.  Mark `pc'
2548         and `epsw' as available on AM33 and above only.
2549         (other_register_name): Add logic to handle machine type encoded in
2550         reg_number.
2552 2002-02-11  Tom Rix  <trix@redhat.com>
2554         * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for
2555         xcoff64.
2557 2002-06-11  Alexandre Oliva  <aoliva@redhat.com>
2559         * config/tc-sparc.c (U0x80000000, U0xffffffff): New constants.
2560         Use all over.
2562 2002-02-11  Jan Hubicka  <jh@suse.cz>
2564         * i386.c (md_assemble): Support 32bit address prefix.
2565         (i386_displacement): Likewise.
2566         (i386_index_check): Accept 32bit addressing in 64bit mode.
2568 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
2570         * config/tc-sh.c (dot): Removed unused function.
2572 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
2574         * Makefile.am: "make dep-am".
2575         * Makefile.in: Regenerate.
2576         * aclocal.m4: Regenerate.
2577         * config.in: Regenerate.
2578         * configure: Regenerate.
2579         * doc/Makefile.in: Regenerate.
2581 2002-02-10  Richard Henderson  <rth@redhat.com>
2583         * doc/c-alpha.texi: New file.
2584         * doc/Makefile.am (CPU_DOCS): Add it.
2585         * doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
2587 2002-02-09  Richard Henderson  <rth@redhat.com>
2589         * config/tc-alpha.c (O_samegp): New.
2590         (USER_RELOC_P): Include it.
2591         (alpha_reloc_op_tag, debug_exp, find_macro_match): Add it.
2592         (md_apply_fix3): Handle BFD_RELOC_ALPHA_BRSGP.
2593         (alpha_force_relocation, alpha_fix_adjustable): Likewise.
2594         (alpha_validate_fix): New.
2595         * config/tc-alpha.h (TC_VALIDATE_FIX): New.
2597 2002-02-09  Hans-Peter Nilsson  <hp@axis.com>
2599         * doc/c-cris.texi: New.
2600         * doc/all.texi: @set CRIS.
2601         * doc/as.texinfo: Ditto.  Add CRIS gas manpage option overview.
2602         Include c-cris.texi.
2603         * doc/Makefile.am (CPU_DOCS): Add c-cris.texi
2604         * doc/Makefile.in: Regenerate.
2606 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
2608         * config/tc-mips.c (IS_SEXT_32BIT_NUM): New macro to
2609         determine if a number is a sign-extended 32-bit number.
2610         (load_register): Use IS_SEXT_32BIT_NUM.
2611         (macro): Check if load/store macro handling is using a
2612         constant 32-bit address on 64-bit address systems, and if
2613         so optimize the generation of that address.
2615 2002-02-08  Richard Henderson  <rth@redhat.com>
2617         * config/tc-alpha.c (alpha_force_relocation): Don't assert that
2618         we've eliminated all foreign relocation types yet.
2619         (alpha_fix_adjustable): Likewise.
2621 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
2623         Contribute sh64-elf.
2624         2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
2625                     Stephen Clarke <Stephen.Clarke@st.com>
2626         * doc/c-sh64.texi: Fix citation of SH64 architecture manual.
2627         2002-01-31  Alexandre Oliva  <aoliva@redhat.com>
2628         * config/tc-sh.c (md_relax_table): Added default sizes for
2629         non-PC-relative UNDEF_MOVI, and relaxation sequences for
2630         MOVI_16, MOVI_32 and MOVI_48.
2631         * config/tc-sh64.c (shmedia_md_apply_fix3): Fix warning.
2632         (shmedia_md_convert_frag): Handle non-PC-relative UNDEF_MOVI
2633         and MOVI_16.
2634         (shmedia_md_estimate_size_before_relax): Remove redundant
2635         blocks.  Set fragP->fr_var even if relaxation type unchanged.
2636         Retain UNDEF_MOVI until expression decays to number.
2637         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
2638         * config/tc-sh64.c (shmedia_init_reloc): Handle new SHmedia PIC
2639         relocation types.  Take fixP->fx_addnumber into account too.
2640         (shmedia_md_apply_fix): Likewise.
2641         (shmedia_md_convert_frag): Likewise.
2642         (shmedia_build_Mytes): Likewise.
2643         (sh64_consume_datalabel): Complain about nested datalabel.
2644         Support PIC relocs.  Call sh_parse_name.
2645         * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Extend definition
2646         in tc-sh.h to SHmedia reloc types.
2647         * config/tc-sh.c (SH64PCRELPLT, MOVI_PLT, MOVI_GOTOFF,
2648         MOVI_GOTPC): New relaxation constants.
2649         (md_relax_table): Introduce relaxation directives for PIC-related
2650         constants.
2651         (sh_PIC_related_p): Handle datalabel.
2652         (sh_check_fixup): Choose SH5 PIC relocations.
2653         (sh_cons_fix_new): Added BDF_RELOC_64.
2654         (md_apply_fix3, sh_parse_name): Handle GOTPLT.
2655         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
2656         * config/tc-sh64.c (sh64_max_mem_for_rs_align_code): If the
2657         current ISA is SHmedia, get 7 bytes.
2658         2001-11-28  Nick Clifton  <nickc@cambridge.redhat.com>
2659         * config/tc-sh.c (md_apply_fix3): Treat shmedia_md_apply_fix3 as a
2660         void function.
2661         * config/tc-sh64.c (shmedia_apply_fix): Rename to
2662         shmedia_apply_fix3 and make void.
2663         2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
2664         * config/tc-sh64.c (s_sh64_abi): Remove unused arguments passed to
2665         as_bad.
2666         2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
2667         * config/tc-sh64.h (md_parse_name): Take &c as argument.
2668         2001-03-14  DJ Delorie  <dj@redhat.com>
2669         * doc/Makefile.am (CPU_DOCS): Added c-sh64.texi
2670         * doc/Makefile.in(CPU_DOCS): Ditto.
2671         * doc/c-sh64.texi: New file.
2672         * doc/as.texinfo: Add SH64 support.
2673         2001-03-13  DJ Delorie  <dj@redhat.com>
2674         * config/tc-sh64.c (shmedia_get_operands): Rename A_RESV_Fx to
2675         A_REUSE_PREV so that its purpose is more obvious.
2676         (shmedia_build_Mytes): Ditto.
2677         2001-03-07  DJ Delorie  <dj@redhat.com>
2678         * config/tc-sh64.c (sh64_vtable_entry): New, strip datalabels
2679         before processing.
2680         (sh64_vtable_inherit): Ditto.
2681         (strip_datalabels): New, strip "datalabel" from given line.
2682         * config/tc-sh.c (md_pseudo_table): Add sh64-specific vtable
2683         pseudos.
2684         2001-03-06  Hans-Peter Nilsson  <hpn@cygnus.com>
2685         * config/tc-sh64.c (shmedia_md_assemble): Move dwarf2_emit_insn
2686         call ...
2687         (shmedia_build_Mytes): ... to here.
2688         2001-03-06  DJ Delorie  <dj@redhat.com>
2689         * config/tc-sh.c: Remove sh64-specific uaquad now that there
2690         is a generic one.
2691         2001-01-21  Hans-Peter Nilsson  <hpn@cygnus.com>
2692         * config/tc-sh64.h (DWARF2_LINE_MIN_INSN_LENGTH): Override.
2693         * config/tc-sh64.c (shmedia_md_assemble): Offset recorded insn
2694         address by one in call to dwarf2_emit_insn.
2695         2001-01-13  Hans-Peter Nilsson  <hpn@cygnus.com>
2696         Implement ".abi" pseudo and correct .cranges descriptors.  Correct
2697         alignment handling broken by imported changes.
2698         * config/tc-sh64.h (HANDLE_ALIGN): Override definition in tc-sh.h.
2699         (sh64_handle_align): Declare.
2700         (MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
2701         (sh64_max_mem_for_rs_align_code): Declare.
2702         (enum sh64_isa_values): Moved here from tc-sh64.c.
2703         (md_do_align): Define.
2704         (sh64_do_align): Declare.
2705         (struct sh64_tc_frag_data): New.
2706         (TC_FRAG_TYPE): Change to struct sh64_tc_frag_data.  Users
2707         changed.
2708         (TC_FRAG_INIT): Change to set new datatype.
2709         (struct sh64_segment_info_type): Rename member
2710         last_flushed_location to last_contents_mark.  All users changed.
2711         (md_elf_section_change_hook, TC_CONS_FIX_NEW): Do not define.
2712         (shmedia_elf_new_section, sh64_tc_cons_fix_new): Do not prototype.
2713         * config/tc-sh.c (md_pseudo_table): Add ".abi".
2714         (sh_elf_cons) [HAVE_SH64]: Call sh64_update_contents_mark instead
2715         of unsetting seen_insn.
2716         (md_assemble) [HAVE_SH64] <before new SHcompact sequence>: Also
2717         call sh64_update_contents_mark.
2718         (sh_handle_align): Remove HAVE_SH64-conditioned code.
2719         * config/tc-sh64.c (sh64_isa_mode): Correct type from boolean to
2720         enum sh64_isa_values.
2721         (sh64_set_contents_type): Drop segT parameter.  All callers changed.
2722         (emitting_crange): Boolean guard moved to file scope from function
2723         scope in sh64_set_contents_type.
2724         (s_sh64_abi): New.
2725         (sh64_update_contents_mark): New; most split out from
2726         sh64_flush_pending_output.
2727         (shmedia_md_end): Call sh64_update_contents_mark.  Set
2728         sh64_isa_mode to sh64_isa_sh5_guard unless sh64_isa_unspecified.
2729         (sh64_do_align): New function.
2730         (sh64_max_mem_for_rs_align_code): New function.
2731         (sh64_handle_align): Rename from shmedia_do_align.  Make
2732         non-static.  Add head comment.  Emit zero bytes for n bytes modulo
2733         four.  Change return-type to void.
2734         (shmedia_elf_new_section): Remove.
2735         (shmedia_md_assemble): Call sh64_update_contents_mark.
2736         (s_sh64_mode): Ditto.  Do not call md_flush_pending_output.  Make
2737         new frag.  Call sh64_update_contents_mark after making the new
2738         frag.
2739         (sh64_flush_pending_output): Just call sh64_update_contents_mark
2740         and sh_flush_pending_output.
2741         (sh64_flag_output): Also call md_flush_pending_output, but add
2742         condition on not emitting_crange.
2743         (sh64_tc_cons_fix_new): Remove.
2744         2001-01-12  Nick Clifton  <nickc@redhat.com>
2745         * config/tc-sh64.c (shmedia_do_align): Fix to work with new
2746         alignment handling scheme imported from sourceware.
2747         2001-01-12  Hans-Peter Nilsson  <hpn@cygnus.com>
2748         * config/tc-sh64.h (TARGET_FORMAT): Define.
2749         (sh64_target_format): Prototype.
2750         * config/tc-sh64.c (sh64_target_mach): New function.
2751         2001-01-07  Hans-Peter Nilsson  <hpn@cygnus.com>
2752         * config/tc-sh64.c (shmedia_md_end): When equating a symbol, use
2753         zero_address_frag instead of copying the frag of the symbol.
2754         (shmedia_frob_file_before_adjust): Ditto.
2755         (shmedia_md_apply_fix) <case BFD_RELOC_SH_IMM_MEDLOW16>: Cast mask
2756         to valueT to remove signedness.
2757         (shmedia_md_convert_frag): Add parameter final.  Rename parameter
2758         headers to output_bfd.  Do not evaluate symbols if final is false;
2759         do emit fixups.
2760         (shmedia_md_estimate_size_before_relax) <case C (MOVI_IMM_32,
2761         UNDEF_MOVI) et al>: If symbol cannot be modified to be PC-relative
2762         to the current frag, call shmedia_md_convert_frag to emit fixups
2763         and make frag_wane neutralize the frag.  Update comments.
2764         * config/tc-sh.c (md_convert_frag): Change caller of
2765         shmedia_md_convert_frag.
2766         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
2767         * config/tc-sh64.h: Tweak comments and correct formatting.
2768         * config/tc-sh64.c: Ditto.
2769         (shmedia_md_convert_frag) <PT/PTA/PTB 32, 48 and 64 bit
2770         expansion, MOVI pcrel expansion>: Fix thinko calculating offset
2771         for the no-relocation case.
2772         (shmedia_check_limits): Fix range check being off-by-one for PTA.
2773         * config/tc-sh.c: Ditto.  Add proper comments to #ifdef/#ifndef
2774         wrappers.
2775         (SH64PCREL16_F): Increment for proper max-PTA handling.  Update
2776         comment.
2777         (SH64PCREL16_M, MOVI_16_M): Correct range thinko.
2778         (SH64PCREL48_M, MOVI_48_M): Similar; don't count in length of
2779         expansion.
2780         (SH64PCREL32_M, MOVI_32_M): Ditto; handle overflowing expression.
2781         Correct comment.
2782         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
2783         * config/tc-sh64.c (shmedia_md_apply_fix) <second switch, case
2784         BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1.
2785         (shmedia_md_convert_frag) <case C (SH64PCREL16_32, SH64PCREL16) et
2786         al>: Set lowest bit of field to relocate to 1 and rest to empty,
2787         if reloc is emitted.
2788         2000-12-31  Hans-Peter Nilsson  <hpn@cygnus.com>
2789         New options plus bugfixes.
2790         * config/tc-sh.c (md_longopts): New options "-no-expand" and
2791         "-expand-pt32".
2792         (md_parse_option): Handle new options.
2793         (md_show_usage): Add blurb for new options.
2794         * config/tc-sh64.c (SHMEDIA_BFD_RELOC_PT): New macro.
2795         (sh64_expand, sh64_pt32): New variables.
2796         (shmedia_init_reloc): Handle BFD_RELOC_SH_PT_16.
2797         (shmedia_md_apply_fix): Hold original fixP->fx_r_type in
2798         orig_fx_r_type.  Change SHMEDIA_BFD_RELOC_PT into
2799         BFD_RELOC_SH_PT_16.  Handle BFD_RELOC_SH_PT_16 as pc-relative.
2800         <resolved previously-pc-relative relocs>: Handle
2801         SHMEDIA_BFD_RELOC_PT and BFD_RELOC_SH_PT_16.
2802         (shmedia_md_convert_frag) <case C (SH64PCREL16PT_64, SH64PCREL16),
2803         case C (SH64PCREL16PT_32, SH64PCREL16)>: Modify to PTB if operand
2804         points to SHcompact code.
2805         <case C (SH64PCREL16_32, SH64PCREL16), case C (SH64PCREL16_64,
2806         SH64PCREL16)>: Check that ISA of what operand points at and
2807         PTA/PTB matches, or emit error.
2808         (shmedia_check_limits): Handle BFD_RELOC_SH_PT_16 and
2809         SHMEDIA_BFD_RELOC_PT.
2810         (shmedia_immediate_op): If pcrel, emit fixup also for constant
2811         operand.
2812         (shmedia_build_Mytes) <case A_IMMS16>: Also check sh64_expand in
2813         condition for MOVI expansion.
2814         <case A_PCIMMS16BY4>: Handle expansion to 32 bits only, if
2815         sh64_pt32.  Emit only a BFD_RELOC_SH_PT_16 fixup if not
2816         sh64_expand.
2817         <case A_PCIMMS16BY4_PT>: Likewise, but emit a SHMEDIA_BFD_RELOC_PT
2818         fixup.
2819         (sh64_target_format): Error-check setting of sh64_pt32 and
2820         sh64_expand.  Fix typo in check for sh64_shcompact_const_crange.
2821         (shmedia_md_pcrel_from_section): Handle BFD_RELOC_SH_PT_16 and
2822         SHMEDIA_BFD_RELOC_PT as coming from SHmedia code.
2823         2000-12-31  Hans-Peter Nilsson  <hpn@cygnus.com>
2824         * config/tc-sh64.c: Improve comments.
2825         (shmedia_md_convert_frag): Remove inactive is_pt_variant code.  Do
2826         not say the linker will check correctness of PTA/PTB expansion.
2827         (shmedia_md_end): Make non-static.
2828         * config/tc-sh64.h (md_end): Define to shmedia_md_end.  Add
2829         prototype.
2830         * config/tc-sh.c (sh_finalize): Remove.
2831         * config/tc-sh.h (md_end): Do not define.
2832         Remove prototype for sh_finalize.
2833         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2834         * config/tc-sh64.c (shmedia_frob_section_type): Use a struct
2835         sh64_section_data container when storing section type in tdata
2836         field in elf_section_data.
2837         * config/tc-sh.c (sh_elf_final_processing): Change from EF_SH64 to
2838         EF_SH5.
2839         * Makefile.am: Update dependencies.
2840         * Makefile.in: Regenerate.
2841         2000-12-22  Hans-Peter Nilsson  <hpn@cygnus.com>
2842         * config/tc-sh64.c (shmedia_md_assemble): Don't protect
2843         dwarf2_emit_insn call with test on debug_type.
2844         2000-12-19  Hans-Peter Nilsson  <hpn@cygnus.com>
2845         * config/tc-sh64.c (sh64_set_contents_type): Make contents-type
2846         CRT_SH5_ISA32 sticky for 64-bit.
2847         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
2848         Generate .crange sections when switching ISA mode or emitting
2849         constants in same section as code.
2850         * config/tc-sh64.c: Reformat structure definitions.
2851         (sh64_end_of_assembly, sh64_mix, sh64_shcompact_const_crange): New
2852         variables.
2853         (sh64_set_contents_type): Rename from sh64_init_section.  Rewrite
2854         to emit a .cranges descriptor when contents type changes.  Only
2855         emit error if changing contents type and -no-mix is in effect.
2856         (sh64_emit_crange, sh64_flush_last_crange, sh64_flag_output,
2857         sh64_flush_pending_output, sh64_tc_cons_fix_new): New functions.
2858         (shmedia_md_end): Set sh64_end_of_assembly.  Pass
2859         sh64_flush_last_crange over sections.
2860         When checking main symbol of datalabel symbol, check for
2861         STO_SH5_ISA32, not ISA type of section in definition.
2862         (shmedia_frob_file_before_adjust): Check main symbol for
2863         STO_SH5_ISA32; don't check ISA type of section in definition.
2864         (shmedia_frob_section_type): Adjust for .cranges; set section flag
2865         to SHF_SH5_ISA32_MIXED or SHF_SH5_ISA32 according to whether
2866         .cranges entries have been output.
2867         (shmedia_elf_new_section): Just call md_flush_pending_output.
2868         (shmedia_md_assemble): Do not emit a BFD_RELOC_SH_SHMEDIA_CODE
2869         fix.  Do not set tc_segment_info_data.in_code for section.  Call
2870         sh64_set_contents_type for SHmedia code.
2871         (s_sh64_mode): Do not call sh64_init_section or set seen_insn to
2872         false.  Call md_flush_pending_output.
2873         (sh64_target_format): Check that -no-mix and
2874         -shcompact-const-crange are used in sane combination with other
2875         options.
2876         (shmedia_md_pcrel_from_section): Check type of fix for how to
2877         adjust pc-relative.
2878         (sh64_consume_datalabel): Check symbol for having STO_SH5_ISA32,
2879         not ISA type of section in definition.
2880         * config/tc-sh64.h (struct sh64_segment_info_type): Rewrite to
2881         hold contents-type state.
2882         (md_flush_pending_output): Redefine to sh64_flush_pending_output.
2883         (sh64_flush_pending_output): Declare.
2884         (TC_CONS_FIX_NEW): Define to sh64_tc_cons_fix_new.
2885         (sh64_tc_cons_fix_new): Declare.
2886         * config/tc-sh.c (sh_elf_cons) [HAVE_SH64]: Unset seen_insn and
2887         call sh64_flag_output.
2888         (md_assemble) [HAVE_SH64]: Do not emit BFD_RELOC_SH_CODE.  Just
2889         call sh64_set_contents_type to mark SHcompact code and set
2890         seen_insn.
2891         (md_longopts): New options "-no-mix" and
2892         "-shcompact-const-crange".
2893         (md_parse_option): Handle new options.
2894         (md_show_usage): Add blurb for new options.
2895         (md_number_to_chars) [HAVE_SH64]: Call sh64_flag_output.
2896         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
2897         * config/tc-sh64.c: Delete investigated and obsolete fixme:s.
2898         (sh64_last_insn_frag): New.
2899         (shmedia_md_convert_frag): Use tc_frag_data field of incoming frag
2900         to get frag for insn opcode for generating fixups; do not assume it
2901         is the same frag.
2902         (shmedia_build_Mytes): Set sh64_last_insn_frag after growing frag
2903         for new insn.
2904         * config/tc-sh64.h (ELF_TC_SPECIAL_SECTIONS): Define for .cranges
2905         section.
2906         (TC_FRAG_TYPE): Define as fragS *.
2907         (TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
2908         (sh64_last_insn_frag): Declare.
2909         (sh64_consume_datalabel): Fix typo; check for seginfo != NULL,
2910         not == NULL before dereferencing.
2911         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
2912         Get rid of BFD section flag and EF_SH64_ABI64.
2913         * config/tc-sh64.c (shmedia_frob_section_type): Use
2914         elf_section_data (sec)->tdata, not a specific BFD section flag, to
2915         communicate the section as containing SHmedia code.  Describe why.
2916         * config/tc-sh.c (sh_elf_final_processing): Tweak comment.  Set
2917         EF_SH64 regardless of ABI.
2918         * config/tc-sh64.c (shmedia_md_apply_fix): Decapitalize "invalid"
2919         in error message.  Handle resolved expressions for
2920         BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
2921         BFD_RELOC_SH_IMMS10BY4 and BFD_RELOC_64.
2922         (shmedia_check_limits): Handle BFD_RELOC_64.
2923         (sh64_adjust_symtab): Do not decrement the GAS symbol value for
2924         a STO_SH5_ISA32 symbol, only the BFD value.
2925         2000-12-11  Ben Elliston  <bje@redhat.com>
2926         * config/tc-sh64.c: Call dwarf2_emit_insn, not the defunct
2927         dwarf2_generate_asm_lineno.
2928         2000-12-11  Hans-Peter Nilsson  <hpn@cygnus.com>
2929         Handle PC-relative MOVI expansions with assembler relaxation.
2930         Generate PC-relative relocs from 16-bit PC-relative expressions.
2931         * config/tc-sh64.c (SHMEDIA_MD_PCREL_FROM_FIX): Break out from...
2932         (shmedia_md_pcrel_from_section): ...here.
2933         (shmedia_md_apply_fix): Handle fixups for 16-bit operands that has
2934         turned completely resolved.  Adjust relocation type for 16-bit
2935         immediate operands that has turned PC-relative.  Adjust back for
2936         MD_PCREL_FROM_SECTION being applied twice.
2937         (shmedia_md_convert_frag): Always emit reloc for expression with
2938         global or weak symbol.  Handle relaxation result for PC-relative
2939         expressions.
2940         (shmedia_md_estimate_size_before_relax): An expression with a weak
2941         or global symbol can not be relaxed.  Break out tests for
2942         relaxable symbol into variable sym_relaxable.
2943         <cases C (MOVI_IMM_64, UNDEF_MOVI) and C (MOVI_IMM_32,
2944         UNDEF_MOVI)>: Break out any PC-relative expression and change
2945         relaxation type.
2946         (shmedia_build_Mytes): CSE &operands->operands[j] into variable
2947         opjp.
2948         <case A_IMMS16>: Fix typo for initial minor relaxation type of
2949         MOVI expansion.  If X_op_symbol of the immediate expression is
2950         set, make an expression symbol for the argument to frag_var.
2951         * config/tc-sh.c (MOVI_IMM_32_PCREL, MOVI_IMM_64_PCREL): New
2952         relaxations.
2953         (END): Adjust for new relaxations.
2954         (md_relax_table): Add entries for new relaxations.
2955         2000-12-07  Ben Elliston  <bje@redhat.com>
2956         * config/tc-sh64.c (shmedia_parse_reg): Initialize variable len.
2957         2000-12-07  Hans-Peter Nilsson  <hpn@cygnus.com>
2958         * config/tc-sh64.c (shmedia_md_convert_frag): Correct all MOVI and
2959         SHORI operand offsets in PT/PTA/PTB expansions.
2960         2000-12-05  Hans-Peter Nilsson  <hpn@cygnus.com>
2961         Implement DataLabel semantics.
2962         * config/tc-sh.c (sh_frob_file) [HAVE_SH64]: Call
2963         shmedia_frob_file_before_adjust.
2964         * config/tc-sh64.c [! OBJ_ELF]: Emit #error.
2965         (DATALABEL_SUFFIX): Define.
2966         (shmedia_md_end) <before adjusting STO_SH5_ISA32 symbols>: Walk
2967         symbol list to update "datalabel" symbols to their main symbol
2968         counterparts.
2969         (shmedia_frob_file_before_adjust): New.
2970         (sh64_adjust_symtab): For remaining datalabel symbols, set to
2971         undefined and set STT_DATALABEL.
2972         (sh64_frob_label): Initialize TC symbol field.
2973         (sh64_consume_datalabel): Actually implement semantics.  New
2974         parameter operandf, call it instead of expression.
2975         (sh64_exclude_symbol): New.
2976         * config/tc-sh64.h (md_parse_name): Pass on the function operand
2977         to sh64_consume_datalabel.
2978         (tc_symbol_new_hook): Define to tc_frob_symbol.
2979         (TC_SYMFIELD_TYPE): Define to symbolS *.
2980         (tc_frob_symbol): Define to call sh64_exclude_symbol.
2981         2000-12-01  Hans-Peter Nilsson  <hpn@cygnus.com>
2982         * config/tc-sh64.c (shmedia_init_reloc): Tweak comment for default
2983         case.
2984         (shmedia_md_assemble): Call dwarf2_generate_asm_lineno if
2985         generating dwarf2 debug information.
2986         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2987         * config/tc-sh64.c (sh64_target_format): Use elf64-sh64l and
2988         elf64-sh64 for the 64-bit ABI.
2989         * config/tc-sh.c (md_show_usage): Tweak usage output for -abi=*
2990         option.
2991         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
2992         * config/tc-sh.c: Remove conditionalizing on HAVE_SH64 for
2993         case-insensitivity.
2994         2000-11-27  Hans-Peter Nilsson  <hpn@cygnus.com>
2995         * config/tc-sh64.c: Tweak comments, formatting and error messages.
2996         (enum sh64_abi_values): New type.
2997         (enum sh64_isa_values): New type.
2998         (sh64_isa_mode): Replace shmedia_mode.  All referers changed.
2999         (seen_shcompact_mode, seen_shmedia_mode): Delete.
3000         (sh64_abi): Replace shmedia_64.
3001         (shmedia_md_convert_frag) <C (MOVI_IMM_64, MOVI_64),
3002         C (MOVI_IMM_32, MOVI_32)>: Correct register number handling.
3003         (s_sh64_mode): Check validity for this target.
3004         (sh64_target_format): Initialize defaults for ISA and ABI.
3005         Fallback to old object format if no SH64 ISA or ABI has been
3006         specified.
3007         * config/tc-sh.c (md_parse_option): Check combinations for errors.
3008         (sh_elf_final_processing): Change to have EF_SH64_ABI64 for 64-bit
3009         ABI and EF_SH64 for 32-bit ABI, if SH64 options are specified.
3010         * config/tc-sh64.h: Fix typo in comment.
3011         2000-11-25  Hans-Peter Nilsson  <hpn@cygnus.com>
3012         * config/tc-sh64.c (shmedia_md_estimate_size_before_relax)
3013         <PT fixups for absolute values>: Size will be longest, not
3014         shortest.
3015         (shmedia_md_convert_frag): Disable PTB-warning machinery.  Correct
3016         all MOVI and SHORI operand offsets in PT/PTA/PTB expansions.
3017         * config/tc-sh.c (parse_reg) [HAVE_SH64]: Add local variables l0
3018         and l1 to hold lowercase of two first characters.  Change all
3019         remaining TO_LOWER to tolower.
3020         * config/tc-sh64.c (TO_LOWER): Delete.
3021         (shmedia_find_cooked_opcode): Use tolower, not TO_LOWER.
3022         (md_parse_name): Define.
3023         (sh64_consume_datalabel): Declare.
3024         (DOLLAR_DOT): Define.
3025         * config/tc-sh64.c (shmedia_parse_exp): New.
3026         (sh64_consume_datalabel): New; just ignoring datalabel semantics.
3027         (shmedia_parse_reg): Remove const from src
3028         parameter.
3029         (shmedia_get_operands): Ditto for args parameter and ptr variable.
3030         (shmedia_md_assemble): Ditto for op_end variable.
3031         (shmedia_get_operand): Ditto for ptr parameter and src variable.
3032         Use shmedia_parse_exp, not parse_exp.
3033         * config/tc-sh64.c (shmedia_parse_reg): Add shmedia_arg_type
3034         parameter.  All callers changed.
3035         (shmedia_get_operand): Add shmedia_arg_type parameter.  All
3036         callers changed.
3037         (shmedia_parse_reg): Put first two character in local variables.
3038         Use tolower, not TO_LOWER.  If no register is found and argtype
3039         indicates a control register, scan shmedia_creg_table
3040         case-insensitive.
3041         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
3042         * Makefile.am (CPU_TYPES): Add sh64.
3043         (TARGET_CPU_CFILES): Add config/tc-sh64.c.
3044         (TARGET_CPU_HFILES): Add config/tc-sh64.h.
3045         Regenerate dependencies.
3046         * Makefile.in: Regenerate.
3047         * configure.in: Add support for sh64-*-elf*.
3048         * configure: Regenerate.
3049         * config/tc-sh64.h: New.
3050         * config/tc-sh64.c: New.
3051         * config/tc-sh.c (md_pseudo_table) [HAVE_SH64]: New pseudos
3052         .mode, .isa and .uaquad.
3053         [HAVE_SH64] (SH64PCREL16_32, SH64PCREL16_64, SH64PCREL16PT_32,
3054         SH64PCREL16PT_64, MOVI_IMM_32, MOVI_IMM_64): Define.
3055         [HAVE_SH64] (END): Define as 10.
3056         [HAVE_SH64] (UNDEF_SH64PCREL, SH64PCREL16, SH64PCREL32,
3057         SH64PCREL48, SH64PCREL64, UNDEF_MOVI, MOVI_16, MOVI_32, MOVI_48,
3058         MOVI_64): Define.
3059         [HAVE_SH64] (SH64PCREL16_F, SH64PCREL16_M, SH64PCREL16_LENGTH,
3060         SH64PCREL32_F, SH64PCREL32_M, SH64PCREL32_LENGTH, SH64PCREL48_F,
3061         SH64PCREL48_M, SH64PCREL48_LENGTH, SH64PCREL64_LENGTH,
3062         MOVI_16_LENGTH, MOVI_32_LENGTH, MOVI_48_LENGTH, MOVI_64_LENGTH):
3063         Define.
3064         (md_relax_table) [HAVE_SH64]: Provide relaxations for SHmedia.
3065         (md_begin) [HAVE_SH64]: Call shmedia_md_begin.
3066         (parse_reg) [HAVE_SH64]: Parse register names case-insensitive.
3067         (md_assemble) [HAVE_SH64]: Call shmedia_md_assemble if assembling
3068         SHmedia instructions.  Handle state-change after switching to
3069         SHcompact.
3070         (md_longopts) [HAVE_SH64]: New options --isa=* and --abi=*.
3071         (md_parse_option) [HAVE_SH64]: Parse new options.
3072         (md_show_usage) [HAVE_SH64]: Show usage of new options.
3073         (md_convert_frag) [HAVE_SH64] <default>: Call
3074         shmedia_md_convert_frag instead of abort.
3075         (sh_force_relocation) [HAVE_SH64]: Also force relocation for
3076         BFD_RELOC_SH_SHMEDIA_CODE.
3077         (sh_elf_final_processing) [HAVE_SH64]: Set flags identifying
3078         SHcompact or SHmedia code.
3079         (md_apply_fix) [HAVE_SH64] <default>: Return result from calling
3080         shmedia_md_apply_fix instead of abort.
3081         (md_estimate_size_before_relax) [HAVE_SH64] <default>: Return
3082         result from calling shmedia_md_estimate_size_before_relax instead
3083         of calling abort.
3084         (sh_do_align) [HAVE_SH64]: If shmedia_mode, let shmedia_do_align
3085         do the work.
3086         (tc_gen_reloc) [HAVE_SH64]: For unrecognized relocs, call
3087         shmedia_init_reloc and do nothing more if it returns non-zero.
3088         (sh_finalize) [HAVE_SH64]: Call shmedia_md_end.
3089         * po/POTFILES.in: Regenerate.
3090         * po/gas.pot: Regenerate.
3092 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
3094         * config/tc-sh.c (parse_at): Install the correct version of
3095         2002-02-04's patch.
3097         * config/tc-sh.c (md_apply_fix3) <BFD_RELOC_32_PLT_PCREL>: Don't
3098         assume fixP->fx_subsy is non-NULL.
3100 2002-02-04  Alexandre Oliva  <aoliva@redhat.com>
3102         * config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to
3103         A_DISP_PC_ABS, and adjust it by -4.
3104         (get_specific): Accept A_DISP_PC_ABS where A_DISP_PC is
3105         expected.
3106         (build_Mytes): Mark PCRELIMM fix-ups as pc-relative only if
3107         the operand type is not A_DISP_PC_ABS.
3109 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
3111         * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value of
3112         common and weak symbols.  Handle common and weak symbols as
3113         undefined symbols with regards to GREG handling and merging.
3114         (mmix_frob_file): Ditto.
3116 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
3118         * configure.in (hppa-*-netbsd*): New target.
3119         * configure: Regenerate.
3120         * config/tc-hppa.h: Also define WARN_COMMENTS if TE_NetBSD.
3122 2002-02-02  Alan Modra  <amodra@bigpond.net.au>
3124         * config/tc-v850.c: Add missing prototypes amd use old-style
3125         function definitions.
3126         (AREA_ZDA, AREA_SDA, AREA_TDA): Delete.
3127         (sdata_section tdata_section, zdata_section, sbss_section,
3128         tbss_section, zbss_section, rosdata_section, rozdata_section,
3129         scommon_section, tcommon_section, zcommon_section,
3130         call_table_data_section, call_table_text_section): Delete.
3131         (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
3132         v850_zbss, v850_bss, v850_rosdata, v850_rozdata,
3133         v850_call_table_data, v850_call_table_text): Delete.
3134         (struct v850_seg_entry): New.
3135         (v850_seg_table): New.
3136         (SDATA_SECTION TDATA_SECTION, ZDATA_SECTION, SBSS_SECTION,
3137         TBSS_SECTION, ZBSS_SECTION, BSS_SECTION, ROSDATA_SECTION,
3138         ROZDATA_SECTION, SCOMMON_SECTION, TCOMMON_SECTION, ZCOMMON_SECTION,
3139         CALL_TABLE_DATA_SECTION, CALL_TABLE_TEXT_SECTION): Define.
3140         (do_v850_seg): New.
3141         (v850_seg): New.
3142         (v850_comm): Use do_v850_seg and v850_seg_table.  Simplify
3143         recording of alignment.
3144         (md_pseudo_table): Use v850_seg.
3145         (md_begin): Don't init .call_table_data and .call_table_text here.
3146         Set v850_seg_table bss entry.
3148 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
3150         Support on-demand global register allocation by passing on
3151         base-plus-offset relocs to the linker.
3152         * config/tc-mmix.c: Tweak and fix typos in comments.
3153         (allocate_undefined_gregs_in_linker): New variable.
3154         (OPTION_LINKER_ALLOCATED_GREGS): New option macro.
3155         (md_longopts): Add --linker-allocated-gregs.
3156         (md_parse_option) <case 'x'>: Imply --linker-allocated-gregs.
3157         <case OPTION_LINKER_ALLOCATED_GREGS>: New.
3158         (md_show_usage): Update text for -x.  Add text for
3159         --linker-allocated-gregs.
3160         (tc_gen_reloc): Derive default value for addend from val and
3161         baddsy.  Use addsec and bfd_is_abs_section in more places.  Don't
3162         emit error for BFD_RELOC_MMIX_BASE_PLUS_OFFSET without suitable
3163         GREG if allocate_undefined_gregs_in_linker.
3164         * doc/as.texinfo (Overview) <Target MMIX options>: Add
3165         --linker-allocated-gregs.
3166         * doc/c-mmix.texi (MMIX-Opts): Add blurb about
3167         --linker-allocated-gregs.  Mention that it's implied by -x.
3168         (MMIX-Pseudos) <GREG>: Mention when and how a GREG can be omitted.
3169         (MMIX-mmixal): Clarify dated comparison and location of MMIXware.
3171         * config/tc-mmix.h (md_parse_name): Use ISUPPER, not isupper.
3173 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
3175         * Makefile.am: Run "make dep-am"
3176         * Makefile.in: Regenerate.
3178 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
3180         * config/tc-or32.c: New file.
3181         * config/tc-or32.h: New file.
3182         * configure.in: Add support for or32 targets.
3183         * configure: Regenerate.
3184         * config/obj-coff.c: Add support for or32 targets.
3185         * config/obj-coff.h: Add support for or32 targets.
3186         * Makefile.am: Add support for or32 targets.
3187         * Makefile.in: Regenerate.
3188         * NEWS: Mention support for OpenRISC.
3189         * doc/Makefile.in: Regenerate.
3190         * po/POTFILES.in: Regenerate.
3191         * po/gas.pot: Regenerate.
3193 2002-01-30  Richard Sandiford  <rsandifo@redhat.com>
3195         * config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iy
3196         and mod.
3198 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
3200         * config/tc-mips.c (tc_gen_reloc): Arrange for
3201         BFD_RELOC_PCREL_HI16_S relocations to be output relative to
3202         their LO16 parts, even for ELF.
3204 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
3206         * config/tc-i386.c: Protect definitions of true and false
3207         from redefinition.
3209 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
3211         * config/obj-elf.c (elf_frob_file_before_adjust): Remove symbols
3212         made because of .weak, if they are neither defined nor used in any
3213         way.
3215 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
3217         * configure: Regenerated.
3219 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
3221         * doc/Makefile.am (install): Depend on install-info.
3222         * doc/Makefile.in: Regenerate.
3224 2002-01-26  Nick Clifton <nick@redhat.com>
3226         * po/fr.po: Updated version
3228 2002-01-24  Kazu Hirata  <kazu@hxi.com>
3230         * config/tc-h8300.c (check_operand): Don't print a warning
3231         when a valid 24-bit address is given to a 16-bit address
3232         operand.
3234 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
3236         * config/tc-sh.c (sh_elf_suffix): Removed.
3237         (sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new,
3238         sh_end_of_match, sh_parse_name): New functions.
3239         (sh_elf_cons): Simplify.
3240         (parse_exp): Reject misplaced PIC operands.
3241         (md_undefined_symbol): Simplify.
3242         (sh_fix_adjustable): Let @GOTOFF be adjusted.
3243         (md_apply_fix3): Write @PLT and @GOTOFF addends in place.
3244         (tc_gen_reloc): Move fixp subsy absolute value into addnumber.
3245         Complain if subsy remains at the end.
3246         * config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare.
3247         (md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define.
3249 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
3251         * config/tc-mn10300.c (xr_registers): Move `pc'...
3252         (other_registers): ... here.
3254 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
3256         * Makefile.am: Run "make dep-am".
3257         * Makefile.in: Regenerate.
3258         * gas/po/POTFILES.in: Regenerate.
3260 2002-01-21  DJ Delorie  <dj@redhat.com>
3262         * config/obj-coff.c (obj_coff_init_stab_section): Make the
3263         stabstr_name allocation permanent, as it will be referenced from
3264         the section hash.
3266 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
3268         * configure.in (ia64-*-netbsd*): New target.
3269         * configure: Regenerate.
3271 2002-01-21  Hans-Peter Nilsson  <hp@bitrange.com>
3273         * doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
3274         to @dots call.
3275         <Detailed description, ARM options>: Ditto.
3276         * doc/c-arm.texi (ARM Options): Ditto.
3278 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
3280         * tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
3281         do_mia, do_mar and do_mra respectively.
3282         (do_mav_*): Renamed from do_c_*.
3283         (mav_reg_required_here, mav_parse_offset): Renamed from
3284         cirrus_reg_required_here and cirrus_parse_offset respectively.
3285         (MAV_MODE?): Renamed from CIRRUS_MODE?.
3287 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
3288             Keith Walker  <keith.walker@arm.com>
3290         * tc-arm.c (ARM_EXT_V5J, ARM_ARCH_V5TEJ): Define.
3291         (insns): Add pattern for bxj instruction.
3292         (do_bxj): New function.
3293         (arm_cpus): Add arm926ej.
3294         (arm_archs): Add armv5tej.
3296 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
3298         * doc/c-arm.texi: Add new fpe options to list of supported flags.
3300 2002-01-19  Keith Walker  <keith.walker@arm.com>
3302         * tc-arm.c (arm_fpus): Add fpe2 and fpe3.
3304 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
3306         * NEWS: Mention new ARM command-line options and VFP support.
3308         * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE.  All
3309         uses changed.
3310         (ARM_CEXT_MAVERICK): Similarly.
3311         (ARM_ANY): Now means any core instruction.
3312         (CPU_DEFAULT): Default to ARM_ANY.
3313         (uses_apcs_26, atcps, support_interwork, uses_apcs_float)
3314         (pic_code): Declare for all object types.  Make type int.
3315         (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
3316         (march_fpu_opt, mfpu_opt): Declare.
3317         (md_longopts): Tidy up conditional definitions.
3318         (arm_opts, arm_cpus, arm_archs, arm_fpus, arm_extensions)
3319         (arm_long_opts): New tables.
3320         (arm_parse_cpu, arm_parse_arch, arm_parse_fpu): New functions.
3321         (arm_parse_extension): New function.
3322         (md_parse_option): Rewrite using new table-driven system.
3323         (md_show_usage): Use new table-driven system.
3324         (md_begin): Calculate cpu_variant from command line option data.
3325         * doc/as.texinfo (ARM ISA options): Docuement new ARM-specific
3326         command-line options.
3327         * doc/c-arm.texi: Likewise.
3329 2002-01-18  Andreas Jaeger  <aj@suse.de>
3331         * as.c (parse_args): Update year.
3333 2002-01-17  Timothy Wall  <twall@alum.mit.edu>
3335         * config/tc-tic54x.c (encode_address): Add a more informative
3336         warning about incorrect syntax.
3338 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
3340         * po/gas.pot: Regenerate.
3342 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
3344         * macro.c (get_any_string): Add no-c-format comment to prevent
3345         confusion when translating string.
3346         * gasp.c (get_any_string): Add no-c-format comment to prevent
3347         confusion when translating string.
3349 2002-01-16  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3350             Johannes Stezenbach <js@convergence.de>
3351         * config/tc-mips.c (percent_op): Ensure longer percent_op's are
3352         matched before the shorter ones.
3353         (my_getSmallParser): Fix handling of nested parentheses in
3354         percent_op's. Code cleanup.
3355         (my_getPercentOp): New function, code from my_getSmallParser.
3356         (my_getSmallExpression): Fix handling of closing parentheses.
3357         Code cleanup. Better comments.
3359 2002-01-16  Nick Clifton <nickc@redhat.com>
3361         po/tr.po: New file: Turkish translation.
3362         configure.in (LINGUAS): Add "tr".
3363         configure: Regenerate.
3365 2002-01-15  Richard Earnshaw  <rearnsha@arm.com>
3367         Support for VFP instructions
3368         * tc-arm.c (CP_WB_OK, CP_NO_WB): New defines.
3369         (cp_address_required_here): New argument wb_ok.  When false, do not
3370         accept write-back forms of addressing.  Change all callers.
3371         (FPU_VFP_EXT_NONE, FPU_VFP_EXT_V1xD, FPU_VFP_VFP_V1)
3372         (FPU_VFP_EXT_V2): Define.
3373         (FPU_ARCH_VFP, FPU_ARCH_VFP_V1xD, FPU_ARCH_VFP_V1, FPU_ARCH_VFP_V2):
3374         Define in terms of above.
3375         (vfp_dp_reg_pos, vfp_sp_reg_pos, vfp_ldstm_type): New enums.
3376         (vfp_reg): New struct.
3377         (vfp_regs): New array of registers.
3378         (insns): Add VFP instructions.
3379         (sn_table): New array of VFP single-precision register names.
3380         (dn_table): New array of VFP double-precision register names.
3381         (all_reg_maps): Add the new register tables.
3382         (arm_reg_type): Add new values for above.  Increase RET_TYPE_MAX.
3383         (vfp_sp_reg_required_here, vfp_dp_reg_required_here, do_vfp_sp_monadic)
3384         (do_vfp_dp_monadic, do_vfp_sp_dyadic, do_vfp_dp_dyadic)
3385         (do_vfp_reg_from_sp, do_vfp_sp_reg2, do_vfp_sp_from_reg)
3386         (do_vfp_reg_from_dp, do_vfp_reg2_from_dp, do_vfp_dp_from_reg)
3387         (do_vfp_dp_from_reg2, vfp_psr_parse, vfp_psr_required_here)
3388         (do_vfp_reg_from_ctrl, do_vfp_ctrl_from_reg, do_vfp_sp_ldst)
3389         (do_vfp_dp_ldst, vfp_sp_reg_list, vfp_dp_reg_list, vfp_sp_ldstm)
3390         (vfp_dp_ldstm, do_vfp_sp_ldstmia, do_vfp_sp_ldstmdb, do_vfp_ldstmia)
3391         (do_vfp_dp_ldstmdb, do_vfp_xp_ldstmia, do_vfp_xp_ldstmdb)
3392         (do_vfp_sp_compare_z, do_vfp_dp_compare_z, do_vfp_dp_sp_cvt)
3393         (do_vfp_sp_dp_cvt): New functions.
3394         (md_begin): Set soft-float flag for appropriate VFP work.
3395         (md_atof): Handle VFP-format doubles.
3396         (md_parse_option): Handle VFP command-line options.
3397         (md_show_usage): Display VFP command-line options.
3399 2002-01-15  Richard Earnshaw  <rearnsha@arm.com>
3401         * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
3402         various command line options.
3404 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
3406         * config/tc-xstormy16.c: (xstormy16_fix_adjustable): Do not fix
3407         vtinherit relocs.
3408         (xstormy16_md_apply_fix3): Do not return a value.
3410 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
3412         * tc-arm.c (md_longopts): On targets that aren't bi-endian, support
3413         the -EL/-EB option that matches the target's endianness.
3414         (md_parse_option): Likewise.
3416 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
3418         * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
3419         is not dependent on ARM_BI_ENDIAN.
3421 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
3423         * tc-arm.c (all error messages): Normalize capitalization of messages.
3425         * tc-arm.h (md_operand): Delete define.
3426         * tc-arm.c (in_my_get_expression): New static variable.
3427         (my_get_expression): Set and clear it.
3428         (md_operand): New function.  If called from my_get_expression
3429         put the error in inst.error.
3430         (output_inst): Now takes argument of instruction being assembled.
3431         Print it out with any error message.
3432         (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store
3433         with '=' syntax.
3434         (end_of_line): Don't update inst.error if it is already set.
3436 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
3438         * tc-arm.c (do_ldst): Fix handling an immediate expression pseudo
3439         op that can be translated into a mvn instruction.
3441 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
3443         * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for
3444         setting default md.flags.
3445         (SHT_INIT_ARRAY): New elf special section used by HP-UX.
3446         (SHT_FINI_ARRAY): New elf special section used by HP-UX.
3447         * gas/config/tc-ia64.c (setup_unwind_header): Add support
3448         for 32 bit unwind info blocks.
3449         (generate_unwind_image): Add support for different types
3450         of unwind images (32 bits and/or big-endian).
3451         (ia64_init): Use MD_FLAGS_DEFAULT to set md.flags.
3452         (ia64_target_format): Add support for hpux target formats.
3453         (ia64_gen_real_reloc_type): Add support for FUNC_IPLT_RELOC.
3454         (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
3455         SHT_FINI_ARRAY elf section types.
3457 2002-01-10  Richard Earnshaw  <rearnsha@arm.com>
3459         * tc-arm.c (struct reg_entry): Move before prototypes.
3460         (int_register, cp_register, fp_register): Delete.
3461         (reg_table): Delete.  Replaced with ...
3462         (rn_table, cp_table, cn_table, fn_table, mav_mvf_table)
3463         (mav_mvd_table, mav_mvfx_table, mav_mvdx_table, mav_mvax_table)
3464         (mav_dspsc_table): ... one table per register set.
3465         (arm_reg_hsh): Delete.
3466         (struct reg_map): New structure.
3467         (all_reg_maps): New array.
3468         (enum arm_reg_type): New enums.
3469         (build_reg_hsh): New function.
3470         (insert_reg_alias): Use hash table passed by caller.  Adjust all
3471         callers.
3472         (create_register_alias): New function, split out from ...
3473         (md_assemble): ... here.
3474         (md_begin): Build new register hash tables.
3475         (arm_reg_parse): New argument for the hash table to search.  Adjust all
3476         callers.
3477         (arm_reg_parse_any): New function.
3478         (co_proc_number): Look up the processor number in the processor hash
3479         table.
3480         (cirrus_regtype): Delete.
3481         (cirrus_register, cirrus_mvf_register, cirrus_mvd_register)
3482         (cirrus_mvfx_register, cirrus_mvdx_register, cirrus_mvax_register)
3483         (ARM_EXT_MAVERICKsc_register): Delete.
3484         (do_c_binops_1, do_c_binops_2, do_c_binops_3): Delete.
3485         (do_c_binops_1[a-o], do_c_binops_2[a-c], do_c_binops_3[a-d]): New
3486         functions.
3487         (do_c_triple_4, do_c_triple_5): Delete.
3488         (do_c_triple_4[ab], do_c_triple_5[a-h]): New functions.
3489         (do_c_quad_6): Delete.
3490         (do_c_quad_6[ab]): New functions.
3491         (do_c_binops, do_c_triple, do_c_quad, do_c_shift, do_c_ldst): Rework
3492         arguments to use new register parsing methods.
3493         (cirrus_reg_required_here): Likewise.
3494         (insns): Reclassify cirrus maverick worker functions.
3495         (cirrus_valid_reg): Delete.
3497 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
3499         * configure.in (sh*le): Set cpu_type=sh and endian=little.
3500         (sh*-*-netbsdelf*): New target.
3501         * configure: Regenerate.
3502         * tc-sh.h: Update copyright years.
3503         (TARGET_FORMAT): Add version for TE_NetBSD.
3505 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
3507         * read.c (emit_expr): Do not allow 'size' or 'nbytes' to go
3508         negative.
3510 2002-01-06  Alan Modra  <amodra@bigpond.net.au>
3512         * config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
3513         * config/tc-m68k.c (md_relax_table): Add md_prepare_relax_scan comment.
3515 2002-01-05  Daniel Jacobowitz  <drow@mvista.com>
3517         * tc-mips.c (mips_cprestore_valid): New flag.
3518         (mips_frame_reg_valid): New flag.
3519         (macro) [M_JAL_2]: Check both flags.
3520         [M_JAL_A]: Likewise.
3521         (s_cprestore): Set mips_cprestore_valid.
3522         (tc_get_register): If setting mips_frame_reg, set
3523         mips_frame_reg_valid and clear mips_cprestore_valid.
3524         (s_mips_ent): Clear both flags.
3525         (s_mips_end): Clear both flags.
3527 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
3529         * write.c (write_object_file): Make use of bfd_section_list_remove.
3530         * config/obj-ecoff.c (ecoff_frob_file): Likewise.
3531         * config/tc-mmix.c (mmix_frob_file): Likewise.
3533 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
3535         * configure.in (i386-*-netbsdelf*): Collapse target into...
3536         (i386-*-netbsd*): ...this.  Add support for x86-64.
3537         * configure: Regenerated.
3539 2002-01-03  matthew green  <mrg@redhat.com>
3541         * config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.
3543 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
3545         * config/tc-m68k.c (md_estimate_size_before_relax): Test for a
3546         NULL frag link.
3548 For older changes see ChangeLog-0001
3550 Local Variables:
3551 mode: change-log
3552 left-margin: 8
3553 fill-column: 74
3554 version-control: never
3555 End: