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