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