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