New TI port supports both C4x and C3x series of DSPs.
[binutils.git] / gas / ChangeLog
blob4f419868661b0725422fad5ef7ee0f7b2e251880
1 2002-09-11  Nick Clifton  <nickc@redhat.com>
3         * NEWS: New TI port supports both C4x and C3x series of DSPs.
5         * po/tr.po: Updated Turkish translation.
7 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
9         * config/tc-i386.c (md_apply_fix3): Allow addend for
10         BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and
11         BFD_RELOC_386_TLS_LE_32.
13 2002-09-05  Jeff Law  <law@redhat.com>
15         * config/tc-hppa.c (md_apply_fix3): Don't set fx_done for
16         marker relocations such as ENTRY/EXIT.
17         * config/tc-hppa.h (MD_APPLY_SYM_VALUE): Definition applies
18         to both OBJ_ELF and OBJ_SOM.
20 2002-09-05  Alan Modra  <amodra@bigpond.net.au>
22         * doc/internals.texi (md_apply_fix3): Expand.
23         (TC_VALIDATE_FIX, TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_ABS,
24         TC_FORCE_RELOCATION_LOCAL, TC_FORCE_RELOCATION_SUB_SAME,
25         TC_FORCE_RELOCATION_SUB_ABS, TC_FORCE_RELOCATION_SUB_LOCAL,
26         TC_VALIDATE_FIX_SUB, MD_APPLY_SYM_VALUE, S_FORCE_RELOC,
27         EXTERN_FORCE_RELOC): Document.
28         (TC_HANDLES_FX_DONE, obj_fix_adjustable): Remove.
29         * as.h: Don't include struc-symbol.h for arc.
30         (IS_ELF): Define.
31         * cgen.c (gas_cgen_md_apply_fix3): Remove *valP fudges and code to
32         subtract absolute symbol.
33         * obj.h (struct format_ops): Add frob_file_before_fix.
34         * subsegs.c (section_symbol): Set BSF_SECTION_SYM flag.
35         * symbols.c (S_FORCE_RELOC): New function.
36         * symbols.h (S_FORCE_RELOC): Declare.
37         * write.c (TC_FORCE_RELOCATION): Change default.
38         (TC_FORCE_RELOCATION_ABS): Define.
39         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
40         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
41         (TC_FORCE_RELOCATION_SECTION): Don't define.
42         (TC_FORCE_RELOCATION_SUB_SAME): Define this instead.
43         (TC_FORCE_RELOCATION_SUB_ABS): Define.
44         (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
45         (TC_VALIDATE_FIX_SUB): Define.
46         (TC_FIX_ADJUSTABLE): Don't define.
47         (MD_APPLY_SYM_VALUE): Define this instead.
48         (abs_section_sym): New variable.
49         (adjust_reloc_syms): Use S_FORCE_RELOC.  Remove obj_fix_adjustable
50         call.  Don't symbol_mark_used_in_reloc here.  Simplify link_once tests.
51         Don't put the absolute section sym on fixups here.
52         (fix_segment): New function.
53         (write_relocs): Don't call fixup_segment from here.
54         (write_object_file): Instead call tc_frob_file_before_fix,
55         obj_frob_file_before_fix, and fix_segment prior to symbol table code.
56         Don't output the absolute section symbol.
57         (fixup_segment): Rewrite.
58         * write.h (abs_section_sym): Declare.
59         * config/obj-aout.c (obj_aout_frob_file_before_fix): Rename from
60         obj_aout_frob_file.
61         (aout_format_ops): Adjust to suit.
62         * config/obj-aout.h (obj_frob_file): Don't define.
63         (obj_frob_file_before_fix): Define.
64         (obj_aout_frob_file_before_fix): Rename from obj_aout_frob_file.
65         (S_FORCE_RELOC): Define.
66         * config/obj-bout.h (S_FORCE_RELOC): Define.
67         * config/obj-coff.c (coff_format_ops): Init new field.
68         * config/obj-coff.h: Formatting fixes.
69         (obj_sec_sym_ok_for_reloc): Define.
70         (S_FORCE_RELOC): Define.
71         * config/obj-ecoff.c (ecoff_frob_file_before_fix): Split out ..
72         (ecoff_frob_file): .. from here.
73         (ecoff_format_ops): Add new function.
74         * config/obj-ecoff.h (ecoff_frob_file_before_fix): Declare.
75         (obj_frob_file_before_fix): Define.
76         * config/obj-elf.c (elf_format_ops): Init new field.
77         * config/obj-elf.h (obj_sec_sym_ok_for_reloc): Expand comment.
78         * config/obj-ieee.h: Formatting fixes.
79         (S_FORCE_RELOC): Define.
80         * config/obj-multi.h (obj_frob_file_before_fix): Define.
81         * config/obj-vms.h (S_FORCE_RELOC): Define.
82         * config/tc-alpha.c (md_apply_fix3): Correct GPDISP comment.
83         (alpha_force_relocation): Use S_FORCE_RELOC, and don't return 0
84         for BFD_RELOC_32 and BFD_RELOC_64.
85         (alpha_fix_adjustable): Remove extern and weak tests.
86         (alpha_before_fix): Rename from alpha_adjust_symtab.
87         (alpha_adjust_relocs): Rename from alpha_adjust_symtab_relocs.
88         * config/tc-alpha.h (struct fix, struct alpha_reloc_tag): Declare.
89         (TC_VALIDATE_FIX): Tweak param name.
90         (TC_FORCE_RELOCATION, tc_fix_adjustable): Likewise.
91         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
92         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
93         (MD_APPLY_SYM_VALUE): Define.
94         (tc_adjust_symtab): Don't define.
95         (alpha_adjust_symtab): Don't declare.
96         (tc_frob_file_before_fix): Define.
97         (alpha_before_fix): Declare.
98         (TC_INIT_FIX_DATA): Tweak param names.
99         * config/tc-arc.c: Include "struc-symbol.h".
100         (md_pcrel_from): Remove undefined sym fudge.
101         (md_apply_fix3): Remove *valP fudges and code to subtract abs sym.
102         Don't set fx_addnumber.
103         (tc_gen_reloc): Remove spurious fx_addnumber comment.
104         * config/tc-arc.h (MD_APPLY_SYM_VALUE): Define.
105         (EXTERN_FORCE_RELOC): Define.
106         * config/tc-arm.c (md_apply_fix3 <case BFD_RELOC_ARM_GOTPC>): Remove.
107         (tc_gen_reloc): Fudge ARM_GOTPC addend.
108         (arm_validate_fix): Return void.
109         (arm_fix_adjustable <elf version>): Remove extern and weak tests.
110         Add plt and got reloc tests.
111         (arm_force_relocation): Call S_FORCE_RELOC.
112         * config/tc-arm.h (struct fix): Forward declare.
113         (TC_VALIDATE_FIX): No longer set add_symbolP.
114         (arm_validate_fix): Adjust declaration.
115         (TC_FORCE_RELOCATION <pe version): Call S_FORCE_RELOC.
116         (TC_FORCE_RELOCATION): Tweak param name.
117         (TC_INIT_FIX_DATA): Likewise.
118         (obj_fix_adjustable): Don't define.
119         (tc_fix_adjustable): Call arm_fix_adjustable.
120         (TC_FIX_ADJUSTABLE): Don't define.
121         (MD_APPLY_SYM_VALUE): Define.
122         (EXTERN_FORCE_RELOC): Define.
123         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
124         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
125         * config/tc-avr.c (md_apply_fix3): Don't cast valP pointer type.
126         Remove *valP fudges and code to subtract abs sym.  Don't set
127         fx_addnumber.
128         * config/tc-avr.h: Formatting.
129         (EXTERN_FORCE_RELOC): Define.
130         (MD_APPLY_SYM_VALUE): Define.
131         * config/tc-cris.c (tc_gen_reloc): Don't use fx_addnumber.
132         (md_apply_fix3): Remove code to subtract abs sym.
133         (md_cris_force_relocation): Update comment.  Call S_FORCE_RELOC.
134         * config/tc-cris.h (TC_FORCE_RELOCATION): Tweak param name.
135         (IS_CRIS_PIC_RELOC, tc_fix_adjustable): Likewise.
136         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
137         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
138         (tc_fix_adjustable): Remove extern, weak tests.
139         * config/tc-d10v.c (tc_gen_reloc): Don't fiddle address of
140         BFD_RELOC_VTABLE_INHERIT relocs.  Don't use fx_addnumber.
141         (md_apply_fix3): Don't cast valP pointer type.  Remove *valP fudges
142         and code to subtract abs sym.
143         (d10v_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
144         (d10v_force_relocation): Call S_FORCE_RELOC.
145         * config/tc-d10v.h: Don't include write.h.
146         (struct fix): Instead, forward declare.
147         (MD_PCREL_FROM_SECTION): Tweak param names.
148         (md_pcrel_from_section): Use "struct fix" instead of "fixS".
149         (d10v_fix_adjustable): Likewise.
150         (obj_fix_adjustable): Don't define.
151         (tc_fix_adjustable): Define.
152         (TC_FORCE_RELOCATION): Tweak param name.
153         (MD_APPLY_SYM_VALUE): Define.
154         (EXTERN_FORCE_RELOC): Define.
155         * config/tc-d30v.c (tc_gen_reloc): Don't use fx_addnumber.
156         (md_apply_fix3): Don't cast valP pointer type.  Remove *valP fudges
157         and code to subtract abs sym.
158         * config/tc-d30v.h: Don't include write.h.
159         (struct fix): Instead, forward declare.
160         (MD_PCREL_FROM_SECTION): Tweak param names.
161         (md_pcrel_from_section): Use "struct fix" instead of "fixS".
162         (MD_APPLY_SYM_VALUE): Define.
163         (EXTERN_FORCE_RELOC): Define.
164         * config/tc-dlx.c (md_dlx_force_relocation): Call S_FORCE_RELOC.
165         (md_dlx_fix_adjustable): Don't test for NULL fx_addsy.
166         (md_apply_fix3): No need to test fx_pcrel before setting fx_done.
167         (tc_gen_reloc): Don't fiddle with BFD_RELOC_VTABLE_INHERIT relocs.
168         Adjust the address for BFD_RELOC_VTABLE_ENTRY, not the addend.
169         Don't use fx_addnumber.
170         * config/tc-dlx.h: Don't include write.h.
171         (md_convert_frag): We're not alpha twice over.
172         (EXTERN_FORCE_RELOC): Define.
173         (obj_fix_adjustable): Don't define.
174         (tc_fix_adjustable): Define.
175         (TC_FIX_ADJUSTABLE): Don't define.
176         (MD_APPLY_SYM_VALUE): Define.
177         (LOCAL_LABELS_DOLLAR): Undef always.
178         * config/tc-fr30.c (fr30_force_relocation): Call S_FORCE_RELOC.
179         (fr30_fix_adjustable): Remove extern, weak tests.
180         * config/tc-fr30.h (MD_APPLY_SYM_VALUE): Define.
181         (obj_fix_adjustable): Don't define.
182         (tc_fix_adjustable): Define.
183         (struct fix): Forward declare.
184         (MD_PCREL_FROM_SECTION): Tweak param name.  Remove duplicate.
185         * config/tc-frv.c (frv_force_relocation): Call S_FORCE_RELOC.
186         (frv_fix_adjustable): Don't do extern, weak tests.
187         * config/tc-frv.h (MD_APPLY_SYM_VALUE): Define.
188         (TC_FIX_ADJUSTABLE): Don't define.
189         (obj_fix_adjustable): Don't define.
190         (tc_fix_adjustable): Define.
191         (struct fix): Forward declare.
192         (MD_PCREL_FROM_SECTION): Tweak param name.  Remove duplicate.\
193         * config/tc-h8300.c (md_apply_fix3): Don't cast valP pointer type.
194         * config/tc-h8300.h (struct fix): Forward declare.
195         (EXTERN_FORCE_RELOC): Define.
196         * config/tc-hppa.c (md_apply_fix3): Remove subtraction of sym value.
197         (hppa_fix_adjustable): Don't test extern or weak.  Don't
198         symbol_mark_used_in_reloc.
199         (hppa_force_relocation): Use S_FORCE_RELOC instead of S_IS_EXTERNAL
200         and S_IS_WEAK.
201         * config/tc-hppa.h (EXTERN_FORCE_RELOC): Define
202         (TC_FORCE_RELOCATION, TC_INIT_FIX_DATA): Tweak param name.
203         (TC_FORCE_RELOCATION_SECTION): Don't define.
204         (MD_APPLY_SYM_VALUE): Define.
205         * config/tc-i370.c (md_apply_fix3): Remove *valP fudges and code
206         to subtract abs sym.
207         * config/tc-i370.h: Remove ifdef OBJ_ELF tests.
208         (MD_APPLY_SYM_VALUE): Define.
209         (MD_PCREL_FROM_SECTION): Tweak param name.
210         * config/tc-i386.c (tc_i386_fix_adjustable): Remove weak, extern tests.
211         (md_apply_fix3): Test fx_addsy, not fx_pcrel.
212         (i386_force_relocation): New function.
213         * config/tc-i386.h (TC_COFF_FIX2RTYPE): Tweak param name.
214         (TC_VALIDATE_FIX): Likewise.
215         (TC_FIX_ADJUSTABLE): Don't define.
216         (MD_APPLY_SYM_VALUE): Define.
217         (TC_FORCE_RELOCATION <elf version>): Call i386_force_relocation.
218         (i386_force_relocation): Declare.
219         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
220         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
221         (TC_FORCE_RELOCATION <coff version>): Call S_FORCE_RELOC.
222         * config/tc-i860.c (md_apply_fix3): Don't cast valP pointer type.
223         * config/tc-i860.h (MD_APPLY_SYM_VALUE): Define.
224         (EXTERN_FORCE_RELOC): Define.
225         * config/tc-i960.c (reloc_callj): Remove declaration.  Return false.
226         (md_apply_fix3): Don't cast valP pointer type.  Move code here from
227         old fixup_segment.  No need to test fx_pcrel before setting fx_done.
228         (i960_validate_fix): Remove add_symbolPP arg and add_symbolP macro.
229         Use fx_addsy instead of add_symbolP, as_bad_where instead of as_bad.
230         Remove #if 0 code.  Invert return boolean.
231         * config/tc-i960.h (TC_COUNT_RELOC): Tweak param name.
232         (TC_COFF_FIX2RTYPE, TC_ADJUST_RELOC_COUNT, TC_VALIDATE_FIX): Likewise.
233         (tc_headers_hook, tc_coff_fix2rtype): Remove declaration.
234         (tc_coff_sizemachdep): Prototype.
235         (i960_handle_align): Likewise.
236         (i960_validate_fix): Adjust declaration.
237         (reloc_callj): Likewise.
238         (EXTERN_FORCE_RELOC): Define.
239         (TC_FORCE_RELOCATION_SUB_SAME): Define.
240         (TC_FORCE_RELOCATION_ABS): Define.
241         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
242         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
243         (TC_FIX_ADJUSTABLE): Don't define.
244         (MD_APPLY_SYM_VALUE): Define.
245         * config/tc-ia64.c (ia64_force_relocation): Call S_FORCE_RELOC.
246         * config/tc-ia64.h (MD_APPLY_SYM_VALUE): Define.
247         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
248         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
249         * config/tc-ip2k.c (ip2k_force_relocation): Call S_FORCE_RELOC.
250         * config/tc-ip2k.h (MD_APPLY_FIX3): Don't define.
251         (MD_APPLY_SYM_VALUE): Define.
252         (EXTERN_FORCE_RELOC): Define.
253         (TC_FORCE_RELOCATION): Tweak param name.
254         * config/tc-m32r.c (m32r_force_relocation): Call S_FORCE_RELOC.
255         (m32r_fix_adjustable): Don't test extern, weak.
256         * config/tc-m32r.h (MD_PCREL_FROM_SECTION): Tweak param name.
257         (MD_APPLY_SYM_VALUE): Define.
258         (obj_fix_adjustable): Don't define.
259         (tc_fix_adjustable): Define.
260         (tc_frob_file): Don't define.
261         (tc_frob_file_before_fix): Define.
262         (EXTERN_FORCE_RELOC): Define.
263         * config/tc-m68hc11.c (tc_gen_reloc): Set addend to zero.  Adjust
264         BFD_RELOC_VTABLE_ENTRY address.
265         (tc_m68hc11_force_relocation): Call S_FORCE_RELOC.
266         (tc_m68hc11_fix_adjustable): Don't test relaxable_symbol.
267         (md_apply_fix3): Remove *valP fudges and code to subtract abs sym.
268         Remove duplicated fx_done code.
269         * config/tc-m68hc11.h (MD_APPLY_SYM_VALUE): Define.
270         (EXTERN_FORCE_RELOC): Define.
271         * config/tc-m68k.c (tc_m68k_fix_adjustable): Don't test
272         relaxable_symbol.
273         * config/tc-m68k.h (TC_COFF_FIX2RTYPE): Tweak param name.
274         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
275         (TC_FIX_ADJUSTABLE): Don't define.
276         (EXTERN_FORCE_RELOC): Define.
277         (MD_APPLY_SYM_VALUE): Define.
278         (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
279         * config/tc-mcore.c (md_apply_fix3): Don't cast valP pointer type.
280         Remove fx_addsy tests.
281         (mcore_force_relocation): Call S_FORCE_RELOC.
282         (mcore_fix_adjustable): Don't test fx_addsy.
283         * config/tc-mcore.h (MD_PCREL_FROM_SECTION): Tweak param name.
284         (EXTERN_FORCE_RELOC): Define.
285         (obj_fix_adjustable): Don't define.
286         (tc_fix_adjustable): Define.
287         (MD_APPLY_SYM_VALUE): Define.
288         * config/tc-mips.c (enum mips_pic_level): Move to tc-mips.h.
289         (mips_pic): No longer static.
290         (mips_force_relocation): Call S_FORCE_RELOC.
291         (mips_fix_adjustable): Remove extern, weak tests.
292         * config/tc-mips.h (enum mips_pic_level): Declare.
293         (mips_pic): Declare.
294         (tc_frob_file): Don't define.
295         (tc_frob_file_before_fix): Define this instead.
296         (EXTERN_FORCE_RELOC): Define.
297         * config/tc-mmix.c (md_apply_fix3): Replace real_reg_section tests
298         with reg_section tests.  Set fx_done instead of calling
299         symbol_clear_used_in_reloc on bad relocs.
300         (tc_gen_reloc): Zero fx_addsy on bad relocs.
301         (mmix_force_relocation): Remove weak sym test.  Call S_FORCE_RELOC.
302         (mmix_adjust_symtab): Simplify list handling.  Abort on any
303         nonsense.
304         * config/tc-mmix.h (tc_fix_adjustable): Remove weak tests.  Check
305         BFD_RELOC_MMIX_LOCAL.
306         (tc_frob_symbol): Keep user defined syms in reg_section.  Don't punt.
307         (EXTERN_FORCE_RELOC): Define.
308         (MD_PCREL_FROM_SECTION): Tweak param name.
309         (tc_frob_file): Don't define.
310         (tc_frob_file_before_fix): Define this instead.
311         * config/tc-mn10300.c (mn10300_force_relocation): Call S_FORCE_RELOC.
312         Remove SEC_CODE checks.
313         (mn10300_fix_adjustable): Remove extern and weak tests.
314         * config/tc-mn10300.h (EXTERN_FORCE_RELOC): Define.
315         (TC_FORCE_RELOCATION): Tweak param name.
316         (obj_fix_adjustable): Don't define.
317         (TC_FORCE_RELOCATION_SUB_SAME): Define to handle SEC_CODE.
318         * config/tc-ns32k.h (TC_FIX_DATA_PRINT): Tweak param name.
319         * config/tc-openrisc.c (openrisc_force_relocation): Call S_FORCE_RELOC.
320         (openrisc_fix_adjustable): Don't test fx_addsy.
321         * config/tc-openrisc.h (MD_APPLY_SYM_VALUE): Define.
322         (obj_fix_adjustable): Don't define.
323         (tc_fix_adjustable): Define this instead.
324         (MD_PCREL_FROM_SECTION): Remove duplicate. Tweak param name.
325         * config/tc-or32.c (md_apply_fix3): Don't cast valP pointer type.
326         (tc_gen_reloc): Don't fiddle with BFD_RELOC_VTABLE_INHERIT relocs.
327         Adjust the address for BFD_RELOC_VTABLE_ENTRY, not the addend.
328         * config/tc-or32.h (EXTERN_FORCE_RELOC): Define.
329         (MD_APPLY_SYM_VALUE): Define.
330         * config/tc-pj.c (md_apply_fix3): Don't cast valP pointer type.
331         Don't subtract symbol value.
332         * config/tc-pj.h (md_pcrel_from): Tweak param name.
333         (EXTERN_FORCE_RELOC): Define.
334         (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
335         (MD_APPLY_SYM_VALUE): Define.
336         (obj_fix_adjustable): Don't define.
337         (tc_fix_adjustable): Define this instead.
338         * config/tc-ppc.c (ppc_frob_symbol <coff version>): Ignore absolute
339         section sym.
340         (ppc_force_relocation <coff version>): Call S_FORCE_RELOC.
341         (ppc_force_relocation <elf version>): New.
342         (ppc_fix_adjustable <elf version>): Remove extern and weak tests.
343         (md_apply_fix3): Don't subtract symbol values for ELF.  Update
344         comments.  Don't subtract fx_subsy as that is already done.
345         * config/tc-ppc.h (tc_fix_adjustable): Tweak param name.
346         (MD_PCREL_FROM_SECTION): Likewise.
347         (TC_FORCE_RELOCATION): Define for both ELF and XCOFF as calling
348         ppc_force_relocation.
349         (TC_FORCE_RELOCATION_SECTION): Delete.
350         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
351         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
352         (MD_APPLY_SYM_VALUE): Define.
353         * config/tc-s390.c: #include "dwarf2dbg.h".
354         (s390_insn): Remove excess parens.
355         (tc_s390_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
356         (tc_s390_force_relocation): Call S_FORCE_RELOC.
357         (md_apply_fix3): Add ATTRIBUTE_UNUSED on "seg".  Abort when fx_subsy
358         non-NULL.  Don't subtract off fx_addsy value.
359         * config/tc-s390.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
360         (TC_FORCE_RELOCATION, MD_PCREL_FROM_SECTION): Tweak param name.
361         (TC_FIX_ADJUSTABLE): Don't define.
362         (MD_APPLY_SYM_VALUE): Define.
363         * config/tc-sh.c (SWITCH_TABLE_CONS): Move to tc-sh.h.
364         (SWITCH_TABLE): Likewise.
365         (sh_force_relocation): Call S_FORCE_RELOC.
366         (sh_fix_adjustable): Remove "return 1" cases handled by the default.
367         Replace TC_RELOC_RTSYM_LOC_FIXUP with reloc type tests.
368         (md_apply_fix3 <case BFD_RELOC_32_PLT_PCREL>): Simplify,
369         fx_addnumber is zero on entry.  Save val in fx_addnumber.
370         (tc_gen_reloc): Don't subtract fx_subsy.
371         * config/tc-sh.h (struct fix): Move.
372         (obj_fix_adjustable): Don't define.
373         (tc_fix_adjustable): Define this instead.
374         (TC_FIX_ADJUSTABLE): Don't define.
375         (MD_APPLY_SYM_VALUE): Define.
376         (SWITCH_TABLE_CONS): Define.
377         (SWITCH_TABLE): Define.
378         (TC_FORCE_RELOCATION_SUB_SAME): Define.
379         (TC_VALIDATE_FIX_SUB): Define.
380         (MD_PCREL_FROM_SECTION): Tweak param name.
381         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
382         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
383         (TC_FORCE_RELOCATION_SUB_ABS): Define.
384         * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
385         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
386         (TC_FORCE_RELOCATION_SUB_SAME): Define.
387         (TC_VALIDATE_FIX_SUB): Define.
388         (MD_PCREL_FROM_SECTION): Tweak param name.
389         * config/tc-sparc.c (md_apply_fix3): Don't subtract off symbol value.
390         (tc_gen_reloc): Use S_FORCE_RELOC.
391         (elf32_sparc_force_relocation): Call S_FORCE_RELOC.
392         * config/tc-sparc.h (TC_FORCE_RELOCATION <coff version>): Remove.
393         (TC_FORCE_RELOCATION_ABS): Define this instead.
394         (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
395         (TC_FORCE_RELOCATION_LOCAL): Define this instead.
396         (tc_fix_adjustable): Remove extern and weak tests.  Use S_FORCE_RELOC.
397         (MD_APPLY_SYM_VALUE): Define.
398         (TC_FIX_DATA_PRINT): Tweak param name.
399         * config/tc-tic30.c (USE_STDOUT): Don't define.
400         (md_parse_option): Remove stupid debug code.
401         (tc_gen_reloc): Don't use fx_addnumber.
402         * config/tc-v850.c (v850_fix_adjustable): Remove extern and weak tests.
403         (v850_force_relocation): Remove weak test.  Call S_FORCE_RELOC.
404         * config/tc-v850.h (obj_fix_adjustable): Don't define.
405         (tc_fix_adjustable): Define this instead.
406         (TC_FIX_ADJUSTABLE): Don't define.
407         (MD_APPLY_SYM_VALUE): Define this instead.
408         (TC_FORCE_RELOCATION, MD_PCREL_FROM_SECTION): Tweak param name.
409         * config/tc-vax.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
410         (TC_FIX_ADJUSTABLE): Don't define.
411         (MD_APPLY_SYM_VALUE): Define this instead.
412         (tc_fix_adjustable): Remove extern and weak tests.
413         * config/tc-w65.h (struct fix): Forward declare.
414         * config/tc-xstormy16.c (xstormy16_force_relocation): Call
415         S_FORCE_RELOC.
416         (xstormy16_fix_adjustable): Remove extern and weak tests.  Don't
417         call xstormy16_force_relocation;  Instead test for FPTR16 reloc.
418         (xstormy16_md_apply_fix3): Remove *valP fudges and code to subtract
419         absolute symbol.
420         * config/tc-xstormy16.h (MD_APPLY_FIX3): Don't define.
421         (MD_APPLY_SYM_VALUE): Define.
422         (obj_fix_adjustable): Don't define.
423         (tc_fix_adjustable): Define this instead.
424         (MD_PCREL_FROM_SECTION): Remove duplicate.  Tweak param name.
426 2002-09-04  Alan Modra  <amodra@bigpond.net.au>
428         * config/tc-ppc.c (ppc_frob_symbol): Formatting, warning fix.
429         (ppc_fix_adjustable <coff version>): Cleanup.
431         * config/tc-ppc.c (PPC_HIGHER, PPC_HIGHEST): Fix warning.
432         (md_parse_option): No -a64 without BFD64.
433         (ppc_set_cpu): Select appropriate cpu when ppc_obj64.
434         (ppc_arch): Use bfd_mach_rs6k for bfd_arch_rs6000.
436 2002-09-04  Nick Clifton  <nickc@redhat.com>
438         * config/tc-ppc.c (md_begin): Do not insert non-BookE32
439         instructions into the hash table if the target cpu is the BookE32.
441 2002-08-31  Hans-Peter Nilsson  <hp@bitrange.com>
443         * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
444         ATTRIBUTE_UNUSED.
446 2000-08-28  Catherine Moore  <clm@redhat.com>
448         * tc-v850.c (v850_relax): Declare.
449         (v850_longcode): New routine.
450         (v850_handle_align): New routine.
451         (md_pseudo_table):  Add longcall and longjump.
452         (md_parse_option): Check for relax option.
453         (tc_gen_reloc):  Handle BFD_RELOC_V850_LONGCALL,
454         BFD_RELOC_V850_LONGJUMP, and BFD_RELOC_V850_ALIGN.
455         (md_apply_fix3): Likewise.
456         (v850_force_relocation): Likewise.
457         (v850_comm): Change the current section.
458         (md_assemble):  Ensure that the correct value is put in the
459         fixup.
460         (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
461         v850_zbss, v850_rosdata, v850_rozdata): Fix section book keeping.
462         Remove redundant v850ea support.
463         * tc-v850.h (HANDLE_ALIGN): Define.
464         (v850_handle_align): Declare.
465         * doc/c-v850.c: Document -mrelax, .longcall and .longjump.
467 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
469         * configure.in: Add tic4x-coff* and c4x-coff*-coff-coff targets.
470         * configure: Regenerate.
471         * NEWS: Mention new port.
473 2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
475         * config/obj-coff.c: Add sdef definition.
476         * config/obj-coff.h: Add tic4x include file and set
477         target format.
478         * config/tc-tic4x.c: New file.
479         * config/tc-tic4x.h: New file.
481 2002-08-28  Alan Modra  <amodra@bigpond.net.au>
483         * write.c (BFD_FAST_SECTION_FILL): Remove unused macro.
484         (TC_ADJUST_RELOC_COUNT): Tweak param name.
485         (TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_SECTION): Likewise.
486         (TC_FIX_ADJUSTABLE, MD_PCREL_FROM_SECTION): Likewise.
487         (RELOC_ENUM): Define.
488         (fix_new_internal): Use RELOC_ENUM.
489         (fix_new, fix_new_exp): Likewise.
490         (adjust_reloc_syms): Comment.  Remove unnecessary tests on sym != NULL.
491         Replace gotos with continue.
492         (write_relocs): Formatting.  Avoid symbol loops in
493         RELOC_EXPANSION_POSSIBLE case too.  Report bfd_reloc_outofrange
494         errors, and error number in other cases.
495         (fixup_segment): Remove param names from prototype.  Rename
496         "this_segment_type" to "this_segment".  Update linkrelax comment.
497         Remove "size, "place" and "where" local vars.  Formatting.  Update
498         "no symbol" comment.  Remove #if 0 and #if 1.
500         * app.c (do_scrub_chars): Don't test IGNORE_NONSTANDARD_ESCAPES.  Tidy.
502 2002-08-27  Alan Modra  <amodra@bigpond.net.au>
504         * dwarf2dbg.c: Always include dwarf2dbg.h.
505         (dwarf2_directive_file): Adjust dummy version args.
506         * ecoff.c (ecoff_directive_weakext): Add ATTRIBUTE_UNUSED.
507         * expr.c (clean_up_expression <O_subtract>): Allow subtraction
508         when symbol values differ.
509         * read.c (do_align): Add ATTRIBUTE_UNUSED to label.
510         (pseudo_set <O_subtract>): Remove unnecessary segment test.
511         * config/obj-bout.c (obj_pseudo_table): Warning fix.
513 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
515         * config/tc-w65.c (md_section_align): Fix typo.
516         (md_parse_option): Return 0, not 1.
518 2002-08-22  Nick Clifton  <nickc@redhat.com>
520         * doc/as.texinfo (Section): Note that if '@' is a comment
521         character then another symbol is used to prefix the section's
522         type.
524 2002-08-22  Christian Groessler <chris@groessler.org>
526         * config/tc-z8k.c (get_operands): Adjust ptr variable also in
527         "case 0" case.
529 2002-08-12  Graeme Peterson  <gp@qnx.com>
531         * configure.in: Add support for sh-**-nto* target.
532         * configure: Regenerate.
534 2002-08-21  Nitin  Gupta  <niting@noida.hcltech.com>
536         * config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.
538 2002-08-21  Elena Zannoni  <ezannoni@redhat.com>
540         * config/tc-ppc.c (ppc_cleanup): Do something only if format
541         is ELF.
542         (ppc_apuinfo_section_add): Define only if format is ELF.
543         (md_assemble): Emit APUinfo section only if format is ELF.
544         Fix formatting.
546 2002-08-21  Alan Modra  <amodra@bigpond.net.au>
548         * config/tc-arc.c (md_pseudo_table <dwarf2_directive_file>): Cast.
549         * config/tc-frv.c: Likewise.
550         * config/tc-hppa.c: Likewise.
551         * config/tc-ia64.c: Likewise.
552         * config/tc-ip2k.c: Likewise.
553         * config/tc-m68hc11.c: Likewise.
554         * config/tc-m68k.c: Likewise.
555         * config/tc-mmix.c: Likewise.
556         * config/tc-mn10300.c: Likewise.
557         * config/tc-sh.c: Likewise.
558         * config/tc-sparc.c: Likewise.
559         * config/tc-v850.c: Likewise.
561 2002-08-20  Richard Sandiford  <rsandifo@redhat.com>
563         * config/tc-mips.c (macro2): Implement rotates by zero using shifts
564         by zero.
566 2002-08-19  Elena Zannoni  <ezannoni@redhat.com>
568         From matthew green  <mrg@redhat.com>
570         * config/tc-ppc.c (PPC_OPCODE_CLASSIC): Enable this everywhere
571         PPC_OPCODE_PPC is, except for BookE architectures.
572         (md_parse_option): Add support for -mspe.
573         (md_show_usage): Add -mspe.
574         (md_parse_option): Add support for -me500 and
575         -me500x2 to generate code for Motorola e500 core complex.
576         (md_show_usage): Add -me500 and -me500x2.
578         (PPC_APUINFO_ISEL, PPC_APUINFO_PMR, PPC_APUINFO_RFMCI,
579         PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE, PPC_APUINFO_EFS,
580         PPC_APUINFO_BRLOCK): New macros.
582         (ppc_cleanup): New function.
583         (ppc_apuinfo_section_add): New function.
584         (APUID): New macro.
585         (md_assemble): Collect info and write the APUinfo section.
587         * config/tc-ppc.h (md_cleanup): Define.
588         (ppc_cleanup): Export.
589         (ELF_TC_SPECIAL_SECTIONS): Add .PPC.EMB.apuinfo section.
591 2002-08-17  Stan Cox  <scox@redhat.com>
593         * config/obj-elf.c (obj_elf_change_section): Make non-static.
594         config/tc-mips.c (s_change_section): New function to support
595         IRIX .section pseudo-op.
597 2002-08-16  Nick Clifton  <nickc@redhat.com>
599         * config/tc-v850.c (md_assemble): Fix assembling of "callt 0x3f".
601 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
603         * config/tc-mips.c (macro_build_jalr): Make sure we generate
604         the fix-up against on the right frag.
605         (s_cpsetup): Likewise.  Parse third argument as expression, to
606         handle global symbols and forward/backward labels correctly.
608 2002-08-14  Nick Clifton  <nickc@redhat.com>
610         * read.c (stringer): Catch attempts to create strings in the abs
611         section.
613         * config/tc-alpha.c: Fix compiling for COFF targets.
614         Some minor formatting tidyups.
616 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
618         * config/tc-m68hc11.h (MD_PCREL_FROM_SECTION): Remove.
619         (TC_HANDLES_FX_DONE): Define to let md_apply_fix3 set fx_done flag
620         according to the reloc.
621         (tc_fix_adjustable, tc_m68hc11_fix_adjustable): Define.
622         (TC_FORCE_RELOCATION): Define.
623         (tc_m68hc11_force_relocation): Declare.
625         * config/tc-m68hc11.c (md_pseudo_table): Add relax command.
626         (s_m68hc11_relax): New function for relax group.
627         (build_insn, build_jump_insn): Emit a M68HC11_RL_JUMP reloc at
628         beginning of jump instruction.
629         (md_pcrel_from): Rename from md_pcrel_from_section and fix
630         address computation.
631         (tc-gen_reloc): Update.
632         (md_estimate_size_before_relax): Create the BFD_RELOC_16_PCREL as
633         PC-relative fixup.
634         (tc_m68hc11_force_relocation): New function, handle new relocs.
635         (tc_m68hc11_fix_adjustable): New to make sure there are enough
636         reloc for the linker relax pass.
637         (md_apply_fix3): Handle M68HC11_RL_JUMP, M68HC11_RL_GROUP
638         and VTABLE relocs.
640 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
642         * config/tc-m68hc11.c (m68hc11_elf_final_processing): New function.
643         (md_pseudo_table): Add .mode, .far and .interrupt pseudo op.
644         (s_m68hc11_mode): New function for .mode pseudo op.
645         (s_m68hc11_mark_symbol): New function for .far and .interrupt
646         pseudo op.
647         * config/tc-m68hc11.h (elf_tc_final_processing): Define.
648         (m68hc11_elf_final_processing): Declare.
650 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
652         * config/tc-m68hc11.c (md_begin): Take into account additional
653         page operand for call instruction.
654         (print_opcode_format): Likewise.
655         (check_range): Likewise for page range checking.
656         (get_operand): Don't skip a possible comma in operands.
657         (fixup8): Generate BFD_RELOC_M68HC11_PAGE reloc.
658         (fixup16): Likwise with BFD_RELOC_M68HC11_LO16.
659         (fixup24): New to handle call reloc.
660         (build_insn): Handle missing page operand for call instruction.
661         (find): Likewise.
662         (md_apply_fix3): Take into account new relocs.
663         (get_operand): Fix the mode for indexed indirect addressing.
664         (build_indexed_byte): Fix post index byte for indexed indirect mode.
666 2002-08-12  Richard Sandiford  <rsandifo@redhat.com>
668         * config/tc-mips.c (mips_ip): Don't work out the value of
669         constant %hi()s here.
671 2002-08-10  Alan Modra  <amodra@bigpond.net.au>
673         * config/tc-i386.c (tc_i386_fix_adjustable): Test OUTPUT_FLAVOR
674         for ELF, and don't bother checking ELF relocs when non-ELF.
675         (i386_immediate): Allow absolute_section expressions for aout.
676         (i386_displacement): Likewise.  Also test bfd_is_com_section.
677         (md_estimate_size_before_relax): Test OUTPUT_FLAVOR for ELF.
678         (md_apply_fix3): Hack for bfd_install_relocation when fx_pcrel,
679         not when fx_addsy.  Remove dead code.
681 2002-08-09  Graeme Peterson  <gp@qnx.com>
683         * configure.in: Add support for ppc-*-nto* target.
684         * configure: Regenerate.
686 2002-08-09  Alan Modra  <amodra@bigpond.net.au>
688         * config/tc-i386.h: Reorganize.
690 2002-08-09  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
692         * config/tc-mips.c (macro): Handle a register plus a 16-bit
693         immediate offset in "dla" and "la" expansions.
695 2002-08-09  Alan Modra  <amodra@bigpond.net.au>
697         * configure.in: bfd_gas=yes for all i386 targets.  Formatting.
698         Remove "bfd_gas=yes" from target table when covered later.
699         Consolidate some entries.
700         * configure: Regenerate
702 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
704         * config/tc-i386.c (output_insn): Save frag_now and frag_now_fix ()
705         at start of insn, pass it to output_disp and output_imm.
706         (output_disp): Added arguments.  If _GLOBAL_OFFSET_TABLE_ is seen
707         in displacement for R_386_32 reloc, use R_386_GOTPC and compute
708         properly addend.
709         (output_imm): Added arguments.  Compute properly addend for
710         R_386_GOTPC.
711         (md_apply_fix3): Remove R_386_GOTPC handling.
712         * testsuite/gas/i386/gotpc.s: New.
713         * testsuite/gas/i386/gotpc.d: New.
714         * testsuite/gas/i386/i386.exp: Add gotpc test.
716 2002-08-06  George France <france@handhelds.org>
718         * config/tc-alpha.c (cpu_types): Enabled ev67, ev68,  -m21264a
719         and m21264b processor names and cpu types.
720         * doc/c-alpha.texi: Documented new types.
722 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
724         * config/tc-ppc.c (md_apply_fix3): Adjust 16 bit XCOFF reloc offset.
726 2002-08-01  Richard Sandiford  <rsandifo@redhat.com>
728         * config/tc-mips.c (tc_gen_reloc): Extend GP-relative addend
729         handling to BFD_RELOC_MIPS16_GPREL.
731 2002-08-01  Nick Clifton  <nickc@redhat.com>
733         * config/tc-arm.c (add_to_lit_pool): Ensure that offset to literal
734         pool is computed using signed arithmetic so that proper sign
735         extension is performed if X_add_number is a 64-bit integer.
737 2002-08-01  H.J. Lu  <hjl@gnu.org>
738             Daniel Jacobowitz  <drow@mvista.com>
740         * dwarf2dbg.c (dwarf2_finish): Don't emit unreferenced
741         .debug_line section unless it has line information.
743 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
745         * config/tc-ns32k.h (md_pcrel_adjust): Supply prototype.
746         * config/tc-ns32k.c (convert_iif, md_parse_option, md_show_usage):
747         Allow default displacement size to be an option "--disp-size-default".
748         (md_number_to_disp): Make error messages include value. Use %d to
749         print integers, not %s.
750         (fix_new_ns32k): Conditionally set fx_no_overflow so we don't
751         get duplicate messages sometimes.
752         (convert_iif): Grow frag to max possible instruction size. Avoid
753         creating unnecessary fixes.
754         (md_number_to_field) Add prototype.
755         (encode_operand, parse, convert_iif, md_fix_pcrel_adjust): Add
756         prototypes and make static.
757         (struct addr_mode): Make mode and scaled_mode explicitly signed.
758         (evaluate_expr): Use resultP argument instead of exprP global.
759         (get_addr_mode): Quiten compiler warnings.
760         (encode_operand): eliminate unused variables. Quiten compiler
761         warnings. Eliminate nul character in format strings.
762         (parse): argc is unsigned.
763         (reloc): Type cast index to quieten compiler.
764         (md_pcrel_adjust, md_apply_fix3): Remove unused variable.
765         (md_convert_frag): Note unused parameters. Remove unused
766         variables.
767         (md_create_long_jump, md_create_short_jump,
768         md_undefined_symbol_name, md_section_align, tc_gen_reloc): Note
769         unused parameters.
771 2002-07-31  Nick Clifton  <nickc@redhat.com>
773         * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
774         of the PDP-11 and 2.11BSD a.out support.
776 2002-07-31  Momchil Velikov  <velco@fadata.bg>
778         * config/tc-v850.c (md_assemble): Fix range check for immediate
779         operand.
781 2002-07-30  Chris Demetriou  <cgd@broadcom.com>
783         * config/tc-mips.c (mips_cpu_info_table): Clean up entries related
784         to Broadcom SB-1 core support.
786 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
788         * config/tc-mips.c (mips_target_format): Fix formatting.
789         Add recognition of n32 ABI formats.
791 2002-07-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
793         * tc-mips.c (load_address): Don't clobber $at when loading a
794         64-bit address in non-PIC code if noat is in effect.
795         (macro): Likewise.
797 2002-07-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
799         * config/tc-mips.c (macro): Use codes 6 and 7 in trap instructions
800         used in division/multiply macro expansions similarly to how they
801         are used in the variants with break instructions.
802         (macro2): Likewise.
804 2002-07-30  Graeme Peterson  <gp@qnx.com>
806         * configure.in: Add support for arm-*-nto target.
807         * configure: Regenerate.
809 2002-07-30  Nick Clifton  <nickc@redhat.com>
811         * config/tc-arm.c (struct literal_pool): Add fields to allow
812         multiple literal pools to be maintained.
813         (find_literal_pool): New function.
814         (find_or_make_literal_pool): New function.
815         (add_to_literal_pool): Use find_or_make_literal_pool.
816         (arm_s_text, arm_s_data, arm_s_section): Remove - no longer
817         needed.
818         (s_ltorg): Use find_literal_pool.
819         (arm_cleanup): Dump all literal pools.
820         * doc/c-arm.texi: Document new behaviour of only dumping literal
821         pools upon request.
823 2002-07-26  Alan Modra  <amodra@bigpond.net.au>
825         * config/tc-ppc.c (ppc_set_cpu): Use PPC_OPCODE_64 as the default
826         rather than PPC_OPCODE_32 for powerpc64*.
828 2002-07-25  Nick Clifton  <nickc@redhat.com>
830         * po/es.po: Updated Spanish translation.
831         * po/fr.po: Updated French translation.
833 2002-07-25  Richard Sandiford  <rsandifo@redhat.com>
835         * doc/c-mips.texi: Remove -mcpu.  Document -mabi.
836         * configure.in (MIPS_CPU_STRING_DEFAULT): New configuration macro.
837         (USE_E_MIPS_ABI_O32, MIPS_DEFAULT_64BIT): New configuration macros.
838         * configure, config.in: Regenerate.
839         * config/tc-mips.c (file_mips_abi): Rename to mips_abi.
840         (mips_set_options): Remove "abi" field.
841         (mips_opts): Update accordingly.  Replace all uses of mips_opts.abi
842         with mips_abi.
843         (mips_cpu): Remove.
844         (mips_arch_string, mips_arch_info): New vars.
845         (mips_tune_string, mips_tune_info): New vars.
846         (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New macros.
847         (HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): Don't check the ABI.
848         (mips_isa_to_str, mips_cpu_to_str): Remove.
849         (mips_ip): If the selected architecture is a generic ISA rather
850         than a processor, only mention the ISA level in error messages.
851         (OPTION_MCPU): Remove.
852         (OPTION_FP64): New.
853         (md_longopts): Add -mfp64, remove -mcpu.
854         (mips_set_option_string): New fn.
855         (md_parse_option): Make -mipsN update file_mips_isa rather than
856         mips_opts.isa.  Use mips_set_option_string to set -march or -mtune.
857         Don't let -mgp32 and -mfp32 change the ABI.
858         (show): Move to end of file.  Constify string argument.
859         (md_show_usage): Move to the end of the file.  Read available
860         architectures from mips_cpu_info_table.
861         (mips_set_architecture): New fn.
862         (mips_after_parse_args): Rework.  Remove -mcpu handling.  -mipsN
863         is an alias for -march=mipsN.  Don't change the ABI based on other
864         flags.  Infer the register size from the ABI as well as the
865         architecture.  Complain about more conflicting arguments.
866         Unify logic with GCC.
867         (s_mipsset): Don't change the ABI.
868         (mips_elf_final_processing): Check USE_E_MIPS_ABI_O32.
869         (mips_cpu_info_table): Remove Generic-MIPS* entries, keeping just
870         "mipsN"-type entries.  Remove entries that vary only in the
871         manufacturer's prefix, or that have "000" replaced by "k".
872         Remove TARGET_CPU entries.  Make r2000 entry use CPU_R3000.
873         (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
874         (mips_parse_cpu): New fn.
875         (mips_cpu_info_from_name, mips_cpu_info_from_cpu): Remove.
876         (mips_cpu_info_from_isa): Minor formatting tweak.
878 2002-07-24  Nick Clifton  <nickc@redhat.com>
880         * po/sv.po: Updated Swedish translation.
881         * po/es.po: Updated Spanish translation.
883 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
885         * Makefile.am: Run "make dep-am".
886         * Makefile.in: Regenerate.
887         * doc/Makefile.in: Regenerate.
888         * config.in: Regenerate.
889         * po/POTFILES.in: Regenerate.
891 2002-07-23  Nick Clifton  <nickc@redhat.com>
893         * po/fr.po: Updated French translation.
895 2002-07-23  Nick Clifton  <nickc@redhat.com>
897         * CONTRIBUTORS: Ken Raeburn is no longer the maintainer for
898         GAS.
900 2002-07-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
902         * config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNAL
903         instead of S_IS_EXTERN.
904         (md_estimate_size_before_relax): Likewise.
905         (mips_fix_adjustable): Likewise.
907 2002-07-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
909         * config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
911 2002-07-19  Miroslav Tichy <tichm9am@ss1000.ms.mff.cuni.cz>
912             Nick Clifton  <nickc@redhat.com>
914         * cond.c (s_ifdef): Treat a referenced but not yet defined
915         symbol as if it were undefined, in exactly the same way as
916         .equiv.
918         * doc/as.texinfo: Document that .ifdef, .ifndef and .equiv
919         consider referenced bug not yet defined symbols to be
920         undefined.
922 2002-07-18  Denis Chertykov  <denisc@overta.ru>
923             Frank Ch. Eigler  <fche@redhat.com>
924             Alan Lehotsky  <alehotsky@cygnus.com>
925             John Healy  <jhealy@redhat.com>
926             Jeff Johnston  <jjohnstn@redhat.com>
928         * configure.in: Add ip2k configuraton.
929         * configure: Regenerate.
930         * Makefile.am: Add ip2k configuraton.
931         * Makefile.in: Regenerate.
932         * configure: Regenerate.
933         * Makefile.in: Regenerate.
934         * config/tc-ip2k.c: New file.
935         * config/tc-ip2k.h: New files.
936         * NEWS: Mention new support.
937         * doc/Makefile.am (CPU_DOCS): Add c-ip2k.texi.
938         * doc/Makefile.in: Regenerate.
939         * doc/all.texi: Set IP2K
940         * doc/as.texinfo: Add IP2K description.
941         * doc/c-ip2k.texi: New file.
943 2002-07-19  Nick Clifton  <nickc@cambridge.redhat.com>
945         * NEWS: Reformat to match style of other NEWS files.
947 2002-07-17  Jan Hubicka  <jh@suse.cz>
949         * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.
951 2002-07-16  Moritz Jodeit  <moritz@jodeit.org>
953         * config/tc-z8k.c (build_bytes): Correct order of memset args.
955 2002-07-16  Nick Clifton  <nickc@cambridge.redhat.com>
957         * NEWS: Add 'Changes in 2.13'.
959 2002-07-15  Matt Fredette  <fredette@netbsd.org>
961         * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD.
963 2002-07-12  Alan Modra  <amodra@bigpond.net.au>
965         * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte
966         case with non CODE_64BIT case.  Don't warn on "qword ptr" if
967         not CODE_64BIT.
969 2002-07-11  Alan Modra  <amodra@bigpond.net.au>
971         * config/tc-ppc.c (ppc_elf_frob_symbol): Delete.
972         (ppc_frob_file_before_adjust): New function.
973         * config/tc-ppc.h (tc_frob_symbol): Don't define.
974         (ppc_elf_frob_symbol): Don't declare.
975         (tc_frob_file_before_adjust): Define.
976         (ppc_frob_file_before_adjust): Declare.
978         * config/tc-ppc.c (md_pseudo_table): Warning fix.
979         (ppc_cpu): Make it unsigned long to agree with struct powerpc_opcode
980         flags.
981         (ppc_size): Delete.
982         (ppc_xcoff64): Rename to ppc_obj64.
983         (md_parse_option <m>): Encode old ppc_size value in ppc_cpu.
984         (ppc_set_cpu): Set PPC_OPCODE_32 too.
985         (ppc_arch): Use ppc_obj64 instead of ppc_size to select bfd_mach_ppc64
986         or bfd_mach_ppc.
987         (ppc_target_format): Use ppc_obj64 to select format.
988         (md_begin): Adjust for PPC_OPCODE_32/64 in ppc_cpu.
989         (ppc_insert_operand): Use ppc_obj64 instead of ppc_size.
990         (ppc_elf_suffix): Likewise.  Don't depend on BFD_DEFAULT_TARGET_SIZE.
991         (tc_frob_symbol): Likewise.
992         (md_assemble): Use ppc_obj64 instead of ppc_size.  Don't depend on
993         BFD_DEFAULT_TARGET_SIZE.
994         (ppc_tc): Likewise.
995         (ppc_is_toc_sym): Likewise.
996         (md_apply_fix3): Likewise.
997         * config/tc-ppc.h (TC_FORCE_RELOCATION): Don't depend on
998         BFD_DEFAULT_TARGET_SIZE.
999         (ELF_TC_SPECIAL_SECTIONS): Likewise.
1000         (tc_frob_symbol): Likewise.
1002 2002-07-09  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1004         * config/tc-mips.c (macro_build): Handle MIPS16 insns.
1005         (mips_ip): Likewise.
1007 2002-07-09  Alan Modra  <amodra@bigpond.net.au>
1009         * config/tc-i386.c (md_pseudo_table <file>): Warning fix.
1010         (BFD_RELOC_8, BFD_RELOC_8_PCREL): Define for non-BFD.
1011         (md_apply_fix3): Formatting.  Remove redundant test.
1012         (tc_gen_reloc): Remove redundant code.
1013         (tc_i386_force_relocation): Delete.  Movy body of function to..
1014         * config/tc-i386.h (TC_FORCE_RELOCATION): .. here.
1016 2002-07-09  Federico G. Schwindt <fgsch@olimpo.com.br>
1018         * configure.in: Add hppa-*-openbsd* target, change
1019         alpha*-*-openbsd* format to elf, and use elf for sparc-*-openbsd*
1020         with sparc64 cpu.
1021         * configure: Regenerate.
1023 2002-07-08  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1025         * config/tc-mips.c (macro): Shift the 32-bit address range
1026         accessible with a lone "lui" down by 32768.
1028 2002-07-08  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1030         * config/tc-mips.c (load_address): Use non-trapping "daddu"
1031         instead of "dadd" in address calculations.
1032         (macro): Likewise.
1034 2002-07-08  Alan Modra  <amodra@bigpond.net.au>
1036         * config/tc-i386.c (process_suffix): Remove intel mode movsx and
1037         movzx fudges.
1038         (md_assemble): Instead, zap the suffix here.
1040 2002-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
1042         * NEWS: Remove next release number until the release is actually
1043         upon us.
1045 2002-07-03  Alan Modra  <amodra@bigpond.net.au>
1047         * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1048         Run "make dep-am".
1049         * Makefile.in: Regenerate.
1051 2002-07-02  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1053         * config/tc-s390.c (tc_s390_fix_adjustable): Prevent any adjustment
1054         to symbols in merge sections, even non pc-relative ones.
1056 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
1058         * config/tc-m68hc11.h (m68hc11_listing_header): Fix warning.
1060 2002-06-29  Stephane Carrez  <stcarrez@nerim.fr>
1062         * config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
1063         .softregs and .eeprom.
1065 2002-06-28  David O'Brien  <obrien@FreeBSD.org>
1067         * NEWS: Note the next release is 2.13.
1069 2002-06-26  Nick Clifton  <nickc@cambridge.redhat.com>
1071         * po/tr.po: New translation imported.
1073 2002-06-26  Elias Athanasopoulos  <eathan@otenet.gr>
1075         * ecoff.c: (get_tag): Replace strcpy with xstrdup.
1076         (ecoff_directive_def): Likewise.
1077         (ecoff_directive_tag): Likewise.
1078         * listing.c (file_info): Likewise.
1079         * hash.c (what): Likewise.
1081 2002-06-25  H.J. Lu <hjl@gnu.org>
1083         * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1084         * Makefile.in: Regenerated.
1086 2002-06-19  Dhananjay R. Deshpande <dhananjayd@kpit.com>
1088         * config/tc-sh.c (get_specific): Revert 2002-05-01 change.
1089         (assemble_ppi): Generate warning if the same register is used
1090         twice as destination in the same padd / pmuls instruction.
1092 2002-06-18  Dave Brolley  <brolley@redhat.com>
1094         From Catherine Moore, Michael Meissner, Richard Sandiford, Dave Brolley
1095         * po/POTFILES.in: Add tc-frv.c, tc-frv.h.
1096         * configure.in: Support frv-*-*.
1097         * Makefile.am (CPU_TYPES): Add frv.
1098         (TARGET_CPU_CFILES): Add tc-frv.c.
1099         (TARGET_CPU_HFILES): Add tc-frv.h.
1100         (DEPTC_frv_coff): New variable.
1101         (DEPTC_frv_elf): New variable.
1102         (DEPOBJ_frv_coff): New variable.
1103         (DEPOBJ_frv_elf): New variable.
1104         (DEP_frv_coff): New variable.
1105         (DEP_frv_elf): New variable.
1106         * tc-frv.c: New file.
1107         * tc-frv.h: New file.
1109 2002-06-17  Catherine Moore <clm@redhat.com>
1111         * config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.
1113 2002-06-17  J"orn Rennecke <joern.rennecke@superh.com>
1115         * config/tc-sh.c (assemble_ppi): Initialize reg_n.
1117 2002-06-17  Tom Rix <trix@redhat.com>
1119         * config/tc-i370.h (tc_comment_chars): Define for i370-elf.
1121 2002-06-14  H.J. Lu  <hjl@gnu.org>
1122             Daniel Jacobowitz  <drow@mvista.com>
1124         * dwarf2dbg.h (dwarf2_directive_file): Return char *.
1125         * dwarf2dbg.c (dwarf2_directive_file): Return filename.
1126         * config/tc-mips.c (s_mips_file): Call s_app_file_string
1127         and new_logical_line for the first .file directive.
1128         * read.c (s_app_file_string): New function.
1129         (s_app_file): Call it.
1130         * read.h (s_app_file_string): Add declaration.
1132 2002-06-14  Daniel Jacobowitz  <drow@mvista.com>
1134         * configure.in: Remove MIPS_STABS_ELF.
1135         * configure: Regenerated.
1136         * config.in: Regenerated.
1137         * config/obj-elf.h (ECOFF_DEBUGGING): Define to mips_flag_mdebug
1138         for MIPS targets.
1139         * config/tc-mips.c (mips_pseudo_table): Remove #ifdef around
1140         ".extern".
1141         (pdr_seg): Declare unconditionally.
1142         (md_begin): Always generate .pdr unless ECOFF_DEBUGGING or not ELF.
1143         (s_mips_end): Likewise.  Generate stabs function markers.
1144         (s_mips_ent): Generate stabs function markers.
1145         (s_mips_frame): Always generate .pdr unless ECOFF_DEBUGGING or not
1146         ELF.
1147         (s_mips_mask): Likewise.
1148         (mips_flag_mdebug): New.
1149         (md_longopts): Add "mdebug" and "no-mdebug".
1150         (md_parse_options): Add OPTION_MDEBUG and OPTION_NO_MDEBUG.
1151         (mips_after_parse_args): Set mips_flag_mdebug.
1152         * doc/as.texinfo: Add "-mdebug" and "-no-mdebug" for MIPS.
1154 2002-06-13  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1156         * config/tc-mips.c (md_apply_fix3): Don't subtract the symbol's
1157         value twice for RELA relocations.
1159 2002-06-12  Ben Elliston  <bje@redhat.com>
1161         * symbols.c (resolve_symbol_value): Initialise final_val.
1163         * subsegs.c (subsegs_print_statistics): Cast frchp to void *.
1165 2002-06-11  Tom Rix  <trix@redhat.com>
1167         * config/tc-ppc.c (ppc_subseg_align): Delete.
1168         (ppc_change_csect): Default csect align is 2.
1169         * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Delete
1171 2002-06-09  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1173         * config/tc-avr.c (mcu_types): Update.
1175 2002-06-08  Matt Thomas  <matt@3am-software.com>
1177         * configure.in (vax-*-netbsdelf*, vax-*-netbsdaout*)
1178         (vax-*-netbsd*): New targets.
1179         * configure: Regenerate.
1180         * config/aout_gnu.h (enum machine_type): Add M_VAX4K_NETBSD.
1181         * config/tc-vax.c: Add support for ELF and PIC.
1182         (flag_want_pic): New flag.
1183         (float_cons): Fix prototype.
1184         (md_apply_fix3): Adjust for BFD_ASSEMBLER.
1185         (md_assemble): Introduce a new is_absolute local, and use it
1186         rather than repeating the test.  Make fatal errors actually
1187         fatal by using as_fatal as appropriate.  Adjust for BFD_ASSEMBLER.
1188         Add support for ELF.  Add support for PIC.
1189         (md_convert_frag): Adjust for BFD_ASSEMBLER.
1190         (tc_aout_fix_to_chars): Only include if OBJ_AOUT and not
1191         BFD_ASSEMBLER.
1192         (vax_reg_parse): Make the % register prefix mandatory for ELF,
1193         optional for a.out, and not allowed for VMS.  Adjust all callers.
1194         (md_create_short_jump): Add ATTRIBUTE_UNUSED to unused arguments.
1195         (md_create_long_jump): Likewise.
1196         (md_undefined_symbol): Likewise.
1197         (md_section_align): Likewise.
1198         (md_shortopts): Allow -k and -K for ELF.
1199         (md_parse_option): Set flag_want_pic if -k or -K.
1200         (tc_headers_hook): New function if OBJ_AOUT and not BFD_ASSEMBLER.
1201         (tc_gen_reloc): New function if BFD_ASSEMBLER.
1202         * config/tc-vax.h (tc_headers_hook): Remove.
1203         (TARGET_FORMAT): Set according to object format and target
1204         environment.
1205         (BFD_ARCH, TARGET_ARCH): Define.
1206         (NO_RELOC): Adjust for BFD_ASSEMBLER.
1207         (TC_RELOC_RTSYM_LOC_FIXUP, TC_FIX_ADJUSTABLE)
1208         (tc_fix_adjustable): Define if BFD_ASSEMBLER.
1209         * config/vax-inst.h (VAX_JSB, VAX_CALLS, VAX_CALLG): Define.
1211 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
1213         * Makefile.am: Run "make dep-am".
1214         * Makefile.in: Regenerate.
1216         * as.c: Replace CONST with const.
1217         * write.c: Likewise.
1218         * config/obj-coff.c: Likewise.
1219         * config/tc-a29k.c: Likewise.
1220         * config/tc-arm.c: Likewise.
1221         * config/tc-dlx.c: Likewise.
1222         * config/tc-h8300.c: Likewise.
1223         * config/tc-h8500.c: Likewise.
1224         * config/tc-i370.c: Likewise.
1225         * config/tc-i860.c: Likewise.
1226         * config/tc-i960.c: Likewise.
1227         * config/tc-m68hc11.c: Likewise.
1228         * config/tc-m68k.c: Likewise.
1229         * config/tc-m88k.c: Likewise.
1230         * config/tc-mcore.c: Likewise.
1231         * config/tc-mips.c: Likewise.
1232         * config/tc-ns32k.c: Likewise.
1233         * config/tc-pdp11.c: Likewise.
1234         * config/tc-pj.c: Likewise.
1235         * config/tc-s390.c: Likewise.
1236         * config/tc-sh.c: Likewise.
1237         * config/tc-sparc.c: Likewise.
1238         * config/tc-tahoe.c: Likewise.
1239         * config/tc-tic80.c: Likewise.
1240         * config/tc-v850.c: Likewise.
1241         * config/tc-vax.c: Likewise.
1242         * config/tc-w65.c: Likewise.
1243         * config/tc-z8k.c: Likewise.
1245 2002-06-08  Daniel Jacobowitz  <drow@mvista.com>
1247         Based on patch from Matt Green:
1248         * config/obj-elf.h (ECOFF_DEBUGGING): Make configurable.
1249         * config/tc-mips.c (s_mips_file): Renamed from s_file.
1250         (s_mips_loc): New function.
1251         (mips_nonecoff_pseudo_table): Call them.
1252         (append_insn): Call dwarf2_emit_insn.
1254 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1256         * config/tc-mips.c (mips_opts): Fix comment, all ASE fields are set
1257         to -1.
1258         (file_ase_mips16): New veriable.
1259         (mips_eabi64): Remove.
1260         (CPU_HAS_MIPS16): New define.
1261         (CPU_HAS_MDMX): Fix data type.
1262         (md_begin): Code cleanup. Use file_ase_mips16.
1263         (mips_elf_final_processing): Handle mips16 header flag.
1264         Handle EABI flag without intermediate variable.
1266 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1268         * doc/as.texinfo: Update MIPS documentation.
1270 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1272         * config/tc-mips.c: Add define for $zero register.
1273         (md_begin): Add $zero as alias name for $0.
1274         (insn_uses_reg): Use ZERO define.
1275         (mips_ip): Add $zero as alias name for $0.
1276         (mips16_ip): Likewise.
1277         (s_cplocal): Demand empty rest of input line.
1278         (tc_get_register): Likewise. Add support for $kt0, kt1 register
1279         names. Use ZERO define. Fix input_line_pointer progress.
1281 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1283         * symbols.c: Replace CONST by const throughout.
1284         (symbol_find_exact): Split out from..
1285         (symbol_find_base): ..here.
1286         * symbols.h: Replace CONST by const throughout.
1287         (symbol_find_exact): Declare.
1288         * config/obj-elf.c: #include "struc-symbol.h".
1289         (elf_frob_file): If group name matches an exported symbol, use that
1290         symbol for the signature and ".group" as the section name.
1292 2002-06-06  J"orn Rennecke <joern.rennecke@superh.com>
1294         * config/tc-sh.c (parse_at): @(symbol,pc) is A_DISP_PC again,
1295         but warn about it.
1296         * testsuite/gas/sh/pcrel.s: Also test @(symbol,pc).
1297         * testsuite/gas/sh/pcrel.d: Update.
1298         * testsuite/gas/sh/pcrel.l: New file.
1300 2002-06-06  Daniel Jacobowitz  <drow@mvista.com>
1302         * tc-mips.c (mips_after_parse_args): Always set mips_opts.ase_mips3d
1303         and mips_opts.ase_mdmx if they are uninitialized.
1305 2002-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1307         * gas/config/tc-hppa.c (pa_ip): Replace "L$0\001" with FAKE_LABEL_NAME.
1308         (hppa_force_relocation): Check if a stub just before the start symbol
1309         of the last call_info is reachable before forcing relocation.  Fix
1310         typo.
1312 2002-06-04  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
1314         * config/tc-mips.c (mips_after_parse_args): New function.
1315         (md_begin): Move processing of defaults to mips_after_parse_args.
1316         config/tc-mips.h (md_after_parse_args): Define.
1318 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
1320         * configure.in (sh5*): Set cpu_type to sh64 and endian to big.
1321         (sh5le*, sh64le*): Set cpu_type to sh64 and endian to little.
1322         (sh5*-*-netbsd*, sh64*-*-netbsd*): New targets.
1323         * configure: Regenerate.
1324         * config/tc-sh64.c (sh64_target_format): Add support for NetBSD
1325         environment.
1327 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
1329         * config/tc-sh64.h (MD_PCREL_FROM_SECTION): Undef before redefining.
1331 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
1333         * config/obj-elf.c (obj_elf_change_section): Set and check elf
1334         linkonce flag.  Print all warnings.
1335         (obj_elf_section): Parse ",comdat" for groups.
1336         (elf_frob_file): Set SEC_LINK_ONCE on COMDAT groups.  Check
1337         consistency of comdat flag.
1339 2002-06-02  Richard Henderson  <rth@redhat.com>
1341         * config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko
1342         with LITERALs without sequence numbers.
1344 2002-06-01  Richard Henderson  <rth@redhat.com>
1346         * config/tc-alpha.c: Move LITUSE constants to "elf/alpha.h".
1347         Rename them LITUSE_ALPHA_*.
1349 2002-05-31  Shrinivas Atre <ShrinivasA@kpit.com>
1351         * config/tc-h8300.c (get_operand): Allow stm.l and ldm.l insns to
1352         accept parentheses enclosed register lists.
1354 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
1356         * Makefile.am: Run "make dep-am".
1357         * Makefile.in: Regenerate.
1358         * po/POTFILES.in: Regenerate.
1360 2002-05-31  Graeme Peterson  <gp@qnx.com>
1362         * configure.in: Add i386-*-nto-qnx*.
1363         * configure: Regenerate.
1365 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1367         * config/tc-mips.c (mips_ip): Use unsigned long values for
1368         warning output.
1370 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1372         * config/tc-mips.c (s_cpsetup): Fix initialization of
1373         mips_cpreturn_register and mips_cpreturn_offset.
1375 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1377         * config/tc-mips.c (s_cpsetup): Fix comment.
1379 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1381         * config/tc-mips.c (md_begin): Add $ra as alias name for $31.
1382         (mips_ip): Likewise.
1383         (mips16_ip): Likewise.
1384         (tc_get_register): Likewise.
1386 2002-05-30  Chris G. Demetriou  <cgd@broadcom.com>
1387             Ed Satterthwaite  <ehs@broadcom.com>
1389         * config/tc-mips.c (mips_set_options): New "ase_mdmx" member.
1390         (mips_opts): Initialize "ase_mdmx" member.
1391         (file_ase_mdmx): New variable.
1392         (CPU_HAS_MDMX): New macro.
1393         (md_begin): Initialize mips_opts.ase_mdmx and file_ase_mdmx
1394         based on command line options and configuration defaults.
1395         (macro_build): Note in comment that use of MDMX in macros is
1396         not currently allowed.
1397         (validate_mips_insn): Add support for the "O", "Q", "X", "Y", and
1398         "Z" MDMX operand types.
1399         (mips_ip): Accept MDMX instructions if mips_opts.ase_mdmx is set,
1400         and add support for the "O", "Q", "X", "Y", and "Z" MDMX operand
1401         types.
1402         (OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
1403         Add support for "-mdmx" and "-no-mdmx" options.
1404         (OPTION_ELF_BASE): Move to accomodate new options.
1405         (s_mipsset): Support ".set mdmx" and ".set nomdmx".
1406         (mips_elf_final_processing): Set MDMX ASE ELF header flag if
1407         file_ase_mdmx was set.
1408         * doc/as.texinfo: Document -mdmx and -no-mdmx options.
1409         * doc/c-mips.texi: Likewise, and document ".set mdmx" and ".set
1410         nomdmx" directives.
1412 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1414         * config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to
1415         OPTION_MNO_7000_HILO_FIX. Add alternate "mno-fix7000"
1416         command line switch conforming to gcc conventions.
1417         * doc/c-mips.texi: Document -mno-fix7000 instead of no-mfix-7000.
1419 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1421         * config/tc-mips.c (macro_build_jalr): New Function.
1422         (md_begin): NewABI uses big GOTs.
1423         (macro_build): Recognize BFD_RELOC_MIPS_GOT_DISP,
1424         BFD_RELOC_MIPS_GOT_PAGE, BFD_RELOC_MIPS_GOT_OFST as valid.
1425         (load_address): Add some NewABI PIC support.
1426         (macro): Likewise.
1427         (md_apply_fix): Special handling for BFD_RELOC_MIPS_JALR.
1428         (tc_gen_reloc): Don't encode NewABI vtables in REL relocations.
1430 2002-05-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1432         * config/tc-mips.c (load_address): Use mips_gp_register instead
1433         of hardcoded value. Remove dbl parameter, use HAVE_32BIT_ADDRESSES
1434         instead.
1435         (macro): Use mips_gp_register instead of hardcoded value.
1437 2002-05-30  Richard Henderson  <rth@redhat.com>
1439         * expr.h (operatorT): Add O_md17..O_md32.
1440         * config/tc-alpha.c (O_lituse_tlsgd, O_lituse_tlsldm, O_tlsgd,
1441         O_tlsldm, O_gotdtprel, O_dtprelhi, O_dtprello, O_dtprel, O_gottprel,
1442         O_tprelhi, O_tprello, O_tprel): New.
1443         (USER_RELOC_P, alpha_reloc_op_tag, debug_exp): Include them.
1444         (DUMMY_RELOC_LITUSE_TLSGD, DUMMY_RELOC_LITUSE_TLSLDM): New.
1445         (LITUSE_TLSGD, LITUSE_TLSLDM): New.
1446         (struct alpha_reloc_tag): Add master, saw_tlsgd, saw_tlsld,
1447         saw_lu_tlsgd, saw_lu_tlsldm.  Make multi_section_p a bit field.
1448         (md_apply_fix3): Handle TLS relocations.
1449         (alpha_force_relocation, alpha_fix_adjustable): Likewise.
1450         (alpha_adjust_symtab_relocs): Sort LITERAL relocs after the
1451         associated TLS reloc.  Check lituse_tls relocs match up.
1452         (emit_insn): Handle TLS relocations.
1453         (ldX_op): Remove.
1455         * doc/c-alpha.texi: Add docs for tls relocations.
1457 2002-05-30  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1459         * config/tc-mips.c (mips_gprel_offset): New variable.
1460         (s_gpvalue): Use it.
1462 2002-05-30  Diego Novillo  <dnovillo@redhat.com>
1464         * gas/config/tc-d10v.c (check_resource_conflict): Only check
1465         write-write conflicts.
1466         (md_assemble): Reformat introductory comment.
1467         (parallel_ok): Prevent packing only if the first
1468         instruction cannot be packed.
1470 2002-05-30  Jason Eckhardt <jle@redhat.com>
1471             Tom Rix <trix@redhat.com>
1473         * config/tc-d10v.c (build_insn): Check for immediates.
1475 2002-05-28  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1477         * config/tc-mips.c: Replace GP in comments by $gp.
1478         (mips_big_got): Initialize.
1479         (mips_trap): Initialize.
1480         (load_address): Use mips_gp_register instead of hardcoded value.
1481         Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.
1482         (macro): Use mips_gp_register instead of hardcoded value.
1483         (macro2): Change load_address calls.
1484         (md_pcrel_from): Comment formatting.
1485         (s_cpload): Use mips_gp_register instead of hardcoded value.
1486         (s_cprestore): Likewise. Comment formatting.
1487         (s_gpword): Fix data type.
1488         (s_cpadd): Use mips_gp_register instead of hardcoded value.
1489         (nopic_need_relax): Replace GP in comments by $gp.
1490         (mips_elf_final_processing): Better comment.
1492 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
1494         * configure.in: Add DLX configuraton
1495         * Makefile.am: Add DLX configuraton
1496         * configure: Regenerate.
1497         * Makefile.in: Regenerate.
1498         * config/tc-dlx.c: New file.
1499         * config/tc-dlx.h: New files.
1500         * NEWS: Mention new support.
1502 2002-05-27  Nick Clifton  <nickc@cambridge.redhat.com>
1504         * config/obj-coff.c (write_object_file): Add missing semicolon.
1506 2002-05-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1508         * config/tc-mips.c (mips_emit_delays): Replace magic constant for RA
1509         by the define. Remove superfluous check of mips_opts.mips16.
1510         (append_insn): Likewise. Canonicalize variable increments.
1511         (macro_build): Canonicalize variable increments.
1512         (macro_build_lui): Likewise.
1513         (load_register): Likewise.
1514         (load_address): Move pointer initialization.
1515         (macro): Move pointer to a more local scope. Canonicalize variable
1516         increments. Better comments. Replace magic constant for RA by the
1517         define.
1518         (macro2): Replace magic constant for RA by the define. Canonicalize
1519         variable increments.
1520         (mips_ip): Canonicalize variable increments.
1521         (mips16_ip): Replace magic constant for RA by the define.
1522         (my_getSmallParser): Canonicalize variable increments/decrements.
1523         (my_getPercentOp): Likewise.
1524         (my_getSmallExpression): Likewise.
1525         (s_align): Likewise.
1526         (s_mipsset): Likewise.
1527         (s_cpsetup): Likewise.
1528         (s_insn): Remove superfluous check of mips_opts.mips16.
1529         (s_mips_stab): Likewise.
1530         (mips_handle_align): Canonicalize variable increments.
1531         (s_mips_ent): Likewise.
1532         (s_mips_end): Add comment.
1534 2002-05-26  Jason Thorpe  <thorpej@wasabisystems.com>
1536         * configure.in: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
1537         * configure: Regenerate.
1539 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
1541         * Makefile.am (OBJS): Depend on ansidecl.h and fopen-same.h.
1542         * Makefile.in: Regenerate.
1543         * dep-in.sed: Reorder to match OBJS in Makefile.am.
1544         * configure.in (ALL_OBJ_DEPS): Add symcat.h when need_bfd.
1545         * configure: Regenerate.
1546         * as.h: Use #include "" instead of <> for local header files.
1547         * flonum-konst.c: Likewise.
1548         * flonum-mult.c: Likewise.
1549         * gasp.c: Likewise.
1550         * listing.c: Likewise.
1551         * config/tc-ia64.h: Likewise.
1552         * config/tc-v850.h: Likewise.
1554 2002-05-24  TAMURA Kent <kent@netbsd.org>
1556         * configure.in: Add a target for i386-netbsdpe.
1557         * configure: Regenerate.
1559 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
1561         * config/obj-elf.c (elf_common): Renamed from obj_elf_common.
1562         (obj_elf_common): Call elf_common.
1563         (obj_elf_tls_common): New function.
1564         (elf_pseudo_tab): Support .tls_common.
1565         (special_sections): Add .tdata and .tbss.
1566         (obj_elf_change_section): Set SEC_THREAD_LOCAL for SHF_TLS
1567         sections.
1568         (obj_elf_parse_section_letters): Support T in section flags (SHF_TLS).
1569         (obj_elf_parse_section_letters): Include T in error message.
1570         * config/tc-ppc.c (ppc_section_letter): Likewise.
1571         * config/tc-alpha.c (alpha_elf_section_letter): Likewise.
1572         (tc_gen_reloc): Handle SEC_THREAD_LOCAL the same way as
1573         SEC_MERGE.
1574         * config/tc-sparc.c (md_apply_fix3): Likewise.
1575         * config/tc-i386.c (tc_i386_fix_adjustable): Add TLS relocs.
1576         Define them if not BFD_ASSEMBLER.
1577         (lex_got): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF, @DTPOFF
1578         and @NTPOFF.
1579         (md_apply_fix3): Add TLS relocs.
1580         * config/tc-ia64.c (enum reloc_func): Add FUNC_DTP_MODULE,
1581         FUNC_DTP_RELATIVE, FUNC_TP_RELATIVE, FUNC_LT_DTP_MODULE,
1582         FUNC_LT_DTP_RELATIVE, FUNC_LT_TP_RELATIVE.
1583         (pseudo_func): Support @dtpmod(), @dtprel() and @tprel().
1584         (ia64_elf_section_letter): Include T in error message.
1585         (md_begin): Support TLS operators.
1586         (md_operand): Likewise.
1587         (ia64_gen_real_reloc_type): Support TLS relocs.
1588         * testsuite/gas/i386/tlspic.s: New file.
1589         * testsuite/gas/i386/tlsd.s: New file.
1590         * testsuite/gas/i386/tlsnopic.s: New file.
1591         * testsuite/gas/i386/tlsd.d: New file.
1592         * testsuite/gas/i386/tlsnopic.d: New file.
1593         * testsuite/gas/i386/tlspic.d: New file.
1594         * testsuite/gas/i386/i386.exp: Add tlsd, tlsnopic and tlspic tests.
1595         * testsuite/gas/ia64/tls.s: New file.
1596         * testsuite/gas/ia64/tls.d: New file.
1597         * testsuite/gas/ia64/ia64.exp: Add tls test.
1598         * write.c (adjust_reloc_syms): Don't change symbols in
1599         SEC_THREAD_LOCAL sections to STT_SECTION + addend.
1601 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
1603         * config/tc-arm.c (md_apply_fix3): For the Thumb BLX reloc
1604         round the relocation up rather than down.
1606 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
1608         * config/obj-coff.c (obj_coff_section): Silently ignore an 'a'
1609         flag.
1610         * doc/as.texinfo: Document that the COFF version of .section
1611         ignores the 'a' flag.
1613 2002-05-23  Alan Modra  <amodra@bigpond.net.au>
1615         * config/tc-alpha.c (assemble_tokens): Protect use of
1616         ALPHA_RELOC_TABLE with #ifdef RELOC_OP_P.
1618         * write.c (size_seg): Check adjustment to last frag.
1619         (SUB_SEGMENT_ALIGN): If HANDLE_ALIGN defined, pad out last frag to
1620         section alignment.
1621         * config/obj-coff.c (SUB_SEGMENT_ALIGN): Likewise.
1622         * config/obj-ieee.c (SUB_SEGMENT_ALIGN): Likewise.
1623         (write_object_file): Invoke md_do_align if available, and use
1624         frag_align_code on text sections.
1625         * config/obj-vms.h (SUB_SEGMENT_ALIGN): Now two args.
1626         * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Likewise.
1627         * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Likewise.
1628         * config/tc-sh.h (SUB_SEGMENT_ALIGN): Likewise.
1629         * config/tc-i386.h (SUB_SEGMENT_ALIGN): Likewise.  Define for
1630         BFD_ASSEMBLER too.
1632 2002-05-22  H.J. Lu <hjl@gnu.org>
1634         * dwarf2dbg.c (dwarf2_directive_loc): Call listing_source_file
1635         for source file.
1637 2002-05-22  Nick Clifton  <nickc@cambridge.redhat.com>
1639         * config/tc-arm.c (arm_s_section): Enable for COFF builds as well
1640         as ELF builds.
1642 2002-05-22  H.J. Lu <hjl@gnu.org>
1644         * dwarf2dbg.c (dwarf2_emit_insn): Emit only one line symbol
1645         for one .loc for compiler.
1647 2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1649         * config/tc-mips.c (macro): Relax warning, it's toot strict for
1650         embedded-PIC.
1652 2002-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1654         * config/tc-mips.c (macro2): Add 64 bit drol, dror macros.
1655         Optimize the rotate by zero case.
1657 2002-05-21  Nick Clifton  <nickc@cambridge.redhat.com>
1659         * configure.in: Remove accidental enabling of bfd_gas=yes for
1660         sh-coff targets.
1661         * configure: Regenerate.
1663 2002-05-18  Kazu Hirata  <kazu@cs.umass.edu>
1665         * app.c: Fix formatting.
1666         * as.c: Likewise.
1667         * ehopt.c: Likewise.
1668         * expr.c: Likewise.
1669         * input-file.c: Likewise.
1670         * listing.c: Likewise.
1671         * macro.h: Likewise.
1672         * stabs.c: Likewise.
1673         * symbols.c: Likewise.
1675 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
1677         * config/obj-generic.c: Delete file.
1678         * config/obj-generic.h: Likewise.
1680 2002-05-16  Marek Michalkiewicz  <marekm@amelek.gda.pl>
1682         * config/tc-avr.c (mcu_types): Update for new devices.
1684 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1686         * config/tc-mips.c (macro): Warn about wrong la/dla use.
1688 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1690         * config/tc_mips.c (s_cpsetup): Fix completely bogus code which had
1691         worked sometimes by accident. Fix copy&paste comment.
1693 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1695         * config/tc-mips.c (md_begin): Fix .reginfo and .MIPS.option section
1696         alignment for NewABI. Let n32 use .reginfo. Remove useless casts.
1697         (mips_elf_final_processing): Let n32 use .reginfo.
1699 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1701         * config/tc-mips.c (append_insn): Fix too small range of variable.
1703 2002-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
1705         * config/tc-arm.c (arm_cleanup): Remove redundant call to
1706         listing_prev_line().
1708 2002-05-13  Nick Clifton  <nickc@cambridge.redhat.com>
1710         * config/tc-arm.c (md_assemble): Remove redundant call to
1711         listing_prev().
1713         * dwarf2dbg.c (dwarf2_emit_insn): Do not reset
1714         loc_directive_seen.
1716         * stabs.c (s_stab_generic): Fix grammatical error in warning
1717         message.
1719 2002-05-13  Alan Modra  <amodra@bigpond.net.au>
1721         * write.c (subsegs_finish): Don't specially align last subseg.
1723 2002-05-11  Nick Clifton  <nickc@cambridge.redhat.com>
1725         * stabs.c (s_stab_generic): Warn about a description field that is
1726         too big.
1728         * config/obj-coff.c: Fix compile time warnings when compiling
1729         without BFD_ASSEMBLER defined.
1730         Fix formatting.
1732         * config/tc-sh.c (md_pcrel_from): Define for use with sh-hms
1733         target.
1734         (md_pcrel_from_section): Use md_pcrel_from().
1736 2002-05-11  Bruno Haible  <bruno@clisp.org>
1738         * dwarf2dbg.c (dwarf2_emit_insn): Use the 'current' struct filled
1739         by dwarf2_directive_loc, instead of calling dwarf2_where.
1741 2002-05-11  Kazu Hirata  <kazu@cs.umass.edu>
1743         * config/obj-coff.h: Fix formatting.
1744         * config/tc-mcore.c: Likewise.
1745         * config/tc-mn10300.c: Likewise.
1746         * config/tc-openrisc.c: Likewise.
1747         * config/tc-or32.c: Likewise.
1748         * config/tc-pdp11.c: Likewise.
1749         * config/tc-ppc.c: Likewise.
1750         * config/tc-ppc.h: Likewise.
1751         * config/tc-sh64.c: Likewise.
1752         * config/tc-sh.c: Likewise.
1753         * config/tc-tic54x.c: Likewise.
1754         * config/tc-xstormy16.c: Likewise.
1755         * config/tc-xstormy16.h: Likewise.
1757 2002-05-09  Kazu Hirata  <kazu@cs.umass.edu>
1759         * config/obj-coff.c: Fix formatting.
1760         * config/obj-elf.c: Likewise.
1761         * config/tc-alpha.c: Likewise.
1762         * config/tc-arm.c: Likewise.
1763         * config/tc-d10v.c: Likewise.
1764         * config/tc-d30v.c: Likewise.
1765         * config/tc-h8300.c: Likewise.
1766         * config/tc-hppa.c: Likewise.
1768 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
1770         * config/tc-i386.c (md_estimate_size_before_relax) Don't lose
1771         reloc when no_cond_jump_promotion.
1773 2002-05-08  Jim Wilson  <wilson@redhat.com>
1775         * config/tc-i960.c (md_estimate_size_before_relax): Return size of
1776         current variable part of frag.
1778 2002-05-08  Kazu Hirata  <kazu@cs.umass.edu>
1780         * config/tc-mmix.c: Fix formatting.
1781         * config/tc-mmix.h: Likewise.
1783 2002-05-08  Alan Modra  <amodra@bigpond.net.au>
1785         * configure: Regenerate.
1787 2002-05-07  Kazu Hirata  <kazu@cs.umass.edu>
1789         * config/tc-m68k.c: Fix formatting.
1791 2002-05-07  Federico G. Schwindt <fgsch@olimpo.com.br>
1793         * Makefile.am: Honour DESTDIR.
1794         * Makefile.in: Regenerate.
1796 2002-05-06  Kazu Hirata  <kazu@cs.umass.edu>
1798         * config/tc-ia64.c: Fix formatting.
1799         * config/tc-ia64.h: Likewise.
1801 2002-05-04  Kazu Hirata  <kazu@cs.umass.edu>
1803         * config/tc-mips.c: Fix formatting.
1804         * config/tc-s390.c: Likewise.
1805         * config/tc-s390.h: Likewise.
1807 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
1809         * config/tc-s390.c (md_gather_operands): Emit dwarf2 line-number
1810         information for instructions.
1812 2002-05-02  Kazu Hirata  <kazu@cs.umass.edu>
1814         * as.h: Fix formatting.
1815         * cgen.c: Likewise.
1816         * cgen.h: Likewise.
1817         * dwarf2dbg.c: Likewise.
1818         * frags.h: Likewise.
1819         * gasp.c: Likewise.
1820         * macro.c: Likewise.
1821         * read.c: Likewise.
1822         * stabs.c: Likewise.
1823         * symbols.c: Likewise.
1825 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
1827         * app.c (mri_pseudo): Only declare for TC_M68K.
1829         * config/tc-ppc.c (mapping): Map sectoff to BFD_RELOC_16_BASEREL.
1830         (ppc_elf_validate_fix): Replace BFD_RELOC_32_BASEREL with
1831         BFD_RELOC_16_BASEREL.
1832         (md_assemble): Likewise.
1833         (md_apply_fix3): Likewise.
1835 2002-05-02  Nick Clifton  <nickc@cambridge.redhat.com>
1837         * config/tc-arm.c (thumb_add_sub): Do not convert a subtract of
1838         zero into an add of zero - it is not the same.
1840 2002-05-01  Arati Dikey <aratid@kpit.com>
1842         * tc-sh.c (get_specific): Generate warning if the same
1843         destination register is used in parallel instructions.
1845 2002-05-01  Andrew Macleod  <amacleod@cygnus.com>
1847         * config/tc-i386.c (extra_symbol_chars): Add '[' to the list.
1849 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
1851         * write.c (cvt_frag_to_fill): Set fr_offset to zero on .org
1852         backwards to prevent cascading errors.
1854 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
1856         * configure.in: Add support for powerpc-*-windiss.
1857         * configure: Regenerated.
1859 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
1861         * config/tc-s390.c (md_parse_option): Formatting.
1863         * config/tc-i386.c: Formatting fixes, add missing space in error
1864         message.
1866 2002-04-24  Christian Groessler <chris@groessler.org>
1868         * config/tc-z8k.c (build_bytes): Add support for new cases:
1869         CLASS_IGNORE and ARG_NIM4.
1870         (md_assemble): Prevent destruction of input_line_pointer if
1871         get_operands returns failure.
1873 2002-04-24  Chris G. Demetriou  <cgd@broadcom.com>
1875         * config/tc-mips.c (macro_build): Do _not_ allow MIPS-3D
1876         instructions to be generated by macros.
1878 2002-04-24  Andreas Schwab  <schwab@suse.de>
1880         * config/tc-i386.c (output_jump, output_disp)
1881         (md_estimate_size_before_relax): Don't set fx_pcrel_adjust any
1882         more.
1883         (md_apply_fix3): Remember addend value for rela relocations.
1884         (tc_gen_reloc): Correctly compute pc-relative relocation addend.
1886 2002-04-22  Chris Demetriou  <cgd@broadcom.com>
1888         * config/tc-mips.c (macro_build): Add close-parenthesis missing
1889         from previous change.
1891 2002-04-22  Eric Christopher  <echristo@redhat.com>
1893         * config/tc-mips.c (macro_build): Add warning if macro instructions
1894         are expanded into a branch delay slot.
1896 2002-04-17  Geoffrey Keating  <geoffk@redhat.com>
1898         * dwarf2dbg.c (dwarf2_gen_line_info): Do emit duplicate line
1899         numbers, gdb relies on them to detect the start of the prologue.
1901 2002-04-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1903         * config/tc-s390.c (tc_s390_fix_adjustable): Prevent adjustments to
1904         symbols in merge sections.
1906 2002-04-16  Alan Modra  <amodra@bigpond.net.au>
1908         * as.c (main): Don't reference _bfd_chunksize.
1910 2002-04-15  Tom Rix  <trix@redhat.com>
1912         * config/tc-d10v.c (d10v_fix_adjustable): Prevent adjustments to
1913         symbols in merge sections.
1915 2002-04-11  Richard Sandiford  <rsandifo@redhat.com>
1917         * doc/invoke.texi (TC_LARGEST_EXPONENT_IS_NORMAL): Document.
1918         * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): Add an
1919         argument for the precision.
1920         (gen_to_words): Update accordingly.
1922 2002-04-10  Alan Modra  <amodra@bigpond.net.au>
1924         * as.c (parse_args <OPTION_VERSION>): Use VERSION is
1925         BFD_VERSION_STRING unavailable.
1926         * config/tc-i386.c (INLINE): Define (for non-BFD assembler).
1928 2002-04-09  J"orn Rennecke <joern.rennecke@superh.com>
1930         * config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting if
1931         symbol_used_in_reloc_p is true.
1933         * config/tc-sh.c (md_apply_fix3): Don't zero relocations on big
1934         endian hosts.
1936 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
1938         * dep-in.sed: Cope with absolute paths.
1939         * Makefile.am (dep.sed): Subst TOPDIR.
1940         Run "make dep-am".
1941         * Makefile.in: Regenerate.
1943 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1945         * config/tc-mips.c (mips16_macro_build): Cast type mismatch.
1946         (mips_ip): Remove unused variable.
1947         (md_apply_fix3): Cast signed/unsignes mismatches. Replace
1948         unsigned char with bfd_byte.
1949         (s_file): Remove unused variable.
1950         (s_mips_ent): Likewise.
1952 2002-04-03  Tom Rix  <trix@redhat.com>
1954         * config/tc-d10v.c (d10v_insert_operand): Fix warning in as_bad_where.
1955         (build_insn): Same.
1956         (find_opcode): Fix warning in as_warn.
1957         * config/tc-d10v.h: Update Copyright.
1959 2002-04-03  Alan Matsuoka <alanm@redhat.com>
1960             Tom Rix  <trix@redhat.com>
1962         From Jeff Knaggs <jknaggs@redhat.com>
1963         * config/tc-d10v.c (check_resource_conflict): New function to
1964         check for resource conflicts.
1966         From Jason Eckhardt  <jle@redhat.com>
1967         * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
1968         imm3 fields.
1969         * config/tc-d10v.c (find_opcode): Emit a warning if one of the
1970         reserved control registers is used.
1971         * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
1972         imm3 fields.
1974         From 2001-03-28  Diego Novillo  <dnovillo@redhat.com>
1975         * tc-d10v.c (parallel_ok): Prevent packing only if the first
1976         instruction cannot be packed.
1978         From 2001-03-30  Diego Novillo  <dnovillo@redhat.com>
1979         * gas/config/tc-d10v.c (check_resource_conflict): Only check
1980         write-write conflicts.
1981         (md_assemble): Reformat introductory comment.
1982         * opcodes/d10v-opc.c (d10v_opcodes): `btsti' does not modify its
1983         arguments.
1985 2002-04-03  Alan Modra  <amodra@bigpond.net.au>
1987         * symbols.c (resolve_symbol_value <O_uminus, O_bit_not,
1988         O_logical_not>): Derive final_seg from add_symbol.
1989         <O_multiply..O_logical_or>: More final_seg twiddles.
1991 2002-04-01  Jessica Han  <jessica@cup.hp.com>
1993         * config/tc-ia64.c (ia64_cons_fix_new): Handle 8 byte iplt reloc
1994         in 32-bit mode.
1996 2002-03-27  Andreas Schwab  <schwab@suse.de>
1998         * config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size of
1999         field for pc-relative fixups.
2000         (output_disp): Likewise.
2001         (md_estimate_size_before_relax): Likewise.
2002         (tc_gen_reloc): Subtract fx_pcrel_adjust instead of fx_size for
2003         pc-relative fixups in 64bit mode.
2005 2002-03-22  Alan Modra  <amodra@bigpond.net.au>
2007         * config/te-aix5.h: Typo fix.
2009 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
2011         * Makefile.am: Run "make dep-am".
2012         * Makefile.in: Regenerate.
2013         * doc/Makefile.in: Regenerate.
2015 2002-03-20  Albert Chin-A-Young  <china@thewrittenword.com>
2017         * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo
2018         (vfp_sp_reg_pos -> vfp_dp_reg_pos).
2020 2002-03-18  Alexandre Oliva  <aoliva@redhat.com>
2022         * config/tc-mips.c (md_estimate_size_before_relax): Do not modify
2023         the EXTENDED bit here; report the estimate according to the
2024         current size.
2026 2002-03-18  Tom Rix  <trix@redhat.com>
2028         * configure.in: Add AIX 5 support.
2029         * config/tc-ppc.c (ppc_target_format): Add AIX 5 64 bit target.
2030         * config/te-aix5.h: New file. AIX 5 support.
2031         * configure: Regenerate.
2033 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
2035         * po/fr.po: Updated version.
2037 2002-03-16  Andreas Jaeger  <aj@suse.de>
2039         * doc/c-mips.texi (Machine Dependencies): Add new node.
2041 2002-03-15  Chris G. Demetriou  <cgd@broadcom.com>
2043         * config/tc-mips.c (mips_set_options): New "ase_mips3d" member.
2044         (mips_opts): Initialize "ase_mips3d" member.
2045         (file_ase_mips3d): New variable.
2046         (CPU_HAS_MIPS3D): New macro.
2047         (md_begin): Initialize mips_opts.ase_mips3d and file_ase_mips3d
2048         based on command line options and configuration defaults.
2049         (macro_build, mips_ip): Accept MIPS-3D instructions if
2050         mips_opts.ase_mips3d is set.
2051         (OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option):
2052         Add support for "-mips3d" and "-no-mips3d" options.
2053         (OPTION_ELF_BASE): Move to accomodate new options.
2054         (s_mipsset): Support ".set mips3d" and ".set nomips3d".
2055         (mips_elf_final_processing): Add a comment indicating that a
2056         MIPS-3D ASE ELF header flag should be set, when one exists.
2057         * doc/as.texinfo: Document -mips3d and -no-mips3d options.
2058         * doc/c-mips.texi: Likewise, and document ".set mips3d" and ".set
2059         nomips3d" directives.
2061 2002-03-14  Hans-Peter Nilsson  <hp@bitrange.com>
2063         * config/tc-mmix.c (md_estimate_size_before_relax): Don't consider
2064         a weak symbol in same section to be within reach.
2066 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
2068         * po/fr.po: Updated version.
2070 2002-03-12  Andreas Schwab  <schwab@suse.de>
2072         * config/tc-ia64.c (fixup_unw_records): Clear region when seeing a
2073         body record so that an error is given for misplaced .save
2074         pseudo-ops.
2076 2002-03-09  Alan Modra  <amodra@bigpond.net.au>
2078         * config/tc-i386.h (REX_OPCODE): Define.
2079         (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): Define.
2080         (rex_byte): typedef to int.
2081         * config/tc-i386.c: Group prototypes and vars together.
2082         Formatting fixes.  Remove occurrences of "register" keyword.
2083         (true): Delete.
2084         (false): Delete.
2085         (mode_from_disp_size): Add INLINE keyword to prototype.
2086         (fits_in_signed_byte): Likewise.
2087         (fits_in_unsigned_byte): Likewise.
2088         (fits_in_unsigned_word): Likewise.
2089         (fits_in_signed_word): Likewise.
2090         (fits_in_unsigned_long): Likewise.
2091         (fits_in_signed_long): Likewise.
2092         (type_names): Constify.
2093         (intel_float_operand): Constify param.
2094         (add_prefix): Use REX_OPCODE.
2095         (md_assemble): Likewise.  Modify for changed rex_byte.
2096         (parse_insn): Split out of md_assemble.
2097         (parse_operands): Likewise.
2098         (swap_operands): Likewise.
2099         (optimize_imm): Likewise.
2100         (optimize_disp): Likewise.
2101         (match_template): Likewise.
2102         (check_string): Likewise.
2103         (process_suffix): Likewise.
2104         (check_byte_reg): Likewise.
2105         (check_long_reg): Likewise.
2106         (check_qword_reg): Likewise.
2107         (check_word_reg): Likewise.
2108         (finalize_imm): Likewise.
2109         (process_operands): Likewise.
2110         (build_modrm_byte): Likewise.
2111         (output_insn): Likewise.
2112         (output_branch): Likewise.
2113         (output_jump): Likewise.
2114         (output_interseg_jump): Likewise.
2115         (output_disp): Likewise.
2116         (output_imm): Likewise.
2118 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
2120         * doc/as.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
2122 2002-03-06  Alan Modra  <amodra@bigpond.net.au>
2124         * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byte
2125         relocs except when BFD64.
2127         * write.c (number_to_chars_bigendian): Don't abort when N is
2128         larger than sizeof (VAL).
2129         (number_to_chars_littleendian): Likewise.
2131 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2133         * config/tc-hppa.c (md_apply_fix3): Add cast.
2134         (hppa_fix_adjustable): Adjust list of selectors using e_lrsel and
2135         e_rrsel.
2137 2002-03-05  Paul Koning  <pkoning@equallogic.com>
2139         * tc-pdp11.c: Use VAX float format support for PDP-11 target.
2140         (parse_ac5): New function for parsing float regs in float operand.
2141         (parse_expression): Remove attempt to make literals be octal.
2142         (parse_op_no_deferred): Support float literals.
2143         (parse_op): Reject attempts to refer to float regs.
2144         (parse_fop): New function, like parse_op but for float operand.
2145         (md_assemble): Add cases to parse float operands.  Also fix
2146         IMM3, IMM6, IMM8 cases to pick up the operand from the right spot.
2148 2002-03-04  H.J. Lu <hjl@gnu.org>
2150         * config/obj-elf.c (special_section): Add .init_array,
2151         .fini_array and .preinit_array.
2153         * config/tc-ia64.h (ELF_TC_SPECIAL_SECTIONS): Remove
2154         .init_array and .fini_array.
2156 2002-03-01  Jakub Jelinek  <jakub@redhat.com>
2158         * config/obj-elf.c (elf_copy_symbol_attributes): Don't copy
2159         visibility.
2160         (obj_frob_symbol): Copy visibility.
2162 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
2164         * config/tc-alpha.c (s_alpha_text): Use obj_elf_text for OBJ_ELF, not
2165         s_text.
2166         (s_alpha_data): Use obj_elf_data for OBJ_ELF, not s_data.
2168 2002-02-27  Nick Clifton  <nickc@cambridge.redhat.com>
2170         * po/es.po: Updated.
2172 2002-02-26  Chris Demetriou  <cgd@broadcom.com>
2174         * config/tc-mips.c (mips_need_elf_addend_fixup): For embedded-PIC
2175         only, undo the changes made on 2001-06-08, with the
2176         effect being that common or extern symbols are
2177         adjusted for embedded-PIC, but weak symbols are not.
2178         (md_estimate_size_before_relax: Likewise, with the effect
2179         that extern symbols are treated the same as weak symbols
2180         only if not embedded-PIC.
2181         (mips_fix_adjustable) Likewise, with the effect that
2182         weak or extern symbols are not adjusted for embedded-PIC.
2183         (md_apply_fix3): Tweak so that the case where value is zero
2184         is handled more correctly for embedded-PIC code.
2186 2002-02-26  Nick Clifton  <nickc@cambridge.redhat.com>
2188         * doc/as.texinfo (Overview): Add missing @ifset IA64
2190         * configure.in (LINGUAS): Add es.po.
2191         * configure: Regenerate.
2192         * po/es.po: New file.
2194 2002-02-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2196         * config/tc-mips.c (set_at): Fix handling of 64bit register loads.
2197         (macro): Likewise. Fix la/dla address expansions for EMBEDDED_PIC
2198         and NO_PIC cases. Code cleanup.
2199         (macro2): Fix handling of 64bit register loads.
2201 2002-02-25  David Mosberger  <davidm@hpl.hp.com>
2203         * doc/as.texinfo: Add entry for IA64.
2204         * doc/c-ia64.texi: New file.
2206 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
2208         * config/tc-hppa.c: Update copyright date.
2210         * doc/c-ppc.texi (PowerPC-Opts): Add -mpower4, -maltivec and -m7400
2211         Remove references to chip manufacturers.
2212         * config/tc-ppc.c (md_parse_option): Handle -mpower4 option.
2213         Correct comments.
2214         (md_show_usage): Remove references to chip manufacturers.  Mention
2215         -mpower4.
2216         (md_begin): Test power4 opcode flag bits.
2218 2002-02-22  David Mosberger  <davidm@hpl.hp.com>
2220         * config/tc-ia64.c (dot_restore): Issue error message of epilogue
2221         count exceeds prologue count.
2222         (md_show_usage): Describe -mconstant-gp and -mauto-pic.
2223         (unwind.label_prologue_count): New member.
2225         Based on a patch by Hans Boehm <hboehm@hpl.hp.com>:
2227         (get_saved_prologue_count): New function.
2228         (save_prologue_count): New function.
2229         (free_saved_prologue_count): New function.
2230         (dot_label_state): Record state label by calling save_prologue_count().
2231         (dot_copy_state): Restore prologue count by calling
2232         get_saved_prologue_count().
2233         (generate_unwind_image): Free up list of saved prologue
2234         counts by calling free_saved_prologue_counts().
2236 2002-02-22  Nick Clifton  <nickc@cambridge.redhat.com>
2238         * config/tc-tic54x.c: Add missing prototypes and remove ANSI style
2239         function declarations.
2241 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
2243         * NEWS: Note that GASP is now deprecated.
2244         * Makefile.am: Do not build gasp-new by default.
2245         * Makefile.in: Regenerate.
2246         * doc/Makefile.am: Do not install gasp.info.
2247         * doc/Makefile.in: Regenerate.
2248         * gas/gasp.texi: Note that gasp is now deprecated.
2250 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
2252         * NEWS: Mark 2.12 branch.
2254 2002-02-19  Tom Tromey  <tromey@redhat.com>
2256         * config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
2258 2002-02-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2260         * config/tc-mips.c (md_parse_option): Complain about invalid -mabi
2261         option input.
2263 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2265         * config/tc-s390.c (md_parse_option): Add switches -m31 and -m64.
2266         Make bit size independent of architecture switch.
2267         (md_begin): Add warning for -m64 with -Aesa.
2268         (s390_md_end): Use renamed architecture defines.
2270 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
2272         * config/obj-coff.h: Check !target_big_endian, not shl, for coff-sh.
2274 2002-02-16  Nick Clifton  <nickc@cambridge.redhat.com>
2276         * doc/as.texinfo (Machine Dependencies): Fix typo: MMIX used
2277         instead of CRIS.
2279 2002-02-15  Chris Demetriou  <cgd@broadcom.com>
2281         * config/tc-mips.c (md_estimate_size_before_relax): Really
2282         make sure we treat weak like extern only for ELF.  (Fixes
2283         patch from 2001-07-25.)
2285 2002-02-15  Ben Elliston  <bje@redhat.com>
2287         * doc/as.texinfo: Add duplicate directory entry so that "info gas"
2288         works as expected.
2290 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
2292         * NEWS: Mention support for MMIX.
2294 2002-02-13  Chris Demetriou  <cgd@broadcom.com>
2296         * config/tc-mips.c (mips_need_elf_addend_fixup): Restructure into
2297         a sequence of indpendent 'if' statements for easier debugging
2298         and future modification.
2300 2002-02-13  Matt Fredette  <fredette@netbsd.org>
2302         * config/tc-m68k.c (md_show_usage): No longer display a
2303         hard-coded "68020" for the default CPU, instead display the
2304         canonical name of the true, configured default CPU.
2305         (m68k_elf_final_processing): Mark objects for sub-68020
2306         CPUs with the new EF_M68000 flag.
2308 2002-02-13  Andreas Schwab  <schwab@suse.de>
2310         * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
2311         pc-relative relocations to merge sections in 64-bit mode.
2313 2002-02-13  Ben Elliston  <bje@redhat.com>
2315         * NEWS: Document floating point number handling in gasp.
2316         * gasp.c: Include <assert.h> and "xregex.h".
2317         (is_flonum): New function.
2318         (chew_flownum): Likewise.
2319         (change_base): Consume flonums from the input, where possible.
2320         * doc/gasp.texi (Constants): Document floating point numbers.
2322 2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2324         * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust final types
2325         that implicitly use LR and RR selectors.
2327 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
2329         * config/tc-mn10300.c (other_registers): Added `epsw'.  Mark `pc'
2330         and `epsw' as available on AM33 and above only.
2331         (other_register_name): Add logic to handle machine type encoded in
2332         reg_number.
2334 2002-02-11  Tom Rix  <trix@redhat.com>
2336         * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for
2337         xcoff64.
2339 2002-06-11  Alexandre Oliva  <aoliva@redhat.com>
2341         * config/tc-sparc.c (U0x80000000, U0xffffffff): New constants.
2342         Use all over.
2344 2002-02-11  Jan Hubicka  <jh@suse.cz>
2346         * i386.c (md_assemble): Support 32bit address prefix.
2347         (i386_displacement): Likewise.
2348         (i386_index_check): Accept 32bit addressing in 64bit mode.
2350 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
2352         * config/tc-sh.c (dot): Removed unused function.
2354 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
2356         * Makefile.am: "make dep-am".
2357         * Makefile.in: Regenerate.
2358         * aclocal.m4: Regenerate.
2359         * config.in: Regenerate.
2360         * configure: Regenerate.
2361         * doc/Makefile.in: Regenerate.
2363 2002-02-10  Richard Henderson  <rth@redhat.com>
2365         * doc/c-alpha.texi: New file.
2366         * doc/Makefile.am (CPU_DOCS): Add it.
2367         * doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
2369 2002-02-09  Richard Henderson  <rth@redhat.com>
2371         * config/tc-alpha.c (O_samegp): New.
2372         (USER_RELOC_P): Include it.
2373         (alpha_reloc_op_tag, debug_exp, find_macro_match): Add it.
2374         (md_apply_fix3): Handle BFD_RELOC_ALPHA_BRSGP.
2375         (alpha_force_relocation, alpha_fix_adjustable): Likewise.
2376         (alpha_validate_fix): New.
2377         * config/tc-alpha.h (TC_VALIDATE_FIX): New.
2379 2002-02-09  Hans-Peter Nilsson  <hp@axis.com>
2381         * doc/c-cris.texi: New.
2382         * doc/all.texi: @set CRIS.
2383         * doc/as.texinfo: Ditto.  Add CRIS gas manpage option overview.
2384         Include c-cris.texi.
2385         * doc/Makefile.am (CPU_DOCS): Add c-cris.texi
2386         * doc/Makefile.in: Regenerate.
2388 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
2390         * config/tc-mips.c (IS_SEXT_32BIT_NUM): New macro to
2391         determine if a number is a sign-extended 32-bit number.
2392         (load_register): Use IS_SEXT_32BIT_NUM.
2393         (macro): Check if load/store macro handling is using a
2394         constant 32-bit address on 64-bit address systems, and if
2395         so optimize the generation of that address.
2397 2002-02-08  Richard Henderson  <rth@redhat.com>
2399         * config/tc-alpha.c (alpha_force_relocation): Don't assert that
2400         we've eliminated all foreign relocation types yet.
2401         (alpha_fix_adjustable): Likewise.
2403 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
2405         Contribute sh64-elf.
2406         2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
2407                     Stephen Clarke <Stephen.Clarke@st.com>
2408         * doc/c-sh64.texi: Fix citation of SH64 architecture manual.
2409         2002-01-31  Alexandre Oliva  <aoliva@redhat.com>
2410         * config/tc-sh.c (md_relax_table): Added default sizes for
2411         non-PC-relative UNDEF_MOVI, and relaxation sequences for
2412         MOVI_16, MOVI_32 and MOVI_48.
2413         * config/tc-sh64.c (shmedia_md_apply_fix3): Fix warning.
2414         (shmedia_md_convert_frag): Handle non-PC-relative UNDEF_MOVI
2415         and MOVI_16.
2416         (shmedia_md_estimate_size_before_relax): Remove redundant
2417         blocks.  Set fragP->fr_var even if relaxation type unchanged.
2418         Retain UNDEF_MOVI until expression decays to number.
2419         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
2420         * config/tc-sh64.c (shmedia_init_reloc): Handle new SHmedia PIC
2421         relocation types.  Take fixP->fx_addnumber into account too.
2422         (shmedia_md_apply_fix): Likewise.
2423         (shmedia_md_convert_frag): Likewise.
2424         (shmedia_build_Mytes): Likewise.
2425         (sh64_consume_datalabel): Complain about nested datalabel.
2426         Support PIC relocs.  Call sh_parse_name.
2427         * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Extend definition
2428         in tc-sh.h to SHmedia reloc types.
2429         * config/tc-sh.c (SH64PCRELPLT, MOVI_PLT, MOVI_GOTOFF,
2430         MOVI_GOTPC): New relaxation constants.
2431         (md_relax_table): Introduce relaxation directives for PIC-related
2432         constants.
2433         (sh_PIC_related_p): Handle datalabel.
2434         (sh_check_fixup): Choose SH5 PIC relocations.
2435         (sh_cons_fix_new): Added BDF_RELOC_64.
2436         (md_apply_fix3, sh_parse_name): Handle GOTPLT.
2437         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
2438         * config/tc-sh64.c (sh64_max_mem_for_rs_align_code): If the
2439         current ISA is SHmedia, get 7 bytes.
2440         2001-11-28  Nick Clifton  <nickc@cambridge.redhat.com>
2441         * config/tc-sh.c (md_apply_fix3): Treat shmedia_md_apply_fix3 as a
2442         void function.
2443         * config/tc-sh64.c (shmedia_apply_fix): Rename to
2444         shmedia_apply_fix3 and make void.
2445         2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
2446         * config/tc-sh64.c (s_sh64_abi): Remove unused arguments passed to
2447         as_bad.
2448         2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
2449         * config/tc-sh64.h (md_parse_name): Take &c as argument.
2450         2001-03-14  DJ Delorie  <dj@redhat.com>
2451         * doc/Makefile.am (CPU_DOCS): Added c-sh64.texi
2452         * doc/Makefile.in(CPU_DOCS): Ditto.
2453         * doc/c-sh64.texi: New file.
2454         * doc/as.texinfo: Add SH64 support.
2455         2001-03-13  DJ Delorie  <dj@redhat.com>
2456         * config/tc-sh64.c (shmedia_get_operands): Rename A_RESV_Fx to
2457         A_REUSE_PREV so that its purpose is more obvious.
2458         (shmedia_build_Mytes): Ditto.
2459         2001-03-07  DJ Delorie  <dj@redhat.com>
2460         * config/tc-sh64.c (sh64_vtable_entry): New, strip datalabels
2461         before processing.
2462         (sh64_vtable_inherit): Ditto.
2463         (strip_datalabels): New, strip "datalabel" from given line.
2464         * config/tc-sh.c (md_pseudo_table): Add sh64-specific vtable
2465         pseudos.
2466         2001-03-06  Hans-Peter Nilsson  <hpn@cygnus.com>
2467         * config/tc-sh64.c (shmedia_md_assemble): Move dwarf2_emit_insn
2468         call ...
2469         (shmedia_build_Mytes): ... to here.
2470         2001-03-06  DJ Delorie  <dj@redhat.com>
2471         * config/tc-sh.c: Remove sh64-specific uaquad now that there
2472         is a generic one.
2473         2001-01-21  Hans-Peter Nilsson  <hpn@cygnus.com>
2474         * config/tc-sh64.h (DWARF2_LINE_MIN_INSN_LENGTH): Override.
2475         * config/tc-sh64.c (shmedia_md_assemble): Offset recorded insn
2476         address by one in call to dwarf2_emit_insn.
2477         2001-01-13  Hans-Peter Nilsson  <hpn@cygnus.com>
2478         Implement ".abi" pseudo and correct .cranges descriptors.  Correct
2479         alignment handling broken by imported changes.
2480         * config/tc-sh64.h (HANDLE_ALIGN): Override definition in tc-sh.h.
2481         (sh64_handle_align): Declare.
2482         (MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
2483         (sh64_max_mem_for_rs_align_code): Declare.
2484         (enum sh64_isa_values): Moved here from tc-sh64.c.
2485         (md_do_align): Define.
2486         (sh64_do_align): Declare.
2487         (struct sh64_tc_frag_data): New.
2488         (TC_FRAG_TYPE): Change to struct sh64_tc_frag_data.  Users
2489         changed.
2490         (TC_FRAG_INIT): Change to set new datatype.
2491         (struct sh64_segment_info_type): Rename member
2492         last_flushed_location to last_contents_mark.  All users changed.
2493         (md_elf_section_change_hook, TC_CONS_FIX_NEW): Do not define.
2494         (shmedia_elf_new_section, sh64_tc_cons_fix_new): Do not prototype.
2495         * config/tc-sh.c (md_pseudo_table): Add ".abi".
2496         (sh_elf_cons) [HAVE_SH64]: Call sh64_update_contents_mark instead
2497         of unsetting seen_insn.
2498         (md_assemble) [HAVE_SH64] <before new SHcompact sequence>: Also
2499         call sh64_update_contents_mark.
2500         (sh_handle_align): Remove HAVE_SH64-conditioned code.
2501         * config/tc-sh64.c (sh64_isa_mode): Correct type from boolean to
2502         enum sh64_isa_values.
2503         (sh64_set_contents_type): Drop segT parameter.  All callers changed.
2504         (emitting_crange): Boolean guard moved to file scope from function
2505         scope in sh64_set_contents_type.
2506         (s_sh64_abi): New.
2507         (sh64_update_contents_mark): New; most split out from
2508         sh64_flush_pending_output.
2509         (shmedia_md_end): Call sh64_update_contents_mark.  Set
2510         sh64_isa_mode to sh64_isa_sh5_guard unless sh64_isa_unspecified.
2511         (sh64_do_align): New function.
2512         (sh64_max_mem_for_rs_align_code): New function.
2513         (sh64_handle_align): Rename from shmedia_do_align.  Make
2514         non-static.  Add head comment.  Emit zero bytes for n bytes modulo
2515         four.  Change return-type to void.
2516         (shmedia_elf_new_section): Remove.
2517         (shmedia_md_assemble): Call sh64_update_contents_mark.
2518         (s_sh64_mode): Ditto.  Do not call md_flush_pending_output.  Make
2519         new frag.  Call sh64_update_contents_mark after making the new
2520         frag.
2521         (sh64_flush_pending_output): Just call sh64_update_contents_mark
2522         and sh_flush_pending_output.
2523         (sh64_flag_output): Also call md_flush_pending_output, but add
2524         condition on not emitting_crange.
2525         (sh64_tc_cons_fix_new): Remove.
2526         2001-01-12  Nick Clifton  <nickc@redhat.com>
2527         * config/tc-sh64.c (shmedia_do_align): Fix to work with new
2528         alignment handling scheme imported from sourceware.
2529         2001-01-12  Hans-Peter Nilsson  <hpn@cygnus.com>
2530         * config/tc-sh64.h (TARGET_FORMAT): Define.
2531         (sh64_target_format): Prototype.
2532         * config/tc-sh64.c (sh64_target_mach): New function.
2533         2001-01-07  Hans-Peter Nilsson  <hpn@cygnus.com>
2534         * config/tc-sh64.c (shmedia_md_end): When equating a symbol, use
2535         zero_address_frag instead of copying the frag of the symbol.
2536         (shmedia_frob_file_before_adjust): Ditto.
2537         (shmedia_md_apply_fix) <case BFD_RELOC_SH_IMM_MEDLOW16>: Cast mask
2538         to valueT to remove signedness.
2539         (shmedia_md_convert_frag): Add parameter final.  Rename parameter
2540         headers to output_bfd.  Do not evaluate symbols if final is false;
2541         do emit fixups.
2542         (shmedia_md_estimate_size_before_relax) <case C (MOVI_IMM_32,
2543         UNDEF_MOVI) et al>: If symbol cannot be modified to be PC-relative
2544         to the current frag, call shmedia_md_convert_frag to emit fixups
2545         and make frag_wane neutralize the frag.  Update comments.
2546         * config/tc-sh.c (md_convert_frag): Change caller of
2547         shmedia_md_convert_frag.
2548         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
2549         * config/tc-sh64.h: Tweak comments and correct formatting.
2550         * config/tc-sh64.c: Ditto.
2551         (shmedia_md_convert_frag) <PT/PTA/PTB 32, 48 and 64 bit
2552         expansion, MOVI pcrel expansion>: Fix thinko calculating offset
2553         for the no-relocation case.
2554         (shmedia_check_limits): Fix range check being off-by-one for PTA.
2555         * config/tc-sh.c: Ditto.  Add proper comments to #ifdef/#ifndef
2556         wrappers.
2557         (SH64PCREL16_F): Increment for proper max-PTA handling.  Update
2558         comment.
2559         (SH64PCREL16_M, MOVI_16_M): Correct range thinko.
2560         (SH64PCREL48_M, MOVI_48_M): Similar; don't count in length of
2561         expansion.
2562         (SH64PCREL32_M, MOVI_32_M): Ditto; handle overflowing expression.
2563         Correct comment.
2564         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
2565         * config/tc-sh64.c (shmedia_md_apply_fix) <second switch, case
2566         BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1.
2567         (shmedia_md_convert_frag) <case C (SH64PCREL16_32, SH64PCREL16) et
2568         al>: Set lowest bit of field to relocate to 1 and rest to empty,
2569         if reloc is emitted.
2570         2000-12-31  Hans-Peter Nilsson  <hpn@cygnus.com>
2571         New options plus bugfixes.
2572         * config/tc-sh.c (md_longopts): New options "-no-expand" and
2573         "-expand-pt32".
2574         (md_parse_option): Handle new options.
2575         (md_show_usage): Add blurb for new options.
2576         * config/tc-sh64.c (SHMEDIA_BFD_RELOC_PT): New macro.
2577         (sh64_expand, sh64_pt32): New variables.
2578         (shmedia_init_reloc): Handle BFD_RELOC_SH_PT_16.
2579         (shmedia_md_apply_fix): Hold original fixP->fx_r_type in
2580         orig_fx_r_type.  Change SHMEDIA_BFD_RELOC_PT into
2581         BFD_RELOC_SH_PT_16.  Handle BFD_RELOC_SH_PT_16 as pc-relative.
2582         <resolved previously-pc-relative relocs>: Handle
2583         SHMEDIA_BFD_RELOC_PT and BFD_RELOC_SH_PT_16.
2584         (shmedia_md_convert_frag) <case C (SH64PCREL16PT_64, SH64PCREL16),
2585         case C (SH64PCREL16PT_32, SH64PCREL16)>: Modify to PTB if operand
2586         points to SHcompact code.
2587         <case C (SH64PCREL16_32, SH64PCREL16), case C (SH64PCREL16_64,
2588         SH64PCREL16)>: Check that ISA of what operand points at and
2589         PTA/PTB matches, or emit error.
2590         (shmedia_check_limits): Handle BFD_RELOC_SH_PT_16 and
2591         SHMEDIA_BFD_RELOC_PT.
2592         (shmedia_immediate_op): If pcrel, emit fixup also for constant
2593         operand.
2594         (shmedia_build_Mytes) <case A_IMMS16>: Also check sh64_expand in
2595         condition for MOVI expansion.
2596         <case A_PCIMMS16BY4>: Handle expansion to 32 bits only, if
2597         sh64_pt32.  Emit only a BFD_RELOC_SH_PT_16 fixup if not
2598         sh64_expand.
2599         <case A_PCIMMS16BY4_PT>: Likewise, but emit a SHMEDIA_BFD_RELOC_PT
2600         fixup.
2601         (sh64_target_format): Error-check setting of sh64_pt32 and
2602         sh64_expand.  Fix typo in check for sh64_shcompact_const_crange.
2603         (shmedia_md_pcrel_from_section): Handle BFD_RELOC_SH_PT_16 and
2604         SHMEDIA_BFD_RELOC_PT as coming from SHmedia code.
2605         2000-12-31  Hans-Peter Nilsson  <hpn@cygnus.com>
2606         * config/tc-sh64.c: Improve comments.
2607         (shmedia_md_convert_frag): Remove inactive is_pt_variant code.  Do
2608         not say the linker will check correctness of PTA/PTB expansion.
2609         (shmedia_md_end): Make non-static.
2610         * config/tc-sh64.h (md_end): Define to shmedia_md_end.  Add
2611         prototype.
2612         * config/tc-sh.c (sh_finalize): Remove.
2613         * config/tc-sh.h (md_end): Do not define.
2614         Remove prototype for sh_finalize.
2615         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2616         * config/tc-sh64.c (shmedia_frob_section_type): Use a struct
2617         sh64_section_data container when storing section type in tdata
2618         field in elf_section_data.
2619         * config/tc-sh.c (sh_elf_final_processing): Change from EF_SH64 to
2620         EF_SH5.
2621         * Makefile.am: Update dependencies.
2622         * Makefile.in: Regenerate.
2623         2000-12-22  Hans-Peter Nilsson  <hpn@cygnus.com>
2624         * config/tc-sh64.c (shmedia_md_assemble): Don't protect
2625         dwarf2_emit_insn call with test on debug_type.
2626         2000-12-19  Hans-Peter Nilsson  <hpn@cygnus.com>
2627         * config/tc-sh64.c (sh64_set_contents_type): Make contents-type
2628         CRT_SH5_ISA32 sticky for 64-bit.
2629         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
2630         Generate .crange sections when switching ISA mode or emitting
2631         constants in same section as code.
2632         * config/tc-sh64.c: Reformat structure definitions.
2633         (sh64_end_of_assembly, sh64_mix, sh64_shcompact_const_crange): New
2634         variables.
2635         (sh64_set_contents_type): Rename from sh64_init_section.  Rewrite
2636         to emit a .cranges descriptor when contents type changes.  Only
2637         emit error if changing contents type and -no-mix is in effect.
2638         (sh64_emit_crange, sh64_flush_last_crange, sh64_flag_output,
2639         sh64_flush_pending_output, sh64_tc_cons_fix_new): New functions.
2640         (shmedia_md_end): Set sh64_end_of_assembly.  Pass
2641         sh64_flush_last_crange over sections.
2642         When checking main symbol of datalabel symbol, check for
2643         STO_SH5_ISA32, not ISA type of section in definition.
2644         (shmedia_frob_file_before_adjust): Check main symbol for
2645         STO_SH5_ISA32; don't check ISA type of section in definition.
2646         (shmedia_frob_section_type): Adjust for .cranges; set section flag
2647         to SHF_SH5_ISA32_MIXED or SHF_SH5_ISA32 according to whether
2648         .cranges entries have been output.
2649         (shmedia_elf_new_section): Just call md_flush_pending_output.
2650         (shmedia_md_assemble): Do not emit a BFD_RELOC_SH_SHMEDIA_CODE
2651         fix.  Do not set tc_segment_info_data.in_code for section.  Call
2652         sh64_set_contents_type for SHmedia code.
2653         (s_sh64_mode): Do not call sh64_init_section or set seen_insn to
2654         false.  Call md_flush_pending_output.
2655         (sh64_target_format): Check that -no-mix and
2656         -shcompact-const-crange are used in sane combination with other
2657         options.
2658         (shmedia_md_pcrel_from_section): Check type of fix for how to
2659         adjust pc-relative.
2660         (sh64_consume_datalabel): Check symbol for having STO_SH5_ISA32,
2661         not ISA type of section in definition.
2662         * config/tc-sh64.h (struct sh64_segment_info_type): Rewrite to
2663         hold contents-type state.
2664         (md_flush_pending_output): Redefine to sh64_flush_pending_output.
2665         (sh64_flush_pending_output): Declare.
2666         (TC_CONS_FIX_NEW): Define to sh64_tc_cons_fix_new.
2667         (sh64_tc_cons_fix_new): Declare.
2668         * config/tc-sh.c (sh_elf_cons) [HAVE_SH64]: Unset seen_insn and
2669         call sh64_flag_output.
2670         (md_assemble) [HAVE_SH64]: Do not emit BFD_RELOC_SH_CODE.  Just
2671         call sh64_set_contents_type to mark SHcompact code and set
2672         seen_insn.
2673         (md_longopts): New options "-no-mix" and
2674         "-shcompact-const-crange".
2675         (md_parse_option): Handle new options.
2676         (md_show_usage): Add blurb for new options.
2677         (md_number_to_chars) [HAVE_SH64]: Call sh64_flag_output.
2678         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
2679         * config/tc-sh64.c: Delete investigated and obsolete fixme:s.
2680         (sh64_last_insn_frag): New.
2681         (shmedia_md_convert_frag): Use tc_frag_data field of incoming frag
2682         to get frag for insn opcode for generating fixups; do not assume it
2683         is the same frag.
2684         (shmedia_build_Mytes): Set sh64_last_insn_frag after growing frag
2685         for new insn.
2686         * config/tc-sh64.h (ELF_TC_SPECIAL_SECTIONS): Define for .cranges
2687         section.
2688         (TC_FRAG_TYPE): Define as fragS *.
2689         (TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
2690         (sh64_last_insn_frag): Declare.
2691         (sh64_consume_datalabel): Fix typo; check for seginfo != NULL,
2692         not == NULL before dereferencing.
2693         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
2694         Get rid of BFD section flag and EF_SH64_ABI64.
2695         * config/tc-sh64.c (shmedia_frob_section_type): Use
2696         elf_section_data (sec)->tdata, not a specific BFD section flag, to
2697         communicate the section as containing SHmedia code.  Describe why.
2698         * config/tc-sh.c (sh_elf_final_processing): Tweak comment.  Set
2699         EF_SH64 regardless of ABI.
2700         * config/tc-sh64.c (shmedia_md_apply_fix): Decapitalize "invalid"
2701         in error message.  Handle resolved expressions for
2702         BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
2703         BFD_RELOC_SH_IMMS10BY4 and BFD_RELOC_64.
2704         (shmedia_check_limits): Handle BFD_RELOC_64.
2705         (sh64_adjust_symtab): Do not decrement the GAS symbol value for
2706         a STO_SH5_ISA32 symbol, only the BFD value.
2707         2000-12-11  Ben Elliston  <bje@redhat.com>
2708         * config/tc-sh64.c: Call dwarf2_emit_insn, not the defunct
2709         dwarf2_generate_asm_lineno.
2710         2000-12-11  Hans-Peter Nilsson  <hpn@cygnus.com>
2711         Handle PC-relative MOVI expansions with assembler relaxation.
2712         Generate PC-relative relocs from 16-bit PC-relative expressions.
2713         * config/tc-sh64.c (SHMEDIA_MD_PCREL_FROM_FIX): Break out from...
2714         (shmedia_md_pcrel_from_section): ...here.
2715         (shmedia_md_apply_fix): Handle fixups for 16-bit operands that has
2716         turned completely resolved.  Adjust relocation type for 16-bit
2717         immediate operands that has turned PC-relative.  Adjust back for
2718         MD_PCREL_FROM_SECTION being applied twice.
2719         (shmedia_md_convert_frag): Always emit reloc for expression with
2720         global or weak symbol.  Handle relaxation result for PC-relative
2721         expressions.
2722         (shmedia_md_estimate_size_before_relax): An expression with a weak
2723         or global symbol can not be relaxed.  Break out tests for
2724         relaxable symbol into variable sym_relaxable.
2725         <cases C (MOVI_IMM_64, UNDEF_MOVI) and C (MOVI_IMM_32,
2726         UNDEF_MOVI)>: Break out any PC-relative expression and change
2727         relaxation type.
2728         (shmedia_build_Mytes): CSE &operands->operands[j] into variable
2729         opjp.
2730         <case A_IMMS16>: Fix typo for initial minor relaxation type of
2731         MOVI expansion.  If X_op_symbol of the immediate expression is
2732         set, make an expression symbol for the argument to frag_var.
2733         * config/tc-sh.c (MOVI_IMM_32_PCREL, MOVI_IMM_64_PCREL): New
2734         relaxations.
2735         (END): Adjust for new relaxations.
2736         (md_relax_table): Add entries for new relaxations.
2737         2000-12-07  Ben Elliston  <bje@redhat.com>
2738         * config/tc-sh64.c (shmedia_parse_reg): Initialize variable len.
2739         2000-12-07  Hans-Peter Nilsson  <hpn@cygnus.com>
2740         * config/tc-sh64.c (shmedia_md_convert_frag): Correct all MOVI and
2741         SHORI operand offsets in PT/PTA/PTB expansions.
2742         2000-12-05  Hans-Peter Nilsson  <hpn@cygnus.com>
2743         Implement DataLabel semantics.
2744         * config/tc-sh.c (sh_frob_file) [HAVE_SH64]: Call
2745         shmedia_frob_file_before_adjust.
2746         * config/tc-sh64.c [! OBJ_ELF]: Emit #error.
2747         (DATALABEL_SUFFIX): Define.
2748         (shmedia_md_end) <before adjusting STO_SH5_ISA32 symbols>: Walk
2749         symbol list to update "datalabel" symbols to their main symbol
2750         counterparts.
2751         (shmedia_frob_file_before_adjust): New.
2752         (sh64_adjust_symtab): For remaining datalabel symbols, set to
2753         undefined and set STT_DATALABEL.
2754         (sh64_frob_label): Initialize TC symbol field.
2755         (sh64_consume_datalabel): Actually implement semantics.  New
2756         parameter operandf, call it instead of expression.
2757         (sh64_exclude_symbol): New.
2758         * config/tc-sh64.h (md_parse_name): Pass on the function operand
2759         to sh64_consume_datalabel.
2760         (tc_symbol_new_hook): Define to tc_frob_symbol.
2761         (TC_SYMFIELD_TYPE): Define to symbolS *.
2762         (tc_frob_symbol): Define to call sh64_exclude_symbol.
2763         2000-12-01  Hans-Peter Nilsson  <hpn@cygnus.com>
2764         * config/tc-sh64.c (shmedia_init_reloc): Tweak comment for default
2765         case.
2766         (shmedia_md_assemble): Call dwarf2_generate_asm_lineno if
2767         generating dwarf2 debug information.
2768         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
2769         * config/tc-sh64.c (sh64_target_format): Use elf64-sh64l and
2770         elf64-sh64 for the 64-bit ABI.
2771         * config/tc-sh.c (md_show_usage): Tweak usage output for -abi=*
2772         option.
2773         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
2774         * config/tc-sh.c: Remove conditionalizing on HAVE_SH64 for
2775         case-insensitivity.
2776         2000-11-27  Hans-Peter Nilsson  <hpn@cygnus.com>
2777         * config/tc-sh64.c: Tweak comments, formatting and error messages.
2778         (enum sh64_abi_values): New type.
2779         (enum sh64_isa_values): New type.
2780         (sh64_isa_mode): Replace shmedia_mode.  All referers changed.
2781         (seen_shcompact_mode, seen_shmedia_mode): Delete.
2782         (sh64_abi): Replace shmedia_64.
2783         (shmedia_md_convert_frag) <C (MOVI_IMM_64, MOVI_64),
2784         C (MOVI_IMM_32, MOVI_32)>: Correct register number handling.
2785         (s_sh64_mode): Check validity for this target.
2786         (sh64_target_format): Initialize defaults for ISA and ABI.
2787         Fallback to old object format if no SH64 ISA or ABI has been
2788         specified.
2789         * config/tc-sh.c (md_parse_option): Check combinations for errors.
2790         (sh_elf_final_processing): Change to have EF_SH64_ABI64 for 64-bit
2791         ABI and EF_SH64 for 32-bit ABI, if SH64 options are specified.
2792         * config/tc-sh64.h: Fix typo in comment.
2793         2000-11-25  Hans-Peter Nilsson  <hpn@cygnus.com>
2794         * config/tc-sh64.c (shmedia_md_estimate_size_before_relax)
2795         <PT fixups for absolute values>: Size will be longest, not
2796         shortest.
2797         (shmedia_md_convert_frag): Disable PTB-warning machinery.  Correct
2798         all MOVI and SHORI operand offsets in PT/PTA/PTB expansions.
2799         * config/tc-sh.c (parse_reg) [HAVE_SH64]: Add local variables l0
2800         and l1 to hold lowercase of two first characters.  Change all
2801         remaining TO_LOWER to tolower.
2802         * config/tc-sh64.c (TO_LOWER): Delete.
2803         (shmedia_find_cooked_opcode): Use tolower, not TO_LOWER.
2804         (md_parse_name): Define.
2805         (sh64_consume_datalabel): Declare.
2806         (DOLLAR_DOT): Define.
2807         * config/tc-sh64.c (shmedia_parse_exp): New.
2808         (sh64_consume_datalabel): New; just ignoring datalabel semantics.
2809         (shmedia_parse_reg): Remove const from src
2810         parameter.
2811         (shmedia_get_operands): Ditto for args parameter and ptr variable.
2812         (shmedia_md_assemble): Ditto for op_end variable.
2813         (shmedia_get_operand): Ditto for ptr parameter and src variable.
2814         Use shmedia_parse_exp, not parse_exp.
2815         * config/tc-sh64.c (shmedia_parse_reg): Add shmedia_arg_type
2816         parameter.  All callers changed.
2817         (shmedia_get_operand): Add shmedia_arg_type parameter.  All
2818         callers changed.
2819         (shmedia_parse_reg): Put first two character in local variables.
2820         Use tolower, not TO_LOWER.  If no register is found and argtype
2821         indicates a control register, scan shmedia_creg_table
2822         case-insensitive.
2823         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
2824         * Makefile.am (CPU_TYPES): Add sh64.
2825         (TARGET_CPU_CFILES): Add config/tc-sh64.c.
2826         (TARGET_CPU_HFILES): Add config/tc-sh64.h.
2827         Regenerate dependencies.
2828         * Makefile.in: Regenerate.
2829         * configure.in: Add support for sh64-*-elf*.
2830         * configure: Regenerate.
2831         * config/tc-sh64.h: New.
2832         * config/tc-sh64.c: New.
2833         * config/tc-sh.c (md_pseudo_table) [HAVE_SH64]: New pseudos
2834         .mode, .isa and .uaquad.
2835         [HAVE_SH64] (SH64PCREL16_32, SH64PCREL16_64, SH64PCREL16PT_32,
2836         SH64PCREL16PT_64, MOVI_IMM_32, MOVI_IMM_64): Define.
2837         [HAVE_SH64] (END): Define as 10.
2838         [HAVE_SH64] (UNDEF_SH64PCREL, SH64PCREL16, SH64PCREL32,
2839         SH64PCREL48, SH64PCREL64, UNDEF_MOVI, MOVI_16, MOVI_32, MOVI_48,
2840         MOVI_64): Define.
2841         [HAVE_SH64] (SH64PCREL16_F, SH64PCREL16_M, SH64PCREL16_LENGTH,
2842         SH64PCREL32_F, SH64PCREL32_M, SH64PCREL32_LENGTH, SH64PCREL48_F,
2843         SH64PCREL48_M, SH64PCREL48_LENGTH, SH64PCREL64_LENGTH,
2844         MOVI_16_LENGTH, MOVI_32_LENGTH, MOVI_48_LENGTH, MOVI_64_LENGTH):
2845         Define.
2846         (md_relax_table) [HAVE_SH64]: Provide relaxations for SHmedia.
2847         (md_begin) [HAVE_SH64]: Call shmedia_md_begin.
2848         (parse_reg) [HAVE_SH64]: Parse register names case-insensitive.
2849         (md_assemble) [HAVE_SH64]: Call shmedia_md_assemble if assembling
2850         SHmedia instructions.  Handle state-change after switching to
2851         SHcompact.
2852         (md_longopts) [HAVE_SH64]: New options --isa=* and --abi=*.
2853         (md_parse_option) [HAVE_SH64]: Parse new options.
2854         (md_show_usage) [HAVE_SH64]: Show usage of new options.
2855         (md_convert_frag) [HAVE_SH64] <default>: Call
2856         shmedia_md_convert_frag instead of abort.
2857         (sh_force_relocation) [HAVE_SH64]: Also force relocation for
2858         BFD_RELOC_SH_SHMEDIA_CODE.
2859         (sh_elf_final_processing) [HAVE_SH64]: Set flags identifying
2860         SHcompact or SHmedia code.
2861         (md_apply_fix) [HAVE_SH64] <default>: Return result from calling
2862         shmedia_md_apply_fix instead of abort.
2863         (md_estimate_size_before_relax) [HAVE_SH64] <default>: Return
2864         result from calling shmedia_md_estimate_size_before_relax instead
2865         of calling abort.
2866         (sh_do_align) [HAVE_SH64]: If shmedia_mode, let shmedia_do_align
2867         do the work.
2868         (tc_gen_reloc) [HAVE_SH64]: For unrecognized relocs, call
2869         shmedia_init_reloc and do nothing more if it returns non-zero.
2870         (sh_finalize) [HAVE_SH64]: Call shmedia_md_end.
2871         * po/POTFILES.in: Regenerate.
2872         * po/gas.pot: Regenerate.
2874 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
2876         * config/tc-sh.c (parse_at): Install the correct version of
2877         2002-02-04's patch.
2879         * config/tc-sh.c (md_apply_fix3) <BFD_RELOC_32_PLT_PCREL>: Don't
2880         assume fixP->fx_subsy is non-NULL.
2882 2002-02-04  Alexandre Oliva  <aoliva@redhat.com>
2884         * config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to
2885         A_DISP_PC_ABS, and adjust it by -4.
2886         (get_specific): Accept A_DISP_PC_ABS where A_DISP_PC is
2887         expected.
2888         (build_Mytes): Mark PCRELIMM fix-ups as pc-relative only if
2889         the operand type is not A_DISP_PC_ABS.
2891 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
2893         * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value of
2894         common and weak symbols.  Handle common and weak symbols as
2895         undefined symbols with regards to GREG handling and merging.
2896         (mmix_frob_file): Ditto.
2898 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
2900         * configure.in (hppa-*-netbsd*): New target.
2901         * configure: Regenerate.
2902         * config/tc-hppa.h: Also define WARN_COMMENTS if TE_NetBSD.
2904 2002-02-02  Alan Modra  <amodra@bigpond.net.au>
2906         * config/tc-v850.c: Add missing prototypes amd use old-style
2907         function definitions.
2908         (AREA_ZDA, AREA_SDA, AREA_TDA): Delete.
2909         (sdata_section tdata_section, zdata_section, sbss_section,
2910         tbss_section, zbss_section, rosdata_section, rozdata_section,
2911         scommon_section, tcommon_section, zcommon_section,
2912         call_table_data_section, call_table_text_section): Delete.
2913         (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
2914         v850_zbss, v850_bss, v850_rosdata, v850_rozdata,
2915         v850_call_table_data, v850_call_table_text): Delete.
2916         (struct v850_seg_entry): New.
2917         (v850_seg_table): New.
2918         (SDATA_SECTION TDATA_SECTION, ZDATA_SECTION, SBSS_SECTION,
2919         TBSS_SECTION, ZBSS_SECTION, BSS_SECTION, ROSDATA_SECTION,
2920         ROZDATA_SECTION, SCOMMON_SECTION, TCOMMON_SECTION, ZCOMMON_SECTION,
2921         CALL_TABLE_DATA_SECTION, CALL_TABLE_TEXT_SECTION): Define.
2922         (do_v850_seg): New.
2923         (v850_seg): New.
2924         (v850_comm): Use do_v850_seg and v850_seg_table.  Simplify
2925         recording of alignment.
2926         (md_pseudo_table): Use v850_seg.
2927         (md_begin): Don't init .call_table_data and .call_table_text here.
2928         Set v850_seg_table bss entry.
2930 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
2932         Support on-demand global register allocation by passing on
2933         base-plus-offset relocs to the linker.
2934         * config/tc-mmix.c: Tweak and fix typos in comments.
2935         (allocate_undefined_gregs_in_linker): New variable.
2936         (OPTION_LINKER_ALLOCATED_GREGS): New option macro.
2937         (md_longopts): Add --linker-allocated-gregs.
2938         (md_parse_option) <case 'x'>: Imply --linker-allocated-gregs.
2939         <case OPTION_LINKER_ALLOCATED_GREGS>: New.
2940         (md_show_usage): Update text for -x.  Add text for
2941         --linker-allocated-gregs.
2942         (tc_gen_reloc): Derive default value for addend from val and
2943         baddsy.  Use addsec and bfd_is_abs_section in more places.  Don't
2944         emit error for BFD_RELOC_MMIX_BASE_PLUS_OFFSET without suitable
2945         GREG if allocate_undefined_gregs_in_linker.
2946         * doc/as.texinfo (Overview) <Target MMIX options>: Add
2947         --linker-allocated-gregs.
2948         * doc/c-mmix.texi (MMIX-Opts): Add blurb about
2949         --linker-allocated-gregs.  Mention that it's implied by -x.
2950         (MMIX-Pseudos) <GREG>: Mention when and how a GREG can be omitted.
2951         (MMIX-mmixal): Clarify dated comparison and location of MMIXware.
2953         * config/tc-mmix.h (md_parse_name): Use ISUPPER, not isupper.
2955 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
2957         * Makefile.am: Run "make dep-am"
2958         * Makefile.in: Regenerate.
2960 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
2962         * config/tc-or32.c: New file.
2963         * config/tc-or32.h: New file.
2964         * configure.in: Add support for or32 targets.
2965         * configure: Regenerate.
2966         * config/obj-coff.c: Add support for or32 targets.
2967         * config/obj-coff.h: Add support for or32 targets.
2968         * Makefile.am: Add support for or32 targets.
2969         * Makefile.in: Regenerate.
2970         * NEWS: Mention support for OpenRISC.
2971         * doc/Makefile.in: Regenerate.
2972         * po/POTFILES.in: Regenerate.
2973         * po/gas.pot: Regenerate.
2975 2002-01-30  Richard Sandiford  <rsandifo@redhat.com>
2977         * config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iy
2978         and mod.
2980 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
2982         * config/tc-mips.c (tc_gen_reloc): Arrange for
2983         BFD_RELOC_PCREL_HI16_S relocations to be output relative to
2984         their LO16 parts, even for ELF.
2986 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
2988         * config/tc-i386.c: Protect definitions of true and false
2989         from redefinition.
2991 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
2993         * config/obj-elf.c (elf_frob_file_before_adjust): Remove symbols
2994         made because of .weak, if they are neither defined nor used in any
2995         way.
2997 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
2999         * configure: Regenerated.
3001 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
3003         * doc/Makefile.am (install): Depend on install-info.
3004         * doc/Makefile.in: Regenerate.
3006 2002-01-26  Nick Clifton <nick@redhat.com>
3008         * po/fr.po: Updated version
3010 2002-01-24  Kazu Hirata  <kazu@hxi.com>
3012         * config/tc-h8300.c (check_operand): Don't print a warning
3013         when a valid 24-bit address is given to a 16-bit address
3014         operand.
3016 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
3018         * config/tc-sh.c (sh_elf_suffix): Removed.
3019         (sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new,
3020         sh_end_of_match, sh_parse_name): New functions.
3021         (sh_elf_cons): Simplify.
3022         (parse_exp): Reject misplaced PIC operands.
3023         (md_undefined_symbol): Simplify.
3024         (sh_fix_adjustable): Let @GOTOFF be adjusted.
3025         (md_apply_fix3): Write @PLT and @GOTOFF addends in place.
3026         (tc_gen_reloc): Move fixp subsy absolute value into addnumber.
3027         Complain if subsy remains at the end.
3028         * config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare.
3029         (md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define.
3031 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
3033         * config/tc-mn10300.c (xr_registers): Move `pc'...
3034         (other_registers): ... here.
3036 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
3038         * Makefile.am: Run "make dep-am".
3039         * Makefile.in: Regenerate.
3040         * gas/po/POTFILES.in: Regenerate.
3042 2002-01-21  DJ Delorie  <dj@redhat.com>
3044         * config/obj-coff.c (obj_coff_init_stab_section): Make the
3045         stabstr_name allocation permanent, as it will be referenced from
3046         the section hash.
3048 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
3050         * configure.in (ia64-*-netbsd*): New target.
3051         * configure: Regenerate.
3053 2002-01-21  Hans-Peter Nilsson  <hp@bitrange.com>
3055         * doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
3056         to @dots call.
3057         <Detailed description, ARM options>: Ditto.
3058         * doc/c-arm.texi (ARM Options): Ditto.
3060 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
3062         * tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
3063         do_mia, do_mar and do_mra respectively.
3064         (do_mav_*): Renamed from do_c_*.
3065         (mav_reg_required_here, mav_parse_offset): Renamed from
3066         cirrus_reg_required_here and cirrus_parse_offset respectively.
3067         (MAV_MODE?): Renamed from CIRRUS_MODE?.
3069 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
3070             Keith Walker  <keith.walker@arm.com>
3072         * tc-arm.c (ARM_EXT_V5J, ARM_ARCH_V5TEJ): Define.
3073         (insns): Add pattern for bxj instruction.
3074         (do_bxj): New function.
3075         (arm_cpus): Add arm926ej.
3076         (arm_archs): Add armv5tej.
3078 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
3080         * doc/c-arm.texi: Add new fpe options to list of supported flags.
3082 2002-01-19  Keith Walker  <keith.walker@arm.com>
3084         * tc-arm.c (arm_fpus): Add fpe2 and fpe3.
3086 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
3088         * NEWS: Mention new ARM command-line options and VFP support.
3090         * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE.  All
3091         uses changed.
3092         (ARM_CEXT_MAVERICK): Similarly.
3093         (ARM_ANY): Now means any core instruction.
3094         (CPU_DEFAULT): Default to ARM_ANY.
3095         (uses_apcs_26, atcps, support_interwork, uses_apcs_float)
3096         (pic_code): Declare for all object types.  Make type int.
3097         (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
3098         (march_fpu_opt, mfpu_opt): Declare.
3099         (md_longopts): Tidy up conditional definitions.
3100         (arm_opts, arm_cpus, arm_archs, arm_fpus, arm_extensions)
3101         (arm_long_opts): New tables.
3102         (arm_parse_cpu, arm_parse_arch, arm_parse_fpu): New functions.
3103         (arm_parse_extension): New function.
3104         (md_parse_option): Rewrite using new table-driven system.
3105         (md_show_usage): Use new table-driven system.
3106         (md_begin): Calculate cpu_variant from command line option data.
3107         * doc/as.texinfo (ARM ISA options): Docuement new ARM-specific
3108         command-line options.
3109         * doc/c-arm.texi: Likewise.
3111 2002-01-18  Andreas Jaeger  <aj@suse.de>
3113         * as.c (parse_args): Update year.
3115 2002-01-17  Timothy Wall  <twall@alum.mit.edu>
3117         * config/tc-tic54x.c (encode_address): Add a more informative
3118         warning about incorrect syntax.
3120 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
3122         * po/gas.pot: Regenerate.
3124 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
3126         * macro.c (get_any_string): Add no-c-format comment to prevent
3127         confusion when translating string.
3128         * gasp.c (get_any_string): Add no-c-format comment to prevent
3129         confusion when translating string.
3131 2002-01-16  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3132             Johannes Stezenbach <js@convergence.de>
3133         * config/tc-mips.c (percent_op): Ensure longer percent_op's are
3134         matched before the shorter ones.
3135         (my_getSmallParser): Fix handling of nested parentheses in
3136         percent_op's. Code cleanup.
3137         (my_getPercentOp): New function, code from my_getSmallParser.
3138         (my_getSmallExpression): Fix handling of closing parentheses.
3139         Code cleanup. Better comments.
3141 2002-01-16  Nick Clifton <nickc@redhat.com>
3143         po/tr.po: New file: Turkish translation.
3144         configure.in (LINGUAS): Add "tr".
3145         configure: Regenerate.
3147 2002-01-15  Richard Earnshaw  <rearnsha@arm.com>
3149         Support for VFP instructions
3150         * tc-arm.c (CP_WB_OK, CP_NO_WB): New defines.
3151         (cp_address_required_here): New argument wb_ok.  When false, do not
3152         accept write-back forms of addressing.  Change all callers.
3153         (FPU_VFP_EXT_NONE, FPU_VFP_EXT_V1xD, FPU_VFP_VFP_V1)
3154         (FPU_VFP_EXT_V2): Define.
3155         (FPU_ARCH_VFP, FPU_ARCH_VFP_V1xD, FPU_ARCH_VFP_V1, FPU_ARCH_VFP_V2):
3156         Define in terms of above.
3157         (vfp_dp_reg_pos, vfp_sp_reg_pos, vfp_ldstm_type): New enums.
3158         (vfp_reg): New struct.
3159         (vfp_regs): New array of registers.
3160         (insns): Add VFP instructions.
3161         (sn_table): New array of VFP single-precision register names.
3162         (dn_table): New array of VFP double-precision register names.
3163         (all_reg_maps): Add the new register tables.
3164         (arm_reg_type): Add new values for above.  Increase RET_TYPE_MAX.
3165         (vfp_sp_reg_required_here, vfp_dp_reg_required_here, do_vfp_sp_monadic)
3166         (do_vfp_dp_monadic, do_vfp_sp_dyadic, do_vfp_dp_dyadic)
3167         (do_vfp_reg_from_sp, do_vfp_sp_reg2, do_vfp_sp_from_reg)
3168         (do_vfp_reg_from_dp, do_vfp_reg2_from_dp, do_vfp_dp_from_reg)
3169         (do_vfp_dp_from_reg2, vfp_psr_parse, vfp_psr_required_here)
3170         (do_vfp_reg_from_ctrl, do_vfp_ctrl_from_reg, do_vfp_sp_ldst)
3171         (do_vfp_dp_ldst, vfp_sp_reg_list, vfp_dp_reg_list, vfp_sp_ldstm)
3172         (vfp_dp_ldstm, do_vfp_sp_ldstmia, do_vfp_sp_ldstmdb, do_vfp_ldstmia)
3173         (do_vfp_dp_ldstmdb, do_vfp_xp_ldstmia, do_vfp_xp_ldstmdb)
3174         (do_vfp_sp_compare_z, do_vfp_dp_compare_z, do_vfp_dp_sp_cvt)
3175         (do_vfp_sp_dp_cvt): New functions.
3176         (md_begin): Set soft-float flag for appropriate VFP work.
3177         (md_atof): Handle VFP-format doubles.
3178         (md_parse_option): Handle VFP command-line options.
3179         (md_show_usage): Display VFP command-line options.
3181 2002-01-15  Richard Earnshaw  <rearnsha@arm.com>
3183         * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
3184         various command line options.
3186 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
3188         * config/tc-xstormy16.c: (xstormy16_fix_adjustable): Do not fix
3189         vtinherit relocs.
3190         (xstormy16_md_apply_fix3): Do not return a value.
3192 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
3194         * tc-arm.c (md_longopts): On targets that aren't bi-endian, support
3195         the -EL/-EB option that matches the target's endianness.
3196         (md_parse_option): Likewise.
3198 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
3200         * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
3201         is not dependent on ARM_BI_ENDIAN.
3203 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
3205         * tc-arm.c (all error messages): Normalize capitalization of messages.
3207         * tc-arm.h (md_operand): Delete define.
3208         * tc-arm.c (in_my_get_expression): New static variable.
3209         (my_get_expression): Set and clear it.
3210         (md_operand): New function.  If called from my_get_expression
3211         put the error in inst.error.
3212         (output_inst): Now takes argument of instruction being assembled.
3213         Print it out with any error message.
3214         (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store
3215         with '=' syntax.
3216         (end_of_line): Don't update inst.error if it is already set.
3218 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
3220         * tc-arm.c (do_ldst): Fix handling an immediate expression pseudo
3221         op that can be translated into a mvn instruction.
3223 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
3225         * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for
3226         setting default md.flags.
3227         (SHT_INIT_ARRAY): New elf special section used by HP-UX.
3228         (SHT_FINI_ARRAY): New elf special section used by HP-UX.
3229         * gas/config/tc-ia64.c (setup_unwind_header): Add support
3230         for 32 bit unwind info blocks.
3231         (generate_unwind_image): Add support for different types
3232         of unwind images (32 bits and/or big-endian).
3233         (ia64_init): Use MD_FLAGS_DEFAULT to set md.flags.
3234         (ia64_target_format): Add support for hpux target formats.
3235         (ia64_gen_real_reloc_type): Add support for FUNC_IPLT_RELOC.
3236         (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
3237         SHT_FINI_ARRAY elf section types.
3239 2002-01-10  Richard Earnshaw  <rearnsha@arm.com>
3241         * tc-arm.c (struct reg_entry): Move before prototypes.
3242         (int_register, cp_register, fp_register): Delete.
3243         (reg_table): Delete.  Replaced with ...
3244         (rn_table, cp_table, cn_table, fn_table, mav_mvf_table)
3245         (mav_mvd_table, mav_mvfx_table, mav_mvdx_table, mav_mvax_table)
3246         (mav_dspsc_table): ... one table per register set.
3247         (arm_reg_hsh): Delete.
3248         (struct reg_map): New structure.
3249         (all_reg_maps): New array.
3250         (enum arm_reg_type): New enums.
3251         (build_reg_hsh): New function.
3252         (insert_reg_alias): Use hash table passed by caller.  Adjust all
3253         callers.
3254         (create_register_alias): New function, split out from ...
3255         (md_assemble): ... here.
3256         (md_begin): Build new register hash tables.
3257         (arm_reg_parse): New argument for the hash table to search.  Adjust all
3258         callers.
3259         (arm_reg_parse_any): New function.
3260         (co_proc_number): Look up the processor number in the processor hash
3261         table.
3262         (cirrus_regtype): Delete.
3263         (cirrus_register, cirrus_mvf_register, cirrus_mvd_register)
3264         (cirrus_mvfx_register, cirrus_mvdx_register, cirrus_mvax_register)
3265         (ARM_EXT_MAVERICKsc_register): Delete.
3266         (do_c_binops_1, do_c_binops_2, do_c_binops_3): Delete.
3267         (do_c_binops_1[a-o], do_c_binops_2[a-c], do_c_binops_3[a-d]): New
3268         functions.
3269         (do_c_triple_4, do_c_triple_5): Delete.
3270         (do_c_triple_4[ab], do_c_triple_5[a-h]): New functions.
3271         (do_c_quad_6): Delete.
3272         (do_c_quad_6[ab]): New functions.
3273         (do_c_binops, do_c_triple, do_c_quad, do_c_shift, do_c_ldst): Rework
3274         arguments to use new register parsing methods.
3275         (cirrus_reg_required_here): Likewise.
3276         (insns): Reclassify cirrus maverick worker functions.
3277         (cirrus_valid_reg): Delete.
3279 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
3281         * configure.in (sh*le): Set cpu_type=sh and endian=little.
3282         (sh*-*-netbsdelf*): New target.
3283         * configure: Regenerate.
3284         * tc-sh.h: Update copyright years.
3285         (TARGET_FORMAT): Add version for TE_NetBSD.
3287 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
3289         * read.c (emit_expr): Do not allow 'size' or 'nbytes' to go
3290         negative.
3292 2002-01-06  Alan Modra  <amodra@bigpond.net.au>
3294         * config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
3295         * config/tc-m68k.c (md_relax_table): Add md_prepare_relax_scan comment.
3297 2002-01-05  Daniel Jacobowitz  <drow@mvista.com>
3299         * tc-mips.c (mips_cprestore_valid): New flag.
3300         (mips_frame_reg_valid): New flag.
3301         (macro) [M_JAL_2]: Check both flags.
3302         [M_JAL_A]: Likewise.
3303         (s_cprestore): Set mips_cprestore_valid.
3304         (tc_get_register): If setting mips_frame_reg, set
3305         mips_frame_reg_valid and clear mips_cprestore_valid.
3306         (s_mips_ent): Clear both flags.
3307         (s_mips_end): Clear both flags.
3309 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
3311         * write.c (write_object_file): Make use of bfd_section_list_remove.
3312         * config/obj-ecoff.c (ecoff_frob_file): Likewise.
3313         * config/tc-mmix.c (mmix_frob_file): Likewise.
3315 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
3317         * configure.in (i386-*-netbsdelf*): Collapse target into...
3318         (i386-*-netbsd*): ...this.  Add support for x86-64.
3319         * configure: Regenerated.
3321 2002-01-03  matthew green  <mrg@redhat.com>
3323         * config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.
3325 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
3327         * config/tc-m68k.c (md_estimate_size_before_relax): Test for a
3328         NULL frag link.
3330 For older changes see ChangeLog-0001
3332 Local Variables:
3333 mode: change-log
3334 left-margin: 8
3335 fill-column: 74
3336 version-control: never
3337 End: