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