2002-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
[binutils-gdb.git] / gas / ChangeLog
1 2002-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2
3 * config/tc-sh.c (sh_force_relocation): Return 0 for
4 some PC relative relocations when not relaxing.
5
6 2002-09-26 Jakub Jelinek <jakub@redhat.com>
7
8 * config/tc-i386.c (tc_i386_fix_adjustable): Add x86-64 TLS relocs.
9 Define them if not BFD_ASSEMBLER.
10 (lex_got): Handle @tlsgd, @dtpoff and @tpoff in 64-bit mode, add
11 @tlsld.
12 (md_apply_fix3): No addend for BFD_RELOC_X86_64_TLSGD,
13 BFD_RELOC_X86_64_TLSLD and BFD_RELOC_X86_64_GOTTPOFF.
14 (tc_gen_reloc): Handle x86-64 TLS relocs.
15
16 2002-09-27 Alan Modra <amodra@bigpond.net.au>
17
18 * config/tc-avr.c (md_apply_fix3): Reinstate code handling pcrel
19 fixups to current or absolute section.
20
21 2002-09-26 Jim Wilson <wilson@redhat.com>
22
23 * config/tc-v850.c (v850_offset): Use frag_var instead of frag_now_fix
24 and frag_more.
25
26 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
27
28 * config/tc-mips.c (CPU_HAS_MIPS16): Add mips-lsi-elf as MIPS16
29 capable configuration.
30 (macro_build): Check for MIPS16 capability, not for actual MIPS16 code
31 generation.
32 (mips_ip): Likewise.
33
34 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
35
36 * config/tc-mips.c (append_insn): Fix jump overflow check.
37
38 2002-09-24 Alan Modra <amodra@bigpond.net.au>
39
40 * config/tc-i386.c (process_operands): Warn about "lea" segment
41 overrides.
42
43 2002-09-22 Mark Elbrecht <snowball3@softhome.net>
44
45 * write.c: Delete set_segment_vma and prototype. Update all callers.
46
47 2002-09-21 Alan Modra <amodra@bigpond.net.au>
48
49 * config/tc-i386.c (md_apply_fix3): Replace S_IS_EXTERNAL,
50 S_IS_WEAK etc. with S_FORCE_RELOC call. Correct comment.
51 Rename "fseg" to "sym_seg".
52 * Makefile.am: Run "make dep-am".
53 * Makefile.in: Regenerate.
54 * doc/Makefile.in: Regenerate.
55
56 2002-09-20 Nick Clifton <nickc@redhat.com>
57
58 * symbols.c (colon): Do not allow symbols to be created in the
59 absolute section if WORKING_DOT_WORD is not defined and
60 new_broken_words would require a new frag to be created.
61
62 2002-09-20 Alan Modra <amodra@bigpond.net.au>
63
64 * expr.c (expr): Simplify foo-foo here.
65 (clean_up_expression): Remove O_subtract code.
66
67 * write.h (struct fix): Add fx_dot_value.
68 (dot_value): Declare.
69 * write.c (dot_value): New var.
70 (fix_new_internal): Save dot_value as fx_dot_value.
71 (fixup_segment): Adjust fx_offset using fx_dot_value.
72 * expr.c (expr): Update dot_value.
73
74 2002-09-19 Jakub Jelinek <jakub@redhat.com>
75
76 * config/tc-i386.c (tc_i386_fix_adjustable): Handle
77 BFD_RELOC_386_TLS_IE and BFD_RELOC_386_TLS_GOTIE.
78 (BFD_RELOC_386_TLS_IE, BFD_RELOC_386_TLS_GOTIE): Define to 0
79 if not defined.
80 (lex_got): Handle @GOTNTPOFF and @INDNTPOFF.
81 (md_apply_fix3, tc_gen_reloc): Handle BFD_RELOC_386_TLS_IE and
82 BFD_RELOC_386_TLS_GOTIE.
83
84 2002-09-19 Richard Henderson <rth@redhat.com>
85
86 * config/tc-alpha.c (md_pcrel_from): Only adjust special for
87 branch type relocs.
88 (alpha_force_relocation): Don't special-case branch type relocs.
89
90 2002-09-19 Nick Clifton <nickc@redhat.com>
91
92 * config/tc-m68k.c (select_control_regs): Handle situation where
93 architecture has not yet been selected.
94
95 2002-09-18 Chris Demetriou <cgd@broadcom.com>
96
97 * config/tc-mips.c (IS_SEXT_32BIT_NUM): Move closer to top of file.
98 (IS_SEXT_16BIT_NUM): New macro.
99 (macro_build_ldst_constoffset): New function, to build a set of
100 instructions to do a load or store from a constant offset relative
101 to a given register.
102 (macro, s_cprestore): Use macro_build_ldst_constoffset to implement
103 .cprestore pseudo-op.
104
105 2002-09-18 Chris Demetriou <cgd@broadcom.com>
106
107 * config/tc-mips.c (md_apply_fix3): Just return for BFD_RELOC_8.
108
109 2002-09-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
110
111 * config/tc-mips.c (s_change_section): Fix parsing. Code cleanup.
112
113 2002-09-17 Stan Cox <scox@redhat.com>
114
115 * tc-mips.c (load_address): Use BFD_RELOC_MIPS_GOT_DISP for newabi.
116 (macro): Likewise for la. Likewise for ld.
117 (mips_after_parse_args): Make -xgot optional, not the default.
118 (md_apply_fix3): Allow composite relocation to set up gp.
119 (tc_gen_reloc): Allow relaxing for newabi.
120 Relax R_MIPS_CALL16 to R_MIPS_GOT_PAGE/R_MIPS_GOT_OFST if local.
121 Relax R_MIPS_GOT16/R_MIPS_LO16 to R_MIPS_GOT_DISP if local.
122
123 2002-09-17 Nick Clifton <nickc@redhat.com>
124
125 * config/tc-arm.c (md_apply_fix3): Note that an implemented
126 BFD_RELOC_ARM_IMMEDIATE has been done.
127 (tc_gen_reloc): Do not issue reloc number of unimplemented
128 BFD_RELOC_ARM_IMMEDIATE and BFD_RELOC_ARM_OFFSET_IMM relocs -
129 their name is already in the error message - plus remove them
130 from the default case.
131
132 * config/tc-arm.c (do_ldmstm): Warn about unpredictable
133 behavior of instructions.
134
135 2002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
136
137 * config/tc-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
138 Convert functions to K&R format.
139
140 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
141
142 * config/tc-mips.c (pdr_seg): Define only for ELF.
143 (s_change_section): Remove unused variable. Don't use for nonELF.
144
145 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
146
147 * config/obj-elf.c (obj_elf_change_section): Move prototype to
148 obj-elf.h
149 * config/obj-elf.h (obj_elf_change_section): Likewise.
150
151 2002-09-16 Elias Athanasopoulos <eathan@otenet.gr>
152
153 * dwarf2dbg.c (out_debug_abbrev): Add support for the DW_AT_name field.
154 (out_debug_info): Likewise.
155
156 2002-09-16 Bruno Haible <bruno@clisp.org>
157
158 * config/tc-i386.h (ELF_TARGET_FORMAT): New macro.
159 (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf32-i386".
160 * config/tc-i386.c (i386_target_format): Likewise.
161 * config/tc-alpha.h (ELF_TARGET_FORMAT): New macro.
162 (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf64-alpha".
163
164 2002-09-13 Nick Clifton <nickc@redhat.com>
165
166 * config/tc-ppc.c (md_assemble): Do not count FAKE operands
167 when deciding if any operands have been skipped.
168
169 2002-09-11 Nick Clifton <nickc@redhat.com>
170
171 * NEWS: New TI port supports both C4x and C3x series of DSPs.
172
173 * po/tr.po: Updated Turkish translation.
174
175 2002-09-11 Jakub Jelinek <jakub@redhat.com>
176
177 * config/tc-i386.c (md_apply_fix3): Allow addend for
178 BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and
179 BFD_RELOC_386_TLS_LE_32.
180
181 2002-09-05 Jeff Law <law@redhat.com>
182
183 * config/tc-hppa.c (md_apply_fix3): Don't set fx_done for
184 marker relocations such as ENTRY/EXIT.
185 * config/tc-hppa.h (MD_APPLY_SYM_VALUE): Definition applies
186 to both OBJ_ELF and OBJ_SOM.
187
188 2002-09-05 Alan Modra <amodra@bigpond.net.au>
189
190 * doc/internals.texi (md_apply_fix3): Expand.
191 (TC_VALIDATE_FIX, TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_ABS,
192 TC_FORCE_RELOCATION_LOCAL, TC_FORCE_RELOCATION_SUB_SAME,
193 TC_FORCE_RELOCATION_SUB_ABS, TC_FORCE_RELOCATION_SUB_LOCAL,
194 TC_VALIDATE_FIX_SUB, MD_APPLY_SYM_VALUE, S_FORCE_RELOC,
195 EXTERN_FORCE_RELOC): Document.
196 (TC_HANDLES_FX_DONE, obj_fix_adjustable): Remove.
197 * as.h: Don't include struc-symbol.h for arc.
198 (IS_ELF): Define.
199 * cgen.c (gas_cgen_md_apply_fix3): Remove *valP fudges and code to
200 subtract absolute symbol.
201 * obj.h (struct format_ops): Add frob_file_before_fix.
202 * subsegs.c (section_symbol): Set BSF_SECTION_SYM flag.
203 * symbols.c (S_FORCE_RELOC): New function.
204 * symbols.h (S_FORCE_RELOC): Declare.
205 * write.c (TC_FORCE_RELOCATION): Change default.
206 (TC_FORCE_RELOCATION_ABS): Define.
207 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
208 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
209 (TC_FORCE_RELOCATION_SECTION): Don't define.
210 (TC_FORCE_RELOCATION_SUB_SAME): Define this instead.
211 (TC_FORCE_RELOCATION_SUB_ABS): Define.
212 (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
213 (TC_VALIDATE_FIX_SUB): Define.
214 (TC_FIX_ADJUSTABLE): Don't define.
215 (MD_APPLY_SYM_VALUE): Define this instead.
216 (abs_section_sym): New variable.
217 (adjust_reloc_syms): Use S_FORCE_RELOC. Remove obj_fix_adjustable
218 call. Don't symbol_mark_used_in_reloc here. Simplify link_once tests.
219 Don't put the absolute section sym on fixups here.
220 (fix_segment): New function.
221 (write_relocs): Don't call fixup_segment from here.
222 (write_object_file): Instead call tc_frob_file_before_fix,
223 obj_frob_file_before_fix, and fix_segment prior to symbol table code.
224 Don't output the absolute section symbol.
225 (fixup_segment): Rewrite.
226 * write.h (abs_section_sym): Declare.
227 * config/obj-aout.c (obj_aout_frob_file_before_fix): Rename from
228 obj_aout_frob_file.
229 (aout_format_ops): Adjust to suit.
230 * config/obj-aout.h (obj_frob_file): Don't define.
231 (obj_frob_file_before_fix): Define.
232 (obj_aout_frob_file_before_fix): Rename from obj_aout_frob_file.
233 (S_FORCE_RELOC): Define.
234 * config/obj-bout.h (S_FORCE_RELOC): Define.
235 * config/obj-coff.c (coff_format_ops): Init new field.
236 * config/obj-coff.h: Formatting fixes.
237 (obj_sec_sym_ok_for_reloc): Define.
238 (S_FORCE_RELOC): Define.
239 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Split out ..
240 (ecoff_frob_file): .. from here.
241 (ecoff_format_ops): Add new function.
242 * config/obj-ecoff.h (ecoff_frob_file_before_fix): Declare.
243 (obj_frob_file_before_fix): Define.
244 * config/obj-elf.c (elf_format_ops): Init new field.
245 * config/obj-elf.h (obj_sec_sym_ok_for_reloc): Expand comment.
246 * config/obj-ieee.h: Formatting fixes.
247 (S_FORCE_RELOC): Define.
248 * config/obj-multi.h (obj_frob_file_before_fix): Define.
249 * config/obj-vms.h (S_FORCE_RELOC): Define.
250 * config/tc-alpha.c (md_apply_fix3): Correct GPDISP comment.
251 (alpha_force_relocation): Use S_FORCE_RELOC, and don't return 0
252 for BFD_RELOC_32 and BFD_RELOC_64.
253 (alpha_fix_adjustable): Remove extern and weak tests.
254 (alpha_before_fix): Rename from alpha_adjust_symtab.
255 (alpha_adjust_relocs): Rename from alpha_adjust_symtab_relocs.
256 * config/tc-alpha.h (struct fix, struct alpha_reloc_tag): Declare.
257 (TC_VALIDATE_FIX): Tweak param name.
258 (TC_FORCE_RELOCATION, tc_fix_adjustable): Likewise.
259 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
260 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
261 (MD_APPLY_SYM_VALUE): Define.
262 (tc_adjust_symtab): Don't define.
263 (alpha_adjust_symtab): Don't declare.
264 (tc_frob_file_before_fix): Define.
265 (alpha_before_fix): Declare.
266 (TC_INIT_FIX_DATA): Tweak param names.
267 * config/tc-arc.c: Include "struc-symbol.h".
268 (md_pcrel_from): Remove undefined sym fudge.
269 (md_apply_fix3): Remove *valP fudges and code to subtract abs sym.
270 Don't set fx_addnumber.
271 (tc_gen_reloc): Remove spurious fx_addnumber comment.
272 * config/tc-arc.h (MD_APPLY_SYM_VALUE): Define.
273 (EXTERN_FORCE_RELOC): Define.
274 * config/tc-arm.c (md_apply_fix3 <case BFD_RELOC_ARM_GOTPC>): Remove.
275 (tc_gen_reloc): Fudge ARM_GOTPC addend.
276 (arm_validate_fix): Return void.
277 (arm_fix_adjustable <elf version>): Remove extern and weak tests.
278 Add plt and got reloc tests.
279 (arm_force_relocation): Call S_FORCE_RELOC.
280 * config/tc-arm.h (struct fix): Forward declare.
281 (TC_VALIDATE_FIX): No longer set add_symbolP.
282 (arm_validate_fix): Adjust declaration.
283 (TC_FORCE_RELOCATION <pe version): Call S_FORCE_RELOC.
284 (TC_FORCE_RELOCATION): Tweak param name.
285 (TC_INIT_FIX_DATA): Likewise.
286 (obj_fix_adjustable): Don't define.
287 (tc_fix_adjustable): Call arm_fix_adjustable.
288 (TC_FIX_ADJUSTABLE): Don't define.
289 (MD_APPLY_SYM_VALUE): Define.
290 (EXTERN_FORCE_RELOC): Define.
291 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
292 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
293 * config/tc-avr.c (md_apply_fix3): Don't cast valP pointer type.
294 Remove *valP fudges and code to subtract abs sym. Don't set
295 fx_addnumber.
296 * config/tc-avr.h: Formatting.
297 (EXTERN_FORCE_RELOC): Define.
298 (MD_APPLY_SYM_VALUE): Define.
299 * config/tc-cris.c (tc_gen_reloc): Don't use fx_addnumber.
300 (md_apply_fix3): Remove code to subtract abs sym.
301 (md_cris_force_relocation): Update comment. Call S_FORCE_RELOC.
302 * config/tc-cris.h (TC_FORCE_RELOCATION): Tweak param name.
303 (IS_CRIS_PIC_RELOC, tc_fix_adjustable): Likewise.
304 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
305 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
306 (tc_fix_adjustable): Remove extern, weak tests.
307 * config/tc-d10v.c (tc_gen_reloc): Don't fiddle address of
308 BFD_RELOC_VTABLE_INHERIT relocs. Don't use fx_addnumber.
309 (md_apply_fix3): Don't cast valP pointer type. Remove *valP fudges
310 and code to subtract abs sym.
311 (d10v_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
312 (d10v_force_relocation): Call S_FORCE_RELOC.
313 * config/tc-d10v.h: Don't include write.h.
314 (struct fix): Instead, forward declare.
315 (MD_PCREL_FROM_SECTION): Tweak param names.
316 (md_pcrel_from_section): Use "struct fix" instead of "fixS".
317 (d10v_fix_adjustable): Likewise.
318 (obj_fix_adjustable): Don't define.
319 (tc_fix_adjustable): Define.
320 (TC_FORCE_RELOCATION): Tweak param name.
321 (MD_APPLY_SYM_VALUE): Define.
322 (EXTERN_FORCE_RELOC): Define.
323 * config/tc-d30v.c (tc_gen_reloc): Don't use fx_addnumber.
324 (md_apply_fix3): Don't cast valP pointer type. Remove *valP fudges
325 and code to subtract abs sym.
326 * config/tc-d30v.h: Don't include write.h.
327 (struct fix): Instead, forward declare.
328 (MD_PCREL_FROM_SECTION): Tweak param names.
329 (md_pcrel_from_section): Use "struct fix" instead of "fixS".
330 (MD_APPLY_SYM_VALUE): Define.
331 (EXTERN_FORCE_RELOC): Define.
332 * config/tc-dlx.c (md_dlx_force_relocation): Call S_FORCE_RELOC.
333 (md_dlx_fix_adjustable): Don't test for NULL fx_addsy.
334 (md_apply_fix3): No need to test fx_pcrel before setting fx_done.
335 (tc_gen_reloc): Don't fiddle with BFD_RELOC_VTABLE_INHERIT relocs.
336 Adjust the address for BFD_RELOC_VTABLE_ENTRY, not the addend.
337 Don't use fx_addnumber.
338 * config/tc-dlx.h: Don't include write.h.
339 (md_convert_frag): We're not alpha twice over.
340 (EXTERN_FORCE_RELOC): Define.
341 (obj_fix_adjustable): Don't define.
342 (tc_fix_adjustable): Define.
343 (TC_FIX_ADJUSTABLE): Don't define.
344 (MD_APPLY_SYM_VALUE): Define.
345 (LOCAL_LABELS_DOLLAR): Undef always.
346 * config/tc-fr30.c (fr30_force_relocation): Call S_FORCE_RELOC.
347 (fr30_fix_adjustable): Remove extern, weak tests.
348 * config/tc-fr30.h (MD_APPLY_SYM_VALUE): Define.
349 (obj_fix_adjustable): Don't define.
350 (tc_fix_adjustable): Define.
351 (struct fix): Forward declare.
352 (MD_PCREL_FROM_SECTION): Tweak param name. Remove duplicate.
353 * config/tc-frv.c (frv_force_relocation): Call S_FORCE_RELOC.
354 (frv_fix_adjustable): Don't do extern, weak tests.
355 * config/tc-frv.h (MD_APPLY_SYM_VALUE): Define.
356 (TC_FIX_ADJUSTABLE): Don't define.
357 (obj_fix_adjustable): Don't define.
358 (tc_fix_adjustable): Define.
359 (struct fix): Forward declare.
360 (MD_PCREL_FROM_SECTION): Tweak param name. Remove duplicate.\
361 * config/tc-h8300.c (md_apply_fix3): Don't cast valP pointer type.
362 * config/tc-h8300.h (struct fix): Forward declare.
363 (EXTERN_FORCE_RELOC): Define.
364 * config/tc-hppa.c (md_apply_fix3): Remove subtraction of sym value.
365 (hppa_fix_adjustable): Don't test extern or weak. Don't
366 symbol_mark_used_in_reloc.
367 (hppa_force_relocation): Use S_FORCE_RELOC instead of S_IS_EXTERNAL
368 and S_IS_WEAK.
369 * config/tc-hppa.h (EXTERN_FORCE_RELOC): Define
370 (TC_FORCE_RELOCATION, TC_INIT_FIX_DATA): Tweak param name.
371 (TC_FORCE_RELOCATION_SECTION): Don't define.
372 (MD_APPLY_SYM_VALUE): Define.
373 * config/tc-i370.c (md_apply_fix3): Remove *valP fudges and code
374 to subtract abs sym.
375 * config/tc-i370.h: Remove ifdef OBJ_ELF tests.
376 (MD_APPLY_SYM_VALUE): Define.
377 (MD_PCREL_FROM_SECTION): Tweak param name.
378 * config/tc-i386.c (tc_i386_fix_adjustable): Remove weak, extern tests.
379 (md_apply_fix3): Test fx_addsy, not fx_pcrel.
380 (i386_force_relocation): New function.
381 * config/tc-i386.h (TC_COFF_FIX2RTYPE): Tweak param name.
382 (TC_VALIDATE_FIX): Likewise.
383 (TC_FIX_ADJUSTABLE): Don't define.
384 (MD_APPLY_SYM_VALUE): Define.
385 (TC_FORCE_RELOCATION <elf version>): Call i386_force_relocation.
386 (i386_force_relocation): Declare.
387 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
388 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
389 (TC_FORCE_RELOCATION <coff version>): Call S_FORCE_RELOC.
390 * config/tc-i860.c (md_apply_fix3): Don't cast valP pointer type.
391 * config/tc-i860.h (MD_APPLY_SYM_VALUE): Define.
392 (EXTERN_FORCE_RELOC): Define.
393 * config/tc-i960.c (reloc_callj): Remove declaration. Return false.
394 (md_apply_fix3): Don't cast valP pointer type. Move code here from
395 old fixup_segment. No need to test fx_pcrel before setting fx_done.
396 (i960_validate_fix): Remove add_symbolPP arg and add_symbolP macro.
397 Use fx_addsy instead of add_symbolP, as_bad_where instead of as_bad.
398 Remove #if 0 code. Invert return boolean.
399 * config/tc-i960.h (TC_COUNT_RELOC): Tweak param name.
400 (TC_COFF_FIX2RTYPE, TC_ADJUST_RELOC_COUNT, TC_VALIDATE_FIX): Likewise.
401 (tc_headers_hook, tc_coff_fix2rtype): Remove declaration.
402 (tc_coff_sizemachdep): Prototype.
403 (i960_handle_align): Likewise.
404 (i960_validate_fix): Adjust declaration.
405 (reloc_callj): Likewise.
406 (EXTERN_FORCE_RELOC): Define.
407 (TC_FORCE_RELOCATION_SUB_SAME): Define.
408 (TC_FORCE_RELOCATION_ABS): Define.
409 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
410 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
411 (TC_FIX_ADJUSTABLE): Don't define.
412 (MD_APPLY_SYM_VALUE): Define.
413 * config/tc-ia64.c (ia64_force_relocation): Call S_FORCE_RELOC.
414 * config/tc-ia64.h (MD_APPLY_SYM_VALUE): Define.
415 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
416 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
417 * config/tc-ip2k.c (ip2k_force_relocation): Call S_FORCE_RELOC.
418 * config/tc-ip2k.h (MD_APPLY_FIX3): Don't define.
419 (MD_APPLY_SYM_VALUE): Define.
420 (EXTERN_FORCE_RELOC): Define.
421 (TC_FORCE_RELOCATION): Tweak param name.
422 * config/tc-m32r.c (m32r_force_relocation): Call S_FORCE_RELOC.
423 (m32r_fix_adjustable): Don't test extern, weak.
424 * config/tc-m32r.h (MD_PCREL_FROM_SECTION): Tweak param name.
425 (MD_APPLY_SYM_VALUE): Define.
426 (obj_fix_adjustable): Don't define.
427 (tc_fix_adjustable): Define.
428 (tc_frob_file): Don't define.
429 (tc_frob_file_before_fix): Define.
430 (EXTERN_FORCE_RELOC): Define.
431 * config/tc-m68hc11.c (tc_gen_reloc): Set addend to zero. Adjust
432 BFD_RELOC_VTABLE_ENTRY address.
433 (tc_m68hc11_force_relocation): Call S_FORCE_RELOC.
434 (tc_m68hc11_fix_adjustable): Don't test relaxable_symbol.
435 (md_apply_fix3): Remove *valP fudges and code to subtract abs sym.
436 Remove duplicated fx_done code.
437 * config/tc-m68hc11.h (MD_APPLY_SYM_VALUE): Define.
438 (EXTERN_FORCE_RELOC): Define.
439 * config/tc-m68k.c (tc_m68k_fix_adjustable): Don't test
440 relaxable_symbol.
441 * config/tc-m68k.h (TC_COFF_FIX2RTYPE): Tweak param name.
442 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
443 (TC_FIX_ADJUSTABLE): Don't define.
444 (EXTERN_FORCE_RELOC): Define.
445 (MD_APPLY_SYM_VALUE): Define.
446 (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
447 * config/tc-mcore.c (md_apply_fix3): Don't cast valP pointer type.
448 Remove fx_addsy tests.
449 (mcore_force_relocation): Call S_FORCE_RELOC.
450 (mcore_fix_adjustable): Don't test fx_addsy.
451 * config/tc-mcore.h (MD_PCREL_FROM_SECTION): Tweak param name.
452 (EXTERN_FORCE_RELOC): Define.
453 (obj_fix_adjustable): Don't define.
454 (tc_fix_adjustable): Define.
455 (MD_APPLY_SYM_VALUE): Define.
456 * config/tc-mips.c (enum mips_pic_level): Move to tc-mips.h.
457 (mips_pic): No longer static.
458 (mips_force_relocation): Call S_FORCE_RELOC.
459 (mips_fix_adjustable): Remove extern, weak tests.
460 * config/tc-mips.h (enum mips_pic_level): Declare.
461 (mips_pic): Declare.
462 (tc_frob_file): Don't define.
463 (tc_frob_file_before_fix): Define this instead.
464 (EXTERN_FORCE_RELOC): Define.
465 * config/tc-mmix.c (md_apply_fix3): Replace real_reg_section tests
466 with reg_section tests. Set fx_done instead of calling
467 symbol_clear_used_in_reloc on bad relocs.
468 (tc_gen_reloc): Zero fx_addsy on bad relocs.
469 (mmix_force_relocation): Remove weak sym test. Call S_FORCE_RELOC.
470 (mmix_adjust_symtab): Simplify list handling. Abort on any
471 nonsense.
472 * config/tc-mmix.h (tc_fix_adjustable): Remove weak tests. Check
473 BFD_RELOC_MMIX_LOCAL.
474 (tc_frob_symbol): Keep user defined syms in reg_section. Don't punt.
475 (EXTERN_FORCE_RELOC): Define.
476 (MD_PCREL_FROM_SECTION): Tweak param name.
477 (tc_frob_file): Don't define.
478 (tc_frob_file_before_fix): Define this instead.
479 * config/tc-mn10300.c (mn10300_force_relocation): Call S_FORCE_RELOC.
480 Remove SEC_CODE checks.
481 (mn10300_fix_adjustable): Remove extern and weak tests.
482 * config/tc-mn10300.h (EXTERN_FORCE_RELOC): Define.
483 (TC_FORCE_RELOCATION): Tweak param name.
484 (obj_fix_adjustable): Don't define.
485 (TC_FORCE_RELOCATION_SUB_SAME): Define to handle SEC_CODE.
486 * config/tc-ns32k.h (TC_FIX_DATA_PRINT): Tweak param name.
487 * config/tc-openrisc.c (openrisc_force_relocation): Call S_FORCE_RELOC.
488 (openrisc_fix_adjustable): Don't test fx_addsy.
489 * config/tc-openrisc.h (MD_APPLY_SYM_VALUE): Define.
490 (obj_fix_adjustable): Don't define.
491 (tc_fix_adjustable): Define this instead.
492 (MD_PCREL_FROM_SECTION): Remove duplicate. Tweak param name.
493 * config/tc-or32.c (md_apply_fix3): Don't cast valP pointer type.
494 (tc_gen_reloc): Don't fiddle with BFD_RELOC_VTABLE_INHERIT relocs.
495 Adjust the address for BFD_RELOC_VTABLE_ENTRY, not the addend.
496 * config/tc-or32.h (EXTERN_FORCE_RELOC): Define.
497 (MD_APPLY_SYM_VALUE): Define.
498 * config/tc-pj.c (md_apply_fix3): Don't cast valP pointer type.
499 Don't subtract symbol value.
500 * config/tc-pj.h (md_pcrel_from): Tweak param name.
501 (EXTERN_FORCE_RELOC): Define.
502 (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
503 (MD_APPLY_SYM_VALUE): Define.
504 (obj_fix_adjustable): Don't define.
505 (tc_fix_adjustable): Define this instead.
506 * config/tc-ppc.c (ppc_frob_symbol <coff version>): Ignore absolute
507 section sym.
508 (ppc_force_relocation <coff version>): Call S_FORCE_RELOC.
509 (ppc_force_relocation <elf version>): New.
510 (ppc_fix_adjustable <elf version>): Remove extern and weak tests.
511 (md_apply_fix3): Don't subtract symbol values for ELF. Update
512 comments. Don't subtract fx_subsy as that is already done.
513 * config/tc-ppc.h (tc_fix_adjustable): Tweak param name.
514 (MD_PCREL_FROM_SECTION): Likewise.
515 (TC_FORCE_RELOCATION): Define for both ELF and XCOFF as calling
516 ppc_force_relocation.
517 (TC_FORCE_RELOCATION_SECTION): Delete.
518 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
519 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
520 (MD_APPLY_SYM_VALUE): Define.
521 * config/tc-s390.c: #include "dwarf2dbg.h".
522 (s390_insn): Remove excess parens.
523 (tc_s390_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
524 (tc_s390_force_relocation): Call S_FORCE_RELOC.
525 (md_apply_fix3): Add ATTRIBUTE_UNUSED on "seg". Abort when fx_subsy
526 non-NULL. Don't subtract off fx_addsy value.
527 * config/tc-s390.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
528 (TC_FORCE_RELOCATION, MD_PCREL_FROM_SECTION): Tweak param name.
529 (TC_FIX_ADJUSTABLE): Don't define.
530 (MD_APPLY_SYM_VALUE): Define.
531 * config/tc-sh.c (SWITCH_TABLE_CONS): Move to tc-sh.h.
532 (SWITCH_TABLE): Likewise.
533 (sh_force_relocation): Call S_FORCE_RELOC.
534 (sh_fix_adjustable): Remove "return 1" cases handled by the default.
535 Replace TC_RELOC_RTSYM_LOC_FIXUP with reloc type tests.
536 (md_apply_fix3 <case BFD_RELOC_32_PLT_PCREL>): Simplify,
537 fx_addnumber is zero on entry. Save val in fx_addnumber.
538 (tc_gen_reloc): Don't subtract fx_subsy.
539 * config/tc-sh.h (struct fix): Move.
540 (obj_fix_adjustable): Don't define.
541 (tc_fix_adjustable): Define this instead.
542 (TC_FIX_ADJUSTABLE): Don't define.
543 (MD_APPLY_SYM_VALUE): Define.
544 (SWITCH_TABLE_CONS): Define.
545 (SWITCH_TABLE): Define.
546 (TC_FORCE_RELOCATION_SUB_SAME): Define.
547 (TC_VALIDATE_FIX_SUB): Define.
548 (MD_PCREL_FROM_SECTION): Tweak param name.
549 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
550 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
551 (TC_FORCE_RELOCATION_SUB_ABS): Define.
552 * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
553 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
554 (TC_FORCE_RELOCATION_SUB_SAME): Define.
555 (TC_VALIDATE_FIX_SUB): Define.
556 (MD_PCREL_FROM_SECTION): Tweak param name.
557 * config/tc-sparc.c (md_apply_fix3): Don't subtract off symbol value.
558 (tc_gen_reloc): Use S_FORCE_RELOC.
559 (elf32_sparc_force_relocation): Call S_FORCE_RELOC.
560 * config/tc-sparc.h (TC_FORCE_RELOCATION <coff version>): Remove.
561 (TC_FORCE_RELOCATION_ABS): Define this instead.
562 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
563 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
564 (tc_fix_adjustable): Remove extern and weak tests. Use S_FORCE_RELOC.
565 (MD_APPLY_SYM_VALUE): Define.
566 (TC_FIX_DATA_PRINT): Tweak param name.
567 * config/tc-tic30.c (USE_STDOUT): Don't define.
568 (md_parse_option): Remove stupid debug code.
569 (tc_gen_reloc): Don't use fx_addnumber.
570 * config/tc-v850.c (v850_fix_adjustable): Remove extern and weak tests.
571 (v850_force_relocation): Remove weak test. Call S_FORCE_RELOC.
572 * config/tc-v850.h (obj_fix_adjustable): Don't define.
573 (tc_fix_adjustable): Define this instead.
574 (TC_FIX_ADJUSTABLE): Don't define.
575 (MD_APPLY_SYM_VALUE): Define this instead.
576 (TC_FORCE_RELOCATION, MD_PCREL_FROM_SECTION): Tweak param name.
577 * config/tc-vax.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
578 (TC_FIX_ADJUSTABLE): Don't define.
579 (MD_APPLY_SYM_VALUE): Define this instead.
580 (tc_fix_adjustable): Remove extern and weak tests.
581 * config/tc-w65.h (struct fix): Forward declare.
582 * config/tc-xstormy16.c (xstormy16_force_relocation): Call
583 S_FORCE_RELOC.
584 (xstormy16_fix_adjustable): Remove extern and weak tests. Don't
585 call xstormy16_force_relocation; Instead test for FPTR16 reloc.
586 (xstormy16_md_apply_fix3): Remove *valP fudges and code to subtract
587 absolute symbol.
588 * config/tc-xstormy16.h (MD_APPLY_FIX3): Don't define.
589 (MD_APPLY_SYM_VALUE): Define.
590 (obj_fix_adjustable): Don't define.
591 (tc_fix_adjustable): Define this instead.
592 (MD_PCREL_FROM_SECTION): Remove duplicate. Tweak param name.
593
594 2002-09-04 Alan Modra <amodra@bigpond.net.au>
595
596 * config/tc-ppc.c (ppc_frob_symbol): Formatting, warning fix.
597 (ppc_fix_adjustable <coff version>): Cleanup.
598
599 * config/tc-ppc.c (PPC_HIGHER, PPC_HIGHEST): Fix warning.
600 (md_parse_option): No -a64 without BFD64.
601 (ppc_set_cpu): Select appropriate cpu when ppc_obj64.
602 (ppc_arch): Use bfd_mach_rs6k for bfd_arch_rs6000.
603
604 2002-09-04 Nick Clifton <nickc@redhat.com>
605
606 * config/tc-ppc.c (md_begin): Do not insert non-BookE32
607 instructions into the hash table if the target cpu is the BookE32.
608
609 2002-08-31 Hans-Peter Nilsson <hp@bitrange.com>
610
611 * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
612 ATTRIBUTE_UNUSED.
613
614 2000-08-28 Catherine Moore <clm@redhat.com>
615
616 * tc-v850.c (v850_relax): Declare.
617 (v850_longcode): New routine.
618 (v850_handle_align): New routine.
619 (md_pseudo_table): Add longcall and longjump.
620 (md_parse_option): Check for relax option.
621 (tc_gen_reloc): Handle BFD_RELOC_V850_LONGCALL,
622 BFD_RELOC_V850_LONGJUMP, and BFD_RELOC_V850_ALIGN.
623 (md_apply_fix3): Likewise.
624 (v850_force_relocation): Likewise.
625 (v850_comm): Change the current section.
626 (md_assemble): Ensure that the correct value is put in the
627 fixup.
628 (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
629 v850_zbss, v850_rosdata, v850_rozdata): Fix section book keeping.
630 Remove redundant v850ea support.
631 * tc-v850.h (HANDLE_ALIGN): Define.
632 (v850_handle_align): Declare.
633 * doc/c-v850.c: Document -mrelax, .longcall and .longjump.
634
635 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
636
637 * configure.in: Add tic4x-coff* and c4x-coff*-coff-coff targets.
638 * configure: Regenerate.
639 * NEWS: Mention new port.
640
641 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
642
643 * config/obj-coff.c: Add sdef definition.
644 * config/obj-coff.h: Add tic4x include file and set
645 target format.
646 * config/tc-tic4x.c: New file.
647 * config/tc-tic4x.h: New file.
648
649 2002-08-28 Alan Modra <amodra@bigpond.net.au>
650
651 * write.c (BFD_FAST_SECTION_FILL): Remove unused macro.
652 (TC_ADJUST_RELOC_COUNT): Tweak param name.
653 (TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_SECTION): Likewise.
654 (TC_FIX_ADJUSTABLE, MD_PCREL_FROM_SECTION): Likewise.
655 (RELOC_ENUM): Define.
656 (fix_new_internal): Use RELOC_ENUM.
657 (fix_new, fix_new_exp): Likewise.
658 (adjust_reloc_syms): Comment. Remove unnecessary tests on sym != NULL.
659 Replace gotos with continue.
660 (write_relocs): Formatting. Avoid symbol loops in
661 RELOC_EXPANSION_POSSIBLE case too. Report bfd_reloc_outofrange
662 errors, and error number in other cases.
663 (fixup_segment): Remove param names from prototype. Rename
664 "this_segment_type" to "this_segment". Update linkrelax comment.
665 Remove "size, "place" and "where" local vars. Formatting. Update
666 "no symbol" comment. Remove #if 0 and #if 1.
667
668 * app.c (do_scrub_chars): Don't test IGNORE_NONSTANDARD_ESCAPES. Tidy.
669
670 2002-08-27 Alan Modra <amodra@bigpond.net.au>
671
672 * dwarf2dbg.c: Always include dwarf2dbg.h.
673 (dwarf2_directive_file): Adjust dummy version args.
674 * ecoff.c (ecoff_directive_weakext): Add ATTRIBUTE_UNUSED.
675 * expr.c (clean_up_expression <O_subtract>): Allow subtraction
676 when symbol values differ.
677 * read.c (do_align): Add ATTRIBUTE_UNUSED to label.
678 (pseudo_set <O_subtract>): Remove unnecessary segment test.
679 * config/obj-bout.c (obj_pseudo_table): Warning fix.
680
681 2002-08-26 Alan Modra <amodra@bigpond.net.au>
682
683 * config/tc-w65.c (md_section_align): Fix typo.
684 (md_parse_option): Return 0, not 1.
685
686 2002-08-22 Nick Clifton <nickc@redhat.com>
687
688 * doc/as.texinfo (Section): Note that if '@' is a comment
689 character then another symbol is used to prefix the section's
690 type.
691
692 2002-08-22 Christian Groessler <chris@groessler.org>
693
694 * config/tc-z8k.c (get_operands): Adjust ptr variable also in
695 "case 0" case.
696
697 2002-08-12 Graeme Peterson <gp@qnx.com>
698
699 * configure.in: Add support for sh-**-nto* target.
700 * configure: Regenerate.
701
702 2002-08-21 Nitin Gupta <niting@noida.hcltech.com>
703
704 * config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.
705
706 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
707
708 * config/tc-ppc.c (ppc_cleanup): Do something only if format
709 is ELF.
710 (ppc_apuinfo_section_add): Define only if format is ELF.
711 (md_assemble): Emit APUinfo section only if format is ELF.
712 Fix formatting.
713
714 2002-08-21 Alan Modra <amodra@bigpond.net.au>
715
716 * config/tc-arc.c (md_pseudo_table <dwarf2_directive_file>): Cast.
717 * config/tc-frv.c: Likewise.
718 * config/tc-hppa.c: Likewise.
719 * config/tc-ia64.c: Likewise.
720 * config/tc-ip2k.c: Likewise.
721 * config/tc-m68hc11.c: Likewise.
722 * config/tc-m68k.c: Likewise.
723 * config/tc-mmix.c: Likewise.
724 * config/tc-mn10300.c: Likewise.
725 * config/tc-sh.c: Likewise.
726 * config/tc-sparc.c: Likewise.
727 * config/tc-v850.c: Likewise.
728
729 2002-08-20 Richard Sandiford <rsandifo@redhat.com>
730
731 * config/tc-mips.c (macro2): Implement rotates by zero using shifts
732 by zero.
733
734 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
735
736 From matthew green <mrg@redhat.com>
737
738 * config/tc-ppc.c (PPC_OPCODE_CLASSIC): Enable this everywhere
739 PPC_OPCODE_PPC is, except for BookE architectures.
740 (md_parse_option): Add support for -mspe.
741 (md_show_usage): Add -mspe.
742 (md_parse_option): Add support for -me500 and
743 -me500x2 to generate code for Motorola e500 core complex.
744 (md_show_usage): Add -me500 and -me500x2.
745
746 (PPC_APUINFO_ISEL, PPC_APUINFO_PMR, PPC_APUINFO_RFMCI,
747 PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE, PPC_APUINFO_EFS,
748 PPC_APUINFO_BRLOCK): New macros.
749
750 (ppc_cleanup): New function.
751 (ppc_apuinfo_section_add): New function.
752 (APUID): New macro.
753 (md_assemble): Collect info and write the APUinfo section.
754
755 * config/tc-ppc.h (md_cleanup): Define.
756 (ppc_cleanup): Export.
757 (ELF_TC_SPECIAL_SECTIONS): Add .PPC.EMB.apuinfo section.
758
759 2002-08-17 Stan Cox <scox@redhat.com>
760
761 * config/obj-elf.c (obj_elf_change_section): Make non-static.
762 config/tc-mips.c (s_change_section): New function to support
763 IRIX .section pseudo-op.
764
765 2002-08-16 Nick Clifton <nickc@redhat.com>
766
767 * config/tc-v850.c (md_assemble): Fix assembling of "callt 0x3f".
768
769 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
770
771 * config/tc-mips.c (macro_build_jalr): Make sure we generate
772 the fix-up against on the right frag.
773 (s_cpsetup): Likewise. Parse third argument as expression, to
774 handle global symbols and forward/backward labels correctly.
775
776 2002-08-14 Nick Clifton <nickc@redhat.com>
777
778 * read.c (stringer): Catch attempts to create strings in the abs
779 section.
780
781 * config/tc-alpha.c: Fix compiling for COFF targets.
782 Some minor formatting tidyups.
783
784 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
785
786 * config/tc-m68hc11.h (MD_PCREL_FROM_SECTION): Remove.
787 (TC_HANDLES_FX_DONE): Define to let md_apply_fix3 set fx_done flag
788 according to the reloc.
789 (tc_fix_adjustable, tc_m68hc11_fix_adjustable): Define.
790 (TC_FORCE_RELOCATION): Define.
791 (tc_m68hc11_force_relocation): Declare.
792
793 * config/tc-m68hc11.c (md_pseudo_table): Add relax command.
794 (s_m68hc11_relax): New function for relax group.
795 (build_insn, build_jump_insn): Emit a M68HC11_RL_JUMP reloc at
796 beginning of jump instruction.
797 (md_pcrel_from): Rename from md_pcrel_from_section and fix
798 address computation.
799 (tc-gen_reloc): Update.
800 (md_estimate_size_before_relax): Create the BFD_RELOC_16_PCREL as
801 PC-relative fixup.
802 (tc_m68hc11_force_relocation): New function, handle new relocs.
803 (tc_m68hc11_fix_adjustable): New to make sure there are enough
804 reloc for the linker relax pass.
805 (md_apply_fix3): Handle M68HC11_RL_JUMP, M68HC11_RL_GROUP
806 and VTABLE relocs.
807
808 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
809
810 * config/tc-m68hc11.c (m68hc11_elf_final_processing): New function.
811 (md_pseudo_table): Add .mode, .far and .interrupt pseudo op.
812 (s_m68hc11_mode): New function for .mode pseudo op.
813 (s_m68hc11_mark_symbol): New function for .far and .interrupt
814 pseudo op.
815 * config/tc-m68hc11.h (elf_tc_final_processing): Define.
816 (m68hc11_elf_final_processing): Declare.
817
818 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
819
820 * config/tc-m68hc11.c (md_begin): Take into account additional
821 page operand for call instruction.
822 (print_opcode_format): Likewise.
823 (check_range): Likewise for page range checking.
824 (get_operand): Don't skip a possible comma in operands.
825 (fixup8): Generate BFD_RELOC_M68HC11_PAGE reloc.
826 (fixup16): Likwise with BFD_RELOC_M68HC11_LO16.
827 (fixup24): New to handle call reloc.
828 (build_insn): Handle missing page operand for call instruction.
829 (find): Likewise.
830 (md_apply_fix3): Take into account new relocs.
831 (get_operand): Fix the mode for indexed indirect addressing.
832 (build_indexed_byte): Fix post index byte for indexed indirect mode.
833
834 2002-08-12 Richard Sandiford <rsandifo@redhat.com>
835
836 * config/tc-mips.c (mips_ip): Don't work out the value of
837 constant %hi()s here.
838
839 2002-08-10 Alan Modra <amodra@bigpond.net.au>
840
841 * config/tc-i386.c (tc_i386_fix_adjustable): Test OUTPUT_FLAVOR
842 for ELF, and don't bother checking ELF relocs when non-ELF.
843 (i386_immediate): Allow absolute_section expressions for aout.
844 (i386_displacement): Likewise. Also test bfd_is_com_section.
845 (md_estimate_size_before_relax): Test OUTPUT_FLAVOR for ELF.
846 (md_apply_fix3): Hack for bfd_install_relocation when fx_pcrel,
847 not when fx_addsy. Remove dead code.
848
849 2002-08-09 Graeme Peterson <gp@qnx.com>
850
851 * configure.in: Add support for ppc-*-nto* target.
852 * configure: Regenerate.
853
854 2002-08-09 Alan Modra <amodra@bigpond.net.au>
855
856 * config/tc-i386.h: Reorganize.
857
858 2002-08-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
859
860 * config/tc-mips.c (macro): Handle a register plus a 16-bit
861 immediate offset in "dla" and "la" expansions.
862
863 2002-08-09 Alan Modra <amodra@bigpond.net.au>
864
865 * configure.in: bfd_gas=yes for all i386 targets. Formatting.
866 Remove "bfd_gas=yes" from target table when covered later.
867 Consolidate some entries.
868 * configure: Regenerate
869
870 2002-08-09 Jakub Jelinek <jakub@redhat.com>
871
872 * config/tc-i386.c (output_insn): Save frag_now and frag_now_fix ()
873 at start of insn, pass it to output_disp and output_imm.
874 (output_disp): Added arguments. If _GLOBAL_OFFSET_TABLE_ is seen
875 in displacement for R_386_32 reloc, use R_386_GOTPC and compute
876 properly addend.
877 (output_imm): Added arguments. Compute properly addend for
878 R_386_GOTPC.
879 (md_apply_fix3): Remove R_386_GOTPC handling.
880 * testsuite/gas/i386/gotpc.s: New.
881 * testsuite/gas/i386/gotpc.d: New.
882 * testsuite/gas/i386/i386.exp: Add gotpc test.
883
884 2002-08-06 George France <france@handhelds.org>
885
886 * config/tc-alpha.c (cpu_types): Enabled ev67, ev68, -m21264a
887 and m21264b processor names and cpu types.
888 * doc/c-alpha.texi: Documented new types.
889
890 2002-08-06 Alan Modra <amodra@bigpond.net.au>
891
892 * config/tc-ppc.c (md_apply_fix3): Adjust 16 bit XCOFF reloc offset.
893
894 2002-08-01 Richard Sandiford <rsandifo@redhat.com>
895
896 * config/tc-mips.c (tc_gen_reloc): Extend GP-relative addend
897 handling to BFD_RELOC_MIPS16_GPREL.
898
899 2002-08-01 Nick Clifton <nickc@redhat.com>
900
901 * config/tc-arm.c (add_to_lit_pool): Ensure that offset to literal
902 pool is computed using signed arithmetic so that proper sign
903 extension is performed if X_add_number is a 64-bit integer.
904
905 2002-08-01 H.J. Lu <hjl@gnu.org>
906 Daniel Jacobowitz <drow@mvista.com>
907
908 * dwarf2dbg.c (dwarf2_finish): Don't emit unreferenced
909 .debug_line section unless it has line information.
910
911 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
912
913 * config/tc-ns32k.h (md_pcrel_adjust): Supply prototype.
914 * config/tc-ns32k.c (convert_iif, md_parse_option, md_show_usage):
915 Allow default displacement size to be an option "--disp-size-default".
916 (md_number_to_disp): Make error messages include value. Use %d to
917 print integers, not %s.
918 (fix_new_ns32k): Conditionally set fx_no_overflow so we don't
919 get duplicate messages sometimes.
920 (convert_iif): Grow frag to max possible instruction size. Avoid
921 creating unnecessary fixes.
922 (md_number_to_field) Add prototype.
923 (encode_operand, parse, convert_iif, md_fix_pcrel_adjust): Add
924 prototypes and make static.
925 (struct addr_mode): Make mode and scaled_mode explicitly signed.
926 (evaluate_expr): Use resultP argument instead of exprP global.
927 (get_addr_mode): Quiten compiler warnings.
928 (encode_operand): eliminate unused variables. Quiten compiler
929 warnings. Eliminate nul character in format strings.
930 (parse): argc is unsigned.
931 (reloc): Type cast index to quieten compiler.
932 (md_pcrel_adjust, md_apply_fix3): Remove unused variable.
933 (md_convert_frag): Note unused parameters. Remove unused
934 variables.
935 (md_create_long_jump, md_create_short_jump,
936 md_undefined_symbol_name, md_section_align, tc_gen_reloc): Note
937 unused parameters.
938
939 2002-07-31 Nick Clifton <nickc@redhat.com>
940
941 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
942 of the PDP-11 and 2.11BSD a.out support.
943
944 2002-07-31 Momchil Velikov <velco@fadata.bg>
945
946 * config/tc-v850.c (md_assemble): Fix range check for immediate
947 operand.
948
949 2002-07-30 Chris Demetriou <cgd@broadcom.com>
950
951 * config/tc-mips.c (mips_cpu_info_table): Clean up entries related
952 to Broadcom SB-1 core support.
953
954 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
955
956 * config/tc-mips.c (mips_target_format): Fix formatting.
957 Add recognition of n32 ABI formats.
958
959 2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
960
961 * tc-mips.c (load_address): Don't clobber $at when loading a
962 64-bit address in non-PIC code if noat is in effect.
963 (macro): Likewise.
964
965 2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
966
967 * config/tc-mips.c (macro): Use codes 6 and 7 in trap instructions
968 used in division/multiply macro expansions similarly to how they
969 are used in the variants with break instructions.
970 (macro2): Likewise.
971
972 2002-07-30 Graeme Peterson <gp@qnx.com>
973
974 * configure.in: Add support for arm-*-nto target.
975 * configure: Regenerate.
976
977 2002-07-30 Nick Clifton <nickc@redhat.com>
978
979 * config/tc-arm.c (struct literal_pool): Add fields to allow
980 multiple literal pools to be maintained.
981 (find_literal_pool): New function.
982 (find_or_make_literal_pool): New function.
983 (add_to_literal_pool): Use find_or_make_literal_pool.
984 (arm_s_text, arm_s_data, arm_s_section): Remove - no longer
985 needed.
986 (s_ltorg): Use find_literal_pool.
987 (arm_cleanup): Dump all literal pools.
988 * doc/c-arm.texi: Document new behaviour of only dumping literal
989 pools upon request.
990
991 2002-07-26 Alan Modra <amodra@bigpond.net.au>
992
993 * config/tc-ppc.c (ppc_set_cpu): Use PPC_OPCODE_64 as the default
994 rather than PPC_OPCODE_32 for powerpc64*.
995
996 2002-07-25 Nick Clifton <nickc@redhat.com>
997
998 * po/es.po: Updated Spanish translation.
999 * po/fr.po: Updated French translation.
1000
1001 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
1002
1003 * doc/c-mips.texi: Remove -mcpu. Document -mabi.
1004 * configure.in (MIPS_CPU_STRING_DEFAULT): New configuration macro.
1005 (USE_E_MIPS_ABI_O32, MIPS_DEFAULT_64BIT): New configuration macros.
1006 * configure, config.in: Regenerate.
1007 * config/tc-mips.c (file_mips_abi): Rename to mips_abi.
1008 (mips_set_options): Remove "abi" field.
1009 (mips_opts): Update accordingly. Replace all uses of mips_opts.abi
1010 with mips_abi.
1011 (mips_cpu): Remove.
1012 (mips_arch_string, mips_arch_info): New vars.
1013 (mips_tune_string, mips_tune_info): New vars.
1014 (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New macros.
1015 (HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): Don't check the ABI.
1016 (mips_isa_to_str, mips_cpu_to_str): Remove.
1017 (mips_ip): If the selected architecture is a generic ISA rather
1018 than a processor, only mention the ISA level in error messages.
1019 (OPTION_MCPU): Remove.
1020 (OPTION_FP64): New.
1021 (md_longopts): Add -mfp64, remove -mcpu.
1022 (mips_set_option_string): New fn.
1023 (md_parse_option): Make -mipsN update file_mips_isa rather than
1024 mips_opts.isa. Use mips_set_option_string to set -march or -mtune.
1025 Don't let -mgp32 and -mfp32 change the ABI.
1026 (show): Move to end of file. Constify string argument.
1027 (md_show_usage): Move to the end of the file. Read available
1028 architectures from mips_cpu_info_table.
1029 (mips_set_architecture): New fn.
1030 (mips_after_parse_args): Rework. Remove -mcpu handling. -mipsN
1031 is an alias for -march=mipsN. Don't change the ABI based on other
1032 flags. Infer the register size from the ABI as well as the
1033 architecture. Complain about more conflicting arguments.
1034 Unify logic with GCC.
1035 (s_mipsset): Don't change the ABI.
1036 (mips_elf_final_processing): Check USE_E_MIPS_ABI_O32.
1037 (mips_cpu_info_table): Remove Generic-MIPS* entries, keeping just
1038 "mipsN"-type entries. Remove entries that vary only in the
1039 manufacturer's prefix, or that have "000" replaced by "k".
1040 Remove TARGET_CPU entries. Make r2000 entry use CPU_R3000.
1041 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
1042 (mips_parse_cpu): New fn.
1043 (mips_cpu_info_from_name, mips_cpu_info_from_cpu): Remove.
1044 (mips_cpu_info_from_isa): Minor formatting tweak.
1045
1046 2002-07-24 Nick Clifton <nickc@redhat.com>
1047
1048 * po/sv.po: Updated Swedish translation.
1049 * po/es.po: Updated Spanish translation.
1050
1051 2002-07-23 Alan Modra <amodra@bigpond.net.au>
1052
1053 * Makefile.am: Run "make dep-am".
1054 * Makefile.in: Regenerate.
1055 * doc/Makefile.in: Regenerate.
1056 * config.in: Regenerate.
1057 * po/POTFILES.in: Regenerate.
1058
1059 2002-07-23 Nick Clifton <nickc@redhat.com>
1060
1061 * po/fr.po: Updated French translation.
1062
1063 2002-07-23 Nick Clifton <nickc@redhat.com>
1064
1065 * CONTRIBUTORS: Ken Raeburn is no longer the maintainer for
1066 GAS.
1067
1068 2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1069
1070 * config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNAL
1071 instead of S_IS_EXTERN.
1072 (md_estimate_size_before_relax): Likewise.
1073 (mips_fix_adjustable): Likewise.
1074
1075 2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1076
1077 * config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
1078
1079 2002-07-19 Miroslav Tichy <tichm9am@ss1000.ms.mff.cuni.cz>
1080 Nick Clifton <nickc@redhat.com>
1081
1082 * cond.c (s_ifdef): Treat a referenced but not yet defined
1083 symbol as if it were undefined, in exactly the same way as
1084 .equiv.
1085
1086 * doc/as.texinfo: Document that .ifdef, .ifndef and .equiv
1087 consider referenced bug not yet defined symbols to be
1088 undefined.
1089
1090 2002-07-18 Denis Chertykov <denisc@overta.ru>
1091 Frank Ch. Eigler <fche@redhat.com>
1092 Alan Lehotsky <alehotsky@cygnus.com>
1093 John Healy <jhealy@redhat.com>
1094 Jeff Johnston <jjohnstn@redhat.com>
1095
1096 * configure.in: Add ip2k configuraton.
1097 * configure: Regenerate.
1098 * Makefile.am: Add ip2k configuraton.
1099 * Makefile.in: Regenerate.
1100 * configure: Regenerate.
1101 * Makefile.in: Regenerate.
1102 * config/tc-ip2k.c: New file.
1103 * config/tc-ip2k.h: New files.
1104 * NEWS: Mention new support.
1105 * doc/Makefile.am (CPU_DOCS): Add c-ip2k.texi.
1106 * doc/Makefile.in: Regenerate.
1107 * doc/all.texi: Set IP2K
1108 * doc/as.texinfo: Add IP2K description.
1109 * doc/c-ip2k.texi: New file.
1110
1111 2002-07-19 Nick Clifton <nickc@cambridge.redhat.com>
1112
1113 * NEWS: Reformat to match style of other NEWS files.
1114
1115 2002-07-17 Jan Hubicka <jh@suse.cz>
1116
1117 * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.
1118
1119 2002-07-16 Moritz Jodeit <moritz@jodeit.org>
1120
1121 * config/tc-z8k.c (build_bytes): Correct order of memset args.
1122
1123 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
1124
1125 * NEWS: Add 'Changes in 2.13'.
1126
1127 2002-07-15 Matt Fredette <fredette@netbsd.org>
1128
1129 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD.
1130
1131 2002-07-12 Alan Modra <amodra@bigpond.net.au>
1132
1133 * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte
1134 case with non CODE_64BIT case. Don't warn on "qword ptr" if
1135 not CODE_64BIT.
1136
1137 2002-07-11 Alan Modra <amodra@bigpond.net.au>
1138
1139 * config/tc-ppc.c (ppc_elf_frob_symbol): Delete.
1140 (ppc_frob_file_before_adjust): New function.
1141 * config/tc-ppc.h (tc_frob_symbol): Don't define.
1142 (ppc_elf_frob_symbol): Don't declare.
1143 (tc_frob_file_before_adjust): Define.
1144 (ppc_frob_file_before_adjust): Declare.
1145
1146 * config/tc-ppc.c (md_pseudo_table): Warning fix.
1147 (ppc_cpu): Make it unsigned long to agree with struct powerpc_opcode
1148 flags.
1149 (ppc_size): Delete.
1150 (ppc_xcoff64): Rename to ppc_obj64.
1151 (md_parse_option <m>): Encode old ppc_size value in ppc_cpu.
1152 (ppc_set_cpu): Set PPC_OPCODE_32 too.
1153 (ppc_arch): Use ppc_obj64 instead of ppc_size to select bfd_mach_ppc64
1154 or bfd_mach_ppc.
1155 (ppc_target_format): Use ppc_obj64 to select format.
1156 (md_begin): Adjust for PPC_OPCODE_32/64 in ppc_cpu.
1157 (ppc_insert_operand): Use ppc_obj64 instead of ppc_size.
1158 (ppc_elf_suffix): Likewise. Don't depend on BFD_DEFAULT_TARGET_SIZE.
1159 (tc_frob_symbol): Likewise.
1160 (md_assemble): Use ppc_obj64 instead of ppc_size. Don't depend on
1161 BFD_DEFAULT_TARGET_SIZE.
1162 (ppc_tc): Likewise.
1163 (ppc_is_toc_sym): Likewise.
1164 (md_apply_fix3): Likewise.
1165 * config/tc-ppc.h (TC_FORCE_RELOCATION): Don't depend on
1166 BFD_DEFAULT_TARGET_SIZE.
1167 (ELF_TC_SPECIAL_SECTIONS): Likewise.
1168 (tc_frob_symbol): Likewise.
1169
1170 2002-07-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1171
1172 * config/tc-mips.c (macro_build): Handle MIPS16 insns.
1173 (mips_ip): Likewise.
1174
1175 2002-07-09 Alan Modra <amodra@bigpond.net.au>
1176
1177 * config/tc-i386.c (md_pseudo_table <file>): Warning fix.
1178 (BFD_RELOC_8, BFD_RELOC_8_PCREL): Define for non-BFD.
1179 (md_apply_fix3): Formatting. Remove redundant test.
1180 (tc_gen_reloc): Remove redundant code.
1181 (tc_i386_force_relocation): Delete. Movy body of function to..
1182 * config/tc-i386.h (TC_FORCE_RELOCATION): .. here.
1183
1184 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
1185
1186 * configure.in: Add hppa-*-openbsd* target, change
1187 alpha*-*-openbsd* format to elf, and use elf for sparc-*-openbsd*
1188 with sparc64 cpu.
1189 * configure: Regenerate.
1190
1191 2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1192
1193 * config/tc-mips.c (macro): Shift the 32-bit address range
1194 accessible with a lone "lui" down by 32768.
1195
1196 2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1197
1198 * config/tc-mips.c (load_address): Use non-trapping "daddu"
1199 instead of "dadd" in address calculations.
1200 (macro): Likewise.
1201
1202 2002-07-08 Alan Modra <amodra@bigpond.net.au>
1203
1204 * config/tc-i386.c (process_suffix): Remove intel mode movsx and
1205 movzx fudges.
1206 (md_assemble): Instead, zap the suffix here.
1207
1208 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
1209
1210 * NEWS: Remove next release number until the release is actually
1211 upon us.
1212
1213 2002-07-03 Alan Modra <amodra@bigpond.net.au>
1214
1215 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
1216 Run "make dep-am".
1217 * Makefile.in: Regenerate.
1218
1219 2002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
1220
1221 * config/tc-s390.c (tc_s390_fix_adjustable): Prevent any adjustment
1222 to symbols in merge sections, even non pc-relative ones.
1223
1224 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
1225
1226 * config/tc-m68hc11.h (m68hc11_listing_header): Fix warning.
1227
1228 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
1229
1230 * config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
1231 .softregs and .eeprom.
1232
1233 2002-06-28 David O'Brien <obrien@FreeBSD.org>
1234
1235 * NEWS: Note the next release is 2.13.
1236
1237 2002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
1238
1239 * po/tr.po: New translation imported.
1240
1241 2002-06-26 Elias Athanasopoulos <eathan@otenet.gr>
1242
1243 * ecoff.c: (get_tag): Replace strcpy with xstrdup.
1244 (ecoff_directive_def): Likewise.
1245 (ecoff_directive_tag): Likewise.
1246 * listing.c (file_info): Likewise.
1247 * hash.c (what): Likewise.
1248
1249 2002-06-25 H.J. Lu <hjl@gnu.org>
1250
1251 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
1252 * Makefile.in: Regenerated.
1253
1254 2002-06-19 Dhananjay R. Deshpande <dhananjayd@kpit.com>
1255
1256 * config/tc-sh.c (get_specific): Revert 2002-05-01 change.
1257 (assemble_ppi): Generate warning if the same register is used
1258 twice as destination in the same padd / pmuls instruction.
1259
1260 2002-06-18 Dave Brolley <brolley@redhat.com>
1261
1262 From Catherine Moore, Michael Meissner, Richard Sandiford, Dave Brolley
1263 * po/POTFILES.in: Add tc-frv.c, tc-frv.h.
1264 * configure.in: Support frv-*-*.
1265 * Makefile.am (CPU_TYPES): Add frv.
1266 (TARGET_CPU_CFILES): Add tc-frv.c.
1267 (TARGET_CPU_HFILES): Add tc-frv.h.
1268 (DEPTC_frv_coff): New variable.
1269 (DEPTC_frv_elf): New variable.
1270 (DEPOBJ_frv_coff): New variable.
1271 (DEPOBJ_frv_elf): New variable.
1272 (DEP_frv_coff): New variable.
1273 (DEP_frv_elf): New variable.
1274 * tc-frv.c: New file.
1275 * tc-frv.h: New file.
1276
1277 2002-06-17 Catherine Moore <clm@redhat.com>
1278
1279 * config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.
1280
1281 2002-06-17 J"orn Rennecke <joern.rennecke@superh.com>
1282
1283 * config/tc-sh.c (assemble_ppi): Initialize reg_n.
1284
1285 2002-06-17 Tom Rix <trix@redhat.com>
1286
1287 * config/tc-i370.h (tc_comment_chars): Define for i370-elf.
1288
1289 2002-06-14 H.J. Lu <hjl@gnu.org>
1290 Daniel Jacobowitz <drow@mvista.com>
1291
1292 * dwarf2dbg.h (dwarf2_directive_file): Return char *.
1293 * dwarf2dbg.c (dwarf2_directive_file): Return filename.
1294 * config/tc-mips.c (s_mips_file): Call s_app_file_string
1295 and new_logical_line for the first .file directive.
1296 * read.c (s_app_file_string): New function.
1297 (s_app_file): Call it.
1298 * read.h (s_app_file_string): Add declaration.
1299
1300 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
1301
1302 * configure.in: Remove MIPS_STABS_ELF.
1303 * configure: Regenerated.
1304 * config.in: Regenerated.
1305 * config/obj-elf.h (ECOFF_DEBUGGING): Define to mips_flag_mdebug
1306 for MIPS targets.
1307 * config/tc-mips.c (mips_pseudo_table): Remove #ifdef around
1308 ".extern".
1309 (pdr_seg): Declare unconditionally.
1310 (md_begin): Always generate .pdr unless ECOFF_DEBUGGING or not ELF.
1311 (s_mips_end): Likewise. Generate stabs function markers.
1312 (s_mips_ent): Generate stabs function markers.
1313 (s_mips_frame): Always generate .pdr unless ECOFF_DEBUGGING or not
1314 ELF.
1315 (s_mips_mask): Likewise.
1316 (mips_flag_mdebug): New.
1317 (md_longopts): Add "mdebug" and "no-mdebug".
1318 (md_parse_options): Add OPTION_MDEBUG and OPTION_NO_MDEBUG.
1319 (mips_after_parse_args): Set mips_flag_mdebug.
1320 * doc/as.texinfo: Add "-mdebug" and "-no-mdebug" for MIPS.
1321
1322 2002-06-13 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1323
1324 * config/tc-mips.c (md_apply_fix3): Don't subtract the symbol's
1325 value twice for RELA relocations.
1326
1327 2002-06-12 Ben Elliston <bje@redhat.com>
1328
1329 * symbols.c (resolve_symbol_value): Initialise final_val.
1330
1331 * subsegs.c (subsegs_print_statistics): Cast frchp to void *.
1332
1333 2002-06-11 Tom Rix <trix@redhat.com>
1334
1335 * config/tc-ppc.c (ppc_subseg_align): Delete.
1336 (ppc_change_csect): Default csect align is 2.
1337 * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Delete
1338
1339 2002-06-09 Marek Michalkiewicz <marekm@amelek.gda.pl>
1340
1341 * config/tc-avr.c (mcu_types): Update.
1342
1343 2002-06-08 Matt Thomas <matt@3am-software.com>
1344
1345 * configure.in (vax-*-netbsdelf*, vax-*-netbsdaout*)
1346 (vax-*-netbsd*): New targets.
1347 * configure: Regenerate.
1348 * config/aout_gnu.h (enum machine_type): Add M_VAX4K_NETBSD.
1349 * config/tc-vax.c: Add support for ELF and PIC.
1350 (flag_want_pic): New flag.
1351 (float_cons): Fix prototype.
1352 (md_apply_fix3): Adjust for BFD_ASSEMBLER.
1353 (md_assemble): Introduce a new is_absolute local, and use it
1354 rather than repeating the test. Make fatal errors actually
1355 fatal by using as_fatal as appropriate. Adjust for BFD_ASSEMBLER.
1356 Add support for ELF. Add support for PIC.
1357 (md_convert_frag): Adjust for BFD_ASSEMBLER.
1358 (tc_aout_fix_to_chars): Only include if OBJ_AOUT and not
1359 BFD_ASSEMBLER.
1360 (vax_reg_parse): Make the % register prefix mandatory for ELF,
1361 optional for a.out, and not allowed for VMS. Adjust all callers.
1362 (md_create_short_jump): Add ATTRIBUTE_UNUSED to unused arguments.
1363 (md_create_long_jump): Likewise.
1364 (md_undefined_symbol): Likewise.
1365 (md_section_align): Likewise.
1366 (md_shortopts): Allow -k and -K for ELF.
1367 (md_parse_option): Set flag_want_pic if -k or -K.
1368 (tc_headers_hook): New function if OBJ_AOUT and not BFD_ASSEMBLER.
1369 (tc_gen_reloc): New function if BFD_ASSEMBLER.
1370 * config/tc-vax.h (tc_headers_hook): Remove.
1371 (TARGET_FORMAT): Set according to object format and target
1372 environment.
1373 (BFD_ARCH, TARGET_ARCH): Define.
1374 (NO_RELOC): Adjust for BFD_ASSEMBLER.
1375 (TC_RELOC_RTSYM_LOC_FIXUP, TC_FIX_ADJUSTABLE)
1376 (tc_fix_adjustable): Define if BFD_ASSEMBLER.
1377 * config/vax-inst.h (VAX_JSB, VAX_CALLS, VAX_CALLG): Define.
1378
1379 2002-06-08 Alan Modra <amodra@bigpond.net.au>
1380
1381 * Makefile.am: Run "make dep-am".
1382 * Makefile.in: Regenerate.
1383
1384 * as.c: Replace CONST with const.
1385 * write.c: Likewise.
1386 * config/obj-coff.c: Likewise.
1387 * config/tc-a29k.c: Likewise.
1388 * config/tc-arm.c: Likewise.
1389 * config/tc-dlx.c: Likewise.
1390 * config/tc-h8300.c: Likewise.
1391 * config/tc-h8500.c: Likewise.
1392 * config/tc-i370.c: Likewise.
1393 * config/tc-i860.c: Likewise.
1394 * config/tc-i960.c: Likewise.
1395 * config/tc-m68hc11.c: Likewise.
1396 * config/tc-m68k.c: Likewise.
1397 * config/tc-m88k.c: Likewise.
1398 * config/tc-mcore.c: Likewise.
1399 * config/tc-mips.c: Likewise.
1400 * config/tc-ns32k.c: Likewise.
1401 * config/tc-pdp11.c: Likewise.
1402 * config/tc-pj.c: Likewise.
1403 * config/tc-s390.c: Likewise.
1404 * config/tc-sh.c: Likewise.
1405 * config/tc-sparc.c: Likewise.
1406 * config/tc-tahoe.c: Likewise.
1407 * config/tc-tic80.c: Likewise.
1408 * config/tc-v850.c: Likewise.
1409 * config/tc-vax.c: Likewise.
1410 * config/tc-w65.c: Likewise.
1411 * config/tc-z8k.c: Likewise.
1412
1413 2002-06-08 Daniel Jacobowitz <drow@mvista.com>
1414
1415 Based on patch from Matt Green:
1416 * config/obj-elf.h (ECOFF_DEBUGGING): Make configurable.
1417 * config/tc-mips.c (s_mips_file): Renamed from s_file.
1418 (s_mips_loc): New function.
1419 (mips_nonecoff_pseudo_table): Call them.
1420 (append_insn): Call dwarf2_emit_insn.
1421
1422 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1423
1424 * config/tc-mips.c (mips_opts): Fix comment, all ASE fields are set
1425 to -1.
1426 (file_ase_mips16): New veriable.
1427 (mips_eabi64): Remove.
1428 (CPU_HAS_MIPS16): New define.
1429 (CPU_HAS_MDMX): Fix data type.
1430 (md_begin): Code cleanup. Use file_ase_mips16.
1431 (mips_elf_final_processing): Handle mips16 header flag.
1432 Handle EABI flag without intermediate variable.
1433
1434 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1435
1436 * doc/as.texinfo: Update MIPS documentation.
1437
1438 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1439
1440 * config/tc-mips.c: Add define for $zero register.
1441 (md_begin): Add $zero as alias name for $0.
1442 (insn_uses_reg): Use ZERO define.
1443 (mips_ip): Add $zero as alias name for $0.
1444 (mips16_ip): Likewise.
1445 (s_cplocal): Demand empty rest of input line.
1446 (tc_get_register): Likewise. Add support for $kt0, kt1 register
1447 names. Use ZERO define. Fix input_line_pointer progress.
1448
1449 2002-06-07 Alan Modra <amodra@bigpond.net.au>
1450
1451 * symbols.c: Replace CONST by const throughout.
1452 (symbol_find_exact): Split out from..
1453 (symbol_find_base): ..here.
1454 * symbols.h: Replace CONST by const throughout.
1455 (symbol_find_exact): Declare.
1456 * config/obj-elf.c: #include "struc-symbol.h".
1457 (elf_frob_file): If group name matches an exported symbol, use that
1458 symbol for the signature and ".group" as the section name.
1459
1460 2002-06-06 J"orn Rennecke <joern.rennecke@superh.com>
1461
1462 * config/tc-sh.c (parse_at): @(symbol,pc) is A_DISP_PC again,
1463 but warn about it.
1464 * testsuite/gas/sh/pcrel.s: Also test @(symbol,pc).
1465 * testsuite/gas/sh/pcrel.d: Update.
1466 * testsuite/gas/sh/pcrel.l: New file.
1467
1468 2002-06-06 Daniel Jacobowitz <drow@mvista.com>
1469
1470 * tc-mips.c (mips_after_parse_args): Always set mips_opts.ase_mips3d
1471 and mips_opts.ase_mdmx if they are uninitialized.
1472
1473 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
1474
1475 * gas/config/tc-hppa.c (pa_ip): Replace "L$0\001" with FAKE_LABEL_NAME.
1476 (hppa_force_relocation): Check if a stub just before the start symbol
1477 of the last call_info is reachable before forcing relocation. Fix
1478 typo.
1479
1480 2002-06-04 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1481
1482 * config/tc-mips.c (mips_after_parse_args): New function.
1483 (md_begin): Move processing of defaults to mips_after_parse_args.
1484 config/tc-mips.h (md_after_parse_args): Define.
1485
1486 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
1487
1488 * configure.in (sh5*): Set cpu_type to sh64 and endian to big.
1489 (sh5le*, sh64le*): Set cpu_type to sh64 and endian to little.
1490 (sh5*-*-netbsd*, sh64*-*-netbsd*): New targets.
1491 * configure: Regenerate.
1492 * config/tc-sh64.c (sh64_target_format): Add support for NetBSD
1493 environment.
1494
1495 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
1496
1497 * config/tc-sh64.h (MD_PCREL_FROM_SECTION): Undef before redefining.
1498
1499 2002-06-04 Alan Modra <amodra@bigpond.net.au>
1500
1501 * config/obj-elf.c (obj_elf_change_section): Set and check elf
1502 linkonce flag. Print all warnings.
1503 (obj_elf_section): Parse ",comdat" for groups.
1504 (elf_frob_file): Set SEC_LINK_ONCE on COMDAT groups. Check
1505 consistency of comdat flag.
1506
1507 2002-06-02 Richard Henderson <rth@redhat.com>
1508
1509 * config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko
1510 with LITERALs without sequence numbers.
1511
1512 2002-06-01 Richard Henderson <rth@redhat.com>
1513
1514 * config/tc-alpha.c: Move LITUSE constants to "elf/alpha.h".
1515 Rename them LITUSE_ALPHA_*.
1516
1517 2002-05-31 Shrinivas Atre <ShrinivasA@kpit.com>
1518
1519 * config/tc-h8300.c (get_operand): Allow stm.l and ldm.l insns to
1520 accept parentheses enclosed register lists.
1521
1522 2002-05-31 Alan Modra <amodra@bigpond.net.au>
1523
1524 * Makefile.am: Run "make dep-am".
1525 * Makefile.in: Regenerate.
1526 * po/POTFILES.in: Regenerate.
1527
1528 2002-05-31 Graeme Peterson <gp@qnx.com>
1529
1530 * configure.in: Add i386-*-nto-qnx*.
1531 * configure: Regenerate.
1532
1533 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1534
1535 * config/tc-mips.c (mips_ip): Use unsigned long values for
1536 warning output.
1537
1538 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1539
1540 * config/tc-mips.c (s_cpsetup): Fix initialization of
1541 mips_cpreturn_register and mips_cpreturn_offset.
1542
1543 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1544
1545 * config/tc-mips.c (s_cpsetup): Fix comment.
1546
1547 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1548
1549 * config/tc-mips.c (md_begin): Add $ra as alias name for $31.
1550 (mips_ip): Likewise.
1551 (mips16_ip): Likewise.
1552 (tc_get_register): Likewise.
1553
1554 2002-05-30 Chris G. Demetriou <cgd@broadcom.com>
1555 Ed Satterthwaite <ehs@broadcom.com>
1556
1557 * config/tc-mips.c (mips_set_options): New "ase_mdmx" member.
1558 (mips_opts): Initialize "ase_mdmx" member.
1559 (file_ase_mdmx): New variable.
1560 (CPU_HAS_MDMX): New macro.
1561 (md_begin): Initialize mips_opts.ase_mdmx and file_ase_mdmx
1562 based on command line options and configuration defaults.
1563 (macro_build): Note in comment that use of MDMX in macros is
1564 not currently allowed.
1565 (validate_mips_insn): Add support for the "O", "Q", "X", "Y", and
1566 "Z" MDMX operand types.
1567 (mips_ip): Accept MDMX instructions if mips_opts.ase_mdmx is set,
1568 and add support for the "O", "Q", "X", "Y", and "Z" MDMX operand
1569 types.
1570 (OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
1571 Add support for "-mdmx" and "-no-mdmx" options.
1572 (OPTION_ELF_BASE): Move to accomodate new options.
1573 (s_mipsset): Support ".set mdmx" and ".set nomdmx".
1574 (mips_elf_final_processing): Set MDMX ASE ELF header flag if
1575 file_ase_mdmx was set.
1576 * doc/as.texinfo: Document -mdmx and -no-mdmx options.
1577 * doc/c-mips.texi: Likewise, and document ".set mdmx" and ".set
1578 nomdmx" directives.
1579
1580 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1581
1582 * config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to
1583 OPTION_MNO_7000_HILO_FIX. Add alternate "mno-fix7000"
1584 command line switch conforming to gcc conventions.
1585 * doc/c-mips.texi: Document -mno-fix7000 instead of no-mfix-7000.
1586
1587 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1588
1589 * config/tc-mips.c (macro_build_jalr): New Function.
1590 (md_begin): NewABI uses big GOTs.
1591 (macro_build): Recognize BFD_RELOC_MIPS_GOT_DISP,
1592 BFD_RELOC_MIPS_GOT_PAGE, BFD_RELOC_MIPS_GOT_OFST as valid.
1593 (load_address): Add some NewABI PIC support.
1594 (macro): Likewise.
1595 (md_apply_fix): Special handling for BFD_RELOC_MIPS_JALR.
1596 (tc_gen_reloc): Don't encode NewABI vtables in REL relocations.
1597
1598 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1599
1600 * config/tc-mips.c (load_address): Use mips_gp_register instead
1601 of hardcoded value. Remove dbl parameter, use HAVE_32BIT_ADDRESSES
1602 instead.
1603 (macro): Use mips_gp_register instead of hardcoded value.
1604
1605 2002-05-30 Richard Henderson <rth@redhat.com>
1606
1607 * expr.h (operatorT): Add O_md17..O_md32.
1608 * config/tc-alpha.c (O_lituse_tlsgd, O_lituse_tlsldm, O_tlsgd,
1609 O_tlsldm, O_gotdtprel, O_dtprelhi, O_dtprello, O_dtprel, O_gottprel,
1610 O_tprelhi, O_tprello, O_tprel): New.
1611 (USER_RELOC_P, alpha_reloc_op_tag, debug_exp): Include them.
1612 (DUMMY_RELOC_LITUSE_TLSGD, DUMMY_RELOC_LITUSE_TLSLDM): New.
1613 (LITUSE_TLSGD, LITUSE_TLSLDM): New.
1614 (struct alpha_reloc_tag): Add master, saw_tlsgd, saw_tlsld,
1615 saw_lu_tlsgd, saw_lu_tlsldm. Make multi_section_p a bit field.
1616 (md_apply_fix3): Handle TLS relocations.
1617 (alpha_force_relocation, alpha_fix_adjustable): Likewise.
1618 (alpha_adjust_symtab_relocs): Sort LITERAL relocs after the
1619 associated TLS reloc. Check lituse_tls relocs match up.
1620 (emit_insn): Handle TLS relocations.
1621 (ldX_op): Remove.
1622
1623 * doc/c-alpha.texi: Add docs for tls relocations.
1624
1625 2002-05-30 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1626
1627 * config/tc-mips.c (mips_gprel_offset): New variable.
1628 (s_gpvalue): Use it.
1629
1630 2002-05-30 Diego Novillo <dnovillo@redhat.com>
1631
1632 * gas/config/tc-d10v.c (check_resource_conflict): Only check
1633 write-write conflicts.
1634 (md_assemble): Reformat introductory comment.
1635 (parallel_ok): Prevent packing only if the first
1636 instruction cannot be packed.
1637
1638 2002-05-30 Jason Eckhardt <jle@redhat.com>
1639 Tom Rix <trix@redhat.com>
1640
1641 * config/tc-d10v.c (build_insn): Check for immediates.
1642
1643 2002-05-28 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1644
1645 * config/tc-mips.c: Replace GP in comments by $gp.
1646 (mips_big_got): Initialize.
1647 (mips_trap): Initialize.
1648 (load_address): Use mips_gp_register instead of hardcoded value.
1649 Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.
1650 (macro): Use mips_gp_register instead of hardcoded value.
1651 (macro2): Change load_address calls.
1652 (md_pcrel_from): Comment formatting.
1653 (s_cpload): Use mips_gp_register instead of hardcoded value.
1654 (s_cprestore): Likewise. Comment formatting.
1655 (s_gpword): Fix data type.
1656 (s_cpadd): Use mips_gp_register instead of hardcoded value.
1657 (nopic_need_relax): Replace GP in comments by $gp.
1658 (mips_elf_final_processing): Better comment.
1659
1660 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1661
1662 * configure.in: Add DLX configuraton
1663 * Makefile.am: Add DLX configuraton
1664 * configure: Regenerate.
1665 * Makefile.in: Regenerate.
1666 * config/tc-dlx.c: New file.
1667 * config/tc-dlx.h: New files.
1668 * NEWS: Mention new support.
1669
1670 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
1671
1672 * config/obj-coff.c (write_object_file): Add missing semicolon.
1673
1674 2002-05-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1675
1676 * config/tc-mips.c (mips_emit_delays): Replace magic constant for RA
1677 by the define. Remove superfluous check of mips_opts.mips16.
1678 (append_insn): Likewise. Canonicalize variable increments.
1679 (macro_build): Canonicalize variable increments.
1680 (macro_build_lui): Likewise.
1681 (load_register): Likewise.
1682 (load_address): Move pointer initialization.
1683 (macro): Move pointer to a more local scope. Canonicalize variable
1684 increments. Better comments. Replace magic constant for RA by the
1685 define.
1686 (macro2): Replace magic constant for RA by the define. Canonicalize
1687 variable increments.
1688 (mips_ip): Canonicalize variable increments.
1689 (mips16_ip): Replace magic constant for RA by the define.
1690 (my_getSmallParser): Canonicalize variable increments/decrements.
1691 (my_getPercentOp): Likewise.
1692 (my_getSmallExpression): Likewise.
1693 (s_align): Likewise.
1694 (s_mipsset): Likewise.
1695 (s_cpsetup): Likewise.
1696 (s_insn): Remove superfluous check of mips_opts.mips16.
1697 (s_mips_stab): Likewise.
1698 (mips_handle_align): Canonicalize variable increments.
1699 (s_mips_ent): Likewise.
1700 (s_mips_end): Add comment.
1701
1702 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
1703
1704 * configure.in: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
1705 * configure: Regenerate.
1706
1707 2002-05-25 Alan Modra <amodra@bigpond.net.au>
1708
1709 * Makefile.am (OBJS): Depend on ansidecl.h and fopen-same.h.
1710 * Makefile.in: Regenerate.
1711 * dep-in.sed: Reorder to match OBJS in Makefile.am.
1712 * configure.in (ALL_OBJ_DEPS): Add symcat.h when need_bfd.
1713 * configure: Regenerate.
1714 * as.h: Use #include "" instead of <> for local header files.
1715 * flonum-konst.c: Likewise.
1716 * flonum-mult.c: Likewise.
1717 * gasp.c: Likewise.
1718 * listing.c: Likewise.
1719 * config/tc-ia64.h: Likewise.
1720 * config/tc-v850.h: Likewise.
1721
1722 2002-05-24 TAMURA Kent <kent@netbsd.org>
1723
1724 * configure.in: Add a target for i386-netbsdpe.
1725 * configure: Regenerate.
1726
1727 2002-05-23 Jakub Jelinek <jakub@redhat.com>
1728
1729 * config/obj-elf.c (elf_common): Renamed from obj_elf_common.
1730 (obj_elf_common): Call elf_common.
1731 (obj_elf_tls_common): New function.
1732 (elf_pseudo_tab): Support .tls_common.
1733 (special_sections): Add .tdata and .tbss.
1734 (obj_elf_change_section): Set SEC_THREAD_LOCAL for SHF_TLS
1735 sections.
1736 (obj_elf_parse_section_letters): Support T in section flags (SHF_TLS).
1737 (obj_elf_parse_section_letters): Include T in error message.
1738 * config/tc-ppc.c (ppc_section_letter): Likewise.
1739 * config/tc-alpha.c (alpha_elf_section_letter): Likewise.
1740 (tc_gen_reloc): Handle SEC_THREAD_LOCAL the same way as
1741 SEC_MERGE.
1742 * config/tc-sparc.c (md_apply_fix3): Likewise.
1743 * config/tc-i386.c (tc_i386_fix_adjustable): Add TLS relocs.
1744 Define them if not BFD_ASSEMBLER.
1745 (lex_got): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF, @DTPOFF
1746 and @NTPOFF.
1747 (md_apply_fix3): Add TLS relocs.
1748 * config/tc-ia64.c (enum reloc_func): Add FUNC_DTP_MODULE,
1749 FUNC_DTP_RELATIVE, FUNC_TP_RELATIVE, FUNC_LT_DTP_MODULE,
1750 FUNC_LT_DTP_RELATIVE, FUNC_LT_TP_RELATIVE.
1751 (pseudo_func): Support @dtpmod(), @dtprel() and @tprel().
1752 (ia64_elf_section_letter): Include T in error message.
1753 (md_begin): Support TLS operators.
1754 (md_operand): Likewise.
1755 (ia64_gen_real_reloc_type): Support TLS relocs.
1756 * testsuite/gas/i386/tlspic.s: New file.
1757 * testsuite/gas/i386/tlsd.s: New file.
1758 * testsuite/gas/i386/tlsnopic.s: New file.
1759 * testsuite/gas/i386/tlsd.d: New file.
1760 * testsuite/gas/i386/tlsnopic.d: New file.
1761 * testsuite/gas/i386/tlspic.d: New file.
1762 * testsuite/gas/i386/i386.exp: Add tlsd, tlsnopic and tlspic tests.
1763 * testsuite/gas/ia64/tls.s: New file.
1764 * testsuite/gas/ia64/tls.d: New file.
1765 * testsuite/gas/ia64/ia64.exp: Add tls test.
1766 * write.c (adjust_reloc_syms): Don't change symbols in
1767 SEC_THREAD_LOCAL sections to STT_SECTION + addend.
1768
1769 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
1770
1771 * config/tc-arm.c (md_apply_fix3): For the Thumb BLX reloc
1772 round the relocation up rather than down.
1773
1774 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
1775
1776 * config/obj-coff.c (obj_coff_section): Silently ignore an 'a'
1777 flag.
1778 * doc/as.texinfo: Document that the COFF version of .section
1779 ignores the 'a' flag.
1780
1781 2002-05-23 Alan Modra <amodra@bigpond.net.au>
1782
1783 * config/tc-alpha.c (assemble_tokens): Protect use of
1784 ALPHA_RELOC_TABLE with #ifdef RELOC_OP_P.
1785
1786 * write.c (size_seg): Check adjustment to last frag.
1787 (SUB_SEGMENT_ALIGN): If HANDLE_ALIGN defined, pad out last frag to
1788 section alignment.
1789 * config/obj-coff.c (SUB_SEGMENT_ALIGN): Likewise.
1790 * config/obj-ieee.c (SUB_SEGMENT_ALIGN): Likewise.
1791 (write_object_file): Invoke md_do_align if available, and use
1792 frag_align_code on text sections.
1793 * config/obj-vms.h (SUB_SEGMENT_ALIGN): Now two args.
1794 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Likewise.
1795 * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Likewise.
1796 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Likewise.
1797 * config/tc-i386.h (SUB_SEGMENT_ALIGN): Likewise. Define for
1798 BFD_ASSEMBLER too.
1799
1800 2002-05-22 H.J. Lu <hjl@gnu.org>
1801
1802 * dwarf2dbg.c (dwarf2_directive_loc): Call listing_source_file
1803 for source file.
1804
1805 2002-05-22 Nick Clifton <nickc@cambridge.redhat.com>
1806
1807 * config/tc-arm.c (arm_s_section): Enable for COFF builds as well
1808 as ELF builds.
1809
1810 2002-05-22 H.J. Lu <hjl@gnu.org>
1811
1812 * dwarf2dbg.c (dwarf2_emit_insn): Emit only one line symbol
1813 for one .loc for compiler.
1814
1815 2002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1816
1817 * config/tc-mips.c (macro): Relax warning, it's toot strict for
1818 embedded-PIC.
1819
1820 2002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1821
1822 * config/tc-mips.c (macro2): Add 64 bit drol, dror macros.
1823 Optimize the rotate by zero case.
1824
1825 2002-05-21 Nick Clifton <nickc@cambridge.redhat.com>
1826
1827 * configure.in: Remove accidental enabling of bfd_gas=yes for
1828 sh-coff targets.
1829 * configure: Regenerate.
1830
1831 2002-05-18 Kazu Hirata <kazu@cs.umass.edu>
1832
1833 * app.c: Fix formatting.
1834 * as.c: Likewise.
1835 * ehopt.c: Likewise.
1836 * expr.c: Likewise.
1837 * input-file.c: Likewise.
1838 * listing.c: Likewise.
1839 * macro.h: Likewise.
1840 * stabs.c: Likewise.
1841 * symbols.c: Likewise.
1842
1843 2002-05-17 Alan Modra <amodra@bigpond.net.au>
1844
1845 * config/obj-generic.c: Delete file.
1846 * config/obj-generic.h: Likewise.
1847
1848 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
1849
1850 * config/tc-avr.c (mcu_types): Update for new devices.
1851
1852 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1853
1854 * config/tc-mips.c (macro): Warn about wrong la/dla use.
1855
1856 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1857
1858 * config/tc_mips.c (s_cpsetup): Fix completely bogus code which had
1859 worked sometimes by accident. Fix copy&paste comment.
1860
1861 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1862
1863 * config/tc-mips.c (md_begin): Fix .reginfo and .MIPS.option section
1864 alignment for NewABI. Let n32 use .reginfo. Remove useless casts.
1865 (mips_elf_final_processing): Let n32 use .reginfo.
1866
1867 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1868
1869 * config/tc-mips.c (append_insn): Fix too small range of variable.
1870
1871 2002-05-14 Nick Clifton <nickc@cambridge.redhat.com>
1872
1873 * config/tc-arm.c (arm_cleanup): Remove redundant call to
1874 listing_prev_line().
1875
1876 2002-05-13 Nick Clifton <nickc@cambridge.redhat.com>
1877
1878 * config/tc-arm.c (md_assemble): Remove redundant call to
1879 listing_prev().
1880
1881 * dwarf2dbg.c (dwarf2_emit_insn): Do not reset
1882 loc_directive_seen.
1883
1884 * stabs.c (s_stab_generic): Fix grammatical error in warning
1885 message.
1886
1887 2002-05-13 Alan Modra <amodra@bigpond.net.au>
1888
1889 * write.c (subsegs_finish): Don't specially align last subseg.
1890
1891 2002-05-11 Nick Clifton <nickc@cambridge.redhat.com>
1892
1893 * stabs.c (s_stab_generic): Warn about a description field that is
1894 too big.
1895
1896 * config/obj-coff.c: Fix compile time warnings when compiling
1897 without BFD_ASSEMBLER defined.
1898 Fix formatting.
1899
1900 * config/tc-sh.c (md_pcrel_from): Define for use with sh-hms
1901 target.
1902 (md_pcrel_from_section): Use md_pcrel_from().
1903
1904 2002-05-11 Bruno Haible <bruno@clisp.org>
1905
1906 * dwarf2dbg.c (dwarf2_emit_insn): Use the 'current' struct filled
1907 by dwarf2_directive_loc, instead of calling dwarf2_where.
1908
1909 2002-05-11 Kazu Hirata <kazu@cs.umass.edu>
1910
1911 * config/obj-coff.h: Fix formatting.
1912 * config/tc-mcore.c: Likewise.
1913 * config/tc-mn10300.c: Likewise.
1914 * config/tc-openrisc.c: Likewise.
1915 * config/tc-or32.c: Likewise.
1916 * config/tc-pdp11.c: Likewise.
1917 * config/tc-ppc.c: Likewise.
1918 * config/tc-ppc.h: Likewise.
1919 * config/tc-sh64.c: Likewise.
1920 * config/tc-sh.c: Likewise.
1921 * config/tc-tic54x.c: Likewise.
1922 * config/tc-xstormy16.c: Likewise.
1923 * config/tc-xstormy16.h: Likewise.
1924
1925 2002-05-09 Kazu Hirata <kazu@cs.umass.edu>
1926
1927 * config/obj-coff.c: Fix formatting.
1928 * config/obj-elf.c: Likewise.
1929 * config/tc-alpha.c: Likewise.
1930 * config/tc-arm.c: Likewise.
1931 * config/tc-d10v.c: Likewise.
1932 * config/tc-d30v.c: Likewise.
1933 * config/tc-h8300.c: Likewise.
1934 * config/tc-hppa.c: Likewise.
1935
1936 2002-05-09 Alan Modra <amodra@bigpond.net.au>
1937
1938 * config/tc-i386.c (md_estimate_size_before_relax) Don't lose
1939 reloc when no_cond_jump_promotion.
1940
1941 2002-05-08 Jim Wilson <wilson@redhat.com>
1942
1943 * config/tc-i960.c (md_estimate_size_before_relax): Return size of
1944 current variable part of frag.
1945
1946 2002-05-08 Kazu Hirata <kazu@cs.umass.edu>
1947
1948 * config/tc-mmix.c: Fix formatting.
1949 * config/tc-mmix.h: Likewise.
1950
1951 2002-05-08 Alan Modra <amodra@bigpond.net.au>
1952
1953 * configure: Regenerate.
1954
1955 2002-05-07 Kazu Hirata <kazu@cs.umass.edu>
1956
1957 * config/tc-m68k.c: Fix formatting.
1958
1959 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
1960
1961 * Makefile.am: Honour DESTDIR.
1962 * Makefile.in: Regenerate.
1963
1964 2002-05-06 Kazu Hirata <kazu@cs.umass.edu>
1965
1966 * config/tc-ia64.c: Fix formatting.
1967 * config/tc-ia64.h: Likewise.
1968
1969 2002-05-04 Kazu Hirata <kazu@cs.umass.edu>
1970
1971 * config/tc-mips.c: Fix formatting.
1972 * config/tc-s390.c: Likewise.
1973 * config/tc-s390.h: Likewise.
1974
1975 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
1976
1977 * config/tc-s390.c (md_gather_operands): Emit dwarf2 line-number
1978 information for instructions.
1979
1980 2002-05-02 Kazu Hirata <kazu@cs.umass.edu>
1981
1982 * as.h: Fix formatting.
1983 * cgen.c: Likewise.
1984 * cgen.h: Likewise.
1985 * dwarf2dbg.c: Likewise.
1986 * frags.h: Likewise.
1987 * gasp.c: Likewise.
1988 * macro.c: Likewise.
1989 * read.c: Likewise.
1990 * stabs.c: Likewise.
1991 * symbols.c: Likewise.
1992
1993 2002-05-02 Alan Modra <amodra@bigpond.net.au>
1994
1995 * app.c (mri_pseudo): Only declare for TC_M68K.
1996
1997 * config/tc-ppc.c (mapping): Map sectoff to BFD_RELOC_16_BASEREL.
1998 (ppc_elf_validate_fix): Replace BFD_RELOC_32_BASEREL with
1999 BFD_RELOC_16_BASEREL.
2000 (md_assemble): Likewise.
2001 (md_apply_fix3): Likewise.
2002
2003 2002-05-02 Nick Clifton <nickc@cambridge.redhat.com>
2004
2005 * config/tc-arm.c (thumb_add_sub): Do not convert a subtract of
2006 zero into an add of zero - it is not the same.
2007
2008 2002-05-01 Arati Dikey <aratid@kpit.com>
2009
2010 * tc-sh.c (get_specific): Generate warning if the same
2011 destination register is used in parallel instructions.
2012
2013 2002-05-01 Andrew Macleod <amacleod@cygnus.com>
2014
2015 * config/tc-i386.c (extra_symbol_chars): Add '[' to the list.
2016
2017 2002-05-01 Alan Modra <amodra@bigpond.net.au>
2018
2019 * write.c (cvt_frag_to_fill): Set fr_offset to zero on .org
2020 backwards to prevent cascading errors.
2021
2022 2002-04-30 Mark Mitchell <mark@codesourcery.com>
2023
2024 * configure.in: Add support for powerpc-*-windiss.
2025 * configure: Regenerated.
2026
2027 2002-04-28 Alan Modra <amodra@bigpond.net.au>
2028
2029 * config/tc-s390.c (md_parse_option): Formatting.
2030
2031 * config/tc-i386.c: Formatting fixes, add missing space in error
2032 message.
2033
2034 2002-04-24 Christian Groessler <chris@groessler.org>
2035
2036 * config/tc-z8k.c (build_bytes): Add support for new cases:
2037 CLASS_IGNORE and ARG_NIM4.
2038 (md_assemble): Prevent destruction of input_line_pointer if
2039 get_operands returns failure.
2040
2041 2002-04-24 Chris G. Demetriou <cgd@broadcom.com>
2042
2043 * config/tc-mips.c (macro_build): Do _not_ allow MIPS-3D
2044 instructions to be generated by macros.
2045
2046 2002-04-24 Andreas Schwab <schwab@suse.de>
2047
2048 * config/tc-i386.c (output_jump, output_disp)
2049 (md_estimate_size_before_relax): Don't set fx_pcrel_adjust any
2050 more.
2051 (md_apply_fix3): Remember addend value for rela relocations.
2052 (tc_gen_reloc): Correctly compute pc-relative relocation addend.
2053
2054 2002-04-22 Chris Demetriou <cgd@broadcom.com>
2055
2056 * config/tc-mips.c (macro_build): Add close-parenthesis missing
2057 from previous change.
2058
2059 2002-04-22 Eric Christopher <echristo@redhat.com>
2060
2061 * config/tc-mips.c (macro_build): Add warning if macro instructions
2062 are expanded into a branch delay slot.
2063
2064 2002-04-17 Geoffrey Keating <geoffk@redhat.com>
2065
2066 * dwarf2dbg.c (dwarf2_gen_line_info): Do emit duplicate line
2067 numbers, gdb relies on them to detect the start of the prologue.
2068
2069 2002-04-17 Martin Schwidefsky <schwidefsky@de.ibm.com>
2070
2071 * config/tc-s390.c (tc_s390_fix_adjustable): Prevent adjustments to
2072 symbols in merge sections.
2073
2074 2002-04-16 Alan Modra <amodra@bigpond.net.au>
2075
2076 * as.c (main): Don't reference _bfd_chunksize.
2077
2078 2002-04-15 Tom Rix <trix@redhat.com>
2079
2080 * config/tc-d10v.c (d10v_fix_adjustable): Prevent adjustments to
2081 symbols in merge sections.
2082
2083 2002-04-11 Richard Sandiford <rsandifo@redhat.com>
2084
2085 * doc/invoke.texi (TC_LARGEST_EXPONENT_IS_NORMAL): Document.
2086 * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): Add an
2087 argument for the precision.
2088 (gen_to_words): Update accordingly.
2089
2090 2002-04-10 Alan Modra <amodra@bigpond.net.au>
2091
2092 * as.c (parse_args <OPTION_VERSION>): Use VERSION is
2093 BFD_VERSION_STRING unavailable.
2094 * config/tc-i386.c (INLINE): Define (for non-BFD assembler).
2095
2096 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
2097
2098 * config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting if
2099 symbol_used_in_reloc_p is true.
2100
2101 * config/tc-sh.c (md_apply_fix3): Don't zero relocations on big
2102 endian hosts.
2103
2104 2002-04-04 Alan Modra <amodra@bigpond.net.au>
2105
2106 * dep-in.sed: Cope with absolute paths.
2107 * Makefile.am (dep.sed): Subst TOPDIR.
2108 Run "make dep-am".
2109 * Makefile.in: Regenerate.
2110
2111 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2112
2113 * config/tc-mips.c (mips16_macro_build): Cast type mismatch.
2114 (mips_ip): Remove unused variable.
2115 (md_apply_fix3): Cast signed/unsignes mismatches. Replace
2116 unsigned char with bfd_byte.
2117 (s_file): Remove unused variable.
2118 (s_mips_ent): Likewise.
2119
2120 2002-04-03 Tom Rix <trix@redhat.com>
2121
2122 * config/tc-d10v.c (d10v_insert_operand): Fix warning in as_bad_where.
2123 (build_insn): Same.
2124 (find_opcode): Fix warning in as_warn.
2125 * config/tc-d10v.h: Update Copyright.
2126
2127 2002-04-03 Alan Matsuoka <alanm@redhat.com>
2128 Tom Rix <trix@redhat.com>
2129
2130 From Jeff Knaggs <jknaggs@redhat.com>
2131 * config/tc-d10v.c (check_resource_conflict): New function to
2132 check for resource conflicts.
2133
2134 From Jason Eckhardt <jle@redhat.com>
2135 * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
2136 imm3 fields.
2137 * config/tc-d10v.c (find_opcode): Emit a warning if one of the
2138 reserved control registers is used.
2139 * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
2140 imm3 fields.
2141
2142 From 2001-03-28 Diego Novillo <dnovillo@redhat.com>
2143 * tc-d10v.c (parallel_ok): Prevent packing only if the first
2144 instruction cannot be packed.
2145
2146 From 2001-03-30 Diego Novillo <dnovillo@redhat.com>
2147 * gas/config/tc-d10v.c (check_resource_conflict): Only check
2148 write-write conflicts.
2149 (md_assemble): Reformat introductory comment.
2150 * opcodes/d10v-opc.c (d10v_opcodes): `btsti' does not modify its
2151 arguments.
2152
2153 2002-04-03 Alan Modra <amodra@bigpond.net.au>
2154
2155 * symbols.c (resolve_symbol_value <O_uminus, O_bit_not,
2156 O_logical_not>): Derive final_seg from add_symbol.
2157 <O_multiply..O_logical_or>: More final_seg twiddles.
2158
2159 2002-04-01 Jessica Han <jessica@cup.hp.com>
2160
2161 * config/tc-ia64.c (ia64_cons_fix_new): Handle 8 byte iplt reloc
2162 in 32-bit mode.
2163
2164 2002-03-27 Andreas Schwab <schwab@suse.de>
2165
2166 * config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size of
2167 field for pc-relative fixups.
2168 (output_disp): Likewise.
2169 (md_estimate_size_before_relax): Likewise.
2170 (tc_gen_reloc): Subtract fx_pcrel_adjust instead of fx_size for
2171 pc-relative fixups in 64bit mode.
2172
2173 2002-03-22 Alan Modra <amodra@bigpond.net.au>
2174
2175 * config/te-aix5.h: Typo fix.
2176
2177 2002-03-21 Alan Modra <amodra@bigpond.net.au>
2178
2179 * Makefile.am: Run "make dep-am".
2180 * Makefile.in: Regenerate.
2181 * doc/Makefile.in: Regenerate.
2182
2183 2002-03-20 Albert Chin-A-Young <china@thewrittenword.com>
2184
2185 * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo
2186 (vfp_sp_reg_pos -> vfp_dp_reg_pos).
2187
2188 2002-03-18 Alexandre Oliva <aoliva@redhat.com>
2189
2190 * config/tc-mips.c (md_estimate_size_before_relax): Do not modify
2191 the EXTENDED bit here; report the estimate according to the
2192 current size.
2193
2194 2002-03-18 Tom Rix <trix@redhat.com>
2195
2196 * configure.in: Add AIX 5 support.
2197 * config/tc-ppc.c (ppc_target_format): Add AIX 5 64 bit target.
2198 * config/te-aix5.h: New file. AIX 5 support.
2199 * configure: Regenerate.
2200
2201 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
2202
2203 * po/fr.po: Updated version.
2204
2205 2002-03-16 Andreas Jaeger <aj@suse.de>
2206
2207 * doc/c-mips.texi (Machine Dependencies): Add new node.
2208
2209 2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
2210
2211 * config/tc-mips.c (mips_set_options): New "ase_mips3d" member.
2212 (mips_opts): Initialize "ase_mips3d" member.
2213 (file_ase_mips3d): New variable.
2214 (CPU_HAS_MIPS3D): New macro.
2215 (md_begin): Initialize mips_opts.ase_mips3d and file_ase_mips3d
2216 based on command line options and configuration defaults.
2217 (macro_build, mips_ip): Accept MIPS-3D instructions if
2218 mips_opts.ase_mips3d is set.
2219 (OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option):
2220 Add support for "-mips3d" and "-no-mips3d" options.
2221 (OPTION_ELF_BASE): Move to accomodate new options.
2222 (s_mipsset): Support ".set mips3d" and ".set nomips3d".
2223 (mips_elf_final_processing): Add a comment indicating that a
2224 MIPS-3D ASE ELF header flag should be set, when one exists.
2225 * doc/as.texinfo: Document -mips3d and -no-mips3d options.
2226 * doc/c-mips.texi: Likewise, and document ".set mips3d" and ".set
2227 nomips3d" directives.
2228
2229 2002-03-14 Hans-Peter Nilsson <hp@bitrange.com>
2230
2231 * config/tc-mmix.c (md_estimate_size_before_relax): Don't consider
2232 a weak symbol in same section to be within reach.
2233
2234 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
2235
2236 * po/fr.po: Updated version.
2237
2238 2002-03-12 Andreas Schwab <schwab@suse.de>
2239
2240 * config/tc-ia64.c (fixup_unw_records): Clear region when seeing a
2241 body record so that an error is given for misplaced .save
2242 pseudo-ops.
2243
2244 2002-03-09 Alan Modra <amodra@bigpond.net.au>
2245
2246 * config/tc-i386.h (REX_OPCODE): Define.
2247 (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): Define.
2248 (rex_byte): typedef to int.
2249 * config/tc-i386.c: Group prototypes and vars together.
2250 Formatting fixes. Remove occurrences of "register" keyword.
2251 (true): Delete.
2252 (false): Delete.
2253 (mode_from_disp_size): Add INLINE keyword to prototype.
2254 (fits_in_signed_byte): Likewise.
2255 (fits_in_unsigned_byte): Likewise.
2256 (fits_in_unsigned_word): Likewise.
2257 (fits_in_signed_word): Likewise.
2258 (fits_in_unsigned_long): Likewise.
2259 (fits_in_signed_long): Likewise.
2260 (type_names): Constify.
2261 (intel_float_operand): Constify param.
2262 (add_prefix): Use REX_OPCODE.
2263 (md_assemble): Likewise. Modify for changed rex_byte.
2264 (parse_insn): Split out of md_assemble.
2265 (parse_operands): Likewise.
2266 (swap_operands): Likewise.
2267 (optimize_imm): Likewise.
2268 (optimize_disp): Likewise.
2269 (match_template): Likewise.
2270 (check_string): Likewise.
2271 (process_suffix): Likewise.
2272 (check_byte_reg): Likewise.
2273 (check_long_reg): Likewise.
2274 (check_qword_reg): Likewise.
2275 (check_word_reg): Likewise.
2276 (finalize_imm): Likewise.
2277 (process_operands): Likewise.
2278 (build_modrm_byte): Likewise.
2279 (output_insn): Likewise.
2280 (output_branch): Likewise.
2281 (output_jump): Likewise.
2282 (output_interseg_jump): Likewise.
2283 (output_disp): Likewise.
2284 (output_imm): Likewise.
2285
2286 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
2287
2288 * doc/as.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
2289
2290 2002-03-06 Alan Modra <amodra@bigpond.net.au>
2291
2292 * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byte
2293 relocs except when BFD64.
2294
2295 * write.c (number_to_chars_bigendian): Don't abort when N is
2296 larger than sizeof (VAL).
2297 (number_to_chars_littleendian): Likewise.
2298
2299 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
2300
2301 * config/tc-hppa.c (md_apply_fix3): Add cast.
2302 (hppa_fix_adjustable): Adjust list of selectors using e_lrsel and
2303 e_rrsel.
2304
2305 2002-03-05 Paul Koning <pkoning@equallogic.com>
2306
2307 * tc-pdp11.c: Use VAX float format support for PDP-11 target.
2308 (parse_ac5): New function for parsing float regs in float operand.
2309 (parse_expression): Remove attempt to make literals be octal.
2310 (parse_op_no_deferred): Support float literals.
2311 (parse_op): Reject attempts to refer to float regs.
2312 (parse_fop): New function, like parse_op but for float operand.
2313 (md_assemble): Add cases to parse float operands. Also fix
2314 IMM3, IMM6, IMM8 cases to pick up the operand from the right spot.
2315
2316 2002-03-04 H.J. Lu <hjl@gnu.org>
2317
2318 * config/obj-elf.c (special_section): Add .init_array,
2319 .fini_array and .preinit_array.
2320
2321 * config/tc-ia64.h (ELF_TC_SPECIAL_SECTIONS): Remove
2322 .init_array and .fini_array.
2323
2324 2002-03-01 Jakub Jelinek <jakub@redhat.com>
2325
2326 * config/obj-elf.c (elf_copy_symbol_attributes): Don't copy
2327 visibility.
2328 (obj_frob_symbol): Copy visibility.
2329
2330 2002-02-28 Jakub Jelinek <jakub@redhat.com>
2331
2332 * config/tc-alpha.c (s_alpha_text): Use obj_elf_text for OBJ_ELF, not
2333 s_text.
2334 (s_alpha_data): Use obj_elf_data for OBJ_ELF, not s_data.
2335
2336 2002-02-27 Nick Clifton <nickc@cambridge.redhat.com>
2337
2338 * po/es.po: Updated.
2339
2340 2002-02-26 Chris Demetriou <cgd@broadcom.com>
2341
2342 * config/tc-mips.c (mips_need_elf_addend_fixup): For embedded-PIC
2343 only, undo the changes made on 2001-06-08, with the
2344 effect being that common or extern symbols are
2345 adjusted for embedded-PIC, but weak symbols are not.
2346 (md_estimate_size_before_relax: Likewise, with the effect
2347 that extern symbols are treated the same as weak symbols
2348 only if not embedded-PIC.
2349 (mips_fix_adjustable) Likewise, with the effect that
2350 weak or extern symbols are not adjusted for embedded-PIC.
2351 (md_apply_fix3): Tweak so that the case where value is zero
2352 is handled more correctly for embedded-PIC code.
2353
2354 2002-02-26 Nick Clifton <nickc@cambridge.redhat.com>
2355
2356 * doc/as.texinfo (Overview): Add missing @ifset IA64
2357
2358 * configure.in (LINGUAS): Add es.po.
2359 * configure: Regenerate.
2360 * po/es.po: New file.
2361
2362 2002-02-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2363
2364 * config/tc-mips.c (set_at): Fix handling of 64bit register loads.
2365 (macro): Likewise. Fix la/dla address expansions for EMBEDDED_PIC
2366 and NO_PIC cases. Code cleanup.
2367 (macro2): Fix handling of 64bit register loads.
2368
2369 2002-02-25 David Mosberger <davidm@hpl.hp.com>
2370
2371 * doc/as.texinfo: Add entry for IA64.
2372 * doc/c-ia64.texi: New file.
2373
2374 2002-02-25 Alan Modra <amodra@bigpond.net.au>
2375
2376 * config/tc-hppa.c: Update copyright date.
2377
2378 * doc/c-ppc.texi (PowerPC-Opts): Add -mpower4, -maltivec and -m7400
2379 Remove references to chip manufacturers.
2380 * config/tc-ppc.c (md_parse_option): Handle -mpower4 option.
2381 Correct comments.
2382 (md_show_usage): Remove references to chip manufacturers. Mention
2383 -mpower4.
2384 (md_begin): Test power4 opcode flag bits.
2385
2386 2002-02-22 David Mosberger <davidm@hpl.hp.com>
2387
2388 * config/tc-ia64.c (dot_restore): Issue error message of epilogue
2389 count exceeds prologue count.
2390 (md_show_usage): Describe -mconstant-gp and -mauto-pic.
2391 (unwind.label_prologue_count): New member.
2392
2393 Based on a patch by Hans Boehm <hboehm@hpl.hp.com>:
2394
2395 (get_saved_prologue_count): New function.
2396 (save_prologue_count): New function.
2397 (free_saved_prologue_count): New function.
2398 (dot_label_state): Record state label by calling save_prologue_count().
2399 (dot_copy_state): Restore prologue count by calling
2400 get_saved_prologue_count().
2401 (generate_unwind_image): Free up list of saved prologue
2402 counts by calling free_saved_prologue_counts().
2403
2404 2002-02-22 Nick Clifton <nickc@cambridge.redhat.com>
2405
2406 * config/tc-tic54x.c: Add missing prototypes and remove ANSI style
2407 function declarations.
2408
2409 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
2410
2411 * NEWS: Note that GASP is now deprecated.
2412 * Makefile.am: Do not build gasp-new by default.
2413 * Makefile.in: Regenerate.
2414 * doc/Makefile.am: Do not install gasp.info.
2415 * doc/Makefile.in: Regenerate.
2416 * gas/gasp.texi: Note that gasp is now deprecated.
2417
2418 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
2419
2420 * NEWS: Mark 2.12 branch.
2421
2422 2002-02-19 Tom Tromey <tromey@redhat.com>
2423
2424 * config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
2425
2426 2002-02-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2427
2428 * config/tc-mips.c (md_parse_option): Complain about invalid -mabi
2429 option input.
2430
2431 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
2432
2433 * config/tc-s390.c (md_parse_option): Add switches -m31 and -m64.
2434 Make bit size independent of architecture switch.
2435 (md_begin): Add warning for -m64 with -Aesa.
2436 (s390_md_end): Use renamed architecture defines.
2437
2438 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
2439
2440 * config/obj-coff.h: Check !target_big_endian, not shl, for coff-sh.
2441
2442 2002-02-16 Nick Clifton <nickc@cambridge.redhat.com>
2443
2444 * doc/as.texinfo (Machine Dependencies): Fix typo: MMIX used
2445 instead of CRIS.
2446
2447 2002-02-15 Chris Demetriou <cgd@broadcom.com>
2448
2449 * config/tc-mips.c (md_estimate_size_before_relax): Really
2450 make sure we treat weak like extern only for ELF. (Fixes
2451 patch from 2001-07-25.)
2452
2453 2002-02-15 Ben Elliston <bje@redhat.com>
2454
2455 * doc/as.texinfo: Add duplicate directory entry so that "info gas"
2456 works as expected.
2457
2458 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
2459
2460 * NEWS: Mention support for MMIX.
2461
2462 2002-02-13 Chris Demetriou <cgd@broadcom.com>
2463
2464 * config/tc-mips.c (mips_need_elf_addend_fixup): Restructure into
2465 a sequence of indpendent 'if' statements for easier debugging
2466 and future modification.
2467
2468 2002-02-13 Matt Fredette <fredette@netbsd.org>
2469
2470 * config/tc-m68k.c (md_show_usage): No longer display a
2471 hard-coded "68020" for the default CPU, instead display the
2472 canonical name of the true, configured default CPU.
2473 (m68k_elf_final_processing): Mark objects for sub-68020
2474 CPUs with the new EF_M68000 flag.
2475
2476 2002-02-13 Andreas Schwab <schwab@suse.de>
2477
2478 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
2479 pc-relative relocations to merge sections in 64-bit mode.
2480
2481 2002-02-13 Ben Elliston <bje@redhat.com>
2482
2483 * NEWS: Document floating point number handling in gasp.
2484 * gasp.c: Include <assert.h> and "xregex.h".
2485 (is_flonum): New function.
2486 (chew_flownum): Likewise.
2487 (change_base): Consume flonums from the input, where possible.
2488 * doc/gasp.texi (Constants): Document floating point numbers.
2489
2490 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
2491
2492 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust final types
2493 that implicitly use LR and RR selectors.
2494
2495 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
2496
2497 * config/tc-mn10300.c (other_registers): Added `epsw'. Mark `pc'
2498 and `epsw' as available on AM33 and above only.
2499 (other_register_name): Add logic to handle machine type encoded in
2500 reg_number.
2501
2502 2002-02-11 Tom Rix <trix@redhat.com>
2503
2504 * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for
2505 xcoff64.
2506
2507 2002-06-11 Alexandre Oliva <aoliva@redhat.com>
2508
2509 * config/tc-sparc.c (U0x80000000, U0xffffffff): New constants.
2510 Use all over.
2511
2512 2002-02-11 Jan Hubicka <jh@suse.cz>
2513
2514 * i386.c (md_assemble): Support 32bit address prefix.
2515 (i386_displacement): Likewise.
2516 (i386_index_check): Accept 32bit addressing in 64bit mode.
2517
2518 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
2519
2520 * config/tc-sh.c (dot): Removed unused function.
2521
2522 2002-02-11 Alan Modra <amodra@bigpond.net.au>
2523
2524 * Makefile.am: "make dep-am".
2525 * Makefile.in: Regenerate.
2526 * aclocal.m4: Regenerate.
2527 * config.in: Regenerate.
2528 * configure: Regenerate.
2529 * doc/Makefile.in: Regenerate.
2530
2531 2002-02-10 Richard Henderson <rth@redhat.com>
2532
2533 * doc/c-alpha.texi: New file.
2534 * doc/Makefile.am (CPU_DOCS): Add it.
2535 * doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
2536
2537 2002-02-09 Richard Henderson <rth@redhat.com>
2538
2539 * config/tc-alpha.c (O_samegp): New.
2540 (USER_RELOC_P): Include it.
2541 (alpha_reloc_op_tag, debug_exp, find_macro_match): Add it.
2542 (md_apply_fix3): Handle BFD_RELOC_ALPHA_BRSGP.
2543 (alpha_force_relocation, alpha_fix_adjustable): Likewise.
2544 (alpha_validate_fix): New.
2545 * config/tc-alpha.h (TC_VALIDATE_FIX): New.
2546
2547 2002-02-09 Hans-Peter Nilsson <hp@axis.com>
2548
2549 * doc/c-cris.texi: New.
2550 * doc/all.texi: @set CRIS.
2551 * doc/as.texinfo: Ditto. Add CRIS gas manpage option overview.
2552 Include c-cris.texi.
2553 * doc/Makefile.am (CPU_DOCS): Add c-cris.texi
2554 * doc/Makefile.in: Regenerate.
2555
2556 2002-02-08 Chris Demetriou <cgd@broadcom.com>
2557
2558 * config/tc-mips.c (IS_SEXT_32BIT_NUM): New macro to
2559 determine if a number is a sign-extended 32-bit number.
2560 (load_register): Use IS_SEXT_32BIT_NUM.
2561 (macro): Check if load/store macro handling is using a
2562 constant 32-bit address on 64-bit address systems, and if
2563 so optimize the generation of that address.
2564
2565 2002-02-08 Richard Henderson <rth@redhat.com>
2566
2567 * config/tc-alpha.c (alpha_force_relocation): Don't assert that
2568 we've eliminated all foreign relocation types yet.
2569 (alpha_fix_adjustable): Likewise.
2570
2571 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
2572
2573 Contribute sh64-elf.
2574 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
2575 Stephen Clarke <Stephen.Clarke@st.com>
2576 * doc/c-sh64.texi: Fix citation of SH64 architecture manual.
2577 2002-01-31 Alexandre Oliva <aoliva@redhat.com>
2578 * config/tc-sh.c (md_relax_table): Added default sizes for
2579 non-PC-relative UNDEF_MOVI, and relaxation sequences for
2580 MOVI_16, MOVI_32 and MOVI_48.
2581 * config/tc-sh64.c (shmedia_md_apply_fix3): Fix warning.
2582 (shmedia_md_convert_frag): Handle non-PC-relative UNDEF_MOVI
2583 and MOVI_16.
2584 (shmedia_md_estimate_size_before_relax): Remove redundant
2585 blocks. Set fragP->fr_var even if relaxation type unchanged.
2586 Retain UNDEF_MOVI until expression decays to number.
2587 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
2588 * config/tc-sh64.c (shmedia_init_reloc): Handle new SHmedia PIC
2589 relocation types. Take fixP->fx_addnumber into account too.
2590 (shmedia_md_apply_fix): Likewise.
2591 (shmedia_md_convert_frag): Likewise.
2592 (shmedia_build_Mytes): Likewise.
2593 (sh64_consume_datalabel): Complain about nested datalabel.
2594 Support PIC relocs. Call sh_parse_name.
2595 * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Extend definition
2596 in tc-sh.h to SHmedia reloc types.
2597 * config/tc-sh.c (SH64PCRELPLT, MOVI_PLT, MOVI_GOTOFF,
2598 MOVI_GOTPC): New relaxation constants.
2599 (md_relax_table): Introduce relaxation directives for PIC-related
2600 constants.
2601 (sh_PIC_related_p): Handle datalabel.
2602 (sh_check_fixup): Choose SH5 PIC relocations.
2603 (sh_cons_fix_new): Added BDF_RELOC_64.
2604 (md_apply_fix3, sh_parse_name): Handle GOTPLT.
2605 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
2606 * config/tc-sh64.c (sh64_max_mem_for_rs_align_code): If the
2607 current ISA is SHmedia, get 7 bytes.
2608 2001-11-28 Nick Clifton <nickc@cambridge.redhat.com>
2609 * config/tc-sh.c (md_apply_fix3): Treat shmedia_md_apply_fix3 as a
2610 void function.
2611 * config/tc-sh64.c (shmedia_apply_fix): Rename to
2612 shmedia_apply_fix3 and make void.
2613 2001-05-17 Alexandre Oliva <aoliva@redhat.com>
2614 * config/tc-sh64.c (s_sh64_abi): Remove unused arguments passed to
2615 as_bad.
2616 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
2617 * config/tc-sh64.h (md_parse_name): Take &c as argument.
2618 2001-03-14 DJ Delorie <dj@redhat.com>
2619 * doc/Makefile.am (CPU_DOCS): Added c-sh64.texi
2620 * doc/Makefile.in(CPU_DOCS): Ditto.
2621 * doc/c-sh64.texi: New file.
2622 * doc/as.texinfo: Add SH64 support.
2623 2001-03-13 DJ Delorie <dj@redhat.com>
2624 * config/tc-sh64.c (shmedia_get_operands): Rename A_RESV_Fx to
2625 A_REUSE_PREV so that its purpose is more obvious.
2626 (shmedia_build_Mytes): Ditto.
2627 2001-03-07 DJ Delorie <dj@redhat.com>
2628 * config/tc-sh64.c (sh64_vtable_entry): New, strip datalabels
2629 before processing.
2630 (sh64_vtable_inherit): Ditto.
2631 (strip_datalabels): New, strip "datalabel" from given line.
2632 * config/tc-sh.c (md_pseudo_table): Add sh64-specific vtable
2633 pseudos.
2634 2001-03-06 Hans-Peter Nilsson <hpn@cygnus.com>
2635 * config/tc-sh64.c (shmedia_md_assemble): Move dwarf2_emit_insn
2636 call ...
2637 (shmedia_build_Mytes): ... to here.
2638 2001-03-06 DJ Delorie <dj@redhat.com>
2639 * config/tc-sh.c: Remove sh64-specific uaquad now that there
2640 is a generic one.
2641 2001-01-21 Hans-Peter Nilsson <hpn@cygnus.com>
2642 * config/tc-sh64.h (DWARF2_LINE_MIN_INSN_LENGTH): Override.
2643 * config/tc-sh64.c (shmedia_md_assemble): Offset recorded insn
2644 address by one in call to dwarf2_emit_insn.
2645 2001-01-13 Hans-Peter Nilsson <hpn@cygnus.com>
2646 Implement ".abi" pseudo and correct .cranges descriptors. Correct
2647 alignment handling broken by imported changes.
2648 * config/tc-sh64.h (HANDLE_ALIGN): Override definition in tc-sh.h.
2649 (sh64_handle_align): Declare.
2650 (MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
2651 (sh64_max_mem_for_rs_align_code): Declare.
2652 (enum sh64_isa_values): Moved here from tc-sh64.c.
2653 (md_do_align): Define.
2654 (sh64_do_align): Declare.
2655 (struct sh64_tc_frag_data): New.
2656 (TC_FRAG_TYPE): Change to struct sh64_tc_frag_data. Users
2657 changed.
2658 (TC_FRAG_INIT): Change to set new datatype.
2659 (struct sh64_segment_info_type): Rename member
2660 last_flushed_location to last_contents_mark. All users changed.
2661 (md_elf_section_change_hook, TC_CONS_FIX_NEW): Do not define.
2662 (shmedia_elf_new_section, sh64_tc_cons_fix_new): Do not prototype.
2663 * config/tc-sh.c (md_pseudo_table): Add ".abi".
2664 (sh_elf_cons) [HAVE_SH64]: Call sh64_update_contents_mark instead
2665 of unsetting seen_insn.
2666 (md_assemble) [HAVE_SH64] <before new SHcompact sequence>: Also
2667 call sh64_update_contents_mark.
2668 (sh_handle_align): Remove HAVE_SH64-conditioned code.
2669 * config/tc-sh64.c (sh64_isa_mode): Correct type from boolean to
2670 enum sh64_isa_values.
2671 (sh64_set_contents_type): Drop segT parameter. All callers changed.
2672 (emitting_crange): Boolean guard moved to file scope from function
2673 scope in sh64_set_contents_type.
2674 (s_sh64_abi): New.
2675 (sh64_update_contents_mark): New; most split out from
2676 sh64_flush_pending_output.
2677 (shmedia_md_end): Call sh64_update_contents_mark. Set
2678 sh64_isa_mode to sh64_isa_sh5_guard unless sh64_isa_unspecified.
2679 (sh64_do_align): New function.
2680 (sh64_max_mem_for_rs_align_code): New function.
2681 (sh64_handle_align): Rename from shmedia_do_align. Make
2682 non-static. Add head comment. Emit zero bytes for n bytes modulo
2683 four. Change return-type to void.
2684 (shmedia_elf_new_section): Remove.
2685 (shmedia_md_assemble): Call sh64_update_contents_mark.
2686 (s_sh64_mode): Ditto. Do not call md_flush_pending_output. Make
2687 new frag. Call sh64_update_contents_mark after making the new
2688 frag.
2689 (sh64_flush_pending_output): Just call sh64_update_contents_mark
2690 and sh_flush_pending_output.
2691 (sh64_flag_output): Also call md_flush_pending_output, but add
2692 condition on not emitting_crange.
2693 (sh64_tc_cons_fix_new): Remove.
2694 2001-01-12 Nick Clifton <nickc@redhat.com>
2695 * config/tc-sh64.c (shmedia_do_align): Fix to work with new
2696 alignment handling scheme imported from sourceware.
2697 2001-01-12 Hans-Peter Nilsson <hpn@cygnus.com>
2698 * config/tc-sh64.h (TARGET_FORMAT): Define.
2699 (sh64_target_format): Prototype.
2700 * config/tc-sh64.c (sh64_target_mach): New function.
2701 2001-01-07 Hans-Peter Nilsson <hpn@cygnus.com>
2702 * config/tc-sh64.c (shmedia_md_end): When equating a symbol, use
2703 zero_address_frag instead of copying the frag of the symbol.
2704 (shmedia_frob_file_before_adjust): Ditto.
2705 (shmedia_md_apply_fix) <case BFD_RELOC_SH_IMM_MEDLOW16>: Cast mask
2706 to valueT to remove signedness.
2707 (shmedia_md_convert_frag): Add parameter final. Rename parameter
2708 headers to output_bfd. Do not evaluate symbols if final is false;
2709 do emit fixups.
2710 (shmedia_md_estimate_size_before_relax) <case C (MOVI_IMM_32,
2711 UNDEF_MOVI) et al>: If symbol cannot be modified to be PC-relative
2712 to the current frag, call shmedia_md_convert_frag to emit fixups
2713 and make frag_wane neutralize the frag. Update comments.
2714 * config/tc-sh.c (md_convert_frag): Change caller of
2715 shmedia_md_convert_frag.
2716 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
2717 * config/tc-sh64.h: Tweak comments and correct formatting.
2718 * config/tc-sh64.c: Ditto.
2719 (shmedia_md_convert_frag) <PT/PTA/PTB 32, 48 and 64 bit
2720 expansion, MOVI pcrel expansion>: Fix thinko calculating offset
2721 for the no-relocation case.
2722 (shmedia_check_limits): Fix range check being off-by-one for PTA.
2723 * config/tc-sh.c: Ditto. Add proper comments to #ifdef/#ifndef
2724 wrappers.
2725 (SH64PCREL16_F): Increment for proper max-PTA handling. Update
2726 comment.
2727 (SH64PCREL16_M, MOVI_16_M): Correct range thinko.
2728 (SH64PCREL48_M, MOVI_48_M): Similar; don't count in length of
2729 expansion.
2730 (SH64PCREL32_M, MOVI_32_M): Ditto; handle overflowing expression.
2731 Correct comment.
2732 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
2733 * config/tc-sh64.c (shmedia_md_apply_fix) <second switch, case
2734 BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1.
2735 (shmedia_md_convert_frag) <case C (SH64PCREL16_32, SH64PCREL16) et
2736 al>: Set lowest bit of field to relocate to 1 and rest to empty,
2737 if reloc is emitted.
2738 2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
2739 New options plus bugfixes.
2740 * config/tc-sh.c (md_longopts): New options "-no-expand" and
2741 "-expand-pt32".
2742 (md_parse_option): Handle new options.
2743 (md_show_usage): Add blurb for new options.
2744 * config/tc-sh64.c (SHMEDIA_BFD_RELOC_PT): New macro.
2745 (sh64_expand, sh64_pt32): New variables.
2746 (shmedia_init_reloc): Handle BFD_RELOC_SH_PT_16.
2747 (shmedia_md_apply_fix): Hold original fixP->fx_r_type in
2748 orig_fx_r_type. Change SHMEDIA_BFD_RELOC_PT into
2749 BFD_RELOC_SH_PT_16. Handle BFD_RELOC_SH_PT_16 as pc-relative.
2750 <resolved previously-pc-relative relocs>: Handle
2751 SHMEDIA_BFD_RELOC_PT and BFD_RELOC_SH_PT_16.
2752 (shmedia_md_convert_frag) <case C (SH64PCREL16PT_64, SH64PCREL16),
2753 case C (SH64PCREL16PT_32, SH64PCREL16)>: Modify to PTB if operand
2754 points to SHcompact code.
2755 <case C (SH64PCREL16_32, SH64PCREL16), case C (SH64PCREL16_64,
2756 SH64PCREL16)>: Check that ISA of what operand points at and
2757 PTA/PTB matches, or emit error.
2758 (shmedia_check_limits): Handle BFD_RELOC_SH_PT_16 and
2759 SHMEDIA_BFD_RELOC_PT.
2760 (shmedia_immediate_op): If pcrel, emit fixup also for constant
2761 operand.
2762 (shmedia_build_Mytes) <case A_IMMS16>: Also check sh64_expand in
2763 condition for MOVI expansion.
2764 <case A_PCIMMS16BY4>: Handle expansion to 32 bits only, if
2765 sh64_pt32. Emit only a BFD_RELOC_SH_PT_16 fixup if not
2766 sh64_expand.
2767 <case A_PCIMMS16BY4_PT>: Likewise, but emit a SHMEDIA_BFD_RELOC_PT
2768 fixup.
2769 (sh64_target_format): Error-check setting of sh64_pt32 and
2770 sh64_expand. Fix typo in check for sh64_shcompact_const_crange.
2771 (shmedia_md_pcrel_from_section): Handle BFD_RELOC_SH_PT_16 and
2772 SHMEDIA_BFD_RELOC_PT as coming from SHmedia code.
2773 2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
2774 * config/tc-sh64.c: Improve comments.
2775 (shmedia_md_convert_frag): Remove inactive is_pt_variant code. Do
2776 not say the linker will check correctness of PTA/PTB expansion.
2777 (shmedia_md_end): Make non-static.
2778 * config/tc-sh64.h (md_end): Define to shmedia_md_end. Add
2779 prototype.
2780 * config/tc-sh.c (sh_finalize): Remove.
2781 * config/tc-sh.h (md_end): Do not define.
2782 Remove prototype for sh_finalize.
2783 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
2784 * config/tc-sh64.c (shmedia_frob_section_type): Use a struct
2785 sh64_section_data container when storing section type in tdata
2786 field in elf_section_data.
2787 * config/tc-sh.c (sh_elf_final_processing): Change from EF_SH64 to
2788 EF_SH5.
2789 * Makefile.am: Update dependencies.
2790 * Makefile.in: Regenerate.
2791 2000-12-22 Hans-Peter Nilsson <hpn@cygnus.com>
2792 * config/tc-sh64.c (shmedia_md_assemble): Don't protect
2793 dwarf2_emit_insn call with test on debug_type.
2794 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
2795 * config/tc-sh64.c (sh64_set_contents_type): Make contents-type
2796 CRT_SH5_ISA32 sticky for 64-bit.
2797 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
2798 Generate .crange sections when switching ISA mode or emitting
2799 constants in same section as code.
2800 * config/tc-sh64.c: Reformat structure definitions.
2801 (sh64_end_of_assembly, sh64_mix, sh64_shcompact_const_crange): New
2802 variables.
2803 (sh64_set_contents_type): Rename from sh64_init_section. Rewrite
2804 to emit a .cranges descriptor when contents type changes. Only
2805 emit error if changing contents type and -no-mix is in effect.
2806 (sh64_emit_crange, sh64_flush_last_crange, sh64_flag_output,
2807 sh64_flush_pending_output, sh64_tc_cons_fix_new): New functions.
2808 (shmedia_md_end): Set sh64_end_of_assembly. Pass
2809 sh64_flush_last_crange over sections.
2810 When checking main symbol of datalabel symbol, check for
2811 STO_SH5_ISA32, not ISA type of section in definition.
2812 (shmedia_frob_file_before_adjust): Check main symbol for
2813 STO_SH5_ISA32; don't check ISA type of section in definition.
2814 (shmedia_frob_section_type): Adjust for .cranges; set section flag
2815 to SHF_SH5_ISA32_MIXED or SHF_SH5_ISA32 according to whether
2816 .cranges entries have been output.
2817 (shmedia_elf_new_section): Just call md_flush_pending_output.
2818 (shmedia_md_assemble): Do not emit a BFD_RELOC_SH_SHMEDIA_CODE
2819 fix. Do not set tc_segment_info_data.in_code for section. Call
2820 sh64_set_contents_type for SHmedia code.
2821 (s_sh64_mode): Do not call sh64_init_section or set seen_insn to
2822 false. Call md_flush_pending_output.
2823 (sh64_target_format): Check that -no-mix and
2824 -shcompact-const-crange are used in sane combination with other
2825 options.
2826 (shmedia_md_pcrel_from_section): Check type of fix for how to
2827 adjust pc-relative.
2828 (sh64_consume_datalabel): Check symbol for having STO_SH5_ISA32,
2829 not ISA type of section in definition.
2830 * config/tc-sh64.h (struct sh64_segment_info_type): Rewrite to
2831 hold contents-type state.
2832 (md_flush_pending_output): Redefine to sh64_flush_pending_output.
2833 (sh64_flush_pending_output): Declare.
2834 (TC_CONS_FIX_NEW): Define to sh64_tc_cons_fix_new.
2835 (sh64_tc_cons_fix_new): Declare.
2836 * config/tc-sh.c (sh_elf_cons) [HAVE_SH64]: Unset seen_insn and
2837 call sh64_flag_output.
2838 (md_assemble) [HAVE_SH64]: Do not emit BFD_RELOC_SH_CODE. Just
2839 call sh64_set_contents_type to mark SHcompact code and set
2840 seen_insn.
2841 (md_longopts): New options "-no-mix" and
2842 "-shcompact-const-crange".
2843 (md_parse_option): Handle new options.
2844 (md_show_usage): Add blurb for new options.
2845 (md_number_to_chars) [HAVE_SH64]: Call sh64_flag_output.
2846 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
2847 * config/tc-sh64.c: Delete investigated and obsolete fixme:s.
2848 (sh64_last_insn_frag): New.
2849 (shmedia_md_convert_frag): Use tc_frag_data field of incoming frag
2850 to get frag for insn opcode for generating fixups; do not assume it
2851 is the same frag.
2852 (shmedia_build_Mytes): Set sh64_last_insn_frag after growing frag
2853 for new insn.
2854 * config/tc-sh64.h (ELF_TC_SPECIAL_SECTIONS): Define for .cranges
2855 section.
2856 (TC_FRAG_TYPE): Define as fragS *.
2857 (TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
2858 (sh64_last_insn_frag): Declare.
2859 (sh64_consume_datalabel): Fix typo; check for seginfo != NULL,
2860 not == NULL before dereferencing.
2861 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
2862 Get rid of BFD section flag and EF_SH64_ABI64.
2863 * config/tc-sh64.c (shmedia_frob_section_type): Use
2864 elf_section_data (sec)->tdata, not a specific BFD section flag, to
2865 communicate the section as containing SHmedia code. Describe why.
2866 * config/tc-sh.c (sh_elf_final_processing): Tweak comment. Set
2867 EF_SH64 regardless of ABI.
2868 * config/tc-sh64.c (shmedia_md_apply_fix): Decapitalize "invalid"
2869 in error message. Handle resolved expressions for
2870 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
2871 BFD_RELOC_SH_IMMS10BY4 and BFD_RELOC_64.
2872 (shmedia_check_limits): Handle BFD_RELOC_64.
2873 (sh64_adjust_symtab): Do not decrement the GAS symbol value for
2874 a STO_SH5_ISA32 symbol, only the BFD value.
2875 2000-12-11 Ben Elliston <bje@redhat.com>
2876 * config/tc-sh64.c: Call dwarf2_emit_insn, not the defunct
2877 dwarf2_generate_asm_lineno.
2878 2000-12-11 Hans-Peter Nilsson <hpn@cygnus.com>
2879 Handle PC-relative MOVI expansions with assembler relaxation.
2880 Generate PC-relative relocs from 16-bit PC-relative expressions.
2881 * config/tc-sh64.c (SHMEDIA_MD_PCREL_FROM_FIX): Break out from...
2882 (shmedia_md_pcrel_from_section): ...here.
2883 (shmedia_md_apply_fix): Handle fixups for 16-bit operands that has
2884 turned completely resolved. Adjust relocation type for 16-bit
2885 immediate operands that has turned PC-relative. Adjust back for
2886 MD_PCREL_FROM_SECTION being applied twice.
2887 (shmedia_md_convert_frag): Always emit reloc for expression with
2888 global or weak symbol. Handle relaxation result for PC-relative
2889 expressions.
2890 (shmedia_md_estimate_size_before_relax): An expression with a weak
2891 or global symbol can not be relaxed. Break out tests for
2892 relaxable symbol into variable sym_relaxable.
2893 <cases C (MOVI_IMM_64, UNDEF_MOVI) and C (MOVI_IMM_32,
2894 UNDEF_MOVI)>: Break out any PC-relative expression and change
2895 relaxation type.
2896 (shmedia_build_Mytes): CSE &operands->operands[j] into variable
2897 opjp.
2898 <case A_IMMS16>: Fix typo for initial minor relaxation type of
2899 MOVI expansion. If X_op_symbol of the immediate expression is
2900 set, make an expression symbol for the argument to frag_var.
2901 * config/tc-sh.c (MOVI_IMM_32_PCREL, MOVI_IMM_64_PCREL): New
2902 relaxations.
2903 (END): Adjust for new relaxations.
2904 (md_relax_table): Add entries for new relaxations.
2905 2000-12-07 Ben Elliston <bje@redhat.com>
2906 * config/tc-sh64.c (shmedia_parse_reg): Initialize variable len.
2907 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
2908 * config/tc-sh64.c (shmedia_md_convert_frag): Correct all MOVI and
2909 SHORI operand offsets in PT/PTA/PTB expansions.
2910 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
2911 Implement DataLabel semantics.
2912 * config/tc-sh.c (sh_frob_file) [HAVE_SH64]: Call
2913 shmedia_frob_file_before_adjust.
2914 * config/tc-sh64.c [! OBJ_ELF]: Emit #error.
2915 (DATALABEL_SUFFIX): Define.
2916 (shmedia_md_end) <before adjusting STO_SH5_ISA32 symbols>: Walk
2917 symbol list to update "datalabel" symbols to their main symbol
2918 counterparts.
2919 (shmedia_frob_file_before_adjust): New.
2920 (sh64_adjust_symtab): For remaining datalabel symbols, set to
2921 undefined and set STT_DATALABEL.
2922 (sh64_frob_label): Initialize TC symbol field.
2923 (sh64_consume_datalabel): Actually implement semantics. New
2924 parameter operandf, call it instead of expression.
2925 (sh64_exclude_symbol): New.
2926 * config/tc-sh64.h (md_parse_name): Pass on the function operand
2927 to sh64_consume_datalabel.
2928 (tc_symbol_new_hook): Define to tc_frob_symbol.
2929 (TC_SYMFIELD_TYPE): Define to symbolS *.
2930 (tc_frob_symbol): Define to call sh64_exclude_symbol.
2931 2000-12-01 Hans-Peter Nilsson <hpn@cygnus.com>
2932 * config/tc-sh64.c (shmedia_init_reloc): Tweak comment for default
2933 case.
2934 (shmedia_md_assemble): Call dwarf2_generate_asm_lineno if
2935 generating dwarf2 debug information.
2936 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
2937 * config/tc-sh64.c (sh64_target_format): Use elf64-sh64l and
2938 elf64-sh64 for the 64-bit ABI.
2939 * config/tc-sh.c (md_show_usage): Tweak usage output for -abi=*
2940 option.
2941 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
2942 * config/tc-sh.c: Remove conditionalizing on HAVE_SH64 for
2943 case-insensitivity.
2944 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
2945 * config/tc-sh64.c: Tweak comments, formatting and error messages.
2946 (enum sh64_abi_values): New type.
2947 (enum sh64_isa_values): New type.
2948 (sh64_isa_mode): Replace shmedia_mode. All referers changed.
2949 (seen_shcompact_mode, seen_shmedia_mode): Delete.
2950 (sh64_abi): Replace shmedia_64.
2951 (shmedia_md_convert_frag) <C (MOVI_IMM_64, MOVI_64),
2952 C (MOVI_IMM_32, MOVI_32)>: Correct register number handling.
2953 (s_sh64_mode): Check validity for this target.
2954 (sh64_target_format): Initialize defaults for ISA and ABI.
2955 Fallback to old object format if no SH64 ISA or ABI has been
2956 specified.
2957 * config/tc-sh.c (md_parse_option): Check combinations for errors.
2958 (sh_elf_final_processing): Change to have EF_SH64_ABI64 for 64-bit
2959 ABI and EF_SH64 for 32-bit ABI, if SH64 options are specified.
2960 * config/tc-sh64.h: Fix typo in comment.
2961 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
2962 * config/tc-sh64.c (shmedia_md_estimate_size_before_relax)
2963 <PT fixups for absolute values>: Size will be longest, not
2964 shortest.
2965 (shmedia_md_convert_frag): Disable PTB-warning machinery. Correct
2966 all MOVI and SHORI operand offsets in PT/PTA/PTB expansions.
2967 * config/tc-sh.c (parse_reg) [HAVE_SH64]: Add local variables l0
2968 and l1 to hold lowercase of two first characters. Change all
2969 remaining TO_LOWER to tolower.
2970 * config/tc-sh64.c (TO_LOWER): Delete.
2971 (shmedia_find_cooked_opcode): Use tolower, not TO_LOWER.
2972 (md_parse_name): Define.
2973 (sh64_consume_datalabel): Declare.
2974 (DOLLAR_DOT): Define.
2975 * config/tc-sh64.c (shmedia_parse_exp): New.
2976 (sh64_consume_datalabel): New; just ignoring datalabel semantics.
2977 (shmedia_parse_reg): Remove const from src
2978 parameter.
2979 (shmedia_get_operands): Ditto for args parameter and ptr variable.
2980 (shmedia_md_assemble): Ditto for op_end variable.
2981 (shmedia_get_operand): Ditto for ptr parameter and src variable.
2982 Use shmedia_parse_exp, not parse_exp.
2983 * config/tc-sh64.c (shmedia_parse_reg): Add shmedia_arg_type
2984 parameter. All callers changed.
2985 (shmedia_get_operand): Add shmedia_arg_type parameter. All
2986 callers changed.
2987 (shmedia_parse_reg): Put first two character in local variables.
2988 Use tolower, not TO_LOWER. If no register is found and argtype
2989 indicates a control register, scan shmedia_creg_table
2990 case-insensitive.
2991 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
2992 * Makefile.am (CPU_TYPES): Add sh64.
2993 (TARGET_CPU_CFILES): Add config/tc-sh64.c.
2994 (TARGET_CPU_HFILES): Add config/tc-sh64.h.
2995 Regenerate dependencies.
2996 * Makefile.in: Regenerate.
2997 * configure.in: Add support for sh64-*-elf*.
2998 * configure: Regenerate.
2999 * config/tc-sh64.h: New.
3000 * config/tc-sh64.c: New.
3001 * config/tc-sh.c (md_pseudo_table) [HAVE_SH64]: New pseudos
3002 .mode, .isa and .uaquad.
3003 [HAVE_SH64] (SH64PCREL16_32, SH64PCREL16_64, SH64PCREL16PT_32,
3004 SH64PCREL16PT_64, MOVI_IMM_32, MOVI_IMM_64): Define.
3005 [HAVE_SH64] (END): Define as 10.
3006 [HAVE_SH64] (UNDEF_SH64PCREL, SH64PCREL16, SH64PCREL32,
3007 SH64PCREL48, SH64PCREL64, UNDEF_MOVI, MOVI_16, MOVI_32, MOVI_48,
3008 MOVI_64): Define.
3009 [HAVE_SH64] (SH64PCREL16_F, SH64PCREL16_M, SH64PCREL16_LENGTH,
3010 SH64PCREL32_F, SH64PCREL32_M, SH64PCREL32_LENGTH, SH64PCREL48_F,
3011 SH64PCREL48_M, SH64PCREL48_LENGTH, SH64PCREL64_LENGTH,
3012 MOVI_16_LENGTH, MOVI_32_LENGTH, MOVI_48_LENGTH, MOVI_64_LENGTH):
3013 Define.
3014 (md_relax_table) [HAVE_SH64]: Provide relaxations for SHmedia.
3015 (md_begin) [HAVE_SH64]: Call shmedia_md_begin.
3016 (parse_reg) [HAVE_SH64]: Parse register names case-insensitive.
3017 (md_assemble) [HAVE_SH64]: Call shmedia_md_assemble if assembling
3018 SHmedia instructions. Handle state-change after switching to
3019 SHcompact.
3020 (md_longopts) [HAVE_SH64]: New options --isa=* and --abi=*.
3021 (md_parse_option) [HAVE_SH64]: Parse new options.
3022 (md_show_usage) [HAVE_SH64]: Show usage of new options.
3023 (md_convert_frag) [HAVE_SH64] <default>: Call
3024 shmedia_md_convert_frag instead of abort.
3025 (sh_force_relocation) [HAVE_SH64]: Also force relocation for
3026 BFD_RELOC_SH_SHMEDIA_CODE.
3027 (sh_elf_final_processing) [HAVE_SH64]: Set flags identifying
3028 SHcompact or SHmedia code.
3029 (md_apply_fix) [HAVE_SH64] <default>: Return result from calling
3030 shmedia_md_apply_fix instead of abort.
3031 (md_estimate_size_before_relax) [HAVE_SH64] <default>: Return
3032 result from calling shmedia_md_estimate_size_before_relax instead
3033 of calling abort.
3034 (sh_do_align) [HAVE_SH64]: If shmedia_mode, let shmedia_do_align
3035 do the work.
3036 (tc_gen_reloc) [HAVE_SH64]: For unrecognized relocs, call
3037 shmedia_init_reloc and do nothing more if it returns non-zero.
3038 (sh_finalize) [HAVE_SH64]: Call shmedia_md_end.
3039 * po/POTFILES.in: Regenerate.
3040 * po/gas.pot: Regenerate.
3041
3042 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
3043
3044 * config/tc-sh.c (parse_at): Install the correct version of
3045 2002-02-04's patch.
3046
3047 * config/tc-sh.c (md_apply_fix3) <BFD_RELOC_32_PLT_PCREL>: Don't
3048 assume fixP->fx_subsy is non-NULL.
3049
3050 2002-02-04 Alexandre Oliva <aoliva@redhat.com>
3051
3052 * config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to
3053 A_DISP_PC_ABS, and adjust it by -4.
3054 (get_specific): Accept A_DISP_PC_ABS where A_DISP_PC is
3055 expected.
3056 (build_Mytes): Mark PCRELIMM fix-ups as pc-relative only if
3057 the operand type is not A_DISP_PC_ABS.
3058
3059 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
3060
3061 * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value of
3062 common and weak symbols. Handle common and weak symbols as
3063 undefined symbols with regards to GREG handling and merging.
3064 (mmix_frob_file): Ditto.
3065
3066 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
3067
3068 * configure.in (hppa-*-netbsd*): New target.
3069 * configure: Regenerate.
3070 * config/tc-hppa.h: Also define WARN_COMMENTS if TE_NetBSD.
3071
3072 2002-02-02 Alan Modra <amodra@bigpond.net.au>
3073
3074 * config/tc-v850.c: Add missing prototypes amd use old-style
3075 function definitions.
3076 (AREA_ZDA, AREA_SDA, AREA_TDA): Delete.
3077 (sdata_section tdata_section, zdata_section, sbss_section,
3078 tbss_section, zbss_section, rosdata_section, rozdata_section,
3079 scommon_section, tcommon_section, zcommon_section,
3080 call_table_data_section, call_table_text_section): Delete.
3081 (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
3082 v850_zbss, v850_bss, v850_rosdata, v850_rozdata,
3083 v850_call_table_data, v850_call_table_text): Delete.
3084 (struct v850_seg_entry): New.
3085 (v850_seg_table): New.
3086 (SDATA_SECTION TDATA_SECTION, ZDATA_SECTION, SBSS_SECTION,
3087 TBSS_SECTION, ZBSS_SECTION, BSS_SECTION, ROSDATA_SECTION,
3088 ROZDATA_SECTION, SCOMMON_SECTION, TCOMMON_SECTION, ZCOMMON_SECTION,
3089 CALL_TABLE_DATA_SECTION, CALL_TABLE_TEXT_SECTION): Define.
3090 (do_v850_seg): New.
3091 (v850_seg): New.
3092 (v850_comm): Use do_v850_seg and v850_seg_table. Simplify
3093 recording of alignment.
3094 (md_pseudo_table): Use v850_seg.
3095 (md_begin): Don't init .call_table_data and .call_table_text here.
3096 Set v850_seg_table bss entry.
3097
3098 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
3099
3100 Support on-demand global register allocation by passing on
3101 base-plus-offset relocs to the linker.
3102 * config/tc-mmix.c: Tweak and fix typos in comments.
3103 (allocate_undefined_gregs_in_linker): New variable.
3104 (OPTION_LINKER_ALLOCATED_GREGS): New option macro.
3105 (md_longopts): Add --linker-allocated-gregs.
3106 (md_parse_option) <case 'x'>: Imply --linker-allocated-gregs.
3107 <case OPTION_LINKER_ALLOCATED_GREGS>: New.
3108 (md_show_usage): Update text for -x. Add text for
3109 --linker-allocated-gregs.
3110 (tc_gen_reloc): Derive default value for addend from val and
3111 baddsy. Use addsec and bfd_is_abs_section in more places. Don't
3112 emit error for BFD_RELOC_MMIX_BASE_PLUS_OFFSET without suitable
3113 GREG if allocate_undefined_gregs_in_linker.
3114 * doc/as.texinfo (Overview) <Target MMIX options>: Add
3115 --linker-allocated-gregs.
3116 * doc/c-mmix.texi (MMIX-Opts): Add blurb about
3117 --linker-allocated-gregs. Mention that it's implied by -x.
3118 (MMIX-Pseudos) <GREG>: Mention when and how a GREG can be omitted.
3119 (MMIX-mmixal): Clarify dated comparison and location of MMIXware.
3120
3121 * config/tc-mmix.h (md_parse_name): Use ISUPPER, not isupper.
3122
3123 2002-02-01 Alan Modra <amodra@bigpond.net.au>
3124
3125 * Makefile.am: Run "make dep-am"
3126 * Makefile.in: Regenerate.
3127
3128 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
3129
3130 * config/tc-or32.c: New file.
3131 * config/tc-or32.h: New file.
3132 * configure.in: Add support for or32 targets.
3133 * configure: Regenerate.
3134 * config/obj-coff.c: Add support for or32 targets.
3135 * config/obj-coff.h: Add support for or32 targets.
3136 * Makefile.am: Add support for or32 targets.
3137 * Makefile.in: Regenerate.
3138 * NEWS: Mention support for OpenRISC.
3139 * doc/Makefile.in: Regenerate.
3140 * po/POTFILES.in: Regenerate.
3141 * po/gas.pot: Regenerate.
3142
3143 2002-01-30 Richard Sandiford <rsandifo@redhat.com>
3144
3145 * config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iy
3146 and mod.
3147
3148 2002-01-29 Chris Demetriou <cgd@broadcom.com>
3149
3150 * config/tc-mips.c (tc_gen_reloc): Arrange for
3151 BFD_RELOC_PCREL_HI16_S relocations to be output relative to
3152 their LO16 parts, even for ELF.
3153
3154 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
3155
3156 * config/tc-i386.c: Protect definitions of true and false
3157 from redefinition.
3158
3159 2002-01-28 Jakub Jelinek <jakub@redhat.com>
3160
3161 * config/obj-elf.c (elf_frob_file_before_adjust): Remove symbols
3162 made because of .weak, if they are neither defined nor used in any
3163 way.
3164
3165 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
3166
3167 * configure: Regenerated.
3168
3169 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
3170
3171 * doc/Makefile.am (install): Depend on install-info.
3172 * doc/Makefile.in: Regenerate.
3173
3174 2002-01-26 Nick Clifton <nick@redhat.com>
3175
3176 * po/fr.po: Updated version
3177
3178 2002-01-24 Kazu Hirata <kazu@hxi.com>
3179
3180 * config/tc-h8300.c (check_operand): Don't print a warning
3181 when a valid 24-bit address is given to a 16-bit address
3182 operand.
3183
3184 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
3185
3186 * config/tc-sh.c (sh_elf_suffix): Removed.
3187 (sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new,
3188 sh_end_of_match, sh_parse_name): New functions.
3189 (sh_elf_cons): Simplify.
3190 (parse_exp): Reject misplaced PIC operands.
3191 (md_undefined_symbol): Simplify.
3192 (sh_fix_adjustable): Let @GOTOFF be adjusted.
3193 (md_apply_fix3): Write @PLT and @GOTOFF addends in place.
3194 (tc_gen_reloc): Move fixp subsy absolute value into addnumber.
3195 Complain if subsy remains at the end.
3196 * config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare.
3197 (md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define.
3198
3199 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
3200
3201 * config/tc-mn10300.c (xr_registers): Move `pc'...
3202 (other_registers): ... here.
3203
3204 2002-01-22 Alan Modra <amodra@bigpond.net.au>
3205
3206 * Makefile.am: Run "make dep-am".
3207 * Makefile.in: Regenerate.
3208 * gas/po/POTFILES.in: Regenerate.
3209
3210 2002-01-21 DJ Delorie <dj@redhat.com>
3211
3212 * config/obj-coff.c (obj_coff_init_stab_section): Make the
3213 stabstr_name allocation permanent, as it will be referenced from
3214 the section hash.
3215
3216 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
3217
3218 * configure.in (ia64-*-netbsd*): New target.
3219 * configure: Regenerate.
3220
3221 2002-01-21 Hans-Peter Nilsson <hp@bitrange.com>
3222
3223 * doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
3224 to @dots call.
3225 <Detailed description, ARM options>: Ditto.
3226 * doc/c-arm.texi (ARM Options): Ditto.
3227
3228 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
3229
3230 * tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
3231 do_mia, do_mar and do_mra respectively.
3232 (do_mav_*): Renamed from do_c_*.
3233 (mav_reg_required_here, mav_parse_offset): Renamed from
3234 cirrus_reg_required_here and cirrus_parse_offset respectively.
3235 (MAV_MODE?): Renamed from CIRRUS_MODE?.
3236
3237 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
3238 Keith Walker <keith.walker@arm.com>
3239
3240 * tc-arm.c (ARM_EXT_V5J, ARM_ARCH_V5TEJ): Define.
3241 (insns): Add pattern for bxj instruction.
3242 (do_bxj): New function.
3243 (arm_cpus): Add arm926ej.
3244 (arm_archs): Add armv5tej.
3245
3246 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
3247
3248 * doc/c-arm.texi: Add new fpe options to list of supported flags.
3249
3250 2002-01-19 Keith Walker <keith.walker@arm.com>
3251
3252 * tc-arm.c (arm_fpus): Add fpe2 and fpe3.
3253
3254 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
3255
3256 * NEWS: Mention new ARM command-line options and VFP support.
3257
3258 * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE. All
3259 uses changed.
3260 (ARM_CEXT_MAVERICK): Similarly.
3261 (ARM_ANY): Now means any core instruction.
3262 (CPU_DEFAULT): Default to ARM_ANY.
3263 (uses_apcs_26, atcps, support_interwork, uses_apcs_float)
3264 (pic_code): Declare for all object types. Make type int.
3265 (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
3266 (march_fpu_opt, mfpu_opt): Declare.
3267 (md_longopts): Tidy up conditional definitions.
3268 (arm_opts, arm_cpus, arm_archs, arm_fpus, arm_extensions)
3269 (arm_long_opts): New tables.
3270 (arm_parse_cpu, arm_parse_arch, arm_parse_fpu): New functions.
3271 (arm_parse_extension): New function.
3272 (md_parse_option): Rewrite using new table-driven system.
3273 (md_show_usage): Use new table-driven system.
3274 (md_begin): Calculate cpu_variant from command line option data.
3275 * doc/as.texinfo (ARM ISA options): Docuement new ARM-specific
3276 command-line options.
3277 * doc/c-arm.texi: Likewise.
3278
3279 2002-01-18 Andreas Jaeger <aj@suse.de>
3280
3281 * as.c (parse_args): Update year.
3282
3283 2002-01-17 Timothy Wall <twall@alum.mit.edu>
3284
3285 * config/tc-tic54x.c (encode_address): Add a more informative
3286 warning about incorrect syntax.
3287
3288 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
3289
3290 * po/gas.pot: Regenerate.
3291
3292 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
3293
3294 * macro.c (get_any_string): Add no-c-format comment to prevent
3295 confusion when translating string.
3296 * gasp.c (get_any_string): Add no-c-format comment to prevent
3297 confusion when translating string.
3298
3299 2002-01-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3300 Johannes Stezenbach <js@convergence.de>
3301 * config/tc-mips.c (percent_op): Ensure longer percent_op's are
3302 matched before the shorter ones.
3303 (my_getSmallParser): Fix handling of nested parentheses in
3304 percent_op's. Code cleanup.
3305 (my_getPercentOp): New function, code from my_getSmallParser.
3306 (my_getSmallExpression): Fix handling of closing parentheses.
3307 Code cleanup. Better comments.
3308
3309 2002-01-16 Nick Clifton <nickc@redhat.com>
3310
3311 po/tr.po: New file: Turkish translation.
3312 configure.in (LINGUAS): Add "tr".
3313 configure: Regenerate.
3314
3315 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
3316
3317 Support for VFP instructions
3318 * tc-arm.c (CP_WB_OK, CP_NO_WB): New defines.
3319 (cp_address_required_here): New argument wb_ok. When false, do not
3320 accept write-back forms of addressing. Change all callers.
3321 (FPU_VFP_EXT_NONE, FPU_VFP_EXT_V1xD, FPU_VFP_VFP_V1)
3322 (FPU_VFP_EXT_V2): Define.
3323 (FPU_ARCH_VFP, FPU_ARCH_VFP_V1xD, FPU_ARCH_VFP_V1, FPU_ARCH_VFP_V2):
3324 Define in terms of above.
3325 (vfp_dp_reg_pos, vfp_sp_reg_pos, vfp_ldstm_type): New enums.
3326 (vfp_reg): New struct.
3327 (vfp_regs): New array of registers.
3328 (insns): Add VFP instructions.
3329 (sn_table): New array of VFP single-precision register names.
3330 (dn_table): New array of VFP double-precision register names.
3331 (all_reg_maps): Add the new register tables.
3332 (arm_reg_type): Add new values for above. Increase RET_TYPE_MAX.
3333 (vfp_sp_reg_required_here, vfp_dp_reg_required_here, do_vfp_sp_monadic)
3334 (do_vfp_dp_monadic, do_vfp_sp_dyadic, do_vfp_dp_dyadic)
3335 (do_vfp_reg_from_sp, do_vfp_sp_reg2, do_vfp_sp_from_reg)
3336 (do_vfp_reg_from_dp, do_vfp_reg2_from_dp, do_vfp_dp_from_reg)
3337 (do_vfp_dp_from_reg2, vfp_psr_parse, vfp_psr_required_here)
3338 (do_vfp_reg_from_ctrl, do_vfp_ctrl_from_reg, do_vfp_sp_ldst)
3339 (do_vfp_dp_ldst, vfp_sp_reg_list, vfp_dp_reg_list, vfp_sp_ldstm)
3340 (vfp_dp_ldstm, do_vfp_sp_ldstmia, do_vfp_sp_ldstmdb, do_vfp_ldstmia)
3341 (do_vfp_dp_ldstmdb, do_vfp_xp_ldstmia, do_vfp_xp_ldstmdb)
3342 (do_vfp_sp_compare_z, do_vfp_dp_compare_z, do_vfp_dp_sp_cvt)
3343 (do_vfp_sp_dp_cvt): New functions.
3344 (md_begin): Set soft-float flag for appropriate VFP work.
3345 (md_atof): Handle VFP-format doubles.
3346 (md_parse_option): Handle VFP command-line options.
3347 (md_show_usage): Display VFP command-line options.
3348
3349 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
3350
3351 * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
3352 various command line options.
3353
3354 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
3355
3356 * config/tc-xstormy16.c: (xstormy16_fix_adjustable): Do not fix
3357 vtinherit relocs.
3358 (xstormy16_md_apply_fix3): Do not return a value.
3359
3360 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
3361
3362 * tc-arm.c (md_longopts): On targets that aren't bi-endian, support
3363 the -EL/-EB option that matches the target's endianness.
3364 (md_parse_option): Likewise.
3365
3366 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
3367
3368 * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
3369 is not dependent on ARM_BI_ENDIAN.
3370
3371 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
3372
3373 * tc-arm.c (all error messages): Normalize capitalization of messages.
3374
3375 * tc-arm.h (md_operand): Delete define.
3376 * tc-arm.c (in_my_get_expression): New static variable.
3377 (my_get_expression): Set and clear it.
3378 (md_operand): New function. If called from my_get_expression
3379 put the error in inst.error.
3380 (output_inst): Now takes argument of instruction being assembled.
3381 Print it out with any error message.
3382 (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store
3383 with '=' syntax.
3384 (end_of_line): Don't update inst.error if it is already set.
3385
3386 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
3387
3388 * tc-arm.c (do_ldst): Fix handling an immediate expression pseudo
3389 op that can be translated into a mvn instruction.
3390
3391 2002-01-11 Steve Ellcey <sje@cup.hp.com>
3392
3393 * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for
3394 setting default md.flags.
3395 (SHT_INIT_ARRAY): New elf special section used by HP-UX.
3396 (SHT_FINI_ARRAY): New elf special section used by HP-UX.
3397 * gas/config/tc-ia64.c (setup_unwind_header): Add support
3398 for 32 bit unwind info blocks.
3399 (generate_unwind_image): Add support for different types
3400 of unwind images (32 bits and/or big-endian).
3401 (ia64_init): Use MD_FLAGS_DEFAULT to set md.flags.
3402 (ia64_target_format): Add support for hpux target formats.
3403 (ia64_gen_real_reloc_type): Add support for FUNC_IPLT_RELOC.
3404 (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
3405 SHT_FINI_ARRAY elf section types.
3406
3407 2002-01-10 Richard Earnshaw <rearnsha@arm.com>
3408
3409 * tc-arm.c (struct reg_entry): Move before prototypes.
3410 (int_register, cp_register, fp_register): Delete.
3411 (reg_table): Delete. Replaced with ...
3412 (rn_table, cp_table, cn_table, fn_table, mav_mvf_table)
3413 (mav_mvd_table, mav_mvfx_table, mav_mvdx_table, mav_mvax_table)
3414 (mav_dspsc_table): ... one table per register set.
3415 (arm_reg_hsh): Delete.
3416 (struct reg_map): New structure.
3417 (all_reg_maps): New array.
3418 (enum arm_reg_type): New enums.
3419 (build_reg_hsh): New function.
3420 (insert_reg_alias): Use hash table passed by caller. Adjust all
3421 callers.
3422 (create_register_alias): New function, split out from ...
3423 (md_assemble): ... here.
3424 (md_begin): Build new register hash tables.
3425 (arm_reg_parse): New argument for the hash table to search. Adjust all
3426 callers.
3427 (arm_reg_parse_any): New function.
3428 (co_proc_number): Look up the processor number in the processor hash
3429 table.
3430 (cirrus_regtype): Delete.
3431 (cirrus_register, cirrus_mvf_register, cirrus_mvd_register)
3432 (cirrus_mvfx_register, cirrus_mvdx_register, cirrus_mvax_register)
3433 (ARM_EXT_MAVERICKsc_register): Delete.
3434 (do_c_binops_1, do_c_binops_2, do_c_binops_3): Delete.
3435 (do_c_binops_1[a-o], do_c_binops_2[a-c], do_c_binops_3[a-d]): New
3436 functions.
3437 (do_c_triple_4, do_c_triple_5): Delete.
3438 (do_c_triple_4[ab], do_c_triple_5[a-h]): New functions.
3439 (do_c_quad_6): Delete.
3440 (do_c_quad_6[ab]): New functions.
3441 (do_c_binops, do_c_triple, do_c_quad, do_c_shift, do_c_ldst): Rework
3442 arguments to use new register parsing methods.
3443 (cirrus_reg_required_here): Likewise.
3444 (insns): Reclassify cirrus maverick worker functions.
3445 (cirrus_valid_reg): Delete.
3446
3447 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
3448
3449 * configure.in (sh*le): Set cpu_type=sh and endian=little.
3450 (sh*-*-netbsdelf*): New target.
3451 * configure: Regenerate.
3452 * tc-sh.h: Update copyright years.
3453 (TARGET_FORMAT): Add version for TE_NetBSD.
3454
3455 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
3456
3457 * read.c (emit_expr): Do not allow 'size' or 'nbytes' to go
3458 negative.
3459
3460 2002-01-06 Alan Modra <amodra@bigpond.net.au>
3461
3462 * config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
3463 * config/tc-m68k.c (md_relax_table): Add md_prepare_relax_scan comment.
3464
3465 2002-01-05 Daniel Jacobowitz <drow@mvista.com>
3466
3467 * tc-mips.c (mips_cprestore_valid): New flag.
3468 (mips_frame_reg_valid): New flag.
3469 (macro) [M_JAL_2]: Check both flags.
3470 [M_JAL_A]: Likewise.
3471 (s_cprestore): Set mips_cprestore_valid.
3472 (tc_get_register): If setting mips_frame_reg, set
3473 mips_frame_reg_valid and clear mips_cprestore_valid.
3474 (s_mips_ent): Clear both flags.
3475 (s_mips_end): Clear both flags.
3476
3477 2002-01-05 Alan Modra <amodra@bigpond.net.au>
3478
3479 * write.c (write_object_file): Make use of bfd_section_list_remove.
3480 * config/obj-ecoff.c (ecoff_frob_file): Likewise.
3481 * config/tc-mmix.c (mmix_frob_file): Likewise.
3482
3483 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
3484
3485 * configure.in (i386-*-netbsdelf*): Collapse target into...
3486 (i386-*-netbsd*): ...this. Add support for x86-64.
3487 * configure: Regenerated.
3488
3489 2002-01-03 matthew green <mrg@redhat.com>
3490
3491 * config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.
3492
3493 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
3494
3495 * config/tc-m68k.c (md_estimate_size_before_relax): Test for a
3496 NULL frag link.
3497
3498 For older changes see ChangeLog-0001
3499 \f
3500 Local Variables:
3501 mode: change-log
3502 left-margin: 8
3503 fill-column: 74
3504 version-control: never
3505 End: