Updated French translation
[binutils-gdb.git] / gas / ChangeLog
1 2002-01-26 Nick Clifton <nick@redhat.com>
2
3 * po/fr.po: Updated version
4
5 2002-01-24 Kazu Hirata <kazu@hxi.com>
6
7 * config/tc-h8300.c (check_operand): Don't print a warning
8 when a valid 24-bit address is given to a 16-bit address
9 operand.
10
11 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
12
13 * config/tc-sh.c (sh_elf_suffix): Removed.
14 (sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new,
15 sh_end_of_match, sh_parse_name): New functions.
16 (sh_elf_cons): Simplify.
17 (parse_exp): Reject misplaced PIC operands.
18 (md_undefined_symbol): Simplify.
19 (sh_fix_adjustable): Let @GOTOFF be adjusted.
20 (md_apply_fix3): Write @PLT and @GOTOFF addends in place.
21 (tc_gen_reloc): Move fixp subsy absolute value into addnumber.
22 Complain if subsy remains at the end.
23 * config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare.
24 (md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define.
25
26 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
27
28 * config/tc-mn10300.c (xr_registers): Move `pc'...
29 (other_registers): ... here.
30
31 2002-01-22 Alan Modra <amodra@bigpond.net.au>
32
33 * Makefile.am: Run "make dep-am".
34 * Makefile.in: Regenerate.
35 * gas/po/POTFILES.in: Regenerate.
36
37 2002-01-21 DJ Delorie <dj@redhat.com>
38
39 * config/obj-coff.c (obj_coff_init_stab_section): Make the
40 stabstr_name allocation permanent, as it will be referenced from
41 the section hash.
42
43 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
44
45 * configure.in (ia64-*-netbsd*): New target.
46 * configure: Regenerate.
47
48 2002-01-21 Hans-Peter Nilsson <hp@bitrange.com>
49
50 * doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
51 to @dots call.
52 <Detailed description, ARM options>: Ditto.
53 * doc/c-arm.texi (ARM Options): Ditto.
54
55 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
56
57 * tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
58 do_mia, do_mar and do_mra respectively.
59 (do_mav_*): Renamed from do_c_*.
60 (mav_reg_required_here, mav_parse_offset): Renamed from
61 cirrus_reg_required_here and cirrus_parse_offset respectively.
62 (MAV_MODE?): Renamed from CIRRUS_MODE?.
63
64 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
65 Keith Walker <keith.walker@arm.com>
66
67 * tc-arm.c (ARM_EXT_V5J, ARM_ARCH_V5TEJ): Define.
68 (insns): Add pattern for bxj instruction.
69 (do_bxj): New function.
70 (arm_cpus): Add arm926ej.
71 (arm_archs): Add armv5tej.
72
73 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
74
75 * doc/c-arm.texi: Add new fpe options to list of supported flags.
76
77 2002-01-19 Keith Walker <keith.walker@arm.com>
78
79 * tc-arm.c (arm_fpus): Add fpe2 and fpe3.
80
81 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
82
83 * NEWS: Mention new ARM command-line options and VFP support.
84
85 * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE. All
86 uses changed.
87 (ARM_CEXT_MAVERICK): Similarly.
88 (ARM_ANY): Now means any core instruction.
89 (CPU_DEFAULT): Default to ARM_ANY.
90 (uses_apcs_26, atcps, support_interwork, uses_apcs_float)
91 (pic_code): Declare for all object types. Make type int.
92 (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
93 (march_fpu_opt, mfpu_opt): Declare.
94 (md_longopts): Tidy up conditional definitions.
95 (arm_opts, arm_cpus, arm_archs, arm_fpus, arm_extensions)
96 (arm_long_opts): New tables.
97 (arm_parse_cpu, arm_parse_arch, arm_parse_fpu): New functions.
98 (arm_parse_extension): New function.
99 (md_parse_option): Rewrite using new table-driven system.
100 (md_show_usage): Use new table-driven system.
101 (md_begin): Calculate cpu_variant from command line option data.
102 * doc/as.texinfo (ARM ISA options): Docuement new ARM-specific
103 command-line options.
104 * doc/c-arm.texi: Likewise.
105
106 2002-01-18 Andreas Jaeger <aj@suse.de>
107
108 * as.c (parse_args): Update year.
109
110 2002-01-17 Timothy Wall <twall@alum.mit.edu>
111
112 * config/tc-tic54x.c (encode_address): Add a more informative
113 warning about incorrect syntax.
114
115 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
116
117 * po/gas.pot: Regenerate.
118
119 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
120
121 * macro.c (get_any_string): Add no-c-format comment to prevent
122 confusion when translating string.
123 * gasp.c (get_any_string): Add no-c-format comment to prevent
124 confusion when translating string.
125
126 2002-01-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
127 Johannes Stezenbach <js@convergence.de>
128 * config/tc-mips.c (percent_op): Ensure longer percent_op's are
129 matched before the shorter ones.
130 (my_getSmallParser): Fix handling of nested parentheses in
131 percent_op's. Code cleanup.
132 (my_getPercentOp): New function, code from my_getSmallParser.
133 (my_getSmallExpression): Fix handling of closing parentheses.
134 Code cleanup. Better comments.
135
136 2002-01-16 Nick Clifton <nickc@redhat.com>
137
138 po/tr.po: New file: Turkish translation.
139 configure.in (LINGUAS): Add "tr".
140 configure: Regenerate.
141
142 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
143
144 Support for VFP instructions
145 * tc-arm.c (CP_WB_OK, CP_NO_WB): New defines.
146 (cp_address_required_here): New argument wb_ok. When false, do not
147 accept write-back forms of addressing. Change all callers.
148 (FPU_VFP_EXT_NONE, FPU_VFP_EXT_V1xD, FPU_VFP_VFP_V1)
149 (FPU_VFP_EXT_V2): Define.
150 (FPU_ARCH_VFP, FPU_ARCH_VFP_V1xD, FPU_ARCH_VFP_V1, FPU_ARCH_VFP_V2):
151 Define in terms of above.
152 (vfp_dp_reg_pos, vfp_sp_reg_pos, vfp_ldstm_type): New enums.
153 (vfp_reg): New struct.
154 (vfp_regs): New array of registers.
155 (insns): Add VFP instructions.
156 (sn_table): New array of VFP single-precision register names.
157 (dn_table): New array of VFP double-precision register names.
158 (all_reg_maps): Add the new register tables.
159 (arm_reg_type): Add new values for above. Increase RET_TYPE_MAX.
160 (vfp_sp_reg_required_here, vfp_dp_reg_required_here, do_vfp_sp_monadic)
161 (do_vfp_dp_monadic, do_vfp_sp_dyadic, do_vfp_dp_dyadic)
162 (do_vfp_reg_from_sp, do_vfp_sp_reg2, do_vfp_sp_from_reg)
163 (do_vfp_reg_from_dp, do_vfp_reg2_from_dp, do_vfp_dp_from_reg)
164 (do_vfp_dp_from_reg2, vfp_psr_parse, vfp_psr_required_here)
165 (do_vfp_reg_from_ctrl, do_vfp_ctrl_from_reg, do_vfp_sp_ldst)
166 (do_vfp_dp_ldst, vfp_sp_reg_list, vfp_dp_reg_list, vfp_sp_ldstm)
167 (vfp_dp_ldstm, do_vfp_sp_ldstmia, do_vfp_sp_ldstmdb, do_vfp_ldstmia)
168 (do_vfp_dp_ldstmdb, do_vfp_xp_ldstmia, do_vfp_xp_ldstmdb)
169 (do_vfp_sp_compare_z, do_vfp_dp_compare_z, do_vfp_dp_sp_cvt)
170 (do_vfp_sp_dp_cvt): New functions.
171 (md_begin): Set soft-float flag for appropriate VFP work.
172 (md_atof): Handle VFP-format doubles.
173 (md_parse_option): Handle VFP command-line options.
174 (md_show_usage): Display VFP command-line options.
175
176 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
177
178 * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
179 various command line options.
180
181 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
182
183 * config/tc-xstormy16.c: (xstormy16_fix_adjustable): Do not fix
184 vtinherit relocs.
185 (xstormy16_md_apply_fix3): Do not return a value.
186
187 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
188
189 * tc-arm.c (md_longopts): On targets that aren't bi-endian, support
190 the -EL/-EB option that matches the target's endianness.
191 (md_parse_option): Likewise.
192
193 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
194
195 * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
196 is not dependent on ARM_BI_ENDIAN.
197
198 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
199
200 * tc-arm.c (all error messages): Normalize capitalization of messages.
201
202 * tc-arm.h (md_operand): Delete define.
203 * tc-arm.c (in_my_get_expression): New static variable.
204 (my_get_expression): Set and clear it.
205 (md_operand): New function. If called from my_get_expression
206 put the error in inst.error.
207 (output_inst): Now takes argument of instruction being assembled.
208 Print it out with any error message.
209 (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store
210 with '=' syntax.
211 (end_of_line): Don't update inst.error if it is already set.
212
213 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
214
215 * tc-arm.c ((do_ldst): Fix handling an immediate expression pseudo
216 op that can be translated into a mvn instruction.
217
218 2002-01-11 Steve Ellcey <sje@cup.hp.com>
219
220 * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for
221 setting default md.flags.
222 (SHT_INIT_ARRAY): New elf special section used by HP-UX.
223 (SHT_FINI_ARRAY): New elf special section used by HP-UX.
224 * gas/config/tc-ia64.c (setup_unwind_header): Add support
225 for 32 bit unwind info blocks.
226 (generate_unwind_image): Add support for different types
227 of unwind images (32 bits and/or big-endian).
228 (ia64_init): Use MD_FLAGS_DEFAULT to set md.flags.
229 (ia64_target_format): Add support for hpux target formats.
230 (ia64_gen_real_reloc_type): Add support for FUNC_IPLT_RELOC.
231 (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
232 SHT_FINI_ARRAY elf section types.
233
234 2002-01-10 Richard Earnshaw <rearnsha@arm.com>
235
236 * tc-arm.c (struct reg_entry): Move before prototypes.
237 (int_register, cp_register, fp_register): Delete.
238 (reg_table): Delete. Replaced with ...
239 (rn_table, cp_table, cn_table, fn_table, mav_mvf_table)
240 (mav_mvd_table, mav_mvfx_table, mav_mvdx_table, mav_mvax_table)
241 (mav_dspsc_table): ... one table per register set.
242 (arm_reg_hsh): Delete.
243 (struct reg_map): New structure.
244 (all_reg_maps): New array.
245 (enum arm_reg_type): New enums.
246 (build_reg_hsh): New function.
247 (insert_reg_alias): Use hash table passed by caller. Adjust all
248 callers.
249 (create_register_alias): New function, split out from ...
250 (md_assemble): ... here.
251 (md_begin): Build new register hash tables.
252 (arm_reg_parse): New argument for the hash table to search. Adjust all
253 callers.
254 (arm_reg_parse_any): New function.
255 (co_proc_number): Look up the processor number in the processor hash
256 table.
257 (cirrus_regtype): Delete.
258 (cirrus_register, cirrus_mvf_register, cirrus_mvd_register)
259 (cirrus_mvfx_register, cirrus_mvdx_register, cirrus_mvax_register)
260 (ARM_EXT_MAVERICKsc_register): Delete.
261 (do_c_binops_1, do_c_binops_2, do_c_binops_3): Delete.
262 (do_c_binops_1[a-o], do_c_binops_2[a-c], do_c_binops_3[a-d]): New
263 functions.
264 (do_c_triple_4, do_c_triple_5): Delete.
265 (do_c_triple_4[ab], do_c_triple_5[a-h]): New functions.
266 (do_c_quad_6): Delete.
267 (do_c_quad_6[ab]): New functions.
268 (do_c_binops, do_c_triple, do_c_quad, do_c_shift, do_c_ldst): Rework
269 arguments to use new register parsing methods.
270 (cirrus_reg_required_here): Likewise.
271 (insns): Reclassify cirrus maverick worker functions.
272 (cirrus_valid_reg): Delete.
273
274 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
275
276 * configure.in (sh*le): Set cpu_type=sh and endian=little.
277 (sh*-*-netbsdelf*): New target.
278 * configure: Regenerate.
279 * tc-sh.h: Update copyright years.
280 (TARGET_FORMAT): Add version for TE_NetBSD.
281
282 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
283
284 * read.c (emit_expr): Do not allow 'size' or 'nbytes' to go
285 negative.
286
287 2002-01-06 Alan Modra <amodra@bigpond.net.au>
288
289 * config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
290 * config/tc-m68k.c (md_relax_table): Add md_prepare_relax_scan comment.
291
292 2002-01-05 Daniel Jacobowitz <drow@mvista.com>
293
294 * tc-mips.c (mips_cprestore_valid): New flag.
295 (mips_frame_reg_valid): New flag.
296 (macro) [M_JAL_2]: Check both flags.
297 [M_JAL_A]: Likewise.
298 (s_cprestore): Set mips_cprestore_valid.
299 (tc_get_register): If setting mips_frame_reg, set
300 mips_frame_reg_valid and clear mips_cprestore_valid.
301 (s_mips_ent): Clear both flags.
302 (s_mips_end): Clear both flags.
303
304 2002-01-05 Alan Modra <amodra@bigpond.net.au>
305
306 * write.c (write_object_file): Make use of bfd_section_list_remove.
307 * config/obj-ecoff.c (ecoff_frob_file): Likewise.
308 * config/tc-mmix.c (mmix_frob_file): Likewise.
309
310 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
311
312 * configure.in (i386-*-netbsdelf*): Collapse target into...
313 (i386-*-netbsd*): ...this. Add support for x86-64.
314 * configure: Regenerated.
315
316 2002-01-03 matthew green <mrg@redhat.com>
317
318 * config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.
319
320 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
321
322 * config/tc-m68k.c (md_estimate_size_before_relax): Test for a
323 NULL frag link.
324
325 For older changes see ChangeLog-0001
326 \f
327 Local Variables:
328 mode: change-log
329 left-margin: 8
330 fill-column: 74
331 version-control: never
332 End: