0aa73068aa4924756f86a45f49029057d5520839
[external/binutils.git] / gas / ChangeLog
1 2002-02-27  Nick Clifton  <nickc@cambridge.redhat.com>
2
3         * po/es.po: Updated.
4
5 2002-02-26  Chris Demetriou  <cgd@broadcom.com>
6
7         * config/tc-mips.c (mips_need_elf_addend_fixup): For embedded-PIC
8         only, undo the changes made on 2001-06-08, with the
9         effect being that common or extern symbols are
10         adjusted for embedded-PIC, but weak symbols are not.
11         (md_estimate_size_before_relax: Likewise, with the effect
12         that extern symbols are treated the same as weak symbols
13         only if not embedded-PIC.
14         (mips_fix_adjustable) Likewise, with the effect that
15         weak or extern symbols are not adjusted for embedded-PIC.
16         (md_apply_fix3): Tweak so that the case where value is zero
17         is handled more correctly for embedded-PIC code.
18
19 2002-02-26  Nick Clifton  <nickc@cambridge.redhat.com>
20
21         * doc/as.texinfo (Overview): Add missing @ifset IA64
22
23         * configure.in (LINGUAS): Add es.po.
24         * configure: Regenerate.
25         * po/es.po: New file.
26
27 2002-02-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
28
29         * config/tc-mips.c (set_at): Fix handling of 64bit register loads.
30         (macro): Likewise. Fix la/dla address expansions for EMBEDDED_PIC
31         and NO_PIC cases. Code cleanup.
32         (macro2): Fix handling of 64bit register loads.
33
34 2002-02-25  David Mosberger  <davidm@hpl.hp.com>
35
36         * doc/as.texinfo: Add entry for IA64.
37         * doc/c-ia64.texi: New file.
38
39 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
40
41         * config/tc-hppa.c: Update copyright date.
42
43         * doc/c-ppc.texi (PowerPC-Opts): Add -mpower4, -maltivec and -m7400
44         Remove references to chip manufacturers.
45         * config/tc-ppc.c (md_parse_option): Handle -mpower4 option.
46         Correct comments.
47         (md_show_usage): Remove references to chip manufacturers.  Mention
48         -mpower4.
49         (md_begin): Test power4 opcode flag bits.
50
51 2002-02-22  David Mosberger  <davidm@hpl.hp.com>
52
53         * config/tc-ia64.c (dot_restore): Issue error message of epilogue
54         count exceeds prologue count.
55         (md_show_usage): Describe -mconstant-gp and -mauto-pic.
56         (unwind.label_prologue_count): New member.
57
58         Based on a patch by Hans Boehm <hboehm@hpl.hp.com>:
59
60         (get_saved_prologue_count): New function.
61         (save_prologue_count): New function.
62         (free_saved_prologue_count): New function.
63         (dot_label_state): Record state label by calling save_prologue_count().
64         (dot_copy_state): Restore prologue count by calling
65         get_saved_prologue_count().
66         (generate_unwind_image): Free up list of saved prologue
67         counts by calling free_saved_prologue_counts().
68
69 2002-02-22  Nick Clifton  <nickc@cambridge.redhat.com>
70
71         * config/tc-tic54x.c: Add missing prototypes and remove ANSI style
72         function declarations.
73
74 2002-02-21  Nick Clifton  <nickc@cambridge.redhat.com>
75
76         * NEWS: Note that GASP is now deprecated.
77         * Makefile.am: Do not build gasp-new by default.
78         * Makefile.in: Regenerate.
79         * doc/Makefile.am: Do not install gasp.info.
80         * doc/Makefile.in: Regenerate.
81         * gas/gasp.texi: Note that gasp is now deprecated.
82
83 2002-02-20  Nick Clifton  <nickc@cambridge.redhat.com>
84
85         * NEWS: Mark 2.12 branch.
86
87 2002-02-19  Tom Tromey  <tromey@redhat.com>
88
89         * config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
90
91 2002-02-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
92
93         * config/tc-mips.c (md_parse_option): Complain about invalid -mabi
94         option input.
95
96 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
97
98         * config/tc-s390.c (md_parse_option): Add switches -m31 and -m64.
99         Make bit size independent of architecture switch.
100         (md_begin): Add warning for -m64 with -Aesa.
101         (s390_md_end): Use renamed architecture defines.
102
103 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
104
105         * config/obj-coff.h: Check !target_big_endian, not shl, for coff-sh.
106
107 2002-02-16  Nick Clifton  <nickc@cambridge.redhat.com>
108
109         * doc/as.texinfo (Machine Dependencies): Fix typo: MMIX used
110         instead of CRIS.
111
112 2002-02-15  Chris Demetriou  <cgd@broadcom.com>
113
114         * config/tc-mips.c (md_estimate_size_before_relax): Really
115         make sure we treat weak like extern only for ELF.  (Fixes
116         patch from 2001-07-25.)
117
118 2002-02-15  Ben Elliston  <bje@redhat.com>
119
120         * doc/as.texinfo: Add duplicate directory entry so that "info gas"
121         works as expected.
122
123 2002-02-15  Hans-Peter Nilsson  <hp@bitrange.com>
124
125         * NEWS: Mention support for MMIX.
126
127 2002-02-13  Chris Demetriou  <cgd@broadcom.com>
128
129         * config/tc-mips.c (mips_need_elf_addend_fixup): Restructure into
130         a sequence of indpendent 'if' statements for easier debugging
131         and future modification.
132
133 2002-02-13  Matt Fredette  <fredette@netbsd.org>
134
135         * config/tc-m68k.c (md_show_usage): No longer display a
136         hard-coded "68020" for the default CPU, instead display the
137         canonical name of the true, configured default CPU.
138         (m68k_elf_final_processing): Mark objects for sub-68020
139         CPUs with the new EF_M68000 flag.
140
141 2002-02-13  Andreas Schwab  <schwab@suse.de>
142
143         * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
144         pc-relative relocations to merge sections in 64-bit mode.
145
146 2002-02-13  Ben Elliston  <bje@redhat.com>
147
148         * NEWS: Document floating point number handling in gasp.
149         * gasp.c: Include <assert.h> and "xregex.h".
150         (is_flonum): New function.
151         (chew_flownum): Likewise.
152         (change_base): Consume flonums from the input, where possible.
153         * doc/gasp.texi (Constants): Document floating point numbers.
154
155 2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
156
157         * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust final types
158         that implicitly use LR and RR selectors.
159
160 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
161
162         * config/tc-mn10300.c (other_registers): Added `epsw'.  Mark `pc'
163         and `epsw' as available on AM33 and above only.
164         (other_register_name): Add logic to handle machine type encoded in
165         reg_number.
166
167 2002-02-11  Tom Rix  <trix@redhat.com>
168
169         * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for 
170         xcoff64.
171
172 Mon Feb 11 11:23:38 2002  Alexandre Oliva  <aoliva@redhat.com>
173
174         * config/tc-sparc.c (U0x80000000, U0xffffffff): New constants.
175         Use all over.
176
177 Mon Feb 11 12:59:29 CET 2002  Jan Hubicka  <jh@suse.cz>
178
179         * i386.c (md_assemble): Support 32bit address prefix.
180         (i386_displacement): Likewise.
181         (i386_index_check): Accept 32bit addressing in 64bit mode.
182
183 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
184
185         * config/tc-sh.c (dot): Removed unused function.
186
187 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
188
189         * Makefile.am: "make dep-am".
190         * Makefile.in: Regenerate.
191         * aclocal.m4: Regenerate.
192         * config.in: Regenerate.
193         * configure: Regenerate.
194         * doc/Makefile.in: Regenerate.
195
196 2002-02-10  Richard Henderson  <rth@redhat.com>
197
198         * doc/c-alpha.texi: New file.
199         * doc/Makefile.am (CPU_DOCS): Add it.
200         * doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
201
202 2002-02-09  Richard Henderson  <rth@redhat.com>
203
204         * config/tc-alpha.c (O_samegp): New.
205         (USER_RELOC_P): Include it.
206         (alpha_reloc_op_tag, debug_exp, find_macro_match): Add it.
207         (md_apply_fix3): Handle BFD_RELOC_ALPHA_BRSGP.
208         (alpha_force_relocation, alpha_fix_adjustable): Likewise.
209         (alpha_validate_fix): New.
210         * config/tc-alpha.h (TC_VALIDATE_FIX): New.
211
212 2002-02-09  Hans-Peter Nilsson  <hp@axis.com>
213
214         * doc/c-cris.texi: New.
215         * doc/all.texi: @set CRIS.
216         * doc/as.texinfo: Ditto.  Add CRIS gas manpage option overview.
217         Include c-cris.texi.
218         * doc/Makefile.am (CPU_DOCS): Add c-cris.texi
219         * doc/Makefile.in: Regenerate.
220
221 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
222
223         * config/tc-mips.c (IS_SEXT_32BIT_NUM): New macro to
224         determine if a number is a sign-extended 32-bit number.
225         (load_register): Use IS_SEXT_32BIT_NUM.
226         (macro): Check if load/store macro handling is using a
227         constant 32-bit address on 64-bit address systems, and if
228         so optimize the generation of that address.
229
230 2002-02-08  Richard Henderson  <rth@redhat.com>
231
232         * config/tc-alpha.c (alpha_force_relocation): Don't assert that
233         we've eliminated all foreign relocation types yet.
234         (alpha_fix_adjustable): Likewise.
235
236 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
237
238         Contribute sh64-elf.
239         2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
240                     Stephen Clarke <Stephen.Clarke@st.com>
241         * doc/c-sh64.texi: Fix citation of SH64 architecture manual.
242         2002-01-31  Alexandre Oliva  <aoliva@redhat.com>
243         * config/tc-sh.c (md_relax_table): Added default sizes for
244         non-PC-relative UNDEF_MOVI, and relaxation sequences for
245         MOVI_16, MOVI_32 and MOVI_48.
246         * config/tc-sh64.c (shmedia_md_apply_fix3): Fix warning.
247         (shmedia_md_convert_frag): Handle non-PC-relative UNDEF_MOVI
248         and MOVI_16.
249         (shmedia_md_estimate_size_before_relax): Remove redundant
250         blocks.  Set fragP->fr_var even if relaxation type unchanged.
251         Retain UNDEF_MOVI until expression decays to number.
252         2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
253         * config/tc-sh64.c (shmedia_init_reloc): Handle new SHmedia PIC
254         relocation types.  Take fixP->fx_addnumber into account too.
255         (shmedia_md_apply_fix): Likewise.
256         (shmedia_md_convert_frag): Likewise.
257         (shmedia_build_Mytes): Likewise.
258         (sh64_consume_datalabel): Complain about nested datalabel.
259         Support PIC relocs.  Call sh_parse_name.
260         * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Extend definition
261         in tc-sh.h to SHmedia reloc types.
262         * config/tc-sh.c (SH64PCRELPLT, MOVI_PLT, MOVI_GOTOFF,
263         MOVI_GOTPC): New relaxation constants.
264         (md_relax_table): Introduce relaxation directives for PIC-related
265         constants.
266         (sh_PIC_related_p): Handle datalabel.
267         (sh_check_fixup): Choose SH5 PIC relocations.
268         (sh_cons_fix_new): Added BDF_RELOC_64.
269         (md_apply_fix3, sh_parse_name): Handle GOTPLT.
270         2002-01-18  Alexandre Oliva  <aoliva@redhat.com>
271         * config/tc-sh64.c (sh64_max_mem_for_rs_align_code): If the
272         current ISA is SHmedia, get 7 bytes.
273         2001-11-28  Nick Clifton  <nickc@cambridge.redhat.com>
274         * config/tc-sh.c (md_apply_fix3): Treat shmedia_md_apply_fix3 as a
275         void function.
276         * config/tc-sh64.c (shmedia_apply_fix): Rename to
277         shmedia_apply_fix3 and make void.
278         2001-05-17  Alexandre Oliva  <aoliva@redhat.com>
279         * config/tc-sh64.c (s_sh64_abi): Remove unused arguments passed to
280         as_bad.
281         2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
282         * config/tc-sh64.h (md_parse_name): Take &c as argument.
283         2001-03-14  DJ Delorie  <dj@redhat.com>
284         * doc/Makefile.am (CPU_DOCS): Added c-sh64.texi
285         * doc/Makefile.in(CPU_DOCS): Ditto.
286         * doc/c-sh64.texi: New file.
287         * doc/as.texinfo: Add SH64 support.
288         2001-03-13  DJ Delorie  <dj@redhat.com>
289         * config/tc-sh64.c (shmedia_get_operands): Rename A_RESV_Fx to
290         A_REUSE_PREV so that its purpose is more obvious.
291         (shmedia_build_Mytes): Ditto.
292         2001-03-07  DJ Delorie  <dj@redhat.com>
293         * config/tc-sh64.c (sh64_vtable_entry): New, strip datalabels
294         before processing.
295         (sh64_vtable_inherit): Ditto.
296         (strip_datalabels): New, strip "datalabel" from given line.
297         * config/tc-sh.c (md_pseudo_table): Add sh64-specific vtable
298         pseudos.
299         2001-03-06  Hans-Peter Nilsson  <hpn@cygnus.com>
300         * config/tc-sh64.c (shmedia_md_assemble): Move dwarf2_emit_insn
301         call ...
302         (shmedia_build_Mytes): ... to here.
303         2001-03-06  DJ Delorie  <dj@redhat.com>
304         * config/tc-sh.c: Remove sh64-specific uaquad now that there
305         is a generic one.
306         2001-01-21  Hans-Peter Nilsson  <hpn@cygnus.com>
307         * config/tc-sh64.h (DWARF2_LINE_MIN_INSN_LENGTH): Override.
308         * config/tc-sh64.c (shmedia_md_assemble): Offset recorded insn
309         address by one in call to dwarf2_emit_insn.
310         2001-01-13  Hans-Peter Nilsson  <hpn@cygnus.com>
311         Implement ".abi" pseudo and correct .cranges descriptors.  Correct
312         alignment handling broken by imported changes.
313         * config/tc-sh64.h (HANDLE_ALIGN): Override definition in tc-sh.h.
314         (sh64_handle_align): Declare.
315         (MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
316         (sh64_max_mem_for_rs_align_code): Declare.
317         (enum sh64_isa_values): Moved here from tc-sh64.c.
318         (md_do_align): Define.
319         (sh64_do_align): Declare.
320         (struct sh64_tc_frag_data): New.
321         (TC_FRAG_TYPE): Change to struct sh64_tc_frag_data.  Users
322         changed.
323         (TC_FRAG_INIT): Change to set new datatype.
324         (struct sh64_segment_info_type): Rename member
325         last_flushed_location to last_contents_mark.  All users changed.
326         (md_elf_section_change_hook, TC_CONS_FIX_NEW): Do not define.
327         (shmedia_elf_new_section, sh64_tc_cons_fix_new): Do not prototype.
328         * config/tc-sh.c (md_pseudo_table): Add ".abi".
329         (sh_elf_cons) [HAVE_SH64]: Call sh64_update_contents_mark instead
330         of unsetting seen_insn.
331         (md_assemble) [HAVE_SH64] <before new SHcompact sequence>: Also
332         call sh64_update_contents_mark.
333         (sh_handle_align): Remove HAVE_SH64-conditioned code.
334         * config/tc-sh64.c (sh64_isa_mode): Correct type from boolean to
335         enum sh64_isa_values.
336         (sh64_set_contents_type): Drop segT parameter.  All callers changed.
337         (emitting_crange): Boolean guard moved to file scope from function
338         scope in sh64_set_contents_type.
339         (s_sh64_abi): New.
340         (sh64_update_contents_mark): New; most split out from
341         sh64_flush_pending_output.
342         (shmedia_md_end): Call sh64_update_contents_mark.  Set
343         sh64_isa_mode to sh64_isa_sh5_guard unless sh64_isa_unspecified.
344         (sh64_do_align): New function.
345         (sh64_max_mem_for_rs_align_code): New function.
346         (sh64_handle_align): Rename from shmedia_do_align.  Make
347         non-static.  Add head comment.  Emit zero bytes for n bytes modulo
348         four.  Change return-type to void.
349         (shmedia_elf_new_section): Remove.
350         (shmedia_md_assemble): Call sh64_update_contents_mark.
351         (s_sh64_mode): Ditto.  Do not call md_flush_pending_output.  Make
352         new frag.  Call sh64_update_contents_mark after making the new
353         frag.
354         (sh64_flush_pending_output): Just call sh64_update_contents_mark
355         and sh_flush_pending_output.
356         (sh64_flag_output): Also call md_flush_pending_output, but add
357         condition on not emitting_crange.
358         (sh64_tc_cons_fix_new): Remove.
359         2001-01-12  Nick Clifton  <nickc@redhat.com>
360         * config/tc-sh64.c (shmedia_do_align): Fix to work with new
361         alignment handling scheme imported from sourceware.
362         2001-01-12  Hans-Peter Nilsson  <hpn@cygnus.com>
363         * config/tc-sh64.h (TARGET_FORMAT): Define.
364         (sh64_target_format): Prototype.
365         * config/tc-sh64.c (sh64_target_mach): New function.
366         2001-01-07  Hans-Peter Nilsson  <hpn@cygnus.com>
367         * config/tc-sh64.c (shmedia_md_end): When equating a symbol, use
368         zero_address_frag instead of copying the frag of the symbol.
369         (shmedia_frob_file_before_adjust): Ditto.
370         (shmedia_md_apply_fix) <case BFD_RELOC_SH_IMM_MEDLOW16>: Cast mask
371         to valueT to remove signedness.
372         (shmedia_md_convert_frag): Add parameter final.  Rename parameter
373         headers to output_bfd.  Do not evaluate symbols if final is false;
374         do emit fixups.
375         (shmedia_md_estimate_size_before_relax) <case C (MOVI_IMM_32,
376         UNDEF_MOVI) et al>: If symbol cannot be modified to be PC-relative
377         to the current frag, call shmedia_md_convert_frag to emit fixups
378         and make frag_wane neutralize the frag.  Update comments.
379         * config/tc-sh.c (md_convert_frag): Change caller of
380         shmedia_md_convert_frag.
381         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
382         * config/tc-sh64.h: Tweak comments and correct formatting.
383         * config/tc-sh64.c: Ditto.
384         (shmedia_md_convert_frag) <PT/PTA/PTB 32, 48 and 64 bit
385         expansion, MOVI pcrel expansion>: Fix thinko calculating offset
386         for the no-relocation case.
387         (shmedia_check_limits): Fix range check being off-by-one for PTA.
388         * config/tc-sh.c: Ditto.  Add proper comments to #ifdef/#ifndef
389         wrappers.
390         (SH64PCREL16_F): Increment for proper max-PTA handling.  Update
391         comment.
392         (SH64PCREL16_M, MOVI_16_M): Correct range thinko.
393         (SH64PCREL48_M, MOVI_48_M): Similar; don't count in length of
394         expansion.
395         (SH64PCREL32_M, MOVI_32_M): Ditto; handle overflowing expression.
396         Correct comment.
397         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
398         * config/tc-sh64.c (shmedia_md_apply_fix) <second switch, case
399         BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1.
400         (shmedia_md_convert_frag) <case C (SH64PCREL16_32, SH64PCREL16) et
401         al>: Set lowest bit of field to relocate to 1 and rest to empty,
402         if reloc is emitted. 
403         2000-12-31  Hans-Peter Nilsson  <hpn@cygnus.com>
404         New options plus bugfixes.
405         * config/tc-sh.c (md_longopts): New options "-no-expand" and
406         "-expand-pt32".
407         (md_parse_option): Handle new options.
408         (md_show_usage): Add blurb for new options.
409         * config/tc-sh64.c (SHMEDIA_BFD_RELOC_PT): New macro.
410         (sh64_expand, sh64_pt32): New variables.
411         (shmedia_init_reloc): Handle BFD_RELOC_SH_PT_16.
412         (shmedia_md_apply_fix): Hold original fixP->fx_r_type in
413         orig_fx_r_type.  Change SHMEDIA_BFD_RELOC_PT into
414         BFD_RELOC_SH_PT_16.  Handle BFD_RELOC_SH_PT_16 as pc-relative.
415         <resolved previously-pc-relative relocs>: Handle
416         SHMEDIA_BFD_RELOC_PT and BFD_RELOC_SH_PT_16.
417         (shmedia_md_convert_frag) <case C (SH64PCREL16PT_64, SH64PCREL16),
418         case C (SH64PCREL16PT_32, SH64PCREL16)>: Modify to PTB if operand
419         points to SHcompact code.
420         <case C (SH64PCREL16_32, SH64PCREL16), case C (SH64PCREL16_64,
421         SH64PCREL16)>: Check that ISA of what operand points at and
422         PTA/PTB matches, or emit error.
423         (shmedia_check_limits): Handle BFD_RELOC_SH_PT_16 and
424         SHMEDIA_BFD_RELOC_PT.
425         (shmedia_immediate_op): If pcrel, emit fixup also for constant
426         operand.
427         (shmedia_build_Mytes) <case A_IMMS16>: Also check sh64_expand in
428         condition for MOVI expansion.
429         <case A_PCIMMS16BY4>: Handle expansion to 32 bits only, if
430         sh64_pt32.  Emit only a BFD_RELOC_SH_PT_16 fixup if not
431         sh64_expand.
432         <case A_PCIMMS16BY4_PT>: Likewise, but emit a SHMEDIA_BFD_RELOC_PT
433         fixup.
434         (sh64_target_format): Error-check setting of sh64_pt32 and
435         sh64_expand.  Fix typo in check for sh64_shcompact_const_crange.
436         (shmedia_md_pcrel_from_section): Handle BFD_RELOC_SH_PT_16 and
437         SHMEDIA_BFD_RELOC_PT as coming from SHmedia code.
438         2000-12-31  Hans-Peter Nilsson  <hpn@cygnus.com>
439         * config/tc-sh64.c: Improve comments.
440         (shmedia_md_convert_frag): Remove inactive is_pt_variant code.  Do
441         not say the linker will check correctness of PTA/PTB expansion.
442         (shmedia_md_end): Make non-static.
443         * config/tc-sh64.h (md_end): Define to shmedia_md_end.  Add
444         prototype.
445         * config/tc-sh.c (sh_finalize): Remove.
446         * config/tc-sh.h (md_end): Do not define.
447         Remove prototype for sh_finalize.
448         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
449         * config/tc-sh64.c (shmedia_frob_section_type): Use a struct
450         sh64_section_data container when storing section type in tdata
451         field in elf_section_data.
452         * config/tc-sh.c (sh_elf_final_processing): Change from EF_SH64 to
453         EF_SH5.
454         * Makefile.am: Update dependencies.
455         * Makefile.in: Regenerate.
456         2000-12-22  Hans-Peter Nilsson  <hpn@cygnus.com>
457         * config/tc-sh64.c (shmedia_md_assemble): Don't protect
458         dwarf2_emit_insn call with test on debug_type.
459         2000-12-19  Hans-Peter Nilsson  <hpn@cygnus.com>
460         * config/tc-sh64.c (sh64_set_contents_type): Make contents-type
461         CRT_SH5_ISA32 sticky for 64-bit.
462         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
463         Generate .crange sections when switching ISA mode or emitting
464         constants in same section as code.
465         * config/tc-sh64.c: Reformat structure definitions.
466         (sh64_end_of_assembly, sh64_mix, sh64_shcompact_const_crange): New
467         variables.
468         (sh64_set_contents_type): Rename from sh64_init_section.  Rewrite
469         to emit a .cranges descriptor when contents type changes.  Only
470         emit error if changing contents type and -no-mix is in effect.
471         (sh64_emit_crange, sh64_flush_last_crange, sh64_flag_output,
472         sh64_flush_pending_output, sh64_tc_cons_fix_new): New functions.
473         (shmedia_md_end): Set sh64_end_of_assembly.  Pass
474         sh64_flush_last_crange over sections.
475         When checking main symbol of datalabel symbol, check for
476         STO_SH5_ISA32, not ISA type of section in definition.
477         (shmedia_frob_file_before_adjust): Check main symbol for
478         STO_SH5_ISA32; don't check ISA type of section in definition.
479         (shmedia_frob_section_type): Adjust for .cranges; set section flag
480         to SHF_SH5_ISA32_MIXED or SHF_SH5_ISA32 according to whether
481         .cranges entries have been output.
482         (shmedia_elf_new_section): Just call md_flush_pending_output.
483         (shmedia_md_assemble): Do not emit a BFD_RELOC_SH_SHMEDIA_CODE
484         fix.  Do not set tc_segment_info_data.in_code for section.  Call
485         sh64_set_contents_type for SHmedia code.
486         (s_sh64_mode): Do not call sh64_init_section or set seen_insn to
487         false.  Call md_flush_pending_output.
488         (sh64_target_format): Check that -no-mix and
489         -shcompact-const-crange are used in sane combination with other
490         options.
491         (shmedia_md_pcrel_from_section): Check type of fix for how to
492         adjust pc-relative.
493         (sh64_consume_datalabel): Check symbol for having STO_SH5_ISA32,
494         not ISA type of section in definition.
495         * config/tc-sh64.h (struct sh64_segment_info_type): Rewrite to
496         hold contents-type state.
497         (md_flush_pending_output): Redefine to sh64_flush_pending_output.
498         (sh64_flush_pending_output): Declare.
499         (TC_CONS_FIX_NEW): Define to sh64_tc_cons_fix_new.
500         (sh64_tc_cons_fix_new): Declare.
501         * config/tc-sh.c (sh_elf_cons) [HAVE_SH64]: Unset seen_insn and
502         call sh64_flag_output.
503         (md_assemble) [HAVE_SH64]: Do not emit BFD_RELOC_SH_CODE.  Just
504         call sh64_set_contents_type to mark SHcompact code and set
505         seen_insn.
506         (md_longopts): New options "-no-mix" and
507         "-shcompact-const-crange".
508         (md_parse_option): Handle new options.
509         (md_show_usage): Add blurb for new options.
510         (md_number_to_chars) [HAVE_SH64]: Call sh64_flag_output.
511         2000-12-15  Hans-Peter Nilsson  <hpn@cygnus.com>
512         * config/tc-sh64.c: Delete investigated and obsolete fixme:s.
513         (sh64_last_insn_frag): New.
514         (shmedia_md_convert_frag): Use tc_frag_data field of incoming frag
515         to get frag for insn opcode for generating fixups; do not assume it
516         is the same frag.
517         (shmedia_build_Mytes): Set sh64_last_insn_frag after growing frag
518         for new insn.
519         * config/tc-sh64.h (ELF_TC_SPECIAL_SECTIONS): Define for .cranges
520         section.
521         (TC_FRAG_TYPE): Define as fragS *.
522         (TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
523         (sh64_last_insn_frag): Declare.
524         (sh64_consume_datalabel): Fix typo; check for seginfo != NULL,
525         not == NULL before dereferencing.
526         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
527         Get rid of BFD section flag and EF_SH64_ABI64.
528         * config/tc-sh64.c (shmedia_frob_section_type): Use
529         elf_section_data (sec)->tdata, not a specific BFD section flag, to
530         communicate the section as containing SHmedia code.  Describe why.
531         * config/tc-sh.c (sh_elf_final_processing): Tweak comment.  Set
532         EF_SH64 regardless of ABI.
533         * config/tc-sh64.c (shmedia_md_apply_fix): Decapitalize "invalid"
534         in error message.  Handle resolved expressions for
535         BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
536         BFD_RELOC_SH_IMMS10BY4 and BFD_RELOC_64.
537         (shmedia_check_limits): Handle BFD_RELOC_64.
538         (sh64_adjust_symtab): Do not decrement the GAS symbol value for
539         a STO_SH5_ISA32 symbol, only the BFD value.
540         2000-12-11  Ben Elliston  <bje@redhat.com>
541         * config/tc-sh64.c: Call dwarf2_emit_insn, not the defunct
542         dwarf2_generate_asm_lineno.
543         2000-12-11  Hans-Peter Nilsson  <hpn@cygnus.com>
544         Handle PC-relative MOVI expansions with assembler relaxation.
545         Generate PC-relative relocs from 16-bit PC-relative expressions.
546         * config/tc-sh64.c (SHMEDIA_MD_PCREL_FROM_FIX): Break out from...
547         (shmedia_md_pcrel_from_section): ...here.
548         (shmedia_md_apply_fix): Handle fixups for 16-bit operands that has
549         turned completely resolved.  Adjust relocation type for 16-bit
550         immediate operands that has turned PC-relative.  Adjust back for
551         MD_PCREL_FROM_SECTION being applied twice.
552         (shmedia_md_convert_frag): Always emit reloc for expression with
553         global or weak symbol.  Handle relaxation result for PC-relative
554         expressions.
555         (shmedia_md_estimate_size_before_relax): An expression with a weak
556         or global symbol can not be relaxed.  Break out tests for
557         relaxable symbol into variable sym_relaxable.
558         <cases C (MOVI_IMM_64, UNDEF_MOVI) and C (MOVI_IMM_32,
559         UNDEF_MOVI)>: Break out any PC-relative expression and change
560         relaxation type.
561         (shmedia_build_Mytes): CSE &operands->operands[j] into variable
562         opjp.
563         <case A_IMMS16>: Fix typo for initial minor relaxation type of
564         MOVI expansion.  If X_op_symbol of the immediate expression is
565         set, make an expression symbol for the argument to frag_var.
566         * config/tc-sh.c (MOVI_IMM_32_PCREL, MOVI_IMM_64_PCREL): New
567         relaxations.
568         (END): Adjust for new relaxations.
569         (md_relax_table): Add entries for new relaxations.
570         2000-12-07  Ben Elliston  <bje@redhat.com>
571         * config/tc-sh64.c (shmedia_parse_reg): Initialize variable len.
572         2000-12-07  Hans-Peter Nilsson  <hpn@cygnus.com>
573         * config/tc-sh64.c (shmedia_md_convert_frag): Correct all MOVI and
574         SHORI operand offsets in PT/PTA/PTB expansions.
575         2000-12-05  Hans-Peter Nilsson  <hpn@cygnus.com>
576         Implement DataLabel semantics.
577         * config/tc-sh.c (sh_frob_file) [HAVE_SH64]: Call
578         shmedia_frob_file_before_adjust.
579         * config/tc-sh64.c [! OBJ_ELF]: Emit #error.
580         (DATALABEL_SUFFIX): Define.
581         (shmedia_md_end) <before adjusting STO_SH5_ISA32 symbols>: Walk
582         symbol list to update "datalabel" symbols to their main symbol
583         counterparts.
584         (shmedia_frob_file_before_adjust): New.
585         (sh64_adjust_symtab): For remaining datalabel symbols, set to
586         undefined and set STT_DATALABEL.
587         (sh64_frob_label): Initialize TC symbol field.
588         (sh64_consume_datalabel): Actually implement semantics.  New
589         parameter operandf, call it instead of expression.
590         (sh64_exclude_symbol): New.
591         * config/tc-sh64.h (md_parse_name): Pass on the function operand
592         to sh64_consume_datalabel.
593         (tc_symbol_new_hook): Define to tc_frob_symbol.
594         (TC_SYMFIELD_TYPE): Define to symbolS *.
595         (tc_frob_symbol): Define to call sh64_exclude_symbol.
596         2000-12-01  Hans-Peter Nilsson  <hpn@cygnus.com>
597         * config/tc-sh64.c (shmedia_init_reloc): Tweak comment for default
598         case.
599         (shmedia_md_assemble): Call dwarf2_generate_asm_lineno if
600         generating dwarf2 debug information.
601         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
602         * config/tc-sh64.c (sh64_target_format): Use elf64-sh64l and
603         elf64-sh64 for the 64-bit ABI.
604         * config/tc-sh.c (md_show_usage): Tweak usage output for -abi=*
605         option.
606         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
607         * config/tc-sh.c: Remove conditionalizing on HAVE_SH64 for
608         case-insensitivity.
609         2000-11-27  Hans-Peter Nilsson  <hpn@cygnus.com>
610         * config/tc-sh64.c: Tweak comments, formatting and error messages.
611         (enum sh64_abi_values): New type.
612         (enum sh64_isa_values): New type.
613         (sh64_isa_mode): Replace shmedia_mode.  All referers changed.
614         (seen_shcompact_mode, seen_shmedia_mode): Delete.
615         (sh64_abi): Replace shmedia_64.
616         (shmedia_md_convert_frag) <C (MOVI_IMM_64, MOVI_64),
617         C (MOVI_IMM_32, MOVI_32)>: Correct register number handling.
618         (s_sh64_mode): Check validity for this target.
619         (sh64_target_format): Initialize defaults for ISA and ABI.
620         Fallback to old object format if no SH64 ISA or ABI has been
621         specified.
622         * config/tc-sh.c (md_parse_option): Check combinations for errors.
623         (sh_elf_final_processing): Change to have EF_SH64_ABI64 for 64-bit
624         ABI and EF_SH64 for 32-bit ABI, if SH64 options are specified.
625         * config/tc-sh64.h: Fix typo in comment.
626         2000-11-25  Hans-Peter Nilsson  <hpn@cygnus.com>
627         * config/tc-sh64.c (shmedia_md_estimate_size_before_relax)
628         <PT fixups for absolute values>: Size will be longest, not
629         shortest.
630         (shmedia_md_convert_frag): Disable PTB-warning machinery.  Correct
631         all MOVI and SHORI operand offsets in PT/PTA/PTB expansions.
632         * config/tc-sh.c (parse_reg) [HAVE_SH64]: Add local variables l0
633         and l1 to hold lowercase of two first characters.  Change all
634         remaining TO_LOWER to tolower.
635         * config/tc-sh64.c (TO_LOWER): Delete.
636         (shmedia_find_cooked_opcode): Use tolower, not TO_LOWER.
637         (md_parse_name): Define.
638         (sh64_consume_datalabel): Declare.
639         (DOLLAR_DOT): Define.
640         * config/tc-sh64.c (shmedia_parse_exp): New.
641         (sh64_consume_datalabel): New; just ignoring datalabel semantics.
642         (shmedia_parse_reg): Remove const from src
643         parameter.
644         (shmedia_get_operands): Ditto for args parameter and ptr variable.
645         (shmedia_md_assemble): Ditto for op_end variable.
646         (shmedia_get_operand): Ditto for ptr parameter and src variable.
647         Use shmedia_parse_exp, not parse_exp.
648         * config/tc-sh64.c (shmedia_parse_reg): Add shmedia_arg_type
649         parameter.  All callers changed.
650         (shmedia_get_operand): Add shmedia_arg_type parameter.  All
651         callers changed.
652         (shmedia_parse_reg): Put first two character in local variables.
653         Use tolower, not TO_LOWER.  If no register is found and argtype
654         indicates a control register, scan shmedia_creg_table
655         case-insensitive.
656         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
657         * Makefile.am (CPU_TYPES): Add sh64.
658         (TARGET_CPU_CFILES): Add config/tc-sh64.c.
659         (TARGET_CPU_HFILES): Add config/tc-sh64.h.
660         Regenerate dependencies.
661         * Makefile.in: Regenerate.
662         * configure.in: Add support for sh64-*-elf*.
663         * configure: Regenerate.
664         * config/tc-sh64.h: New.
665         * config/tc-sh64.c: New.
666         * config/tc-sh.c (md_pseudo_table) [HAVE_SH64]: New pseudos
667         .mode, .isa and .uaquad.
668         [HAVE_SH64] (SH64PCREL16_32, SH64PCREL16_64, SH64PCREL16PT_32,
669         SH64PCREL16PT_64, MOVI_IMM_32, MOVI_IMM_64): Define.
670         [HAVE_SH64] (END): Define as 10.
671         [HAVE_SH64] (UNDEF_SH64PCREL, SH64PCREL16, SH64PCREL32,
672         SH64PCREL48, SH64PCREL64, UNDEF_MOVI, MOVI_16, MOVI_32, MOVI_48,
673         MOVI_64): Define.
674         [HAVE_SH64] (SH64PCREL16_F, SH64PCREL16_M, SH64PCREL16_LENGTH,
675         SH64PCREL32_F, SH64PCREL32_M, SH64PCREL32_LENGTH, SH64PCREL48_F,
676         SH64PCREL48_M, SH64PCREL48_LENGTH, SH64PCREL64_LENGTH,
677         MOVI_16_LENGTH, MOVI_32_LENGTH, MOVI_48_LENGTH, MOVI_64_LENGTH):
678         Define.
679         (md_relax_table) [HAVE_SH64]: Provide relaxations for SHmedia.
680         (md_begin) [HAVE_SH64]: Call shmedia_md_begin.
681         (parse_reg) [HAVE_SH64]: Parse register names case-insensitive.
682         (md_assemble) [HAVE_SH64]: Call shmedia_md_assemble if assembling
683         SHmedia instructions.  Handle state-change after switching to
684         SHcompact.
685         (md_longopts) [HAVE_SH64]: New options --isa=* and --abi=*.
686         (md_parse_option) [HAVE_SH64]: Parse new options.
687         (md_show_usage) [HAVE_SH64]: Show usage of new options.
688         (md_convert_frag) [HAVE_SH64] <default>: Call
689         shmedia_md_convert_frag instead of abort.
690         (sh_force_relocation) [HAVE_SH64]: Also force relocation for
691         BFD_RELOC_SH_SHMEDIA_CODE.
692         (sh_elf_final_processing) [HAVE_SH64]: Set flags identifying
693         SHcompact or SHmedia code.
694         (md_apply_fix) [HAVE_SH64] <default>: Return result from calling
695         shmedia_md_apply_fix instead of abort.
696         (md_estimate_size_before_relax) [HAVE_SH64] <default>: Return
697         result from calling shmedia_md_estimate_size_before_relax instead
698         of calling abort.
699         (sh_do_align) [HAVE_SH64]: If shmedia_mode, let shmedia_do_align
700         do the work.
701         (tc_gen_reloc) [HAVE_SH64]: For unrecognized relocs, call
702         shmedia_init_reloc and do nothing more if it returns non-zero.
703         (sh_finalize) [HAVE_SH64]: Call shmedia_md_end.
704         * po/POTFILES.in: Regenerate.
705         * po/gas.pot: Regenerate.
706
707 2002-02-06  Alexandre Oliva  <aoliva@redhat.com>
708
709         * config/tc-sh.c (parse_at): Install the correct version of
710         2002-02-04's patch.
711         
712         * config/tc-sh.c (md_apply_fix3) <BFD_RELOC_32_PLT_PCREL>: Don't
713         assume fixP->fx_subsy is non-NULL.
714
715 2002-02-04  Alexandre Oliva  <aoliva@redhat.com>
716
717         * config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to
718         A_DISP_PC_ABS, and adjust it by -4.
719         (get_specific): Accept A_DISP_PC_ABS where A_DISP_PC is
720         expected.
721         (build_Mytes): Mark PCRELIMM fix-ups as pc-relative only if
722         the operand type is not A_DISP_PC_ABS.
723
724 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
725
726         * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value of
727         common and weak symbols.  Handle common and weak symbols as
728         undefined symbols with regards to GREG handling and merging.
729         (mmix_frob_file): Ditto.
730
731 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
732
733         * configure.in (hppa-*-netbsd*): New target.
734         * configure: Regenerate.
735         * config/tc-hppa.h: Also define WARN_COMMENTS if TE_NetBSD.
736
737 2002-02-02  Alan Modra  <amodra@bigpond.net.au>
738
739         * config/tc-v850.c: Add missing prototypes amd use old-style
740         function definitions.
741         (AREA_ZDA, AREA_SDA, AREA_TDA): Delete.
742         (sdata_section tdata_section, zdata_section, sbss_section,
743         tbss_section, zbss_section, rosdata_section, rozdata_section,
744         scommon_section, tcommon_section, zcommon_section,
745         call_table_data_section, call_table_text_section): Delete.
746         (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
747         v850_zbss, v850_bss, v850_rosdata, v850_rozdata,
748         v850_call_table_data, v850_call_table_text): Delete.
749         (struct v850_seg_entry): New.
750         (v850_seg_table): New.
751         (SDATA_SECTION TDATA_SECTION, ZDATA_SECTION, SBSS_SECTION,
752         TBSS_SECTION, ZBSS_SECTION, BSS_SECTION, ROSDATA_SECTION,
753         ROZDATA_SECTION, SCOMMON_SECTION, TCOMMON_SECTION, ZCOMMON_SECTION,
754         CALL_TABLE_DATA_SECTION, CALL_TABLE_TEXT_SECTION): Define.
755         (do_v850_seg): New.
756         (v850_seg): New.
757         (v850_comm): Use do_v850_seg and v850_seg_table.  Simplify
758         recording of alignment.
759         (md_pseudo_table): Use v850_seg.
760         (md_begin): Don't init .call_table_data and .call_table_text here.
761         Set v850_seg_table bss entry.
762
763 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
764
765         Support on-demand global register allocation by passing on
766         base-plus-offset relocs to the linker.
767         * config/tc-mmix.c: Tweak and fix typos in comments.
768         (allocate_undefined_gregs_in_linker): New variable.
769         (OPTION_LINKER_ALLOCATED_GREGS): New option macro.
770         (md_longopts): Add --linker-allocated-gregs.
771         (md_parse_option) <case 'x'>: Imply --linker-allocated-gregs.
772         <case OPTION_LINKER_ALLOCATED_GREGS>: New.
773         (md_show_usage): Update text for -x.  Add text for
774         --linker-allocated-gregs.
775         (tc_gen_reloc): Derive default value for addend from val and
776         baddsy.  Use addsec and bfd_is_abs_section in more places.  Don't
777         emit error for BFD_RELOC_MMIX_BASE_PLUS_OFFSET without suitable
778         GREG if allocate_undefined_gregs_in_linker.
779         * doc/as.texinfo (Overview) <Target MMIX options>: Add
780         --linker-allocated-gregs.
781         * doc/c-mmix.texi (MMIX-Opts): Add blurb about
782         --linker-allocated-gregs.  Mention that it's implied by -x.
783         (MMIX-Pseudos) <GREG>: Mention when and how a GREG can be omitted.
784         (MMIX-mmixal): Clarify dated comparison and location of MMIXware.
785
786         * config/tc-mmix.h (md_parse_name): Use ISUPPER, not isupper.
787
788 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
789
790         * Makefile.am: Run "make dep-am"
791         * Makefile.in: Regenerate.
792
793 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
794
795         * config/tc-or32.c: New file.
796         * config/tc-or32.h: New file.
797         * configure.in: Add support for or32 targets.
798         * configure: Regenerate.
799         * config/obj-coff.c: Add support for or32 targets.
800         * config/obj-coff.h: Add support for or32 targets.
801         * Makefile.am: Add support for or32 targets.
802         * Makefile.in: Regenerate.
803         * NEWS: Mention support for OpenRISC.
804         * doc/Makefile.in: Regenerate.
805         * po/POTFILES.in: Regenerate.
806         * po/gas.pot: Regenerate.
807
808 2002-01-30  Richard Sandiford  <rsandifo@redhat.com>
809
810         * config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iy
811         and mod.
812
813 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
814
815         * config/tc-mips.c (tc_gen_reloc): Arrange for
816         BFD_RELOC_PCREL_HI16_S relocations to be output relative to
817         their LO16 parts, even for ELF.
818
819 2002-01-29  Daniel Jacobowitz  <drow@mvista.com>
820
821         * config/tc-i386.c: Protect definitions of true and false
822         from redefinition.
823
824 2002-01-28  Jakub Jelinek  <jakub@redhat.com>
825
826         * config/obj-elf.c (elf_frob_file_before_adjust): Remove symbols
827         made because of .weak, if they are neither defined nor used in any
828         way.
829
830 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
831
832         * configure: Regenerated.
833
834 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
835
836         * doc/Makefile.am (install): Depend on install-info.
837         * doc/Makefile.in: Regenerate.
838
839 2002-01-26  Nick Clifton <nick@redhat.com>
840
841         * po/fr.po: Updated version
842
843 2002-01-24  Kazu Hirata  <kazu@hxi.com>
844
845         * config/tc-h8300.c (check_operand): Don't print a warning
846         when a valid 24-bit address is given to a 16-bit address
847         operand.
848
849 2002-01-24  Alexandre Oliva  <aoliva@redhat.com>
850
851         * config/tc-sh.c (sh_elf_suffix): Removed.
852         (sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new,
853         sh_end_of_match, sh_parse_name): New functions.
854         (sh_elf_cons): Simplify.
855         (parse_exp): Reject misplaced PIC operands.
856         (md_undefined_symbol): Simplify.
857         (sh_fix_adjustable): Let @GOTOFF be adjusted.
858         (md_apply_fix3): Write @PLT and @GOTOFF addends in place.
859         (tc_gen_reloc): Move fixp subsy absolute value into addnumber.
860         Complain if subsy remains at the end.
861         * config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare.
862         (md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define.
863
864 2002-01-22  Alexandre Oliva  <aoliva@redhat.com>
865
866         * config/tc-mn10300.c (xr_registers): Move `pc'...
867         (other_registers): ... here.
868
869 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
870
871         * Makefile.am: Run "make dep-am".
872         * Makefile.in: Regenerate.
873         * gas/po/POTFILES.in: Regenerate.
874
875 2002-01-21  DJ Delorie  <dj@redhat.com>
876
877         * config/obj-coff.c (obj_coff_init_stab_section): Make the
878         stabstr_name allocation permanent, as it will be referenced from
879         the section hash.
880
881 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
882
883         * configure.in (ia64-*-netbsd*): New target.
884         * configure: Regenerate. 
885
886 2002-01-21  Hans-Peter Nilsson  <hp@bitrange.com>
887
888         * doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
889         to @dots call.
890         <Detailed description, ARM options>: Ditto.
891         * doc/c-arm.texi (ARM Options): Ditto.
892
893 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
894
895         * tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
896         do_mia, do_mar and do_mra respectively.
897         (do_mav_*): Renamed from do_c_*.
898         (mav_reg_required_here, mav_parse_offset): Renamed from
899         cirrus_reg_required_here and cirrus_parse_offset respectively.
900         (MAV_MODE?): Renamed from CIRRUS_MODE?.
901
902 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
903             Keith Walker  <keith.walker@arm.com>
904
905         * tc-arm.c (ARM_EXT_V5J, ARM_ARCH_V5TEJ): Define.
906         (insns): Add pattern for bxj instruction.
907         (do_bxj): New function.
908         (arm_cpus): Add arm926ej.
909         (arm_archs): Add armv5tej.
910
911 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
912
913         * doc/c-arm.texi: Add new fpe options to list of supported flags.
914
915 2002-01-19  Keith Walker  <keith.walker@arm.com>
916
917         * tc-arm.c (arm_fpus): Add fpe2 and fpe3.
918
919 2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
920
921         * NEWS: Mention new ARM command-line options and VFP support.
922
923         * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE.  All 
924         uses changed.
925         (ARM_CEXT_MAVERICK): Similarly.
926         (ARM_ANY): Now means any core instruction.
927         (CPU_DEFAULT): Default to ARM_ANY.
928         (uses_apcs_26, atcps, support_interwork, uses_apcs_float)
929         (pic_code): Declare for all object types.  Make type int.
930         (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
931         (march_fpu_opt, mfpu_opt): Declare.
932         (md_longopts): Tidy up conditional definitions.
933         (arm_opts, arm_cpus, arm_archs, arm_fpus, arm_extensions)
934         (arm_long_opts): New tables.
935         (arm_parse_cpu, arm_parse_arch, arm_parse_fpu): New functions.
936         (arm_parse_extension): New function.
937         (md_parse_option): Rewrite using new table-driven system.
938         (md_show_usage): Use new table-driven system.
939         (md_begin): Calculate cpu_variant from command line option data.
940         * doc/as.texinfo (ARM ISA options): Docuement new ARM-specific
941         command-line options.
942         * doc/c-arm.texi: Likewise.
943
944 2002-01-18  Andreas Jaeger  <aj@suse.de>
945
946         * as.c (parse_args): Update year.
947
948 2002-01-17  Timothy Wall  <twall@alum.mit.edu>
949
950         * config/tc-tic54x.c (encode_address): Add a more informative
951         warning about incorrect syntax.
952
953 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
954
955         * po/gas.pot: Regenerate.
956
957 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
958
959         * macro.c (get_any_string): Add no-c-format comment to prevent
960         confusion when translating string.
961         * gasp.c (get_any_string): Add no-c-format comment to prevent
962         confusion when translating string.
963
964 2002-01-16  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
965             Johannes Stezenbach <js@convergence.de>
966         * config/tc-mips.c (percent_op): Ensure longer percent_op's are
967         matched before the shorter ones.
968         (my_getSmallParser): Fix handling of nested parentheses in
969         percent_op's. Code cleanup.
970         (my_getPercentOp): New function, code from my_getSmallParser.
971         (my_getSmallExpression): Fix handling of closing parentheses.
972         Code cleanup. Better comments.
973
974 2002-01-16  Nick Clifton <nickc@redhat.com>
975
976         po/tr.po: New file: Turkish translation.
977         configure.in (LINGUAS): Add "tr".
978         configure: Regenerate.
979
980 2002-01-15  Richard Earnshaw  <rearnsha@arm.com>
981
982         Support for VFP instructions
983         * tc-arm.c (CP_WB_OK, CP_NO_WB): New defines.
984         (cp_address_required_here): New argument wb_ok.  When false, do not
985         accept write-back forms of addressing.  Change all callers.
986         (FPU_VFP_EXT_NONE, FPU_VFP_EXT_V1xD, FPU_VFP_VFP_V1)
987         (FPU_VFP_EXT_V2): Define.
988         (FPU_ARCH_VFP, FPU_ARCH_VFP_V1xD, FPU_ARCH_VFP_V1, FPU_ARCH_VFP_V2):
989         Define in terms of above.
990         (vfp_dp_reg_pos, vfp_sp_reg_pos, vfp_ldstm_type): New enums.
991         (vfp_reg): New struct.
992         (vfp_regs): New array of registers.
993         (insns): Add VFP instructions.
994         (sn_table): New array of VFP single-precision register names.
995         (dn_table): New array of VFP double-precision register names.
996         (all_reg_maps): Add the new register tables.
997         (arm_reg_type): Add new values for above.  Increase RET_TYPE_MAX.
998         (vfp_sp_reg_required_here, vfp_dp_reg_required_here, do_vfp_sp_monadic)
999         (do_vfp_dp_monadic, do_vfp_sp_dyadic, do_vfp_dp_dyadic)
1000         (do_vfp_reg_from_sp, do_vfp_sp_reg2, do_vfp_sp_from_reg)
1001         (do_vfp_reg_from_dp, do_vfp_reg2_from_dp, do_vfp_dp_from_reg)
1002         (do_vfp_dp_from_reg2, vfp_psr_parse, vfp_psr_required_here)
1003         (do_vfp_reg_from_ctrl, do_vfp_ctrl_from_reg, do_vfp_sp_ldst)
1004         (do_vfp_dp_ldst, vfp_sp_reg_list, vfp_dp_reg_list, vfp_sp_ldstm)
1005         (vfp_dp_ldstm, do_vfp_sp_ldstmia, do_vfp_sp_ldstmdb, do_vfp_ldstmia)
1006         (do_vfp_dp_ldstmdb, do_vfp_xp_ldstmia, do_vfp_xp_ldstmdb)
1007         (do_vfp_sp_compare_z, do_vfp_dp_compare_z, do_vfp_dp_sp_cvt)
1008         (do_vfp_sp_dp_cvt): New functions.
1009         (md_begin): Set soft-float flag for appropriate VFP work.
1010         (md_atof): Handle VFP-format doubles.
1011         (md_parse_option): Handle VFP command-line options.
1012         (md_show_usage): Display VFP command-line options.
1013
1014 2002-01-15  Richard Earnshaw  <rearnsha@arm.com>
1015
1016         * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
1017         various command line options.
1018
1019 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
1020
1021         * config/tc-xstormy16.c: (xstormy16_fix_adjustable): Do not fix
1022         vtinherit relocs.
1023         (xstormy16_md_apply_fix3): Do not return a value.
1024
1025 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
1026
1027         * tc-arm.c (md_longopts): On targets that aren't bi-endian, support
1028         the -EL/-EB option that matches the target's endianness.
1029         (md_parse_option): Likewise.
1030
1031 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
1032
1033         * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
1034         is not dependent on ARM_BI_ENDIAN.
1035
1036 2002-01-14  Richard Earnshaw  <rearnsha@arm.com>
1037
1038         * tc-arm.c (all error messages): Normalize capitalization of messages.
1039
1040         * tc-arm.h (md_operand): Delete define.
1041         * tc-arm.c (in_my_get_expression): New static variable.
1042         (my_get_expression): Set and clear it.
1043         (md_operand): New function.  If called from my_get_expression
1044         put the error in inst.error.
1045         (output_inst): Now takes argument of instruction being assembled.
1046         Print it out with any error message.
1047         (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store
1048         with '=' syntax.
1049         (end_of_line): Don't update inst.error if it is already set.
1050
1051 2002-01-11  Richard Earnshaw  <rearnsha@arm.com>
1052
1053         * tc-arm.c ((do_ldst): Fix handling an immediate expression pseudo
1054         op that can be translated into a mvn instruction.
1055
1056 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
1057
1058         * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for
1059         setting default md.flags.
1060         (SHT_INIT_ARRAY): New elf special section used by HP-UX.
1061         (SHT_FINI_ARRAY): New elf special section used by HP-UX.
1062         * gas/config/tc-ia64.c (setup_unwind_header): Add support
1063         for 32 bit unwind info blocks.
1064         (generate_unwind_image): Add support for different types
1065         of unwind images (32 bits and/or big-endian).
1066         (ia64_init): Use MD_FLAGS_DEFAULT to set md.flags.
1067         (ia64_target_format): Add support for hpux target formats.
1068         (ia64_gen_real_reloc_type): Add support for FUNC_IPLT_RELOC.
1069         (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
1070         SHT_FINI_ARRAY elf section types.
1071
1072 2002-01-10  Richard Earnshaw  <rearnsha@arm.com>
1073
1074         * tc-arm.c (struct reg_entry): Move before prototypes.
1075         (int_register, cp_register, fp_register): Delete.
1076         (reg_table): Delete.  Replaced with ...
1077         (rn_table, cp_table, cn_table, fn_table, mav_mvf_table)
1078         (mav_mvd_table, mav_mvfx_table, mav_mvdx_table, mav_mvax_table)
1079         (mav_dspsc_table): ... one table per register set.
1080         (arm_reg_hsh): Delete.
1081         (struct reg_map): New structure.
1082         (all_reg_maps): New array.
1083         (enum arm_reg_type): New enums.
1084         (build_reg_hsh): New function.
1085         (insert_reg_alias): Use hash table passed by caller.  Adjust all
1086         callers.
1087         (create_register_alias): New function, split out from ...
1088         (md_assemble): ... here.
1089         (md_begin): Build new register hash tables.
1090         (arm_reg_parse): New argument for the hash table to search.  Adjust all
1091         callers.
1092         (arm_reg_parse_any): New function.
1093         (co_proc_number): Look up the processor number in the processor hash
1094         table.
1095         (cirrus_regtype): Delete.
1096         (cirrus_register, cirrus_mvf_register, cirrus_mvd_register)
1097         (cirrus_mvfx_register, cirrus_mvdx_register, cirrus_mvax_register)
1098         (ARM_EXT_MAVERICKsc_register): Delete.
1099         (do_c_binops_1, do_c_binops_2, do_c_binops_3): Delete.
1100         (do_c_binops_1[a-o], do_c_binops_2[a-c], do_c_binops_3[a-d]): New
1101         functions.
1102         (do_c_triple_4, do_c_triple_5): Delete.
1103         (do_c_triple_4[ab], do_c_triple_5[a-h]): New functions.
1104         (do_c_quad_6): Delete.
1105         (do_c_quad_6[ab]): New functions.
1106         (do_c_binops, do_c_triple, do_c_quad, do_c_shift, do_c_ldst): Rework
1107         arguments to use new register parsing methods.
1108         (cirrus_reg_required_here): Likewise.
1109         (insns): Reclassify cirrus maverick worker functions.
1110         (cirrus_valid_reg): Delete.
1111
1112 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
1113
1114         * configure.in (sh*le): Set cpu_type=sh and endian=little.
1115         (sh*-*-netbsdelf*): New target.
1116         * configure: Regenerate.
1117         * tc-sh.h: Update copyright years.
1118         (TARGET_FORMAT): Add version for TE_NetBSD.
1119
1120 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
1121
1122         * read.c (emit_expr): Do not allow 'size' or 'nbytes' to go
1123         negative.
1124
1125 2002-01-06  Alan Modra  <amodra@bigpond.net.au>
1126
1127         * config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
1128         * config/tc-m68k.c (md_relax_table): Add md_prepare_relax_scan comment.
1129
1130 2002-01-05  Daniel Jacobowitz  <drow@mvista.com>
1131
1132         * tc-mips.c (mips_cprestore_valid): New flag.
1133         (mips_frame_reg_valid): New flag.
1134         (macro) [M_JAL_2]: Check both flags.
1135         [M_JAL_A]: Likewise.
1136         (s_cprestore): Set mips_cprestore_valid.
1137         (tc_get_register): If setting mips_frame_reg, set
1138         mips_frame_reg_valid and clear mips_cprestore_valid.
1139         (s_mips_ent): Clear both flags.
1140         (s_mips_end): Clear both flags.
1141
1142 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
1143
1144         * write.c (write_object_file): Make use of bfd_section_list_remove.
1145         * config/obj-ecoff.c (ecoff_frob_file): Likewise.
1146         * config/tc-mmix.c (mmix_frob_file): Likewise.
1147
1148 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
1149
1150         * configure.in (i386-*-netbsdelf*): Collapse target into...
1151         (i386-*-netbsd*): ...this.  Add support for x86-64.
1152         * configure: Regenerated.
1153
1154 2002-01-03  matthew green  <mrg@redhat.com>
1155
1156         * config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.
1157
1158 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
1159
1160         * config/tc-m68k.c (md_estimate_size_before_relax): Test for a
1161         NULL frag link.
1162
1163 For older changes see ChangeLog-0001
1164 \f
1165 Local Variables:
1166 mode: change-log
1167 left-margin: 8
1168 fill-column: 74
1169 version-control: never
1170 End: