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