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