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