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