* depend.c: Convert to ISO-C.
[binutils-gdb.git] / gas / ChangeLog
1 2003-11-20 Kazu Hirata <kazu@cs.umass.edu>
2
3 * depend.c: Convert to ISO-C.
4 * dwarf2dbg.c: Likewise.
5 * dwarf2dbg.h: Likewise.
6
7 2003-11-20 Kazu Hirata <kazu@cs.umass.edu>
8
9 * app.c: Convert to ISO-C.
10 * as.h: Likewise.
11 * atof-generic.c: Likewise.
12 * bignum-copy.c: Likewise.
13 * bignum.h: Likewise.
14 * cgen.c: Likewise.
15 * cgen.h: Likewise.
16 * cond.c: Likewise.
17
18 2003-11-20 DJ Delorie <dj@redhat.com>
19
20 * config/tc-sh64.c (shmedia_frob_section): Only frob elf32
21 sections.
22
23 2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
24
25 * config/tc-h8300.c: Make some functions and global
26 variables static appropriately.
27
28 2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
29
30 * config/obj-ieee.c: Remove duplicate prototypes.
31 * config/tc-h8300.c: Likewise.
32
33 2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
34
35 * config/tc-h8300.c: Convert to ISO-C.
36 * config/tc-h8300.h: Likewise.
37
38 2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
39
40 * config/tc-mcore.h: Remove prototypes already in tc.h.
41 * config/tc-tic4x.c: Likewise.
42
43 2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
44
45 * config/tc-arc.c: Remove a local prototype of atof_ieee.
46 * config/tc-ip2k.c: Likewise.
47 * config/tc-iq2000.c: Likewise.
48 * config/tc-tic30.c: Remove a comment.
49
50 2003-11-19 Bob Wilson <bob.wilson@acm.org>
51
52 * config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add
53 call to dwarf2_emit_insn.
54
55 2003-11-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
56
57 * config/tc-mips.c (macro): Handle new macros: "lca" and "dlca"
58 for loading addresses using CALL relocations.
59 Don't emit CALL relocations when a base register is used.
60
61 2003-11-15 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
62
63 * config/tc-mips.c: Formatting fixes.
64
65 2003-11-14 Ben Elliston <bje@wasabisystems.com>
66
67 * config/tc-arm.c (arm_elf_change_section): Not static.
68
69 2003-11-13 Nick Clifton <nickc@redhat.com>
70
71 * tc-arm.c (mapping_state): New function. Emit a mapping
72 symbol if necessary.
73 (arm_elf_change_section): New function. Intercept section
74 changes and generate mapping symbols.
75 (s_bss): Likewise.
76 (s_arm_elf_cons): Likewise.
77 (opcode_select): Choose the correct mapping state.
78 (md_assemble): Likewise.
79 * tc-arm.h (md_elf_section_change_hook): Define.
80 * doc/c-arm.texi (ARM Mapping Symbols): New node.
81 * NEWS: Mention new feature.
82
83 2003-11-12 Daniel Jacobowitz <drow@mvista.com>
84
85 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Define.
86 * doc/Makefile.am (install-info): Define.
87
88 * aclocal.m4: Regenerate.
89 * Makefile.in: Regenerate.
90 * doc/Makefile.in: Regenerate.
91
92 2003-11-11 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
93
94 * configure.in: Add support for arm-wince-pe target.
95 * configure: Regenerate.
96
97 2003-11-11 Jan Hubicka <jh@suse.cz>
98
99 * config/tc-i386.c (tc_i386_fix_adjustable):
100
101 2003-11-10 Alan Modra <amodra@bigpond.net.au>
102
103 * config/tc-ia64.c (ia64_handle_align): Remove bogus be_nop.
104
105 2003-11-10 Alan Modra <amodra@bigpond.net.au>
106
107 * README: Update bug report address. Move bug reporting info to
108 binutils/README.
109
110 2003-11-07 Christian Groessler <chris@groessler.org>
111
112 * doc/c-z8k.texi: Document command-line options. Fix byte
113 register names. Document '.z8001' and '.z8002' directives.
114 Extend addressing modes documentation.
115
116 2003-11-07 Jonathan R. Grant <jg-binutils@jguk.org>
117
118 * input-file.c (input_file_open): Use "No such file" error
119 message.
120
121 2003-11-06 Pete Gonzalez <pgonzalez@bluel.com>
122
123 * config/tc-arm.texi (struct reg_entry): Add new field 'builtin'.
124 (rn_table, iwmmxt_table, cp_table, cn_table, fn_table, sn_table,
125 dn_table, mav_mvf_table, mac_mvd_table, mav_mvfx_table,
126 mav_mvax_table, mav_dspc_table): Initialise new field.
127 (insert_reg_alias): Initialise new field.
128 (md_pseudo_table): Add "unreq" entry.
129 (s_unreq): New function: Undo the effects of a previous .req.
130 * doc/c-arm.texi: Document new pseudo op.
131 * NEWS: Mention new feature.
132
133 2003-11-06 Bruno Rohee <bruno@rohee.com>
134
135 * config/obj-vms.c: Fix "the the" typo.
136 * doc/c-arm.texi: Likewise.
137
138 2003-11-06 Nick Clifton <nickc@redhat.com>
139
140 * config/obj-vms.c: Convert to ISO-C.
141
142 2003-11-05 Alan Modra <amodra@bigpond.net.au>
143
144 * config/tc-ppc.h (TC_FORCE_RELOCATION): Only define for ELF and XCOFF.
145
146 2003-10-31 Christian Groessler <chris@groessler.org>
147
148 * config/tc-i860.c (md_pcrel_from): Fix typo in comment.
149
150 2003-10-29 Phil Edwards <phil@codesourcery.com>
151
152 * configure.in (arm-*-vxworks, i386-*-vxworks, mips-*-vxworks,
153 ppc-*-vxworks, ppc-*-windiss): Remove separate outdated stanzas.
154 (*-*-vxworks, *-*-windiss): Use common stanzas, all ELF.
155 * configure: Regenerated.
156
157 2003-10-27 Kazu Hirata <kazu@cs.umass.edu>
158
159 * ChangeLog: Fix typos.
160 * ChangeLog-9295: Likewise.
161 * as.c: Fix comment typos.
162 * as.h: Likewise.
163 * atof-generic.c: Likewise.
164 * bit_fix.h: Likewise.
165 * frags.h: Likewise.
166 * hash.c: Likewise.
167 * input-file.c: Likewise.
168 * input-scrub.c: Likewise.
169 * itbl-ops.c: Likewise.
170 * itbl-parse.y: Likewise.
171 * listing.c: Likewise.
172 * macro.h: Likewise.
173 * read.c: Likewise.
174 * sb.c: Likewise.
175 * sb.h: Likewise.
176 * symbols.c: Likewise.
177 * symbols.h: Likewise.
178
179 2003-10-27 Stephane Carrez <stcarrez@nerim.fr>
180
181 * config/tc-m68hc11.c: Convert to ISO C90.
182 * config/tc-m68hc11.h: Likewise.
183
184 2003-10-26 Kazu Hirata <kazu@cs.umass.edu>
185
186 * doc/c-sh64.texi: Fix a typo.
187
188 2003-10-26 Kazu Hirata <kazu@cs.umass.edu>
189
190 * doc/c-alpha.texi: Fix typos.
191 * doc/c-ia64.texi: Likewise.
192 * doc/c-mmix.texi: Likewise.
193 * doc/c-sh64.texi: Likewise.
194 * doc/c-xtensa.texi: Likewise.
195 * doc/internals.texi: Likewise.
196
197 2003-10-24 H.J. Lu <hongjiu.lu@intel.com>
198
199 * config/obj-elf.c (obj_elf_change_section): Allow SHF_ALLOC
200 for .interp, .strtab and .symtab. Use specified section
201 attributes.
202
203 2003-10-22 Andreas Schwab <schwab@suse.de>
204 H.J. Lu <hongjiu.lu@intel.com>
205 Jim Wilson <wilson@specifixinc.com>
206
207 * config/tc-ia64.c (update_qp_mutex): New.
208 (note_register_values): Properly handle one of PRs in compare
209 is PR0. Don't add a mutex relation for .and.orcm/.or.andcm.
210 Clear mutex relation for .none/.unc. Don't clear mutex relation
211 on predicated compare.
212
213 2003-10-21 Wouter van Heyst <wouter@vidicode.nl>
214
215 * config/tc-arm.c (all_reg_maps): Correct text describing Maverick
216 register requirements.
217 (md_begin): Remove F_SOFT_FLOAT if enabling MAVERICK FP.
218
219 2003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
220 Bernardo Innocenti <bernie@develer.com>
221
222 * config/tc-m68k.c: Add MCF528x (MCFv4) support.
223 * config/m68k-parse.h: Likewise.
224 * NEWS: Mention the new support.
225 * doc/c-m68k.texi: Document new processor selection switch.
226
227 2003-10-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
228
229 * config/tc-mips.c (normalize_constant_expr): New function to fix sign
230 extensions broken by gas' expression evaluation of constants.
231 (check_absolute_expr): Use it.
232 (mips_ip): Likewise.
233
234 2003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
235
236 Generate BFD_RELOC_MMIX_PUSHJ_STUBBABLE for PUSHJ when possible.
237 * doc/c-mmix.texi (MMIX-Opts): Document --no-pushj-stubs and
238 --no-stubs.
239 * config/tc-mmix.c: Include limits.h. Expand on mmix_relax_table
240 comment.
241 (expand_op, mmix_next_semicolon_is_eoln): Fix head comment.
242 (pushj_stubs): New variable.
243 (OPTION_NOPUSHJSTUBS, STATE_PUSHJSTUB, PUSHJSTUB_MIN)
244 (PUSHJSTUB_MAX): New macros.
245 (md_longopts): New options "--no-pushj-stubs" and synonym
246 "--no-stubs".
247 (mmix_relax_table): Handle new entry for STATE_PUSHJSTUB.
248 (md_parse_option): Handle OPTION_NOPUSHJSTUBS.
249 (md_estimate_size_before_relax): Modify STATE_PUSHJ state for
250 PUSHJ stub relaxation.
251 (md_convert_frag): Handle STATE_PUSHJSTUB.
252 (md_apply_fix3): Handle BFD_RELOC_MMIX_PUSHJ_STUBBABLE.
253 (tc_gen_reloc): Ditto.
254 (mmix_md_relax_frag): Handle PUSHJ stub relaxation.
255 * config/tc-mmix.h (TC_SEGMENT_INFO_TYPE): Define.
256 (struct mmix_segment_info_type): New.
257
258 2003-10-17 Paul Dale <pauli@snapgear.com>
259 Bernardo Innocenti <bernie@develer.com>
260
261 * config/tc-m68k.c (make_pcrel_absolute): Enforce
262 PC-relative jumps with --pcrel.
263 (md_convert_frag_1): Likewise.
264 (md_create_long_jump): Likewise.
265
266 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
267
268 * config/tc-h8300.c (PSIZE): Correct for Normal mode.
269 (get_operand): Accept both 16 bit 32 bit registers as pointer
270 registers, when operating in Normal mode.
271 (fix_operand_size): Make default address size 16 for Normal mode.
272
273 2003-10-17 Ian Lance Taylor <ian@wasabisystems.com>
274
275 * config/tc-arm.c (do_iwmmxt_byte_addr): Reject control
276 registers.
277 (do_iwmmxt_word_addr): With a control register, reject conditional
278 execution and reject a non-word size.
279
280 2003-10-16 Peter Bergner <bergner@vnet.ibm.com>
281
282 * configure.in: Set em=linux for ppc-*-linux-gnu* target.
283 * configure: Regenerate.
284
285 2003-10-15 Alan Modra <amodra@bigpond.net.au>
286
287 * doc/as.texinfo (Align): Correct list of byte targets.
288
289 2003-10-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
290
291 * config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro):
292 Fix indentation. Better error message.
293
294 2003-10-14 Bob Wilson <bob.wilson@acm.org>
295
296 * config/tc-xtensa.c (xtensa_create_property_segments): Remove bfd
297 argument in call to xtensa_get_property_section_name. Formatting.
298
299 2003-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
300
301 * config/tc-sh.h (sh_coff_reloc_mangle): Delete an extra
302 parenthesis.
303
304 2003-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
305
306 * config/tc-sh.c: Convert to ISO C90. Remove unnecessary
307 prototypes and casts.
308 * config/tc-sh.h: Likewise.
309 * config/tc-sh64.c: Likewise.
310 * config/tc-sh64.h: Likewise.
311
312 2003-10-08 Dave Brolley <brolley@redhat.com>
313
314 * config/tc-frv.c (fr550_check_insn_acc_range): New function.
315 (fr550_check_acc_range): New function.
316 (md_assemble): Call fr550_check_acc_range.
317
318 2003-10-08 Dave Brolley <brolley@redhat.com>
319
320 * config/tc-frv.c: Handle DEFAULT_CPU_FR550.
321 (md_parse_option): Handle OPTION_CPU==fr550.
322 (md_show_usage): Document fr550.
323
324 2003-10-08 Philippe De Muyter <phdm@macqel.be>
325
326 * as.c (use_gnu_debug_info_extensions) : New variable.
327 (parse_args) : Accept new --gstabs+ option, and set
328 `use_gnu_debug_info_extensions'.
329 (show_usage) : Document --gstabs+ option.
330 * as.h (use_gnu_debug_info_extensions) : New extern declaration.
331 * stabs.c (stabs_generate_asm_file) : If
332 `use_gnu_debug_info_extensions' is set, add the compilation
333 directory to the stabs debug info.
334 * doc/as.texinfo : Document --gstabs+ option.
335 * NEWS: Mention new feature.
336
337 2003-10-06 Matt Thomas <matt@3am-software.com>
338
339 Switch NetBSD/hppa to use Linux PA-RISC ELF ABI and
340 assembler syntax.
341
342 * tc-hppa.c: Add "%farg[0-3]", "%fret", "%t[1-4]", "%tf[1-4]"
343 register names. Change all "defined (TE_LINUX)" to
344 "(defined (TE_LINUX) || defined (TE_NETBSD))".
345
346 * tc-hppa.h: Make NetBSD use "elfXX-hppa-linux" bfd target.
347 Remove NetBSD's use of LABELS_WITHOUT_COLONS.
348
349 2003-10-06 Robert Millan <robertmh@gnu.org>
350
351 * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
352 * configure: Regenerate.
353
354 2003-10-05 Nick Clifton <nickc@redhat.com>
355
356 * as.c (parse_args): Revert patch to change handling of -f
357 option. Its behaviour is mandated by the POSIX 2 spec.
358
359 2003-10-04 Christian Groessler <chris@groessler.org>
360
361 * tc-z8k.c (newfix): Tell fix_new_exp about pc relativeness.
362 (md_apply_fix3): Fix R_JR, R_DISP7, and R_CALLR cases.
363 (md_pcrel_from): This function now gets called. Supply return
364 value.
365
366 2003-10-04 Nick Clifton <nickc@redhat.com>
367
368 * as.c: Convert to ISO C90.
369
370 2003-10-04 Nick Clifton <nickc@redhat.com>
371
372 * as.c (std_shortopts): Remove 'f'.
373 (std_longopts): Add 'f'. Doing this prevents -f<foo> being
374 acecpted as an alias for -f.
375
376 2003-10-04 Danny Smith <danny_r_smith_2001@yahoo.co.nz>
377
378 * config/obj-coff.c (obj_coff_section [BEF_ASSEMBLER]):
379 Make 'r' mean readonly data.
380
381 2003-10-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
382
383 * config/tc-mips.c (macro_build_ldst_constoffset,load_register,macro):
384 Unbreak overflow checks.
385
386 2003-10-01 Chris Demetriou <cgd@broadcom.com>
387
388 * config/tc-mips.c (s_cpreturn): Correct errors in comment.
389
390 2003-10-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
391
392 * config/tc-mips.c (macro_build_ldst_constoffset): Fix sign extension
393 tests.
394 (load_register): Likewise.
395 (macro): Likewise.
396
397 2003-09-30 Chris Demetriou <cgd@broadcom.com>
398
399 * config/tc-mips.c (mips_ip): Capitalize first word of
400 existing condition code warning, and add condition code
401 warnings for .ps instructions, and for bc1any[24][tf].
402
403 2003-09-30 Chris Demetriou <cgd@broadcom.com>
404
405 * NEWS: Mention support for MIPS64 Release 2.
406
407 2003-09-30 Chris Demetriou <cgd@broadcom.com>
408
409 * NEWS: Add an indication of the cutoff for 2.14.
410
411 2003-09-30 Chris Demetriou <cgd@broadcom.com>
412
413 * configure.in (mipsisa64r2, mipsisa64r2el, mipsisa64r2*): New CPUs.
414 * configure: Regenerate.
415 * config/tc-mips.c (imm2_expr): New variable.
416 (md_assemble, mips16_ip): Initialize imm2_expr.
417 (ISA_HAS_64BIT_REGS, ISA_HAS_DROR, ISA_HAS_ROR): Add ISA_MIPS64R2.
418 (macro_build): Handle +A, +B, +C, +E, +F, +G, and +H format operands.
419 (macro): Handle M_DEXT and M_DINS.
420 (validate_mips_insn): Handle +E, +F, +G, +H, and +I format operands.
421 (mips_ip): Likewise.
422 (OPTION_MIPS64R2): New define.
423 (md_longopts): New entry for -mips64r2 (OPTION_MIPS64R2).
424 OPTION_ASE_BASE): Increase to compensate for OPTION_MIPS64R2.
425 (md_parse_option): Handle OPTION_MIPS64R2.
426 (s_mipsset): Handle setting "mips64r2" ISA.
427 (mips_cpu_info_table): Add mips64r2.
428 (md_show_usage): Document -mips64r2 option.
429 * doc/as.texinfo: Docuemnt -mips64r2 option.
430 * doc/c-mips.texi: Likewise.
431
432 2003-09-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
433
434 * config/tc-hppa.c (pa_ip): Check for invalid 64-bit conditions.
435
436 2003-09-26 Matt Thomas <matt@3am-software.com>
437
438 * config/tc-vax.c (md_shortopts): Fix a typo. Remove 'K'.
439 (OPTION_PIC): Define.
440 (md_longopts): Add "pic" option.
441 (md_parse_option): Change 'K' to OPTION_PIC.
442
443 2003-09-23 Alan Modra <alan@modra.org>
444
445 * config/obj-elf.c (obj_elf_change_section): Adjust for
446 _bfd_elf_get_sec_type_attr changes. Allow SHF_MERGE and SHF_STRINGS
447 to be set when defaults are not. Don't set attr from defaults if
448 old_sec.
449
450 2003-09-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
451
452 * config/tc-mips.c (macro_build_ldst_constoffset): Don't silently
453 truncate values which won't fit im 32 bits.
454 (load_register): Likewise.
455 (macro): Likewise.
456
457 2003-09-17 Dmitry Diky <diwil@mail.ru>
458
459 * config/tc-msp430.c (MAX_OP_LEN): Set to 256.
460 (msp430_operands): Remove redundant l2[16] within switch-case.
461
462 2003-09-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464 * configure.in: Handle arm-*-rtems* and thumb-*rtems*.
465 * configure: Regenerate.
466
467 2003-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
468
469 * config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): Remove.
470 (macro_build_ldst_constoffset): Sign-extend 32-bit constants. Change
471 the function prototype.
472 (load_register): Likewise. Simplify the checks for sign-extended
473 constants.
474 (macro): Likewise. Fix code generation for 64-bit address constants
475 outside the 32-bit compatibility space. Adjust
476 macro_build_ldst_constoffset calls.
477 (s_cprestore): Adjust macro_build_ldst_constoffset call.
478
479 2003-09-11 Bob Wilson <bob.wilson@acm.org>
480
481 * config/tc-xtensa.c (insn_labels, free_insn_labels, saved_insn_labels,
482 literal_syms): New global variables.
483 (xtensa_define_label, add_target_symbol, xtensa_find_label,
484 map_over_defined_symbols, is_loop_target_label,
485 xtensa_mark_target_fragments, xtensa_move_frag_symbol,
486 xtensa_move_frag_symbols, defined_symbols, branch_targets): Delete.
487 (xtensa_begin_directive): Call md_flush_pending_output. Move symbols
488 from insn_labels to saved_insn_labels when entering a literal region.
489 (xtensa_end_directive): Call md_flush_pending_output. Restore
490 insn_labels list when leaving a literal region.
491 (xtensa_literal_position): Call xtensa_clear_insn_labels.
492 (xtensa_literal_pseudo): Add check to disallow .literal inside a
493 literal region. Move insn_labels to saved_insn_labels and then restore
494 insn_labels on exit.
495 (xg_add_branch_and_loop_targets): Replace add_target_symbol calls with
496 code to set is_loop_target or is_branch_target flag on the symbol
497 (xtensa_create_literal_symbol): Call xtensa_add_literal_sym.
498 (xtensa_add_literal_sym, xtensa_add_insn_label,
499 xtensa_clear_insn_labels): New functions.
500 (xtensa_move_labels): Remove old_frag and old_offset arguments. Add
501 loops_ok argument. Rewrite to use insn_labels list instead of
502 calling xtensa_find_label and to check the is_loop_target flag on
503 symbols when loops_ok is false.
504 (xtensa_frob_label): Remove call to xtensa_define_label. Add call
505 to either xtensa_add_literal_sym or xtensa_add_insn_label. Adjust
506 call to xtensa_move_labels. Propagate is_branch_target and
507 is_loop_target flags from symbols to frags.
508 (xtensa_flush_pending_output): Call xtensa_clear_insn_labels.
509 (md_assemble): Use xtensa_move_labels with loops_ok = FALSE when
510 aligning a loop instruction. Adjust call to xtensa_move_labels for
511 aligning entry instructions. Add call to xtensa_clear_insn_labels.
512 (xtensa_end): Remove call to xtensa_mark_target_fragments.
513 (xtensa_move_literals): Replace xtensa_move_frag_symbols call with
514 code to use new literal_syms list.
515 * config/tc-xtensa.h (xtensa_symfield_type): Add is_loop_target and
516 is_branch_target flags.
517
518 2003-09-09 Bob Wilson <bob.wilson@acm.org>
519
520 * config/tc-xtensa.c (xtensa_mark_literal_pool_location): Remove
521 "move_labels" argument and corresponding call to xtensa_move_labels.
522 (md_assemble): Add a separate call to xtensa_move_labels and remove
523 argument for call to xtensa_mark_literal_pool_location.
524 (xtensa_literal_position, xtensa_switch_to_literal_fragment): Fix
525 calls to xtensa_mark_literal_pool_location.
526 (xtensa_create_local_symbol): Delete and inline the code into...
527 (xtensa_create_literal_symbol): ...here.
528 (xtensa_frob_label): Combine conditionals.
529 (expression_maybe_register, xtensa_symbol_new_hook,
530 fix_new_exp_in_seg): Use symbol_get_tc.
531
532 2003-09-09 Bob Wilson <bob.wilson@acm.org>
533
534 * config/tc-xtensa.c (xtensa_literal_pseudo): Remove code for
535 combining identical literals.
536 (expression_maybe_register): Remove call to find_lit_sym_translation.
537 (is_duplicate_expression, cache_literal, is_duplicate_literal,
538 add_lit_sym_translation, find_lit_sym_translation): Delete.
539
540 2003-09-07 Nick Clifton <nickc@redhat.com>
541
542 * doc/as.texinfo (Comments): Comment character for PPC is #.
543
544 2003-09-06 Stephane Carrez <stcarrez@nerim.fr>
545
546 PR savannah/4358:
547 * config/tc-m68hc11.c (s_m68hc11_relax): Use 2 for size to avoid
548 overflow complain.
549
550 2003-09-05 Richard Sandiford <rsandifo@redhat.com>
551
552 * config/tc-frv.c (md_pcrel_from_section): Heed TC_FORCE_RELOCATION.
553
554 2003-09-04 Nick Clifton <nickc@redhat.com>
555
556 * config/tc-v850.c (set_machine): Accept v850e1 machine number.
557 (md_pseudo_table): Add .v850e1 pseudo op.
558 (md_show_usage): Document -mv850e1 switch.
559 (md_parse_option): Accept -mv850e1 switch.
560 (md_begin): Allow TARGET_CPU to be v850e1.
561 * doc/c-v850.texi: Document -mv850e1 switch and .v850e1 pseudo op.
562 * NEWS: Mention support for v850e1.
563
564 2003-09-04 Alan Modra <amodra@bigpond.net.au>
565
566 * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ANY to existing
567 ppc_cpu selection rather than replacing.
568 (ppc_set_cpu): Ignore and preserve PPC_OPCODE_ANY in ppc_cpu.
569 (md_begin): When PPC_OPCODE_ANY, insert all opcodes in ppc_hash.
570
571 2003-09-03 Robert Millan <robertmh@gnu.org>
572
573 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu
574 triplet.
575 * configure: Regenerate.
576
577 2003-09-02 Daniel Jacobowitz <drow@mvista.com>
578
579 * configure.in: Update AC_PREREQ to 2.57. Use AC_CONFIG_FILES
580 and AC_CONFIG_COMMANDS instead of the three-argument AC_OUTPUT.
581 Specify AC_CONFIG_AUX_DIR.
582 * aclocal.m4: Regenerated with aclocal-1.7.
583 * configure: Regenerated with autoconf 2.57.
584 * Makefile.in, doc/Makefile.in: Regenerated with automake-1.7.
585
586 2003-08-29 Jakub Jelinek <jakub@redhat.com>
587
588 * dw2gencfi.c (cfi_pseudo_table): Add cfi_window_save.
589 (dot_cfi, output_cfi_insn): Handle DW_CFA_GNU_window_save.
590 (output_cie): Don't use DW_EH_PE_pcrel if neither DIFF_EXPR_OK
591 nor tc_cfi_emit_pcrel_expr are defined.
592 (output_fde): Use tc_cfi_emit_pcrel_expr if available and
593 DIFF_EXPR_OK is not defined.
594 * config/tc-sparc.h (TARGET_USE_CFIPOP): Define.
595 (tc_cfi_frame_initial_instructions, tc_regname_to_dw2regnum,
596 tc_cfi_emit_pcrel_expr): Define.
597 (sparc_cfi_frame_initial_instructions, sparc_regname_to_dw2regnum,
598 sparc_cfi_emit_pcrel_expr): New prototypes.
599 (sparc_cie_data_alignment): New decl.
600 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Define.
601 * config/tc-sparc.c: Include dw2gencfi.h.
602 (sparc_cie_data_alignment): New variable.
603 (md_begin): Initialize it.
604 (sparc_cfi_frame_initial_instructions): New function.
605 (sparc_regname_to_dw2regnum): Likewise.
606 (sparc_cfi_emit_pcrel_expr): Likewise.
607 * doc/as.texinfo: Document .cfi_window_save.
608
609 * config/tc-sparc.c (s_common): Cast last argument to long and
610 change format string to shut up warning.
611
612 2003-08-25 Jason Eckhardt <jle@rice.edu>
613
614 * doc/c-i860.texi: Update text about relocatable address expansions.
615
616 2003-08-24 Jason Eckhardt <jle@rice.edu>
617
618 * config/tc-i860.c (md_assemble): Use isrc2 from the original
619 instruction when expanding E_ADDR.
620
621 2003-08-21 Nick Clifton <nickc@redhat.com>
622
623 * po/tr.po: Updated Turkish translation.
624
625 2003-08-20 Alan Modra <amodra@bigpond.net.au>
626
627 * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ISEL and
628 PPC_OPCODE_RFMCI to -m440 selected ppc_cpu.
629
630 2003-08-19 Nick Clifton <nickc@redhat.com>
631
632 * config/tc-arm.c (cp_address_required_here): Add code to handle
633 unindexed addressing mode.
634
635 2003-08-19 Alan Modra <amodra@bigpond.net.au>
636
637 * config/tc-ppc.c (md_parse_option): Handle -m440.
638 (md_show_usage): Add -m440.
639 (md_apply_fix3): Warning fix.
640 * doc/c-ppc.texi: Document -m440.
641
642 2003-08-16 Benjamin Kalytta <bkausbk@web.de>
643
644 * read.c (s_print): Check for NULL.
645
646 2003-08-16 Alan Modra <amodra@bigpond.net.au>
647
648 * write.c (fixup_segment): When handling an expression involving
649 the subtraction of two symbols in the same segment, don't clear
650 fx_pcrel except for TC_M68K.
651
652 2003-08-14 Alan Modra <amodra@bigpond.net.au>
653
654 * config/tc-i386.h: Remove BFD_ASSEMBLER tests and all !BFD_ASSEMBLER
655 code.
656 * config/tc-i386.c: Likewise.
657 (RELOC_ENUM): Don't define. Replace throughout with enum.
658
659 * dep-in.sed: Remove libintl.h. Ignore include/fopen-*.h
660 * Makefile.am (POTFILES.in): Unset LC_COLLATE.
661 Run "make dep-am".
662 * Makefile.in: Regenerate.
663
664 2003-08-08 Andreas Schwab <schwab@suse.de>
665
666 * config/tc-m68k.h (TARGET_USE_CFIPOP)
667 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT)
668 (tc_regname_to_dw2regnum, tc_cfi_frame_initial_instructions):
669 Define.
670 * config/tc-m68k.c: Include "dw2gencfi.h".
671 (tc_m68k_regname_to_dw2regnum)
672 (tc_m68k_frame_initial_instructions): New functions.
673
674 2003-08-08 Dmitry Diky <diwil@mail.ru>
675
676 * config/tc-msp430.c: Add xW42 and xE42 parts. Sort MPU list
677 according to gcc order.
678
679 2003-08-07 Jason Eckhardt <jle@rice.edu>
680
681 * config/tc-i860.c (i860_check_label): New function.
682 * config/tc-i860.h (i860_check_label): New prototype.
683 (tc_check_label): Define macro as i860_check_label.
684
685 2003-08-06 Jason Eckhardt <jle@rice.edu>
686
687 * config/tc-i860.c (s_align_wrapper): New function and prototype.
688 (md_pseudo_table): Change s_align_bytes to s_align_wrapper, remove
689 surrounding OBJ_ELF ifdef, and re-format slightly.
690 * doc/c-i860.texi: Document the special .align syntax available
691 in Intel mode.
692
693 2003-08-06 Jason Eckhardt <jle@rice.edu>
694
695 * config/tc-i860.c (i860_handle_align): New function.
696 * config/tc-i860.h (HANDLE_ALIGN): Define macro.
697 (MAX_MEM_FOR_RS_ALIGN_CODE): Define macro.
698
699 2003-08-06 Jason Eckhardt <jle@rice.edu>
700
701 * config/tc-i860.c (i860_process_insn): Check that instructions
702 with their dual-bit set are 8-byte aligned.
703
704 2003-08-06 Nick Clifton <nickc@redhat.com>
705
706 * po/fr.po: Updated French translation.
707
708 2003-08-05 Jason Eckhardt <jle@rice.edu>
709
710 * config/tc-i860.c (i860_process_insn): Don't handle dual-bit
711 setting during flop argument parsing. Instead, do it after
712 instruction is fully parsed.
713
714 2003-08-05 Jason Eckhardt <jle@rice.edu>
715
716 * doc/c-i860.texi: Mention that .dual, .enddual, and .atmp
717 directives are only available in Intel syntax mode.
718
719 2003-08-05 Jason Eckhardt <jle@rice.edu>
720
721 * config/tc-i860.c (s_dual): Accept .dual directive only in
722 the Intel syntax mode.
723 (s_enddual): Likewise for .enddual.
724 (s_atmp): Likewise for .atmp.
725
726 2003-08-04 Alan Modra <amodra@bigpond.net.au>
727
728 * config/tc-i386.c (i386_intel_operand): Always call i386_index_check
729 for memory operands. Pass the full operand_string to i386_index_check.
730
731 2003-08-01 Jason Eckhardt <jle@rice.edu>
732
733 * config/tc-i860.c: Remove SYNTAX_SVR4 macro and occurrences.
734 (target_intel_syntax): Declare variable.
735 (OPTION_INTEL_SYNTAX): Declare macro.
736 (md_longopts): Add option -mintel-syntax.
737 (md_parse_option): Set target_intel_syntax.
738 (md_show_usage): Add -mintel-syntax usage.
739 (md_begin): Set reg_prefix based on target_intel_syntax.
740 (i860_process_insn): Skip register prefix only if there is one.
741 Parse relocatable expressions in either Intel or AT&T syntax based
742 on target_intel_syntax instead of the SYNTAX_SVR4 macro.
743 * doc/c-i860.texi: Document -mintel-syntax option and give blurb
744 about the differences in syntax.
745
746 2003-08-01 Dmitry Diky <diwil@mail.ru>
747
748 * config/tc-msp430.c (msp430_srcoperand): Extend 'push' bug workaround
749 to all arches.
750
751 2003-07-30 J"orn Rennecke <joern.rennecke@superh.com>
752
753 * config/tc-sh.c (md_assemble): For branches, check & update
754 valid_arch here.
755
756 2003-07-30 Jason Eckhardt <jle@rice.edu>
757
758 * config/tc-i860.c: Convert to ISO C90.
759
760 2003-07-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
761
762 * read.c (s_space): Revert 2003-07-28 change.
763
764 2003-07-30 Alan Modra <amodra@bigpond.net.au>
765
766 * config/obj-elf.c (obj_elf_change_section): Allow "x" for .note*.
767
768 2003-07-29 Alan Modra <amodra@bigpond.net.au>
769
770 * config/tc-sh.c (tc_gen_reloc): Test for R_SH_IND12W only when ELF.
771
772 2003-07-29 Jakub Jelinek <jakub@redhat.com>
773
774 * config/tc-ppc.c (md_apply_fix3): Fix check for lq insns.
775
776 2003-07-28 H.J. Lu <hongjiu.lu@intel.com>
777
778 * config/obj-elf.c (obj_elf_section_type): Also accept "note".
779
780 2003-07-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
781
782 * read.c (s_space): Don't warn about .space 0.
783
784 2003-07-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
785
786 * config/tc-mips.c (mips_flag_pdr): Define.
787 (md_begin) [OBJ_ELF]: Use it to control .pdr creation.
788 (s_mips_end) [OBJ_ELF]: Likewise.
789 (md_longopts) [OBJ_ELF]: Define OPTION_PDR, OPTION_NO_PDR.
790 (md_parse_option) [OBJ_ELF]: Handle them.
791 (md_show_usage) [OBJ_ELF]: Document -mpdr, -mno-pdr.
792
793 * doc/c-mips.texi (MIPS Opts): Document -mpdr, -mno-pdr.
794 * doc/as.texinfo (Overview) [MIPS]: Likewise.
795
796 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
797
798 * config/obj-elf.c (obj_elf_change_section): Update
799 elf_section_type and elf_section_flags only when they are
800 specified.
801
802 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
803
804 * config/obj-elf.c (obj_elf_change_section): Always set section
805 type and flags.
806
807 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
808
809 * config/obj-elf.c (special_sections): Removed.
810 (obj_elf_change_section): Call _bfd_elf_get_sec_type_attr. Set
811 elf_section_type and elf_section_flags.
812 (elf_frob_file): Set SHT_GROUP.
813
814 * config/obj-elf.h (obj_sec_set_private_data): New.
815
816 * config/tc-alpha.h (ELF_TC_SPECIAL_SECTIONS): Removed.
817 * config/tc-ia64.h: Likewise.
818 * config/tc-m32r.h: Likewise.
819 * config/tc-m68hc11.h: Likewise.
820 * config/tc-mcore.h: Likewise.
821 * config/tc-mips.h: Likewise.
822 * config/tc-ppc.h: Likewise.
823 * config/tc-sh64.h: Likewise.
824 * config/tc-v850.h: Likewise.
825 * config/tc-xtensa.h: Likewise.
826
827 * config/tc-v850.h (SHF_V850_GPREL): Removed.
828 (SHF_V850_EPREL): Likewise.
829 (SHF_V850_R0REL): Likewise.
830
831 * subsegs.c (subseg_get): Call obj_sec_set_private_data if it
832 is defined.
833
834 2003-07-24 Stephane Carrez <stcarrez@nerim.fr>
835
836 * config/tc-m68hc11.h (DWARF2_ADDR_SIZE): Use 32-bit address for
837 debugging symbols so that we handle page memory correctly.
838
839 2003-07-24 Nick Clifton <nickc@redhat.com>
840
841 * po/fr.po: Updated French translation.
842
843 2003-07-23 Daniel Jacobowitz <drow@mvista.com>
844
845 * config/tc-arm.c (arm_archs): Add iwmmxt.
846
847 2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
848
849 * read.c (do_parse_cons_expression): Mark nbytes unused to
850 silence gcc.
851
852 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
853
854 * config/tc-h8300.c (get_specific): No PCREL8 encoding for bsr/bc
855 or bsr/bs.
856
857 * config/tc-h8300.c (md_assemble): Make sure characters after
858 slash and dot are lower-case.
859
860 2003-07-17 Nick Clifton <nickc@redhat.com>
861
862 * po/es.po: New Spanish translation.
863 * po/tr.po: New Turkish translation.
864 * po/opcodes.pot: Regenerate.
865
866 2003-07-16 Alan Modra <amodra@bigpond.net.au>
867
868 * dwarf2dbg.c (get_frag_fix): Revert 2001-11-15 change.
869 (generic_dwarf2_emit_offset): Don't define function when
870 TC__DWARF2_EMIT_OFFSET is defined.
871
872 2003-07-15 Richard Sandiford <rsandifo@redhat.com>
873
874 * config/tc-mips.c (hilo_interlocks): True for CPU_RM7000.
875 (mips_cpu_info_table): Add rm7000 and rm9000 entries.
876 * doc/c-mips.texi: Document -march=rm9000.
877
878 2003-07-15 Alan Modra <amodra@bigpond.net.au>
879
880 * config/tc-v850.c (md_assemble): When no reloc, create pcrel fixups
881 only for V850_OPERAND_DISP operands.
882
883 2003-07-15 Alan Modra <amodra@bigpond.net.au>
884
885 * frags.c (frag_more): Move segment checks to..
886 (frag_alloc_check): ..here. New function.
887 (frag_append_1_char): Call frag_alloc_check.
888
889 2003-07-14 Nick Clifton <nickc@redhat.com>
890
891 * po/tr.po: Update with latest version.
892 * po/POTFILES.in: Regenerate.
893 * po/gas.pot: Regenerate.
894 * configure: Regenerate.
895
896 2003-07-14 Nick Clifton <nickc@redhat.com>
897
898 * config/tc-ip2k.c: Remove inclusion of <ctype.h>
899 * config/tc-tic4x.c: Replace inclusion of <ctype.h> with
900 "safe-ctype.h" and update use of macros.
901 * Makefile.am: Update dependencies.
902 * Makefile.in: Regenerate.
903
904 2003-07-11 Alan Modra <amodra@bigpond.net.au>
905
906 * po/gas.pot: Regenerate.
907
908 2003-07-10 Jakub Jelinek <jakub@redhat.com>
909
910 * config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): Define always.
911 (TARGET_USE_CFIPOP, tc_cfi_frame_initial_instructions,
912 tc_regname_to_dw2regnum, DWARF2_DEFAULT_RETURN_COLUMN,
913 DWARF2_CIE_DATA_ALIGNMENT): Define.
914 (ppc_cfi_frame_initial_instructions, tc_ppc_regname_to_dw2regnum): New
915 prototypes.
916 (ppc_cie_data_alignment): Declare.
917 * config/tc-ppc.c: Include dw2gencfi.h.
918 (ppc_cie_data_alignment): Define.
919 (md_begin): Initialize ppc_cie_data_alignment.
920 (ppc_cfi_frame_initial_instructions, tc_ppc_regname_to_dw2regnum): New
921 functions.
922 * config/tc-s390.h (DWARF2_LINE_MIN_INSN_LENGTH): Define always.
923 (TARGET_USE_CFIPOP, tc_cfi_frame_initial_instructions,
924 tc_regname_to_dw2regnum, DWARF2_DEFAULT_RETURN_COLUMN,
925 DWARF2_CIE_DATA_ALIGNMENT): Define.
926 (s390_cfi_frame_initial_instructions, tc_s390_regname_to_dw2regnum):
927 New prototypes.
928 (s390_cie_data_alignment): Declare.
929 * config/tc-s390.c: Include dw2gencfi.h.
930 (s390_cie_data_alignment): Define.
931 (md_begin): Initialize s390_cie_data_alignment.
932 (s390_cfi_frame_initial_instructions, tc_s390_regname_to_dw2regnum):
933 New functions.
934
935 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
936
937 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
938 * config/tc-mn10300.h (EXTERN_FORCE_RELOC): Don't define to zero.
939 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
940 * configure.in (am33_2.0, mn10300-*-linux*): Added.
941 * configure: Rebuilt.
942 * config/tc-mn10300.h (TARGET_FORMAT) [TE_LINUX]: Define to
943 elf32-am33lin.
944 * config/tc-mn10300.c (md_begin) [TE_LINUX]: Choose AM33/2.0
945 by default.
946
947 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
948
949 2003-02-25 Alexandre Oliva <aoliva@redhat.com>
950 * config/tc-mn10300.c (mn10300_check_fixup): Set GOT_PCREL type
951 for subtracts from GLOBAL_OFFSET_TABLE that could not be
952 simplified.
953 2002-07-18 Alexandre Oliva <aoliva@redhat.com>
954 * config/tc-mn10300.c (mn10300_check_fixup): Accept subtracts that
955 could not be simplified.
956 (tc_gen_reloc): Turn an absolute fx_subsy into part of fx_offset.
957 2001-11-04 Alexandre Oliva <aoliva@redhat.com>
958 * config/tc-mn10300.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't adjust
959 BDF_RELOC_MN10300_GOT32.
960 * config/tc-mn10300.c (mn10300_fix_adjustable): If
961 TC_RELOC_RTSYM_LOC_FIXUP doesn't hold, it's not adjustable.
962 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
963 * config/tc-mn10300.c (mn10300_parse_name): Don't return a
964 symbol if we know its value.
965 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
966 * config/tc-mn10300.h (GLOBAL_OFFSET_TABLE_NAME): Remove
967 duplicate underscore prefix.
968 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
969 * config/tc-mn10300.c (mn10300_parse_name): Store relocation
970 type in X_md, not X_add_number. Zero X_add_number.
971 (mn10300_check_fixup): Extract relocation type from X_md.
972 * config/tc-mn10300.h: Update comment.
973 2001-04-14 Alexandre Oliva <aoliva@redhat.com>
974 * config/tc-mn10300.h (O_GOTOFF, O_PLT, O_GOT): Replace with...
975 (O_PIC_reloc): this.
976 * config/tc-mn10300.c (mn10300_PIC_related_p): Use it.
977 (mn10300_check_fixup): Likewise.
978 (mn10300_parse_name): Set X_add_number to relocation type.
979 * config/tc-mn10300.h (DIFF_EXPR_OK, GLOBAL_OFFSET_TABLE_NAME,
980 TC_RELOC_RTSYM_LOC_FIXUP, md_parse_name, TC_CONS_FIX_NEW,
981 O_GOTOFF, O_PLT, O_GOT): Define.
982 * config/tc-mn10300.c (mn10300_PIC_related_p): New fn.
983 (mn10300_check_fixup): New fn.
984 (md_assemble): Call it. Check for PIC-related relocs.
985 (mn10300_cons_fix_new): Likewise. New fn.
986 (mn10300_end_of_match): New fn.
987 (mn10300_md_parse_name_cont): New fn.
988
989 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
990
991 2000-05-25 Alexandre Oliva <aoliva@cygnus.com>
992 * config/tc-mn10300.c (mn10300_insert_operand): Negate negative
993 accumulator's shift.
994 2000-05-08 Alexandre Oliva <aoliva@cygnus.com>
995 * config/tc-mn10300.c (md_relax_table, md_convert_frag,
996 md_assemble, md_estimate_size_before_relax): Handle fbCC.
997 2000-04-20 Alexandre Oliva <aoliva@cygnus.com>
998 * config/tc-mn10300.c (HAVE_AM33): Redefine in terms of
999 HAVE_AM33_2.
1000 2000-04-03 Alexandre Oliva <aoliva@cygnus.com>
1001 * config/tc-mn10300.c (md_pseudo_table): Use AM33_2 constant.
1002 (HAVE_AM33): Match AM33_2 too.
1003 (HAVE_AM33_2): New macro.
1004 (md_assemble): Use it. Match 2.0 registers only if HAVE_AM33_2.
1005 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
1006 * config/tc-mn10300.c (md_pseudo_table): Added `am33_2'.
1007 (float_registers, double_registers): New variables.
1008 (float_register_name, double_register_name): New functions.
1009 (md_assemble): Recognize FP registers. Implement FMT_D3.
1010 (mn10300_insert_operand): Support FP registers.
1011
1012 2003-07-08 Chris Demetriou <cgd@broadcom.com>
1013
1014 * config/tc-mips.c (mips_validate_fix): Do not warn about branch
1015 target being a global symbol if not compiling SVR4 PIC code.
1016
1017 2003-07-07 Nick Clifton <nickc@redhat.com>
1018
1019 * doc/c-m32r.texi (M32R-Directives): New node. Document the
1020 .high, .shigh and .low directives.
1021
1022 2003-07-07 Richard Sandiford <rsandifo@redhat.com>
1023
1024 * config/tc-h8300.c (h8300sxnmode): Add prototype.
1025 (DSYMMODE): Remove.
1026 (parse_exp): Replace expressionS argument with a h8_op. Parse the
1027 operand size as well.
1028 (skip_colonthing): Remove unused expression argument. Tighten checks
1029 for 2-digit sizes.
1030 (colonmod24): Remove.
1031 (get_mova_operands): Combine calls to parse_exp and skip_colonthing.
1032 (get_operand): Likewise. Use the standard code to read the size of
1033 pc-relative operands.
1034 (fix_operand_size): Include the size-guessing logic that used to be
1035 in colonmod24 and get_operand. Don't apply dd:2 optimizations to
1036 offsets with a symbolic component.
1037
1038 2003-07-04 Nick Clifton <nickc@redhat.com>
1039
1040 * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Use ARRAY_SIZE
1041 macro to compute size of selected register name array.
1042
1043 2003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
1044
1045 * config/tc-s390.c (md_parse_option): Add cpu type z990.
1046 (md_begin): Add minimal cpu type logic for instructions with different
1047 binary format depending on the cpu.
1048 (md_assemble): Remove check for minimal cpu.
1049 (s390_insert_operand): Add support for long displacements.
1050 (md_gather_operands): Likewise.
1051 (tc_s390_fix_adjustable): Likewise.
1052 (tc_s390_force_relocation): Likewise.
1053 (md_apply_fix3): Likewise.
1054
1055 2003-06-30 Chris Demetriou <cgd@broadcom.com>
1056
1057 * config/tc-mips.c (s_mipsset): Implement -march= handling
1058 differently.
1059
1060 2003-06-30 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1061
1062 * config/tc-mips.c: Convert to ISO C90 prototypes. Remove unnecessary
1063 prototypes and casts. Replace PTR with void *. Reformat.
1064 * config/tc-mips.h: Likewise.
1065
1066 2003-06-30 Alan Modra <amodra@bigpond.net.au>
1067
1068 * config/tc-ia64.c (note_register_values): Warning fix.
1069 * config/tc-mips.c (append_insn): Likewise.
1070
1071 2003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1072
1073 * config/tc-mips.c (mips_set_options,mips_opts): Support for
1074 .set arch=FOO.
1075 (file_mips_arch): Rename mips_arch.
1076 (mips_arch_info,mips_tune_info): Remove.
1077 (hilo_interlocks,gpr_interlocks,cop_interlocks): Use mips_opts.arch.
1078 (mips_cpu_info_from_arch): New function.
1079 (md_begin): Use file_mips_arch.
1080 (macro_build,macro,mips_ip): Use mips_opts.arch.
1081 (mips_set_architecture): Init file_mips_arch and mips_opts.arch.
1082 (mips_after_parse_args): Remove mips_arch_info and mips_tune_info.
1083 Use file_mips_arch.
1084 (s_mipsset): Support for .set arch=FOO.
1085 (mips_cpu_info_table): Fix typo.
1086
1087 2003-06-26 H.J. Lu <hongjiu.lu@intel.com>
1088
1089 * config/tc-i386.c (md_assemble): Declare "exp" before "if".
1090
1091 2003-06-25 Richard Sandiford <rsandifo@redhat.com>
1092
1093 * config/tc-h8300.c (get_specific): Allow ':8' to be used for
1094 unsigned 8-bit operands.
1095
1096 2003-06-24 Nick Clifton <nickc@redhat.com>
1097
1098 * read.c (s_comm): Change error message to assume an unsigned size
1099 has been passed to .comm.
1100 * config/tc-sparc.c (s_common): Likewise.
1101 * write.c (write_contents): Replace 'unsigned long' with
1102 'addressT' and 'long' with offsetT in order to allow computations
1103 with very large values to work for 64-bit addressed targets.
1104 (relax_and_size_all_segments): Likewise.
1105 (relax_frag): Likewise.
1106 (relax_segment): Likewise.
1107
1108 2003-06-23 Mark Mitchell <mark@codesourcery.com>
1109
1110 * config/tc-ppc.c (ppc_cleanup): Use bytes to count APUinfo slots.
1111
1112 2003-06-23 H.J. Lu <hongjiu.lu@intel.com>
1113
1114 * gas/config/tc-i386.c (md_assemble): Support Intel Precott New
1115 Instructions.
1116
1117 * gas/config/tc-i386.h (CpuPNI): New.
1118 (CpuUnknownFlags): Add CpuPNI.
1119
1120 2003-06-23 <davidm@hpl.hp.com>
1121
1122 * config/tc-ia64.c (pseudo_func): Add ABI constants for linux,
1123 freebsd, openvms, and nsk (non-stop kernel).
1124
1125 2003-06-22 Jason Thorpe <thorpej@wasabisystems.com>
1126
1127 * config/tc-ns32k.c (md_begin): Initialize inst_hash_table after
1128 all locals have been declared.
1129
1130 2003-06-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1131
1132 * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN): Remove
1133 special handling for n32 ABI.
1134 (macro): Likewise.
1135
1136 2003-06-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1137
1138 * config/tc-mips.c (s_cpsetup,s_cprestore,s_cpreturn): Revert
1139 2003-06-11 change.
1140
1141 2003-06-19 Christian Groessler <chris@groessler.org>
1142
1143 * config/tc-z8k.c (parse_reg): Invalid registers generate an error
1144 now, not only a warning. Add some more checks to detect invalid
1145 registers.
1146 (get_operand): For CLASS_IR remember register size in mode struct.
1147 (get_specific): Handle new CLASS_IRO type. Add register size
1148 checks for CLASS_IR and CLASS_IRO.
1149 (md_apply_fix3): Fix undefined usage of buf.
1150
1151 2003-06-19 Alan Modra <amodra@bigpond.net.au>
1152
1153 * config/tc-ppc.c (ppc_csect): Pass alignment to ppc_change_csect.
1154 (ppc_change_csect): Add align param. Align frag at start of csect.
1155 (ppc_section, ppc_named_section): Adjust ppc_change_csect calls.
1156 (ppc_frob_section): Align vma.
1157
1158 2003-06-18 Jakub Jelinek <jakub@redhat.com>
1159
1160 * dw2gencfi.c (EH_FRAME_ALIGNMENT): Define if not defined.
1161 (output_cie): Don't pad.
1162 (output_fde): Add align argument. Pad to align if not 0.
1163 (cfi_finish): Set .eh_frame alignment to EH_FRAME_ALIGNMENT.
1164 Pad just last FDE to EH_FRAME_ALIGNMENT.
1165
1166 2003-06-18 Martin Schwidefsky <schwidefsky@de.ibm.com>
1167
1168 * config/tc-s390.c (init_default_arch): Make current_mode_mask
1169 dependent on s390_arch_size and current_cpu dependent on
1170 current_mode_mask.
1171
1172 2003-06-18 Svein E. Seldal <Svein.Seldal@solidas.com>
1173
1174 * configure.in: Add c4x as an architecture variant to tic4x.
1175 * configure: Regenerate.
1176 * Makefile.in: Regenerate.
1177 * doc/Makefile.in: Regenerate.
1178
1179 2003-06-18 Alan Modra <amodra@bigpond.net.au>
1180
1181 * config/tc-ppc.c (ppc_elf_suffix): Don't remove symbols other than
1182 ".TOC." from PPC64_TOC relocs.
1183
1184 2003-06-17 Alan Modra <amodra@bigpond.net.au>
1185
1186 * config/tc-ppc.c (md_apply_fix3): Allow BRTAKEN, BRNTAKEN relocs.
1187
1188 2003-06-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1189
1190 * config/tc-mips.c (ADDRESS_ADD_INSN,ADDRESS_ADDI_INSN,
1191 ADDRESS_LOAD_INSN,ADDRESS_STORE_INSN): New macros.
1192 (macro_build_ldst_constoffset,load_address,macro,s_cpsetup,
1193 s_cprestore,s_cpadd): Use them.
1194
1195 2003-06-16 Hans-Peter Nilsson <hp@axis.com>
1196
1197 * configure.in: Add specific case for cris-*-linux-gnu* with
1198 em=linux.
1199 * configure: Regenerate.
1200 * config/tc-cris.c (DEFAULT_CRIS_AXIS_LINUX_GNU): New macro, TRUE
1201 if TE_LINUX defined, else FALSE.
1202 (bfd_boolean demand_register_prefix): Set default from
1203 DEFAULT_CRIS_AXIS_LINUX_GNU.
1204 (symbols_have_leading_underscore): Similar.
1205 * config/tc-cris.h (LOCAL_LABELS_DOLLAR): Define to 1.
1206
1207 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
1208
1209 * tc-arm.c (FPU_DEFAULT, case TE_LINUX): Default to FPU_ARCH_FPA.
1210 (FPU_DEFAULT, case TE_NetBSD): Default to FPU_ARCH_VFP for ELF,
1211 FPU_ARCH_FPA for AOUT.
1212 (md_begin): Don't try to guess the floating point architecture from
1213 the CPU if the OS ABI (Linux, NetBSD) mandates a particular form.
1214
1215 2003-06-13 Robert Millan <zeratul2@wanadoo.es>
1216
1217 * configure.in: Add i386-netbsd-gnu target.
1218 * configure: Regenerate.
1219
1220 2003-06-12 Tom Tromey <tromey@redhat.com>
1221
1222 * doc/as.texinfo (Comm): Added @node. Moved before CFI
1223 directives node.
1224
1225 2003-06-12 Richard Sandiford <rsandifo@redhat.com>
1226
1227 * config/tc-mips.c (append_insn): In a compound relocation, take the
1228 field width from the final (outermost) operator.
1229
1230 2003-06-11 Richard Henderson <rth@redhat.com>
1231
1232 * dw2gencfi.c (struct cfi_escape_data): New.
1233 (cfi_add_CFA_nop): Remove.
1234 (CFI_escape, dot_cfi_escape): New.
1235 (dot_cfi): Remove nop.
1236 (cfi_pseudo_table): Remove nop; add escape.
1237 (output_cfi_insn): Likewise.
1238 (select_cie_for_fde): Stop on escape.
1239 * dw2gencfi.h (cfi_add_CFA_nop): Remove.
1240 * read.c, read.h (do_parse_cons_expression): New.
1241 * doc/as.texinfo (.cfi_escape): New.
1242
1243 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1244
1245 * config/tc-mips.c (s_cpsetup): Use mips_frame_reg instead of SP.
1246 (s_cprestore): Likewise.
1247 (s_cpreturn): Likewise.
1248
1249 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1250
1251 * config/tc-mips.c (tc_gen_reloc): Initialize retval amd reloc
1252 with zeros.
1253
1254 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1255
1256 * config/tc-mips.c (md_pcrel_from): Return actual pcrel address.
1257 (md_apply_fix3): Ignore non-special relocations. Remove superfluous
1258 exceptions from size assert. Remove most of the addend fixup
1259 specialcasing. Remove value, use valP directly. simplify fx_addnumber
1260 handling. Remove zero addend specialcases.
1261 (tc_gen_reloc): Use appropriate value for reloc2 addend. Remove
1262 the addend fixup specialcase.
1263 * config/tc-mips.h (MD_APPLY_SYM_VALUE): Define as 0.
1264
1265 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1266
1267 * write.c (write_relocs): Use xcalloc. Fix relocs initialization
1268 in the RELOC_EXPANSION_POSSIBLE case.
1269
1270 2003-06-11 Alan Modra <amodra@bigpond.net.au>
1271
1272 * config/tc-i960.c (line_comment_chars): Add '#'.
1273 * config/tc-mn10200.c (tc_gen_reloc): Don't ignore fx_subsy.
1274
1275 2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
1276
1277 * po/Make-in (DESTDIR): New.
1278 (install-data-yes): Support $(DESTDIR).
1279 (uninstall): Likewise.
1280
1281 2003-06-11 Alan Modra <amodra@bigpond.net.au>
1282
1283 * Makefile.am: Run "make dep-am".
1284 * Makefile.in: Regenerate.
1285 * po/POTFILES.in: Regenerate.
1286
1287 2003-06-10 Doug Evans <dje@sebabeach.org>
1288
1289 * cgen.c (gas_cgen_finish_insn): CGEN_INSN_RELAX renamed to
1290 CGEN_INSN_RELAXED.
1291 * config/tc-fr30.c (md_estimate_size_before_relax): Ditto.
1292 * config/tc-m32r.c (md_estimate_size_before_relax): Ditto.
1293 * config/tc-openrisc.c (md_estimate_size_before_relax): Ditto.
1294
1295 2003-06-10 Alan Modra <amodra@bigpond.net.au>
1296 Gary Hade <garyhade@us.ibm.com>
1297
1298 * config/tc-ppc.c (md_assemble): Handle PPC_OPERAND_DQ.
1299 (md_apply_fix3): Special case lq insn.
1300
1301 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
1302
1303 * config/tc-h8300.c (get_rtsl_operands): Accept unbracketed register
1304 lists. Allow single-register ranges.
1305
1306 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
1307
1308 * config/tc-h8300.c (h8300sxnmode): New.
1309 (md_pseudo_table): Add .h8300sxn entry.
1310
1311 2003-06-09 H.J. Lu <hongjiu.lu@intel.com>
1312
1313 * NEWS: Updated for the new -n option for the i386 assembler.
1314
1315 * config/tc-i386.c (optimize_align_code): New.
1316 (md_shortopts): Add 'n'.
1317 (md_parse_option): Handle 'n'.
1318 (md_show_usage): Add '-n'.
1319
1320 * config/tc-i386.h (optimize_align_code): Declared.
1321 (md_do_align): Optimize code alignment only if optimize_align_code
1322 is not 0.
1323
1324 * doc/as.texinfo: Add the new -n option.
1325
1326 * doc/c-i386.texi: Document the new -n option.
1327
1328 2003-06-07 Richard Henderson <rth@redhat.com>
1329
1330 * doc/as.texinfo: Document .cfi_rel_offset.
1331
1332 * dw2gencfi.c (struct cfa_save_data, cfa_save_stack): New.
1333 (cfi_add_CFA_offset): Detect invalid offsets.
1334 (cfi_add_CFA_remember_state): Save cur_cfa_offset.
1335 (cfi_add_CFA_restore_state): Restore it.
1336 (CFI_rel_offset): New.
1337 (cfi_pseudo_table): Add it.
1338 (dot_cfi): Handle it.
1339
1340 2003-06-07 H.J. Lu <hongjiu.lu@intel.com>
1341
1342 * app.c (do_scrub_chars): Add states 14 and 15 to handle
1343 predicate for ia64.
1344
1345 2003-06-05 Michael Snyder <msnyder@redhat.com>
1346
1347 * config/tc-h8sx.c (get_specific): Distinguish h8h from h8s ops.
1348 (build_bytes): Ditto.
1349
1350 2003-06-05 Richard Sandiford <rsandifo@redhat.com>
1351
1352 * config/tc-h8sx.c (DMODE): Remove.
1353 (colonmod24): Don't choose a default if the operand is a 16-bit
1354 constant integer.
1355 (fix_operand_size): New function.
1356 (md_assemble): Use it to choose between @(d:2, ERn) and @(d:16,ERn).
1357 Adjust @(d:2,ERn) operands before choosing the specific opcodes.
1358
1359 2003-06-05 Michal Ludvig <mludvig@suse.cz>
1360
1361 * dw2gencfi.c (cfi_add_CFA_insn, cfi_add_CFA_insn_reg)
1362 (cfi_add_CFA_insn_reg_reg, cfi_add_CFA_insn_reg_offset): New.
1363 (cfi_add_CFA_offset, cfi_add_CFA_def_cfa)
1364 (cfi_add_CFA_register, cfi_add_CFA_def_cfa_register)
1365 (cfi_add_CFA_def_cfa_offset): Use cfi_add_CFA_insn_*().
1366 (cfi_add_CFA_restore, cfi_add_CFA_undefined)
1367 (cfi_add_CFA_same_value, cfi_add_CFA_remember_state)
1368 (cfi_add_CFA_restore_state, cfi_add_CFA_nop): New.
1369 (cfi_pseudo_table): New directives .cfi_return_column,
1370 .cfi_restore, .cfi_undefined, .cfi_same_value,
1371 .cfi_remember_state, .cfi_restore_state, .cfi_nop.
1372 (dot_cfi, output_cfi_insn): Handle new directives.
1373 * dw2gencfi.h (cfi_add_CFA_restore, cfi_add_CFA_undefined)
1374 (cfi_add_CFA_same_value, cfi_add_CFA_remember_state)
1375 (cfi_add_CFA_restore_state, cfi_add_CFA_nop): New prototypes.
1376
1377 2003-06-04 Richard Henderson <rth@redhat.com>
1378
1379 * dw2gencfi.c (output_cfi_insn): Fix typo for negative offsets.
1380
1381 * dw2gencfi.c (cfi_finish): Set .eh_frame read-only.
1382
1383 2003-06-04 Richard Henderson <rth@redhat.com>
1384
1385 * config/tc-alpha.c (s_alpha_usepv): New.
1386 (md_pseudo_table): Add it.
1387 (alpha_cfi_frame_initial_instructions): New.
1388 * config/tc-alpha.h (TARGET_USE_CFIPOP): New.
1389 (tc_cfi_frame_initial_instructions): New.
1390 * doc/c-alpha.texi: Document .usepv.
1391
1392 2003-06-04 Jakub Jelinek <jakub@redhat.com>
1393
1394 * as.c (show_usage): Document --execstack and --noexecstack.
1395 (parse_args): Add --execstack and --noexecstack.
1396 (main): Create .note.GNU-stack section if --execstack or
1397 --noexecstack was given on comand line, set its SHF_EXECINSTR bit.
1398 * as.h (flag_execstack, flag_noexecstack): New.
1399
1400 2003-06-03 Chris Demetriou <cgd@broadcom.com>
1401
1402 * config/tc-mips.c: (OPTION_ARCH_BASE, OPTION_ASE_BASE)
1403 (OPTION_COMPAT_ARCH_BASE, OPTION_FIX_BASE)
1404 (OPTION_MISC_BASE): New defines.
1405 (OPTION_BREAK, OPTION_CONSTRUCT_FLOATS, OPTION_EB, OPTION_EL)
1406 (OPTION_ELF_BASE, OPTION_FIX_VR4122, OPTION_FP32, OPTION_FP64)
1407 (OPTION_GP32, OPTION_GP64, OPTION_M3900, OPTION_M4010, OPTION_M4100)
1408 (OPTION_M4650, OPTION_M7000_HILO_FIX, OPTION_MARCH, OPTION_MDMX)
1409 (OPTION_MEMBEDDED_PIC, OPTION_MIPS1, OPTION_MIPS16, OPTION_MIPS2)
1410 (OPTION_MIPS3, OPTION_MIPS32, OPTION_MIPS32R2, OPTION_MIPS3D)
1411 (OPTION_MIPS4, OPTION_MIPS5, OPTION_MIPS64)
1412 (OPTION_MNO_7000_HILO_FIX, OPTION_MTUNE, OPTION_NO_CONSTRUCT_FLOATS)
1413 (OPTION_NO_FIX_VR4122, OPTION_NO_M3900, OPTION_NO_M4010)
1414 (OPTION_NO_M4100, OPTION_NO_M4650, OPTION_NO_MDMX, OPTION_NO_MIPS16)
1415 (OPTION_NO_MIPS3D, OPTION_NO_RELAX_BRANCH, OPTION_RELAX_BRANCH)
1416 (OPTION_TRAP): Redefine in terms of new defines.
1417 (md_longopts): Reorder entries.
1418
1419 2003-05-14 Michael Snyder <msnyder@redhat.com>
1420 From Bernd Schmidt <bernds@redhat.com>
1421 and Michael Snyder <msnyder@redhat.com>
1422 and Alexandre Oliva <aoliva@redhat.com>
1423 * config/tc-h8300.c: Add insns and addressing modes for h8300sx.
1424 * config/tc-h8300.h: Ditto.
1425
1426 2003-06-03 Nick Clifton <nickc@redhat.com>
1427
1428 * tc-v850.c (tc-gen_reloc): Translate BFD_RELOC_32 into
1429 BFD_RELOC_32_PCREL if the reloc is pc-relative. Do this
1430 before calling bfd_reloc_type_lookup.
1431
1432 2003-06-02 Alan Modra <amodra@bigpond.net.au>
1433
1434 * read.c (emit_expr): Set dot_value.
1435 * dw2gencfi.c (output_fde): Remove pcrel reloc hack.
1436
1437 2003-06-02 Alan Modra <amodra@bigpond.net.au>
1438
1439 * macro.c (sub_actual): Don't lose string if it turns out that
1440 &string wasn't an arg.
1441
1442 2003-05-31 Richard Henderson <rth@redhat.com>
1443
1444 * dw2gencfi.c (output_fde): Use fix_new to emit pc-relative reloc.
1445 (cfi_finish): Set flag_traditional_format around .eh_frame data.
1446
1447 2003-05-29 Richard Henderson <rth@redhat.com>
1448
1449 * config/tc-alpha.c (alpha_cur_ent_sym): Remove.
1450 (all_frame_data, plast_frame_data, cur_frame_data): New.
1451 (s_alpha_ent): Record data for dwarf2 cfi.
1452 (s_alpha_end, s_alpha_mask, s_alpha_frame, s_alpha_prologue): Likewise.
1453 (alpha_elf_md_end): Emit dwarf2 cfi for ecoff unwind directives.
1454 * config/tc-alpha.h (md_end): New.
1455 (DWARF2_DEFAULT_RETURN_COLUMN): New.
1456 (DWARF2_CIE_DATA_ALIGNMENT): New.
1457
1458 2003-05-29 Nick Clifton <nickc@redhat.com>
1459
1460 * configure.in: Add i386-*-freebsd* entry.
1461 * configure: Regenerate.
1462
1463 2003-05-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1464
1465 * config/tc-m32r.c: Amend comment to refer to Renesas
1466
1467 2003-05-27 Richard Henderson <rth@redhat.com>
1468
1469 * expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into the
1470 symbol_create call.
1471 (current_location): Use symbol_temp_new_now.
1472 * stabs.c (s_stab_generic): Use symbol_temp_new.
1473 * symbols.c (temp_label_name): Remove.
1474 (symbol_temp_new, symbol_temp_make): Use FAKE_LABEL_NAME.
1475
1476 2003-05-27 Richard Henderson <rth@redhat.com>
1477
1478 * dw2gencfi.c, dw2gencfi.h: Rewrite from scratch.
1479 * as.c (main): Always call cfi_finish.
1480 * config/tc-i386.c (x86_dwarf2_return_column): New.
1481 (x86_cie_data_alignment): New.
1482 (md_begin): Set them.
1483 (tc_x86_cfi_init): Remove.
1484 (tc_x86_regname_to_dw2regnum): Fix 32-bit register numbers;
1485 return int, not unsigned long; don't as_bad here.
1486 (tc_x86_frame_initial_instructions): Streamline; use
1487 updated api.
1488 * config/tc-i386.h (tc_cfi_init): Remove.
1489 (DWARF2_DEFAULT_RETURN_COLUMN): New.
1490 (DWARF2_CIE_DATA_ALIGNMENT): New.
1491
1492 2003-05-27 Richard Henderson <rth@redhat.com>
1493
1494 * symbols.c (temp_label_name): New.
1495 (symbol_temp_new, symbol_temp_new_now, symbol_temp_make): New.
1496 (symbol_set_value_now): New.
1497 * symbols.h: Prototype them.
1498 * dwarf2dbg.c: Use them.
1499 (fake_label_name, symbol_new_now, set_symbol_value_now): Remove.
1500
1501 2003-05-23 Jason Eckhardt <jle@rice.edu>
1502
1503 * config/tc-i860.c (target_xp): Declare variable.
1504 (OPTION_XP): Declare macro.
1505 (md_longopts): Add option -mxp.
1506 (md_parse_option): Set target_xp.
1507 (md_show_usage): Add -mxp usage.
1508 (i860_process_insn): Recognize XP registers bear, ccr, p0-p3.
1509 (md_assemble): Don't try expansions if XP_ONLY is set.
1510 * doc/c-i860.texi: Document -mxp option and i860XP support.
1511
1512 2003-05-23 Eric Christopher <echristo@redhat.com>
1513
1514 * config/tc-mips.c (macro_build_jalr): Warning patrol.
1515
1516 2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1517
1518 * config/tc-mips.c (append_insn): Use actual relocation size for new
1519 fixp's. Don't relax overflow checking for partial_inplace relocations.
1520 Use the actual relocation type in combined relocs, not just the type
1521 of the first one.
1522 (macro_build_jalr): Use actual relocation size for new fix.
1523 (s_cpsetup, s_gpdword): Likewise.
1524
1525 2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1526
1527 * config/tc-mips.c (macro): Don't use uninitialized tempreg.
1528
1529 2003-05-22 Nick Clifton <nickc@redhat.com>
1530
1531 * config/tc-xstormy16.c (md_pcrel_from_section): Do not produce
1532 section relative offsets for relocs that will not be based on the
1533 section symbol.
1534 (xstormy16_md_apply_fix3): Remove previous patch to this
1535 function.
1536
1537 2003-05-07 Eric Christopher <echristo@redhat.com>
1538
1539 * config/tc-mips.c (mips_abicalls): New variable.
1540 (md_parse_option): Use.
1541 (s_option): Ditto.
1542 (s_abicalls): Ditto.
1543 (mips_elf_final_processing): Set EF_MIPS_PIC and
1544 EF_MIPS_CPIC dependent on above.
1545
1546 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1547
1548 * tc-hppa.c (hppa_symbol_chars): Remove `,' and `!'.
1549
1550 2003-05-21 Nick Clifton <nickc@redhat.com>
1551
1552 * config/obj-elf.c: Include dwarf2dbg.h.
1553 (elf_pseudo_tab): Add .file and .loc.
1554 * config/tc-arc.c (md_pseudo_table): Remove .file and .loc.
1555 * config/tc-arm.c: Likewise.
1556 * config/tc-h8300.c: Likewise.
1557 * config/tc-hppa.c: Likewise.
1558 * config/tc-ia64.c: Likewise.
1559 * config/tc-m68hc11.c: Likewise.
1560 * config/tc-m68k.c: Likewise.
1561 * config/tc-mmix.c: Likewise.
1562 * config/tc-mn10300.c: Likewise.
1563 * config/tc-ppc.c: Likewise.
1564 * config/tc-sh.c: Likewise.
1565 * config/tc-sparc.c: Likewise.
1566 * config/tc-v850.c: Likewise.
1567 * config/tc-frv.c: Likewise, and remove redundant inclusion of
1568 dwarf2dbg.h.
1569 * config/tc-ip2k.c: Likewise.
1570 * config/tc-iq2000.c: Likewise.
1571 * config/tc-xstormy16.c: Likewise.
1572 * config/tc-xtensa.c: Likewise.
1573 * Makefile.am: Regenerate dependencies.
1574 * Makefile.in: Regenerate.
1575 * aclocal.m4: Regenerate.
1576 * config.in: Regenerate.
1577 * configure: Regenerate.
1578 * po/POTFILES.in: Regenerate.
1579 * po/gas.pot: Regenerate.
1580
1581 2003-05-21 Nick Clifton <nickc@redhat.com>
1582
1583 * dw2gencfi.c (cfi_get_label): Use symbol_make for non
1584 BFD_ASSEMBLER targets.
1585 (cfi_startproc): Change type of saved_seg and cfi_seg to segT.
1586 (dot_cfi_endproc): Only call bfd_set_section_flags for targets
1587 defining BFD_ASSEMBLER.
1588
1589 2003-05-20 Michal Ludvig <mludvig@suse.cz>
1590
1591 * as.c (main): Remove tc_cfi_init().
1592 * dw2gencfi.c (cfi_parse_arg): Allow regnames beginning
1593 with '%'.
1594 (cfi_pseudo_table): Add "cfi_register" entry.
1595 (cfi_make_insn): Handle CFA_register.
1596 (cfi_output_insn): Ditto.
1597 (dot_cfi): Ditto.
1598 (cfi_get_label): Add 'simple' modifier to .cfi_startproc.
1599 (dot_cfi_endproc): Reuse already emitted CIEs.
1600 * testsuite/gas/cfi/cfi-i386.d: New pattern.
1601 * testsuite/gas/cfi/cfi-x86-64.d: Ditto.
1602
1603 2003-05-20 Nick Clifton <nickc@redhat.com>
1604
1605 * config/tc-xstormy16.c: Include dwarf2dbg.h.
1606 (md_pseudo_table): Add entries for .loc and .line.
1607
1608 2003-05-20 Alan Modra <amodra@bigpond.net.au>
1609
1610 * dw2gencfi.c (cfi_parse_arg): Only use tc_regname_to_dw2regnum if
1611 defined.
1612 (dot_cfi_endproc): Avoid C99 construct.
1613
1614 2003-05-20 Michal Ludvig <mludvig@suse.cz>
1615
1616 * dw2gencfi.c, dw2gencfi.h: New files.
1617 * config/tc-i386.c (tc_x86_cfi_init): New function.
1618 * config/tc-i386.h (TARGET_USE_CFIPOP, tc_cfi_init): New defines.
1619 * as.c (parse_args): Set verbose flag on --verbose.
1620 (main): Call tc_cfi_init()/cfi_finish().
1621 * as.h (verbose): New external variable.
1622 * read.c (pobegin): Insert CFI pops to the list.
1623 * symbols.c (local_symbol_make): Make symbol external.
1624 * symbols.h (local_symbol_make): New prototype.
1625 * Makefile.am: Add dw2gencfi.[ch] files. Run "make dep-am".
1626 * Makefile.in: Regenerate.
1627 * doc/as.texinfo: Added node "CFI directives" with description of
1628 all implemented .cfi_* directives.
1629 * doc/Makefile.in: Regenerate.
1630 * po/POTFILES.in: Regenerate.
1631
1632 2003-05-19 Svein E. Seldal <Svein.Seldal@solidas.com>
1633
1634 * config/tc-tic4x.c (md_assemble): Added support for one-line parallel
1635 insns.
1636 * config/tc-tic4x.h: Added DOUBLEBAR_PARALLEL definition
1637
1638 2003-05-18 Jason Eckhardt <jle@rice.edu>
1639
1640 * config/tc-i860.c (i860_process_insn): Initialize fc after
1641 each opcode mismatch.
1642
1643 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
1644
1645 * configure.in: Accept i[3-7]86 variants.
1646 * configure: Regenerate.
1647
1648 2003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1649
1650 * config/tc-mips.h: Fix comment formatting.
1651
1652 2003-05-13 Hans-Peter Nilsson <hp@axis.com>
1653
1654 * read.c (old_buffer, old_input, old_limit): Remove variables.
1655 (read_a_source_file): Delete label contin.
1656 <handling #APP/#NO_APP>: Use an "sb" to push #APP expansion into
1657 input as with macros, instead of in separate old_* variables.
1658 Zero-terminate string being scrubbed.
1659
1660 2003-05-12 Nick Clifton <nickc@redhat.com>
1661
1662 * config/tc-xstormy16.c (skipping_fptr): New local variable.
1663 (md_assemble): Reset skipping_fptr.
1664 (md_operand): If @fptr() is followed by a minus sign, set
1665 skipping_fptr and ignore the fptr. If skipping_fptr is set and an
1666 @fptr is detected, ignore it and reset skipping_fptr.
1667
1668 2003-05-11 Jason Eckhardt <jle@rice.edu>
1669
1670 * config/tc-i860.c (MAX_FIXUPS): Define.
1671 (struct i860_fi fi[]): New struct.
1672 (struct i860_it the_insn): Add above as member and move fields
1673 exp, reloc, pcrel and fup into i860_fi.
1674 (md_assemble): Replace all instances of exp, reloc, pcrel
1675 and fup with fi[].exp, fi[].reloc, fi[].pcrel, fi[].fup.
1676 Add a loop to possibly emit multiple fix-ups for each insn.
1677 (i860_process_insn): Likewise.
1678 (i860_get_expression): Likewise.
1679 (md_apply_fix3): Use a bitwise check for OP_IMM_U5, not equality.
1680
1681 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1682
1683 * config/tc-s390.c (s390_target_format): Always call init_default_arch.
1684
1685 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
1686
1687 * config/tc-ia64.c (alias_hash): New.
1688 (alias_name_hash): New.
1689 (secalias_hash): New.
1690 (secalias_name_hash): New.
1691 (md_pseudo_table): Add "secalias".
1692 (md_begin): Initialize alias_hash, alias_name_hash,
1693 secalias_hash and secalias_name_hash.
1694 (struct alias): New.
1695 (dot_alias): Implement .alias and .secalias directives.
1696 (do_alias): New.
1697 (ia64_adjust_symtab): New.
1698 (do_secalias): New.
1699 (ia64_frob_file): New.
1700
1701 * config/tc-ia64.h (ia64_adjust_symtab): New.
1702 (tc_adjust_symtab): Defined.
1703 (ia64_frob_file): New.
1704 (tc_frob_file): Defined.
1705
1706 2003-05-07 Dmitry Diky <diwil@mail.ru>
1707
1708 * tc-msp430.c: Add missing lines to known cpus list.
1709
1710 2003-05-06 Alexandre Oliva <aoliva@redhat.com>
1711
1712 * configure.in (MIPS_DEFAULT_ABI): AC_DEFINE.
1713 * config/tc-mips.c (mips_after_parse_args): Set mips_abi to it.
1714 * config.in, configure: Rebuilt.
1715
1716 2003-05-05 H.J. Lu <hjl@gnu.org>
1717
1718 * config/tc-mips.c (tc_gen_reloc): Add addend just once if
1719 howto->partial_inplace is false.
1720
1721 2003-05-05 Daniel Jacobowitz <drow@mvista.com>
1722
1723 * config/tc-mips.c (mips_need_elf_addend_fixup): Remove
1724 symbol_used_in_reloc_p check.
1725 (md_apply_fix3): Remove check for howto->pcrel_offset.
1726
1727 2003-05-03 H.J. Lu <hjl@gnu.org>
1728
1729 * config/obj-elf.c (obj_elf_parse_section_letters): Make it a
1730 fatal error for unknown section attribute.
1731
1732 * config/tc-alpha.c (alpha_elf_section_letter): Return -1 for
1733 unknown section attribute.
1734 * config/tc-ia64.c (ia64_elf_section_letter): Likewise.
1735 * config/tc-ppc.c (ppc_section_letter): Likewise.
1736
1737 * config/tc-ia64.c (ia64_elf_section_letter): Handle 'o'.
1738 (ia64_elf_section_type): Accept "unwind".
1739
1740 2003-05-02 H.J. Lu <hjl@gnu.org>
1741
1742 * read.h (demand_copy_string): New.
1743
1744 * config/tc-alpha.c (demand_copy_string): Removed.
1745
1746 2003-05-02 Michael Snyder <msnyder@redhat.com>
1747
1748 * write.h (FAKE_LABEL_NAME): Allow override
1749 (for targets that like eg. a leading dot in a local label).
1750
1751 2003-05-02 Nick Clifton <nickc@redhat.com>
1752
1753 * config/tc-xstormy16.c (xstormy16_md_apply_fix3): Do not bias the
1754 addend with the symbol's value for pc-relative relocations against
1755 a defined symbol - this will be done automatically.
1756
1757 2003-05-01 H.J. Lu <hjl@gnu.org>
1758
1759 * config/obj-elf.c (obj_elf_type): Accept "notype" and
1760 "STT_NOTYPE".
1761
1762 2003-05-01 H.J. Lu <hjl@gnu.org>
1763
1764 * config/tc-ia64.h (tc_canonicalize_section_name): New.
1765
1766 * config/obj-elf.c (obj_elf_section_name): Call
1767 tc_canonicalize_section_name if it is defined.
1768
1769 2003-05-01 H.J. Lu <hjl@gnu.org>
1770
1771 * config/tc-ia64.c (ia64_check_label): New.
1772 * config/tc-ia64.h (tc_check_label): New.
1773
1774 * read.c (read_a_source_file): Call tc_check_label after
1775 creating a user-defined label if defined.
1776
1777 2003-05-02 Alan Modra <amodra@bigpond.net.au>
1778
1779 * config/tc-ppc.c (md_show_usage): Mention -a32, -a64, -l, -le, -b,
1780 -be and split strings to below 509 bytes in length.
1781
1782 2003-05-01 Christian Groessler <chris@groessler.org>
1783
1784 * expr.h: Fix comments in operatorT typedef.
1785 * config/tc-z8k.c: Add 2003 to copyright message.
1786 Fold s_segm() and s_unseg() into one function s_segm(parm) which
1787 decides by the parameter.
1788 (md_begin): Don't set linkrelax. Only set Z8002 default if no
1789 command line argument was given to select the intended
1790 architecure.
1791 (get_interrupt_operand): Warn if NOP type code is emitted.
1792 (newfix): New parameter 'size', forward it to 'fix_new_exp'.
1793 (apply_fix): Call newfix with additional 'size' parameter.
1794 (build_bytes): Remove unused variable 'nib'. Detect overflow in
1795 4 bit immediate arguments.
1796 (md_longopts): Add 'linkrelax' option.
1797 (md_parse_option): Adapt to new s_segm function. Set 'linkrelax'
1798 variable when 'linkrelax' command line option is specified.
1799 (md_show_usage): Display 'linkrelax' option.
1800 (md_apply_fix3): Fix cases R_IMM4L, R_JR, and R_IMM8. Add cases
1801 R_CALLR and R_REL16.
1802 * config/tc-z8k.h: Undef WARN_SIGNED_OVERFLOW_WORD.
1803
1804 2003-04-30 H.J. Lu <hjl@gnu.org>
1805
1806 * config/tc-ia64.c (ia64_number_to_chars): New function pointer.
1807 (ia64_float_to_chars): Likewise.
1808 (dot_byteorder): Set target_big_endian, ia64_number_to_chars
1809 and ia64_float_to_chars by tc_segment_info_data.endian from
1810 the current segment if byteorder == -1.
1811 (md_begin): Call dot_byteorder to set target_big_endian.
1812 (md_atof): Call ia64_float_to_chars to convert floating point.
1813 (ia64_float_to_chars_bigendian): New function.
1814 (ia64_float_to_chars_littleendian): Likewise.
1815 (ia64_elf_section_change_hook): Likewise.
1816
1817 * config/tc-ia64.h (ia64_number_to_chars): New.
1818 (md_number_to_chars): Changed to (*ia64_number_to_chars)
1819 (ia64_elf_section_change_hook): New.
1820 (md_elf_section_change_hook): Defined.
1821 (ia64_segment_info_type): New struct.
1822 (TC_SEGMENT_INFO_TYPE): Defined.
1823
1824 2003-04-30 H.J. Lu <hjl@gnu.org>
1825
1826 * config/tc-ia64.c (md_section_align): Deleted.
1827
1828 * config/tc-ia64.h (SUB_SEGMENT_ALIGN): New.
1829 (md_section_align): New.
1830
1831 2003-04-30 H.J. Lu <hjl@gnu.org>
1832
1833 * config/tc-ia64.c (stmt_float_cons): Fix alignment for real10
1834 and add real16.
1835 (md_pseudo_table): Add "xreal16", "xreal16.ua", "real16" and
1836 "real16.ua".
1837 (md_atof): Add 6 byte padding of zero for real16.
1838
1839 2003-04-29 Nick Clifton <nickc@redhat.com>
1840
1841 * config/obj-elf.c (obj_elf_symver): Skip whitespace before the
1842 start of a version name.
1843
1844 2003-04-28 Chris Demetriou <cgd@broadcom.com>
1845
1846 * configure.in (mips-*-*n*bsd*): Replace with...
1847 (mips-*-netbsd*, mips-*-openbsd*): These.
1848 * configure: Regenerate.
1849
1850 2003-04-28 H.J. Lu <hjl@gnu.org>
1851
1852 * config/tc-hppa.c (hppa_symbol_chars): New.
1853 * config/tc-hppa.h (tc_symbol_chars): Likewise.
1854
1855 2003-04-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1856
1857 * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define again.
1858
1859 2003-04-25 Chris Demetriou <cgd@broadcom.com>
1860
1861 * NEWS: Belatedly mention support for MIPS32 Release 2.
1862
1863 2003-04-24 Eric Christopher <echristo@redhat.com>
1864
1865 * config/tc-mips.c (nopic_need_relax): Revert previous
1866 change.
1867
1868 2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
1869
1870 * config/tc-h8300.h (DWARF2_LINE_MIN_INSN_LENGTH): New
1871 * config/tc-h8300.c (dwarf2dbg.h): Include
1872 (md_pseudo_table): Handle .loc and .file
1873 (md_assemble): Call dwarf2_emit_insn if BFD_ASSEMBLER.
1874 * Makefile.am: Add dependency on dwarf2dbg.h for h8300 targets.
1875 * Makefile.in: Regenerate.
1876
1877 2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
1878
1879 * config/tc-h8300.c (Nmode, h8300hnmode, h8300snmode): New.
1880 (md_pseudo_table): Add h8300hn, h8300sn.
1881 * config/tc-h8300.h (COFF_MAGIC): Handle h8300hn, h8300sn.
1882 * doc/c-h8300.texi : Add documentation for new machine directives.
1883
1884 2003-04-24 Nick Clifton <nickc@redhat.com>
1885
1886 * config/tc-ppc.c (ppc_symbol_chars): Define.
1887 * config/tc-ppc.h (tc_symbol_chars): Define.
1888
1889 2003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
1890
1891 * config/tc-sh.c: Amend comment to refer to SuperH.
1892 * config/tc-sh.h: Likewise.
1893 (LISTING_HEADER): Amend to refer to SuperH.
1894 * config/tc-sh64.c: Change comment to refer to SuperH.
1895 * config/tc-sh64.h (LISTING_HEADER): Change to refer to SuperH.
1896 * doc/as.texinfo [SH, GENERIC]: Amend / Change to refer to SuperH.
1897 * doc/c-sh.texi: Amend to refer to SuperH.
1898 Add SuperH architecture documentation references.
1899 * doc/c-sh64.texi: Change to refer to SuperH.
1900
1901 2003-04-23 H.J. Lu <hjl@gnu.org>
1902
1903 * app.c (do_scrub_chars): More checks for valid labels.
1904
1905 2003-04-22 H.J. Lu <hjl@gnu.org>
1906
1907 * app.c (do_scrub_chars): Check for valid label.
1908
1909 2003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1910
1911 * doc/as.texinfo: Replace references to Mitsubishi M32R with
1912 references to Renesas M32R.
1913 * doc/c-m32r.texi: Likewise.
1914
1915 2003-04-21 Richard Henderson <rth@redhat.com>
1916
1917 * dwarf2dbg.c (get_filenum): Skip as-yet unassigned file numbers.
1918 (out_file_list): Assign non-null filename after generating error.
1919
1920 2003-04-18 Jakub Jelinek <jakub@redhat.com>
1921
1922 * ehopt.c (check_eh_frame): For aug_size == 0
1923 in state_seeing_aug_size state skip the state_skipping_aug
1924 state.
1925
1926 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
1927
1928 * doc/c-h8300.texi: Replace occurrances of 'Hitachi' with
1929 'Renesas'.
1930 * doc/c-h8500.texi: Likewise.
1931 * doc/c-sh.texi: Likewise.
1932 * doc/c-sh64.texi: Likewise.
1933 * doc/h8.texi: Likewise.
1934 * config/tc-h8300.c: Likewise.
1935 * config/tc-h8300.h: Likewise.
1936 * config/tc-h8500.c: Likewise.
1937 * config/tc-h8500.h: Likewise.
1938 * config/tc-sh.c: Likewise.
1939 * config/tc-sh.h: Likewise.
1940 * config/tc-sh64.c: Likewise.
1941 * config/tc-sh64.h: Likewise.
1942
1943 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
1944
1945 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): New.
1946 * config/tc-mips.c: Use signed add for n32 address arithmetic.
1947 (append_insn): When filling delay slots with instructions
1948 that have fixups that tc_gen_reloc might consider modifyable
1949 in variant frags, start a new frag.
1950 (load_address): Generate GOT_DISP with of without offset
1951 depending on whether symbol is local. For -xgot, use
1952 GOT_PAGE/GOT_OFST or GOT_HI16/GOT_LO16.
1953 (macro) <M_DLA_AB, M_LA_AB>: Likewise.
1954 <M_JAL_A>: In NewABI, use CALL16 or GOT_DISP for small got,
1955 CALL_HI16/CALL_LO16 or GOT_PAGE/GOT_OFST for big got.
1956 <ld_st>: In NewABI with small got, always use
1957 GOT_PAGE/GOT_OFST, with the latter in the load/store
1958 instruction. With big got, use GOT_HI16/GOT_LO16 or
1959 GOT_PAGE/GOT_OFST.
1960 (tc_gen_reloc): Adjust variant frags with GOT_DISP in NewABI.
1961 Add tc_frag_data.tc_fr_offset to addends. Decay CALL16,
1962 GOT_OFST and GOT_DISP to GOT_DISP in NewABI.
1963 (md_convert_frag): Use memmove for safe copying of overlapping
1964 regions.
1965
1966 2003-04-09 Stephane Carrez <stcarrez@nerim.fr>
1967
1968 * doc/c-m68hc11.texi (M68HC11-Opts): Document -m68hcs12, -mshort,
1969 -mlong, -mshort-double and -mlong-double options; use table @code.
1970 (M68HC11-Syntax): Update to document 68HC12 operands.
1971 (M68HC11-Modifiers): New section for operand modifiers.
1972 (M68HC11-Directives): New section for specific assembler directives.
1973 (M68HC11-Branch): Fix Overfull hbox error.
1974
1975 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
1976
1977 * config/tc-mips.c (macro): Add comments explaining the rationale
1978 for Chris' change.
1979
1980 2003-04-09 Chris Demetriou <cgd@broadcom.com>
1981
1982 * config/tc-mips.c (macro): Put back `+ 0x8000' in test for 64-bit
1983 constant address that Alexandre took out by accident. Reject
1984 64-bit addresses that are not sign extensions of 32 bits only if
1985 we don't support 64-bit address constants.
1986
1987 2003-04-09 Alan Modra <amodra@bigpond.net.au>
1988
1989 * config/tc-ppc.c (md_apply_fix3): Generate ADDR16 relocs.
1990
1991 2003-04-08 Nick Clifton <nickc@redhat.com>
1992
1993 * as.c (perform_an_assembly_pass): If using cgen, call
1994 gas_cgen_begin.
1995 * cgen.c (gas_cgen_begin): New function. If
1996 flag_signed_overflow_ok is set call cgen_set_signed_overflow_ok
1997 otherwise call cgen_clear_signed_overflow_ok.
1998 * cgen.h: Prototype gas_cgen_begin.
1999
2000 2003-04-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2001
2002 * write.c (write_relocs): Remove unused variable.
2003
2004 2003-04-06 Chris Demetriou <cgd@broadcom.com>
2005
2006 * config/tc-mips.c (HAVE_64BIT_ADDRESS_CONSTANTS): New.
2007 (macro): Use new macro to decide whether to emit constant address
2008 as 32 or 64 bits if addresses are 32-bit wide but registers are
2009 64-bit wide.
2010
2011 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
2012
2013 * config/tc-m68hc11.c (M6811_OP_CALL_ADDR): New internal define.
2014 (M6811_OP_PAGE_ADDR): New internal define.
2015 (get_operand): New modifier %page and %addr to obtain page and
2016 address part of a far-function.
2017 (fixup8): Use BFD_RELOC_M68HC11_PAGE for a %page modifier; don't
2018 complain on overflow for the BFD_RELOC_M68HC11_PAGE and truncation
2019 relocs.
2020 (fixup16): Use BFD_RELOC_M68HC11_LO16 for a %addr modifier.
2021 (find_opcode): Add comment.
2022 (md_estimate_size_before_relax): Force relocation of
2023 STATE_UNDEXED_OFFSET types when the symbol is not absolute.
2024 (tc_m68hc11_fix_adjustable): Check for BFD_RELOC_M68HC11_LO16
2025 instead of BFD_RELOC_LO16; temporarily make the BFD_RELOC_32
2026 on the symbol itself so that DWARF2 strings are merged correctly.
2027
2028 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2029
2030 * config/obj-coff.h (TARGET_FORMAT): Namespace cleanup, changed
2031 default tic4x target format to 'coff2-tic4x'.
2032 * config/tc-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/ and
2033 s/c3x/tic3x/
2034 * config/tc-tic4x.h: Ditto
2035
2036 2003-04-03 Nick Clifton <nickc@redhat.com>
2037
2038 * NEWS: Mention support for Xtensa architecture.
2039
2040 2003-04-02 Philip Blundell <philb@gnu.org>
2041
2042 * config/tc-arm.c (arm_force_relocation): Return 0 for OFFSET_IMM.
2043
2044 2003-04-02 Chris Demetriou <cgd@broadcom.com>
2045
2046 * config/tc-mips.c (macro2): Adjust implementation of
2047 M_ULH, M_ULHU, M_ULW, and M_ULD so that they work properly
2048 in the case where the source and destination registers
2049 are the same.
2050
2051 2003-04-01 Bob Wilson <bob.wilson@acm.org>
2052
2053 * Makefile.am (CPU_TYPES): Add xtensa.
2054 (TARGET_CPU_CFILES): Add config/tc-xtensa.c.
2055 (TARGET_CPU_HFILES): Add config/tc-xtensa.h.
2056 (xtensa-relax.o): New target.
2057 Run "make dep-am".
2058 * Makefile.in: Regenerate.
2059 * configure.in: Handle xtensa-*-*. Add xtensa-relax.o to
2060 extra_objects for xtensa targets.
2061 * configure: Regenerate.
2062 * write.c (write_object_file): Add new md_post_relax_hook.
2063 * config/tc-xtensa.c: New file.
2064 * config/tc-xtensa.h: Likewise.
2065 * config/xtensa-istack.h: Likewise.
2066 * config/xtensa-relax.c: Likewise.
2067 * config/xtensa-relax.h: Likewise.
2068 * doc/Makefile.am (CPU_DOCS): Add c-xtensa.texi.
2069 * doc/Makefile.in: Regenerate.
2070 * doc/all.texi: Set new XTENSA variable.
2071 * doc/as.texinfo: Set new Xtensa variable. Describe
2072 Xtensa-specific options. Define line comment character for
2073 Xtensa. Add Xtensa processors to list of ELF targets where
2074 alignment is specified in bytes. Add new Xtensa-Dependent node.
2075 Add acknowledgements for those contributing to the Xtensa port.
2076 * doc/internals.texi: Describe new md_post_relax_hook.
2077 * doc/c-xtensa.texi: New file.
2078
2079 2003-04-01 Nick Clifton <nickc@redhat.com>
2080 Richard Earnshaw <rearnsha@arm.com>
2081
2082 * config/tc-arm.c: Remove presence of (r) and (tm) symbols.
2083 (ARM_ARCH_IWMMXT): Simplify.
2084 (insns): Place iwmmx instructions in correct place in table.
2085 (arm_add_note): New function: Add a note entry to a .note section.
2086 (md_begin): Make the default architecture be unknown.
2087 Suppress the creation of an arm note section.
2088
2089 2003-03-26 Eric Christopher <echristo@redhat.com>
2090
2091 * config/tc-mips.c (nopic_need_relax): Check for S_IS_EXTERN.
2092
2093 2003-03-25 Stan Cox <scox@redhat.com>
2094 Nick Clifton <nickc@redhat.com>
2095
2096 Contribute support for Intel's iWMMXt chip - an ARM variant:
2097
2098 * config/tc-arm.c: (ARM_CEXT_IWMMXT, ARM_ARCH_IWMMXT, WR_PREFIX,
2099 WC_PREFIX, REG_TYPE_IWMMXT): New constants.
2100 (enum wreg_type, enum iwmmxt_insn_type): New types.
2101 (wr_register, wc_register, wcg_register): New macros.
2102 (iwmmxt_table): New variable.
2103 (wreg_required_here, do_iwmmxt_byte_addr, do_iwmmxt_tandc,
2104 do_iwmmxt_tbcst, do_iwmmxt_textrc, do_iwmmxt_textrm,
2105 do_iwmmxt_tinsr, do_iwmmxt_tmcr, do_iwmmxt_tmcrr, do_iwmmxt_tmia,
2106 do_iwmmxt_tmovmsk, do_iwmmxt_tmrc, do_iwmmxt_tmrrc,
2107 do_iwmmxt_torc, do_iwmmxt_waligni, do_iwmmxt_wmov,
2108 do_iwmmxt_word_addr, do_iwmmxt_wrwr, do_iwmmxt_wrwrwcg,
2109 do_iwmmxt_wrwrwr, do_iwmmxt_wshufh, do_iwmmxt_wzero,
2110 cp_byte_address_offset, cp_byte_address_required_here,
2111 check_iwmmxt_insn): New functions.
2112 (asm_opcode_insns): Add iWMMXt instructions.
2113 (md_begin): Set the mach value for iWMMXt targets. Create a note
2114 section to identify iwmmxt binaries.
2115 (md_apply_fix3): Handle BFD_RELOC_ARM_CP_OFF_IMM_S2.
2116 * doc/c-arm.texi: Document the support for the iWMMXt.
2117 * NEWS: Mention new support.
2118
2119 2003-03-24 Daniel Néri <dne@mayonnaise.net>
2120
2121 * doc/as.texinfo: Rename the all occurances of C54X to TIC54X.
2122 * doc/all.texi: Likewise.
2123 * doc/c-tic54x.texi: Likewise.
2124
2125 2003-03-21 Andreas Schwab <schwab@suse.de>
2126
2127 * config/tc-ia64.c (generate_unwind_image): Fix type of unw_rec to
2128 avoid aliasing issue.
2129
2130 2003-03-21 Martin Schwidefsky <schwidefsky@de.ibm.com>
2131
2132 * config/tc-s390.c (s390_arch_size): Initialize to zero.
2133 (current_arch_mask): Rename to current_mode_mask.
2134 (current_arch_requested): Remove variable.
2135 (current_cpu): New variable.
2136 (init_default_arch): Set defaults values for s390_arch_size,
2137 current_mode_mask and current_cpu.
2138 (md_parse_option): New options -mesa, -mzarch and -march={g5,g6,z900}.
2139 (md_begin): Replace current_arch_mask by current_cpu.
2140 (md_assemble): Adapt check and error message to current_mode_mask and
2141 current_cpu.
2142
2143 2003-03-09 James E Wilson <wilson@tuliptree.org>
2144
2145 * macro.c (buffer_and_nest): Store more to sb instead of '\n'.
2146 * read.c (get_line_sb): Return end of line character or '\n' if
2147 it is zero or non-existent.
2148
2149 2003-03-12 Alexandre Oliva <aoliva@redhat.com>
2150
2151 * config/tc-mips.c (mips_validate_fix): New function.
2152 * config/tc-mips.h (TC_VALIDATE_FIX): Define.
2153 (mips_validate_fix): Declare.
2154
2155 2003-03-12 Alexandre Oliva <aoliva@redhat.com>
2156
2157 * Reverted 2003-03-02's patch.
2158
2159 2003-03-11 Steve Ellcey <sje@cup.hp.com>
2160
2161 * dwarf2dbg.c (generic_dwarf2_emit_offset): New.
2162 (TC_DWARF2_EMIT_OFFSET): Provide default.
2163 (out_debug_aranges, out_debug_info): Use it.
2164 * config/tc-ia64.c (ia64_dwarf2_emit_offset): New.
2165 (ia64_cons_fix_new): Move FUNC_DTP_RELATIVE handling ...
2166 (ia64_gen_real_reloc_type): ... here.
2167 * config/tc-ia64.h (TC_DWARF2_EMIT_OFFSET): New.
2168
2169 2003-03-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2170
2171 * config/tc-mips.c (s_mips_end): Remove !BFD_ASSEMBLER case.
2172 (s_mips_ent): Likewise.
2173
2174 2003-03-04 Dmitry Diky <diwil@mail.ru>
2175
2176 * config/tc-msp430.c (mcu_types): Add recently announced x1122
2177 and x1123 devices, add missed x437.
2178 (md_show_usage): Sort device list.
2179
2180 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
2181
2182 * config/tc-sh.c (sh_dsp): Replace with preset_target_arch.
2183 (md_begin): Use preset_target_arch.
2184 (md_longopts): Make isa option unconditional.
2185 (md_parse_option): Make OPTION_DSP and OPTION_ISA sh4 / any
2186 set preset_target_arch.
2187 (md_apply_fix3): If BFD_ASSEMBLER, adjust SWITCH_TABLE fixups
2188 by -S_GET_VALUE (fixP->fx_subsy).
2189 (tc_gen_reloc): For SWITCH_TABLE fixups, the symbol is fixp->fx_subsy,
2190 and the addend is 0.
2191 Adjust addend of R_SH_IND12W relocations by fixp->fx_offset - 4.
2192 * config/tc-sh.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
2193
2194 2003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2195
2196 * config/tc-mips.c (append_insn): Add handling of
2197 BFD_RELOC_MIPSEMB_16_PCREL_S2. Avoid emitting unneeded
2198 BFD_RELOC_16_PCREL_S2 relocs and add earlier warnings about
2199 misaligned address and reange overflow.
2200 (macro_build): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2. Add
2201 earlier warnings about misaligned address and reange overflow.
2202 (mips_ip): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2.
2203 (md_apply_fix): Likewise. Fix warning output.
2204 (tc_gen_reloc): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2.
2205 Allow BFD_RELOC_16_PCREL_S2 for all ABIs.
2206 (md_convert_frag): Add handling of BFD_RELOC_MIPSEMB_16_PCREL_S2.
2207
2208 2003-02-21 Nick Clifton <nickc@redhat.com>
2209
2210 * NEWS: Mention availability of test generator program.
2211
2212 2003-02-21 Miles Bader <miles@gnu.org>
2213
2214 * config/tc-v850.c (system_registers): Add v850e debug registers.
2215 (system_register_name): Accept up to 27 (the last v850e sys register).
2216
2217 2003-02-21 Bob Wilson <bob.wilson@acm.org>
2218
2219 * doc/as.texinfo: Define new COFF-ELF variable to conditionalize text
2220 relevant to both COFF and ELF. Fix obvious typos and texinfo bugs.
2221 Capitalize section headings consistently. Format index entries more
2222 consistently. Unconditionalize text about whether text and data
2223 sections are alterable. Use @ifnottex for alternatives to @tex output
2224 so that HTML works. Clean up COFF vs. ELF descriptions of .section,
2225 .size and .type directives. Be more polite about bad bug reports.
2226 Move FDL into a separate file.
2227 * doc/fdl.texi: New file.
2228
2229 2003-02-21 Richard Sandiford <rsandifo@redhat.com>
2230
2231 * config/tc-mips.c (prev_reloc_op_frag): New variable.
2232 (macro): Check it to decide whether a new frag is needed.
2233 (my_getSmallExpression): Set it.
2234
2235 2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
2236
2237 * cgen.c: Fix typo: intial -> initial.
2238
2239 2003-02-19 Jie Zhang <zhangjie@magima.com.cn>
2240
2241 * app.c (do_scrub_chars): Handle '||' in two states.
2242
2243 2003-02-13 Alan Modra <amodra@bigpond.net.au>
2244
2245 * write.c (TC_FORCE_RELOCATION_SUB_SAME): Revert last change.
2246 * config/tc-s390.h (TC_FORCE_RELOCATION_SUB_SAME): Define.
2247
2248 2003-02-11 Uwe Stieber <uwe@wwws.de>
2249
2250 * configure.in: Add support for kaOS as cross build target system.
2251 * configure: Regenerated.
2252
2253 2003-02-10 Nick Clifton <nickc@redhat.com>
2254
2255 * config/tc-arm.c (md_begin): If the Maverick co-processor is
2256 selected, set the EF_ARM_MAVERICK_FLOAT flag and
2257 bfd_mach_arm_ep9312 machine number.
2258
2259 2003-02-08 Richard Sandiford <rsandifo@redhat.com>
2260
2261 * config/tc-mips.c (reloc_needs_lo_p): New function.
2262 (fixup_has_matching_lo_p): New function.
2263 (append_insn): Use reloc_needs_lo_p to check whether a relocation
2264 might need a matching %lo(). Reuse the head of mips_hi_fixup_list
2265 if that fixup already has a matching %lo(). Don't call frag_wane here.
2266 (macro): Call frag_wane here if the last unmatched hi was in the
2267 current frag.
2268 (pic_need_relax): New function, split out from...
2269 (md_estimate_size_before_relax): ...here.
2270 (mips_frob_file): Use reloc_needs_lo_p. Use pic_need_relax to test
2271 whether BFD_RELOC_MIPS_GOT16 fixups refer to global symbols.
2272
2273 2003-02-07 Richard Sandiford <rsandifo@redhat.com>
2274
2275 * config/tc-mips.c (my_getSmallExpression): Rework bracket handling.
2276
2277 2003-02-06 Alan Modra <amodra@bigpond.net.au>
2278
2279 * config/tc-ppc.c (ppc_elf_suffix): Undo part of last change so that
2280 x@toc+off works.
2281
2282 2003-02-05 Alan Modra <amodra@bigpond.net.au>
2283
2284 * config/tc-ppc.c (mapping): Handle new TLS reloc specs.
2285 (ppc_elf_suffix): Don't warn for x+off@got when ppc64 and don't
2286 accept x@got+off etc.
2287 (md_assemble): Handle TLS relocs.
2288 (ppc_force_relocation): Force for all TLS relocs.
2289 (ppc_fix_adjustable): Likewise.
2290 (md_apply_fix3): Handle TLS relocs.
2291
2292 2003-02-04 Alan Modra <amodra@bigpond.net.au>
2293
2294 * config/obj-elf.c (obj_elf_change_section): Set SEC_LINK_ONCE and
2295 SEC_LINK_DUPLICATES_DISCARD directly rather than using elf_linkonce_p.
2296
2297 2003-02-02 Richard Sandiford <rsandifo@redhat.com>
2298
2299 * config/tc-mips.c (enum small_ex_type): Remove.
2300 (imm_unmatched_hi): Remove.
2301 (md_assemble): Remove use of imm_unmatched_hi. Remove the last
2302 argument from calls to append_insn.
2303 (append_insn): Remove unmatched_hi parameter; check reloc_type[0]
2304 instead.
2305 (macro_build): Update append_insn calls.
2306 (mips16_macro_build, macro_build_lui): Likewise.
2307 (mips_ip): Rework handling of small expressions. Move explicit
2308 relocation handling into my_getSmallExpression. Assume that the
2309 value of 'o' operands is zero if there is only one bracketed
2310 expression left.
2311 (percent_op): Make constant. Record the BFD relocation code
2312 associated with each operator.
2313 (my_getSmallParser, my_getPercentOp): Remove.
2314 (parse_relocation): New function.
2315 (my_getSamllExpression): Rework. Fill in relocations here
2316 rather than in mips_ip.
2317
2318 2003-01-29 Nick Clifton <nickc@redhat.com>
2319
2320 * config/tc-i386.c (line_comment_chars): Add '#'. This makes the
2321 assembler's handling of # <linenum> "<filename>" directives work.
2322
2323 2003-01-28 Jakub Jelinek <jakub@redhat.com>
2324
2325 * dwarf2dbg.c: Include filenames.h.
2326 (struct file_entry): Make filename const char *.
2327 (dirs, dirs_in_use, dirs_allocated): New variables.
2328 (get_filenum): Add NUM argument. Build directory table.
2329 (dwarf2_where): Adjust caller.
2330 (dwarf2_directive_file): Use get_filenum to allocate
2331 slot in file and directory tables.
2332 (dwarf2_directive_loc): Recreate full filename from
2333 directory and filename part if needed for listing.
2334 (out_file_list): Output directory table.
2335 Output main source file dirname before its filename.
2336
2337 2003-01-28 Dmitry Diky <diwil@mail.ru>
2338
2339 * config/tc-msp430.c: Replace occurences of 'tolower' with
2340 'TOLOWER'.
2341
2342 2003-01-27 David Mosberger <davidm@hpl.hp.com>
2343
2344 * config/tc-ia64.c (dot_vframesp): Correct error message.
2345 (dot_vframepsp): Ditto.
2346
2347 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
2348
2349 * configure.in (em): Set to irix on all Irix systems.
2350 * configure: Rebuilt.
2351 * config/te-irix.h: New file.
2352 * config/tc-mips.c (mips_dwarf2_format): Use TE_IRIX to decide
2353 whether to use Irix-specific 64-bit format.
2354
2355 2003-01-27 Martin Schwidefsky <schwidefsky@de.ibm.com>
2356
2357 * config/tc-s390.c (s390_elf_cons): Avoid designated initializers.
2358
2359 2003-01-25 Jakub Jelinek <jakub@redhat.com>
2360
2361 * config/tc-sparc.c (sparc_ip): Handle TLS % operators.
2362 (tc_gen_reloc): Handle TLS relocs.
2363 (sparc_cons, cons_fix_new_sparc): Handle %r_tls_dtpoff.
2364 * config/tc-sparc.h (tc_fix_adjustable): Don't adjust TLS
2365 relocs.
2366 * config/obj-elf.c (obj_elf_section_word): Handle tls.
2367 (obj_elf_type): Handle tls_object.
2368
2369 2003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
2370
2371 * config/tc-s390.c (s390_tls_suffix): New function.
2372 (elf_suffix_type): Add suffix enums for TLS relocations.
2373 (s390_elf_suffix): Add suffix strings for TLS relocations.
2374 (s390_elf_cons): Map new lenght/elf suffix combinations for TLS to
2375 bfd relocations.
2376 (md_gather_operands): Map new instruction operand/elf suffix
2377 combinations for TLS to bfd relocations.
2378 (tc_s390_fix_adjustable): Add new TLS relocations.
2379 (tc_s390_force_relocation): Likewise.
2380 (md_apply_fix3): Likewise.
2381
2382 2003-01-24 Alan Modra <amodra@bigpond.net.au>
2383
2384 * as.h: Update copyright date.
2385 * symbols.c: Likewise.
2386 * config/tc-d10v.h: Likewise.
2387 * config/tc-fr30.h: Likewise.
2388 * config/tc-i960.h: Likewise.
2389 * config/tc-mips.h: Likewise.
2390
2391 * config/tc-hppa.h (DIFF_EXPR_OK): Define.
2392 (MD_APPLY_SYM_VALUE): Move.
2393
2394 2003-01-23 Nick Clifton <nickc@redhat.com>
2395
2396 * NEWS: Announce sh2e support.
2397
2398 Add sh2e support:
2399 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
2400 * config/tc-sh.c (md_show_usage): Added sh2e next to sh3e.
2401 (sh_elf_final_processing): Handle arch_sh2e.
2402
2403 2003-01-23 Alan Modra <amodra@bigpond.net.au>
2404
2405 * symbols.c (S_FORCE_RELOC): Add "strict" param.
2406 * symbols.h (S_FORCE_RELOC): Likewise.
2407 * config/obj-aout.h (S_FORCE_RELOC): Likewise.
2408 * config/obj-bout.h (S_FORCE_RELOC): Likewise.
2409 * config/obj-coff.h (S_FORCE_RELOC): Likewise.
2410 * config/obj-ieee.h (S_FORCE_RELOC): Likewise.
2411 * config/obj-vms.h (S_FORCE_RELOC): Likewise.
2412 * write.c (generic_force_reloc): New function.
2413 (TC_FORCE_RELOCATION): Use it here instead of S_FORCE_RELOC.
2414 (TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
2415 (adjust_reloc_syms): Adjust S_FORCE_RELOC call.
2416 * as.h (generic_force_reloc): Declare.
2417 * doc/internals.texi (S_FORCE_RELOC): Update.
2418 (TC_FORCE_RELOCATION_SUB_SAME): Update.
2419
2420 * config/tc-alpha.c (alpha_force_relocation): Adjust to use
2421 generic_force_reloc.
2422 (alpha_fix_adjustable): Likewise.
2423 * config/tc-arm.c (arm_force_relocation): Likewise.
2424 * config/tc-cris.c (md_cris_force_relocation): Likewise.
2425 * config/tc-frv.c (frv_force_relocation): Likewise.
2426 * config/tc-i386.c (md_apply_fix3): Likewise.
2427 * config/tc-ia64.c (ia64_force_relocation): Likewise.
2428 * config/tc-ip2k.c (ip2k_force_relocation): Likewise.
2429 * config/tc-m32r.c (m32r_force_relocation): Likewise.
2430 * config/tc-m68hc11.c (tc_m68hc11_force_relocation): Likewise.
2431 * config/tc-mcore.c (mcore_force_relocation): Likewise.
2432 * config/tc-mips.c (mips_force_relocation): Likewise.
2433 * config/tc-mmix.c (mmix_force_relocation): Likewise.
2434 * config/tc-ppc.c (ppc_force_relocation): Likewise.
2435 * config/tc-s390.c (tc_s390_force_relocation): Likewise.
2436 * config/tc-sh.c (sh_force_relocation): Likewise.
2437 (md_pcrel_from_section): Likewise.
2438 * config/tc-sparc.c (tc_gen_reloc): Likewise.
2439 * config/tc-v850.c (v850_force_relocation): Likewise.
2440 * config/tc-xstormy16.c (xstormy16_force_relocation): Likewise.
2441 * config/tc-i386.h (TC_FORCE_RELOCATION): Likewise.
2442 * config/tc-mcore.h (TC_FORCE_RELOCATION): Likewise.
2443 * config/tc-sparc.h (tc_fix_adjustable): Likewise.
2444
2445 * config/tc-d10v.c (d10v_force_relocation): Delete.
2446 * config/tc-d10v.h (TC_FORCE_RELOCATION): Don't define.
2447 * config/tc-dlx.c (md_dlx_force_relocation): Delete.
2448 * config/tc-dlx.h (TC_FORCE_RELOCATION): Don't define.
2449 * config/tc-fr30.c (fr30_force_relocation): Delete.
2450 * config/tc-fr30.h (TC_FORCE_RELOCATION): Don't define.
2451 * config/tc-mn10300.c (mn10300_force_relocation): Delete.
2452 * config/tc-mn10300.h (TC_FORCE_RELOCATION): Don't define.
2453 (TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
2454 * config/tc-i960.h (TC_FORCE_RELOCATION_SUB_SAME): Likewise.
2455 * config/tc-hppa.c (hppa_force_relocation): Adjust S_FORCE_RELOC call.
2456 * config/tc-mips.c (RELAX_BRANCH_TOOFAR): Warning fix.
2457 * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Don't define.
2458 * config/tc-openrisc.c (openrisc_force_relocation): Delete.
2459 * config/tc-openrisc.h (TC_FORCE_RELOCATION): Don't define.
2460 * config/tc-sparc.c (elf32_sparc_force_relocation): Delete.
2461 * config/tc-sparc.h (TC_FORCE_RELOCATION): Don't define for ELF.
2462 * config/tc-i386.c (i386_force_relocation): Delete.
2463 * config/tc-i386.h (TC_FORCE_RELOCATION): Don't define for
2464 BFD_ASSEMBLER.
2465 (EXTERN_FORCE_RELOC): Fix TE_PE and STRICT_PE_FORMAT nesting.
2466 * config/tc-m68k.h (TC_FORCE_RELOCATION): Don't define.
2467 * config/tc-pj.h (TC_FORCE_RELOCATION): Don't define.
2468 * config/tc-sh.h (TC_FORCE_RELOCATION_SUB_ABS): Don't call
2469 S_FORCE_RELOC.
2470 (TC_FORCE_RELOCATION_SUB_SAME): Test TC_FORCE_RELOCATION too.
2471 * config/tc-sh64.h (TC_FORCE_RELOCATION_SUB_SAME): Likewise.
2472
2473 2003-01-23 Alan Modra <amodra@bigpond.net.au>
2474
2475 * config/tc-sh64.c (shmedia_frob_section_type): Adjust for changed
2476 sh64_elf_section_data.
2477 * config/tc-sh64.h: Include elf32-sh64.h.
2478 * config/tc-m68hc11.c: Don't include stdio.h.
2479 (md_show_usage): Fix missing continuation.
2480 * Makefile.am: Run "make dep-am".
2481 * Makefile.in: Regenerate.
2482
2483 2003-01-22 Nick Clifton <nickc@redhat.com>
2484
2485 * as.h: Include fopen-bin.h not fopen-same.h for mingw32 hosts.
2486
2487 2003-01-21 Fabio Alemagna <falemagn@aros.org>
2488
2489 * configure.in: Handle *-*-aros*.
2490 * configure: Regenerated from configure.in.
2491
2492 2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
2493
2494 * config/tc-s390.c (elf_suffix_type): Add suffix enums for gotoff,
2495 gotplt and pltoff relocations.
2496 (s390_elf_suffix): Add suffix strings for gotoff, gotplt and pltoff.
2497 (s390_elf_cons): Map new lenght/elf suffix combinations for gotoff,
2498 gotplt and pltoff to bfd relocations.
2499 (md_gather_operands): Map new instruction operand/elf suffix
2500 combinations to bfd relocations.
2501 (tc_s390_fix_adjustable): Add new gotoff, gotplt and pltoff relocations
2502 to the list of unadjustable relocations.
2503 (tc_s390_force_relocation): Always emit relocations for gotoff, gotplt
2504 and pltoff relocations.
2505 (md_apply_fix3): Add the new relocations.
2506
2507 2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
2508
2509 * config/tc-s390.c (md_apply_fix3): Emit error message for relocations
2510 with a subsy symbol.
2511
2512 2003-01-17 Stephane Carrez <stcarrez@nerim.fr>
2513
2514 * config/tc-m68hc11.c (tc_m68hc11_fix_adjustable): Prevent adjustment
2515 of relocs for memory bank addressing.
2516
2517 2003-01-17 Stephane Carrez <stcarrez@nerim.fr>
2518
2519 * config/tc-m68hc11.c (md_show_usage): Update usage.
2520 (md_parse_option): Recognize -m68hcs12.
2521 (m68hc11_elf_final_processing): Set EF_M68HCS12_MACH flag to identify
2522 HCS12.
2523 * doc/as.texinfo (Overview): Document new option -m68hcs12.
2524
2525 2003-01-16 Jakub Jelinek <jakub@redhat.com>
2526
2527 * config/tc-ia64.c (ia64_cons_fix_new): Handle @dtprel() in data.
2528
2529 2003-01-16 Alan Modra <amodra@bigpond.net.au>
2530
2531 * Makefile.am: Run "make dep-am".
2532 * Makefile.in: Regenerate.
2533 * po/POTFILES.in: Regenerate.
2534
2535 2003-01-11 Alan Modra <amodra@bigpond.net.au>
2536
2537 * read.c (get_absolute_expr): New, split out from..
2538 (get_absolute_expression): ..here.
2539 * read.h (get_absolute_expr): Declare.
2540 * config/obj-elf.c (elf_common): Use offsetT for "temp" and "size".
2541 Trim size to arch bits_per_address, and test for negative input
2542 via get_absolute_expr.
2543
2544 2003-01-07 DJ Delorie <dj@redhat.com>
2545
2546 * config/tc-xstormy16.c (md_cgen_lookup_reloc): Adjust value based
2547 on operand type.
2548 (xstormy16_md_apply_fix3): Use adjustment.
2549
2550 2003-01-02 Ben Elliston <bje@redhat.com>
2551
2552 * configure.in: Add iq2000-elf target.
2553 * configure: Regenerate.
2554 * config/tc-iq2000.c: New file.
2555 * config/tc-iq2000.h: Likewise.
2556 * po/gas.pot: Regenerate.
2557
2558 2003-01-02 Chris Demetriou <cgd@broadcom.com>
2559
2560 * config/tc-mips.c: Update copyright years to include 2003.
2561 (mips_ip): Fix indentation of "+A", "+B", and "+C" handling.
2562 Additionally, clean up their code slightly and clean up their
2563 comments some more.
2564
2565 * doc/c-mips.texi: Add MIPS32r2 to ".set mipsN" documentation.
2566
2567 2003-01-01 Daniel Jacobowitz <drow@mvista.com>
2568
2569 * doc/Makefile.am (as.1): Depend on "asconfig.texi gasver.texi
2570 $(CPU_DOCS)".
2571 * doc/Makefile.in: Regenerate.
2572
2573 2003-01-01 John David Anglin <dave.anglin@nrc.ca>
2574
2575 * config/obj-elf.c (special_sections): Work around HP's incorrect usage
2576 of .init and .fini sections for array initializers and finalizers.
2577
2578 2002-12-31 Chris Demetriou <cgd@broadcom.com>
2579
2580 * config/tc-mips.c (validate_mips_insn, mips_ip): Recognize
2581 the "+D" operand, which will be used only by the disassembler.
2582
2583 2002-12-30 Chris Demetriou <cgd@broadcom.com>
2584
2585 * configure.in: Recognize mipsisa32r2, mipsisa32r2el, and
2586 CPU variants.
2587 * configure: Regenerate.
2588 * config/tc-mips.c (ISA_HAS_DROR, ISA_HAS_ROR): New defines.
2589 (macro_build): Handle "K" operand.
2590 (macro2): Use ISA_HAS_DROR and ISA_HAS_ROR in the places where
2591 CPU_HAS_DROR and CPU_HAS_ROR are currently used.
2592 (mips_ip): New variable "lastpos", and implement "+A", "+B",
2593 and "+C" operands for MIPS32 Release 2 ins/ext instructions.
2594 Implement "K" operand for MIPS32 Release 2 rdhwr instruction.
2595 (validate_mips_insn): Implement "+" as a way to extend the
2596 allowed operands, and implement "K", "+A", "+B", and "+C"
2597 operands.
2598 (OPTION_MIPS32R2): New define.
2599 (md_longopts): Add entry for OPTION_MIPS32R2.
2600 (OPTION_ELF_BASE): Adjust to accommodate OPTIONS_MIPS32R2.
2601 (md_parse_option): Handle OPTION_MIPS32R2.
2602 (s_mipsset): Reimplement handling of ".set mipsN" options
2603 and add support for ".set mips32r2".
2604 (mips_cpu_info_table): Add entry for "mips32r2" (MIPS32 Release 2).
2605 (md_show_usage): Document "-mips32r2" option.
2606 * doc/as.texinfo: Document "-mips32r2" option.
2607 * doc/c-mips.texi: Likewise.
2608
2609 2002-12-30 Dmitry Diky <diwil@mail.ru>
2610
2611 * configure.in: Add msp430 target.
2612 * configure: Regenerate.
2613 * Makefile.am: Add msp430 target.
2614 * Makefile.in: Regenerate.
2615 * config/tc-msp430.c: New file: msp430 assembler.
2616 * config/tc-msp430.h: New file: target macros for msp430.
2617 * doc/Makefile.am: Add msp430 target.
2618 * doc/Makefile.in: Regenerate.
2619 * doc/as.texinfo: Include msp430 documenation.
2620 * doc/all.texi: Enable msp430 documentation.
2621 * doc/c-msp430.texi: New file: document msp430 specific features
2622 of the assembler.
2623
2624 2002-12-25 Alexandre Oliva <aoliva@redhat.com>
2625
2626 * dwarf2dbg.c (DWARF2_ADDR_SIZE): New macro.
2627 (dwarf2_finish): Use it.
2628 * doc/internals.texi (DWARF2_ADDR_SIZE): Document it.
2629 * config/tc-mips.h (DWARF2_ADDR_SIZE): Override.
2630
2631 2002-12-20 DJ Delorie <dj@redhat.com>
2632
2633 * config/tc-xstormy16.c (md_cgen_lookup_reloc): Support
2634 BFD_RELOC_XSTORMY16_12.
2635
2636 2002-12-19 Alan Modra <amodra@bigpond.net.au>
2637
2638 * doc/as.texinfo (Invoking): Typo fix.
2639 * config/tc-tic54x.c (encode_operand): Comment typo fix.
2640
2641 2002-12-18 Kazu Hirata <kazu@cs.umass.edu>
2642
2643 * doc/c-alpha.texi: Fix typos.
2644 * doc/c-arm.texi: Likewise.
2645 * doc/c-d10v.texi: Likewise.
2646 * doc/c-i370.texi: Likewise.
2647 * doc/c-i960.texi: Likewise.
2648 * doc/c-ia64.texi: Likewise.
2649 * doc/c-mmix.texi: Likewise.
2650 * doc/c-ns32k.texi: Likewise.
2651 * doc/c-pdp11.texi: Likewise.
2652 * doc/c-pj.texi: Likewise.
2653 * doc/c-sh64.texi: Likewise.
2654 * doc/c-sparc.texi: Likewise.
2655 * doc/c-tic54x.texi: Likewise.
2656 * doc/c-v850.texi: Likewise.
2657 * doc/c-vax.texi: Likewise.
2658 * doc/internals.texi: Likewise.
2659
2660 2002-12-18 Chris Demetriou <cgd@broadcom.com>
2661
2662 * config/tc-mips.c (macro): In M_DROL, M_DROR, M_ROL, and M_ROR,
2663 use hardware rotate ops as appropriate. In M_DROL_I, M_DROR_I,
2664 M_ROL_I, and M_ROR_I, simplify code, clean up warnings, and
2665 arrange not to issue warnings about use of AT when AT is not
2666 actually used.
2667
2668 2002-12-17 Nick Clifton <nickc@redhat.com>
2669
2670 * as.c (std_longopts): Duplicate --keep-locals entry in order to
2671 prevent it being confused with -k.
2672
2673 2002-12-16 Andrew MacLeod <amacleod@redhat.com>
2674
2675 * config/tc-xstormy16.c (md_cgen_lookup_reloc): If a relocation
2676 has already been set up, use it.
2677
2678 2002-12-16 Kazu Hirata <kazu@cs.umass.edu>
2679
2680 * ChangeLog-9295: Fix a typo.
2681 * README: Likewise.
2682 * config/tc-d10v.c: Fix a comment typo.
2683 * config/tc-dlx.c: Likewise.
2684 * config/tc-h8300.h: Likewise.
2685 * config/tc-h8500.h: Likewise.
2686 * config/tc-mips.c: Likewise.
2687 * config/tc-s390.c: Likewise.
2688 * config/tc-sh.h: Likewise.
2689 * config/tc-tic80.h: Likewise.
2690 * config/tc-w65.h: Likewise.
2691 * config/tc-z8k.c: Likewise.
2692 * config/tc-z8k.h: Likewise.
2693 * testsuite/gas/h8300/cmpsi2.s: Likewise.
2694
2695 2002-12-16 Alan Modra <amodra@bigpond.net.au>
2696
2697 * config/tc-d30v.c (check_range): Warning fixes, formatting.
2698 Simplify sign extension. Remove redundant unsigned < 0 test.
2699 * config/tc-i960.c (md_ri_to_chars): Prototype.
2700 * config/tc-mcore.c (md_pseudo_table): Fix typo.
2701 (dump_literals): Init brarsym, and test later instead of isforce.
2702
2703 * config/tc-ns32k.c (encode_operand): Constify operandsP and suffixP.
2704 (parse): Constify line and lineptr.
2705 (md_begin): Calculate endop here.
2706
2707 2002-12-13 Alan Modra <amodra@bigpond.net.au>
2708
2709 * config/obj-vms.c: Formatting. Include fnctl.h.
2710 (Create_VMS_Object_File): Fix creat call for sane unix systems.
2711 (Object_Record_Offset): Make it a size_t.
2712 (Flush_VMS_Object_Record_Buffer): Fix signed/unsigned warning.
2713 (VMS_TBT_Routine_End <Size>): Make var unsigned long.
2714 (VMS_Fix_Indirect_Reference <Offset>): Make arg addressT.
2715 (synthesize_data_segment <data_size>): Remove ATTRIBUTE_UNUSED.
2716 (vms_fixup_data_section <data_size>): Add here instead.
2717 * config/e-criself.c: Fix typo in last change.
2718
2719 2002-12-13 Alan Modra <amodra@bigpond.net.au>
2720
2721 * write.c (write_object_file): Fix signed/unsigned warning.
2722 * config/e-crisaout.c (crisaout_bfd_name): Prototype.
2723 * config/e-criself.c (criself_bfd_name): Prototype.
2724 * config/obj-aout.c (s_sect): Remove unused function.
2725 * config/obj-bout.c (obj_bout_line <ignore>): Add ATTRIBUTE_UNUSED.
2726 * config/obj-coff.c (coff_last_bf): Don't declare for OBJ_XCOFF.
2727 (fixup_mdeps <h>): Add ATTRIBUTE_UNUSED.
2728 * config/obj-ecoff.c (ecoff_frob_file <addr>): Likewise.
2729 * config/obj-vms.c (setup_basic_type <spnt>): Likewise.
2730 (VMS_RSYM_Parse <Current_Routine>): Likewise.
2731 (vms_fixup_text_section <text_siz>): Likewise.
2732 (synthesize_data_segment <data_size>): Likewise.
2733 (vms_fixup_xtors_section <sect_no>): Likewise.
2734 (structure_count): Don't use implicit int type.
2735 * config/tc-a29k.c (insert_sreg): Prototype.
2736 (define_some_regs): Prototype, make static.
2737 (parse_operand): Likewise.
2738 (md_parse_option <c,arg>): Add ATTRIBUTE_UNUSED.
2739 (md_show_usage <stream>): Likewise.
2740 (md_section_align <segment>): Likewise.
2741 (md_convert_frag <all args>): Likewise.
2742 (md_estimate_size_before_relax <all args>): Likewise.
2743 (md_apply_fix3): Don't cast valP pointer type. Fix bogus >>='s.
2744 * config/tc-arm.c (arm_validate_fix): Only for OBJ_COFF or OBJ_ELF.
2745 * config/tc-d30v.c (md_parse_option <arg>): Add ATTRIBUTE_UNUSED.
2746 (md_undefined_symbol <name>): Likewise.
2747 (md_convert_frag <all args>): Likewise.
2748 (write_long <opcode>): Likewise.
2749 (tc_gen_reloc <seg>): Likewise.
2750 (md_estimate_size_before_relax <all args>): Likewise.
2751 (md_apply_fix3 <seg>): Likewise.
2752 (s_d30v_align <ignore>): Likewise.
2753 (build_insn): Correct format string.
2754 (md_apply_fix3): Likewise.
2755 * config/tc-fr30.c (md_parse_option <c,arg>): Add ATTRIBUTE_UNUSED.
2756 (md_undefined_symbol <name>): Likewise.
2757 (md_convert_frag <all args>): Likewise.
2758 (md_cgen_lookup_reloc <insn>): Likewise.
2759 (md_begin): Delete unused vars.
2760 (md_assemble): Likewise.
2761 (md_estimate_size_before_relax): Likewise.
2762 (fr30_relax_frag): #if 0 out, seems unused.
2763 (md_atof): Remove declaration of atof_ieee.
2764 (restore_colon): Prototype.
2765 * config/tc-frv.c (frv_insert_vliw_insn): Prototype.
2766 (frv_find_in_vliw): Likewise.
2767 (frv_debug_tomcat): Likewise.
2768 (frv_adjust_vliw_count): Likewise.
2769 (frv_tomcat_shuffle): Likewise.
2770 (frv_tomcat_analyze_vliw_chains): Likewise. Correct args to
2771 frv_find_in_vliw call.
2772 (md_atof): Remove declaration of atof_ieee.
2773 * config/tc-h8500.c (cons): Delete declaration.
2774 (md_begin <opcode>): Constify.
2775 (displacement_size, immediate_size, absolute_size): Remove.
2776 (build_relaxable_instruction <operand>): Add ATTRIBUTE_UNUSED.
2777 (tc_crawl_symbol_chain <headers>): Likewise.
2778 (md_undefined_symbol <name>): Likewise.
2779 (tc_headers_hook <headers>): Likewise.
2780 (md_parse_option <c,arg>): Likewise.
2781 (md_show_usage <stream>): Likewise.
2782 (md_convert_frag <headers, seg>): Likewise.
2783 (tc_coff_symbol_emit_hook <ignore>): Likewise.
2784 (md_atof): Remove declaration of atof_ieee.
2785 (tc_aout_fix_to_chars): Remove unused function.
2786 (parse_reg): Prototype.
2787 (parse_exp): Prototype.
2788 (skip_colonthing): Prototype. Use &&, not & in logical expressions.
2789 (parse_reglist): Prototype.
2790 (get_operand): Prototype.
2791 (get_operands): Prototype.
2792 (get_specific): Prototype. Make "this_index" signed.
2793 (check): Prototype, make static.
2794 (insert): Prototype
2795 (build_relaxable_instruction): Prototype, make static.
2796 (build_bytes): Prototype.
2797 (wordify_scb): Prototype.
2798 * config/tc-h8500.h (start_label): Declare.
2799 (tc_coff_sizemachdep): Declare.
2800 * config/tc-i370.c (i370_ebcdic <unused>): Add ATTRIBUTE_UNUSED.
2801 (i370_rmode <unused>): Likewise.
2802 (i370_csect <unused>): Likewise.
2803 (i370_dc <unused>): Likewise.
2804 (i370_ds <unused>): Likewise.
2805 (i370_elf_lcomm <unused>): Likewise.
2806 (i370_ltorg <ignore>): Likewise.
2807 (i370_using <ignore>): Likewise.
2808 (i370_drop <ignore>): Likewise.
2809 (i370_byte <ignore>): Likewise.
2810 (i370_tc <ignore>): Likewise.
2811 (md_estimate_size_before_relax <fragp, seg>): Likewise.
2812 (md_convert_frag <all args>): Likewise.
2813 (md_undefined_symbol <name>): Likewise.
2814 (md_pcrel_from_section <sec>): Likewise.
2815 (tc_gen_reloc <seg>): Likewise.
2816 (i370_section_letter): #if 0 unused functions.
2817 (i370_section_word, i370_section_type, i370_section_flags): Likewise.
2818 (symbol_locate): Prototype.
2819 * config/tc-i860.c (md_atof): Remove declaration of atof_ieee.
2820 (md_number_to_disp, md_number_to_field): Remove.
2821 (md_apply_fix3): Correct format string and cast "fup".
2822 * config/tc-i960.c (md_convert_frag): Add ATTRIBUTE_UNUSED to args.
2823 (s_endian <ignore>): Likewise.
2824 (md_undefined_symbol <name>): Likewise.
2825 (tc_crawl_symbol_chain <headers>): Likewise.
2826 (tc_set_bal_of_call): Likewise.
2827 (tc_coff_symbol_emit_hook <symbolP>): Likewise.
2828 (i960_handle_align <fragp>): Likewise.
2829 (i960_validate_fix <this_segment_type>): Likewise
2830 (tc_gen_reloc <section>): Likewise.
2831 (tc_coff_symbol_emit_hook): Only define for OBJ_COFF.
2832 (struct memS, struct regop): Forward declare.
2833 (brcnt_emit, brlab_next, cobr_fmt, ctrl_fmt, emit, get_args,
2834 get_cdisp, get_ispec, get_regnum, i_scan, mem_fmt, mema_to_memb,
2835 parse_expr, parse_ldconst, parse_memop, parse_po, parse_regop,
2836 reg_fmt, relax_cobr, s_leafproc, s_sysproc, shift_ok, syntax,
2837 targ_has_sfr, targ_has_iclass, tc_bfd_fix2rtype): Prototype.
2838 (md_chars_to_number, md_number_to_imm): Make static, prototype.
2839 (md_number_to_field): Likewise.
2840 (md_number_to_disp): Remove unused function.
2841 (md_atof): Remove declaration of atof_ieee.
2842 (md_apply_fix3): Correct md_number_to_imm call.
2843 * config/tc-ip2k.c (md_assemble): Warning fix.
2844 * config/tc-m32r.c (md_parse_option <arg>): Add ATTRIBUTE_UNUSED.
2845 (fill_insn <ignore>): Likewise.
2846 (debug_sym <ignore>): Likewise.
2847 (md_undefined_symbol <name>): Likewise.
2848 (m32r_scomm <ignore>): Likewise.
2849 (md_convert_frag <abfd>): Likewise.
2850 (md_cgen_lookup_reloc <insn>): Likewise.
2851 (m32r_record_hi16 <seg>): Likewise.
2852 (md_estimate_size_before_relax): #if 0 old_fr_fix.
2853 (allow_m32rx): Prototype.
2854 (first_writes_to_seconds_operands): Prototype.
2855 (writes_to_pc): Prototype.
2856 (can_make_parallel): Prototype.
2857 (make_parallel): Prototype.
2858 (target_make_parallel): Prototype.
2859 (assemble_two_insns): Prototype.
2860 (m32r_record_hi16): Prototype.
2861 (md_atof): Remove declaration of atof_ieee.
2862 * config/tc-m32r.h (m32r_fix_adjustable): Declare.
2863 (m32r_force_relocation): Prototype.
2864 (m32r_elf_section_change_hook): Prototype.
2865 * config/tc-m68k.c (tc_gen_reloc <section>): Add ATTRIBUTE_UNUSED.
2866 (md_show_usage): Fix signed/unsigned warning.
2867 * config/tc-m88k.c (get_reg): Make reg_prefix param unsigned.
2868 (calcop): Ditto for reg_prefix var.
2869 (hexval): Add cast to fix signed/unsigned warning.
2870 (md_number_to_disp): Delete unused function.
2871 (md_number_to_field): Likewise.
2872 (float_cons, cons, s_globl, s_space, s_set, s_lcomm): Remove decl.
2873 (match_name): Prototype.
2874 (get_bf2): Prototype.
2875 (get_bf_offset_expression): Prototype.
2876 * config/tc-mcore.c (mcore_s_literals <ignore>): Add ATTRIBUTE_UNUSED.
2877 (md_undefined_symbol <ignore>): Likewise.
2878 (md_create_short_jump <all args>): Likewise.
2879 (md_create_long_jump <all args>): Likewise.
2880 (md_convert_frag <abfd, sec>): Likewise.
2881 (md_apply_fix3 <segment>): Likewise.
2882 (md_section_align <segment>): Likewise.
2883 (md_pcrel_from_section <sec>): Likewise.
2884 (tc_gen_reloc <section>): Likewise.
2885 (reg_m, reg_n, immediate): Delete unused vars.
2886 (dump_literals): Fix signed/unsigned warning.
2887 (enter_literal): Likewise.
2888 (parse_imm): Likewise. Also fix format string.
2889 (parse_mem): Remove unused var.
2890 (md_assemble <LS>): Abort on unexpected inst.
2891 (md_atof): Remove declaration of atof_ieee.
2892 (md_parse_option): Remove unused vars.
2893 (md_apply_fix3): Fix format strings, cast args.
2894 (tc_gen_reloc): Delete unused var.
2895 * config/tc-mcore.h (tc_coff_sizemachdep): Declare.
2896 * config/tc-mn10200.c (md_parse_option <c, arg>): Add ATTRIBUTE_UNUSED.
2897 (md_undefined_symbol <name>): Likewise.
2898 (md_convert_frag <abfd>): Likewise.
2899 (tc_gen_reloc <seg>): Likewise.
2900 (check_operand <insn>): Likewise.
2901 (md_convert_frag): Fix format strings.
2902 (tc_gen_reloc): Delete fx_addsy - fx_subsy code.
2903 * config/tc-openrisc.c (ignore_pseudo): Prototype.
2904 (md_atof): Remove declaration of atof_ieee.
2905 * config/tc-or32.c (parse_operand): Prototype non-BFD too.
2906 (md_apply_fix3): Fix bogus >>='s.
2907 (md_undefined_symbol): Delete unused var.
2908 * config/tc-pj.c (little, big, parse_exp_save_ilp): Prototype.
2909 (c_to_r, ipush_code, fake_opcode, alias): Likewise.
2910 (fake_opcode): Adjust for pj_opc_int_t change.
2911 (md_begin): Likewise.
2912 (md_assemble): Likewise.
2913 (ipush_code): Correct parse_exp_save_ilp call. Test pending_reloc
2914 instead of non-existent third arg of parse_exp_save_ilp.
2915 (md_parse_option): Correct "little" and "big" calls.
2916 * config/tc-sparc.c (s_register): Only declare #ifdef OBJ_ELF.
2917 (md_apply_fix3 <segment>): Add ATTRIBUTE_UNUSED.
2918 (tc_gen_reloc <section>): Likewise.
2919 * config/tc-tic30.c: #include stdarg.h or varargs.h.
2920 (debug): Rewrite using VA_* macros.
2921 (md_estimate_size_before_relax): Add ATTRIBUTE_UNUSED to args.
2922 (md_convert_frag): Likewise.
2923 (md_parse_option): Likewise.
2924 (md_show_usage): Likewise.
2925 (md_undefined_symbol): Likewise.
2926 (tc_gen_reloc): Likewise.
2927 (md_operand): Likewise.
2928 (tc_aout_pre_write_hook): Delete.
2929 (struct tic30_insn): Make "operands" unsigned.
2930 (struct tic30_par_insn): Likewise.
2931 (md_assemble): Likewise for "count", "i" and "numops".
2932 (tic30_parallel_insn): Likewise for vars here.
2933 (tic30_operand): Likewise. Remove useless unsigned >= 0 comparison.
2934 * config/tc-tic30.h (tc_aout_pre_write_hook): Define as empty.
2935 * config/tc-tic80.c (obj_coff_section): Delete declaration.
2936 (md_estimate_size_before_relax): Add ATTRIBUTE_UNUSED on args.
2937 (md_undefined_symbol): Likewise.
2938 (md_parse_option): Likewise.
2939 (md_convert_frag): Likewise.
2940 (tc_coff_symbol_emit_hook): Likewise.
2941 (md_atof): Remove declaration of atof_ieee.
2942 (const_overflow): Warning fixes, tidy.
2943 (get_operands): Delete unused vars.
2944 (internal_error_a): Adjust format string to expect a long for arg.
2945 (find_opcode): Warning fixes, simplify.
2946 (build_insn): Cast internal_error_a arg.
2947 (md_begin): Likewise.
2948 (md_apply_fix3): Likewise.
2949 (md_assemble): Delete unused var.
2950 * config/tc-tic80.h (tc_coff_fix2rtype): Prototype.
2951 * config/tc-z8k.c (cons, obj_coff_section): Delete declarations.
2952 (whatreg, parse_reg, parse_exp): Make static, prototype.
2953 (checkfor, regword, regaddr, get_ctrl_operand): Prototype.
2954 (get_flags_operand, get_interrupt_operand, get_cc_operand): Likewise.
2955 (get_operand, get_operands, get_specific, newfix): Likewise.
2956 (apply_fix, build_bytes): Likewise.
2957 (md_atof): Remove declaration of atof_ieee.
2958 (tc_aout_fix_to_chars): Delete.
2959 (md_begin): Constify "opcode". Don't try to init opcode->idx.
2960 Fix s_unseg call.
2961 (md_parse_option): Fix s_segm and s_unseg calls.
2962
2963 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2964
2965 * tc-mips.c (RELAX_BRANCH_ENCODE): Remove reloc_s2 argument.
2966 Adjust callers.
2967 (RELAX_BRANCH_RELOC_S2): Delete.
2968 (append_insn): Use only BFD_RELOC_16_PCREL_S2 for branches.
2969 Do not handle BFD_RELOC_16_PCREL.
2970 (macro_build, mips_ip): Likewise.
2971 (md_pcrel_from): Return 4 for undefined symbols regardless of
2972 mips_pic.
2973 (md_apply_fix3): Use only BFD_RELOC_16_PCREL_S2 for branches.
2974 Don't dereference howto if no such relocation is available.
2975 Do not apply hack for in-place zero addend in NEWABI.
2976 (md_convert_frag): Use only BFD_RELOC_16_PCREL_S2 for branches.
2977
2978 2002-12-12 Alexandre Oliva <aoliva@redhat.com>,
2979 Alan Modra <amodra@bigpond.net.au>
2980
2981 * config/tc-mn10300.h (TC_VALIDATE_FIX_SUB): Define.
2982 (TC_LINKRELAX_FIXUP): Add comments.
2983
2984 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
2985
2986 * config/tc-mn10300.c (set_arch_mach): Change argument type to
2987 avoid warnings.
2988 (r_register_name, xr_register_name): Add prototype declarations.
2989
2990 2002-12-08 H.J. Lu <hjl@gnu.org>
2991
2992 * config/tc-ia64.c (md_apply_fix3): Remove the PCREL hack
2993 copied from tc-i386.c.
2994
2995 2002-12-08 Stephane Carrez <stcarrez@nerim.fr>
2996
2997 Fix Bug savannah/1825:
2998 * config/tc-m68hc11.c (STATE_INDEXED_PCREL): New relax code.
2999 (md_relax_table): Define specific relax for PC-rel offsets.
3000 (build_indexed_byte): Use a STATE_INDEXED_PCREL relax code.
3001 (m68hc11_relax_frag): Handle the new relax code.
3002 (md_convert_frag): Likewise.
3003 (md_estimate_size_before_relax): Likewise.
3004
3005 2002-12-08 Alan Modra <amodra@bigpond.net.au>
3006
3007 * subsegs.c (section_symbol): Use the symbol, not the section, name.
3008
3009 2002-12-05 Richard Henderson <rth@redhat.com>
3010
3011 * config/ia64.c (enum reloc_func): Add FUNC_LT_RELATIVE_X.
3012 (ia64_gen_real_reloc_type): Handle it.
3013 (pseudo_func): Add @ltoffx.
3014 (md_begin): Build .<ltoffx>.
3015 (ia64_force_relocation): True for LTOFF22X and LDXMOV.
3016
3017 2002-12-05 Alan Modra <amodra@bigpond.net.au>
3018
3019 * config/tc-arm.c (arm_force_relocation): Move out of #if OBJ_ELF.
3020 Move OBJ_COFF TC_FORCE_RELOCATION code here so that COFF handles
3021 ARM_IMMEDIATE and ARM_ADRL_IMMEDIATE relocs as for ELF.
3022 * config/tc-arm.h (TC_FORCE_RELOCATION): Define for both ELF and
3023 COFF to call arm_force_relocation.
3024
3025 2002-12-04 David Mosberger <davidm@hpl.hp.com>
3026
3027 * config/tc-ia64.c (pseudo_func): Add "@pause" constant for "hint"
3028 instruction.
3029 (emit_one_bundle): Handle "hint" instruction.
3030 (operand_match): Match IA64_OPND_AR_CSD.
3031
3032 2002-12-04 Alan Modra <amodra@bigpond.net.au>
3033
3034 * dwarf2dbg.c (scale_addr_delta): Correct parameter. Move prototype
3035 inside #if.
3036
3037 2002-12-03 Nick Clifton <nickc@redhat.com>
3038
3039 * config/tc-ppc.c (ppc_cleanup): Do not set SEC_MERGE flag on
3040 .PPC.EMB.apuinfo sections.
3041
3042 2002-12-03 Richard Henderson <rth@redhat.com>
3043
3044 * config/tc-ia64.c (operand_match): Add IA64_OPND_LDXMOV case.
3045
3046 2002-12-03 Alan Modra <amodra@bigpond.net.au>
3047
3048 * config/tc-w65.c (s_longa): Prototype. Make static, specify int arg.
3049 (cons, s_align_bytes): Delete declaration.
3050 (relax): Delete.
3051 (md_begin): Constify "struct opinfo *" var. Don't try to make "name"
3052 strings common.
3053 (dot): Delete unused function.
3054 (w65_expression): Remove unused arg.
3055 (parse_exp): Prototype. Remove unused arg. Adjust w65_expression
3056 call.
3057 (get_operands): Prototype. Constify "struct opinfo *" arg. Fix
3058 parse_exp call.
3059 (get_specific): Prototype. Constify "struct opinfo *" arg and return
3060 value.
3061 (check): Remove unused function.
3062 (build_Mytes): Prototype. Constify "struct opinfo *" arg. Abort
3063 on unhandled switch case.
3064 (md_assemble): Remove unused op_start, op_end, nlen, p vars. Constify
3065 "opcode".
3066 (tc_crawl_symbol_chain): Delete unused function.
3067 (tc_headers_hook): Likewise.
3068 (tc_Nout_fix_to_chars): Likewise.
3069 (md_undefined_symbol): Add ATTRIBUTE_UNUSED.
3070 (md_parse_option): Likewise.
3071 (md_convert_frag): Likewise.
3072 (tc_coff_symbol_emit_hook): Likewise.
3073 (md_show_usage): Likewise.
3074 * config/tc-w65.h (tc_coff_sizemachdep): Declare.
3075 (TC_PARSE_CONS_EXPRESSION): w65_expression takes one arg.
3076 (w65_expression): Declare.
3077
3078 * po/POTFILES.in: Regenerate.
3079
3080 * config/tc-arm.c (arm_force_relocation): Return 0 for ARM_IMMEDIATE
3081 and ARM_ADRL_IMMEDIATE.
3082
3083 2002-12-02 Nick Clifton <nickc@redhat.com>
3084
3085 * gasp.c: Delete. It has been deprecated.
3086 * NEWS: Mention that gasp has been removed.
3087 * Makefile.am: Remove references to gasp.
3088 * makefile.vms: Likewise.
3089 * mpw-make.sed: Likewise.
3090 * Makeile.in: Regenerate.
3091 * doc/gasp.texi: Delete.
3092 * doc/Makefile.am: Remove references to gasp.texi.
3093 * doc/Makefile.in: Regenerate.
3094 * macro.c: Delete references to gasp.
3095 Remove use of comment_char function parameter as it is no longer
3096 needed.
3097 * macro.h: Update prototypes to remove comment_char parameter.
3098 Fix formatting.
3099 * read.c (read_a_source_file, s_irp): Remove comment_char
3100 parameter from invocation of functions in macro.c
3101
3102 2002-12-02 Hans-Peter Nilsson <hp@axis.com>
3103
3104 * read.c (emit_expr) [!WORKING_DOT_WORD]: Initialize x->use_jump.
3105
3106 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
3107
3108 * config/tc-m68hc11.c (md_begin): Fix qsort warning.
3109 (tc_gen_reloc): Mark section param as not used.
3110
3111 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
3112
3113 Fix Bug savannah/1825:
3114 * config/tc-m68hc11.h (md_relax_frag): Define to support relaxations
3115 that are not pc-relative.
3116 (m68hc11_relax_frag): Declare.
3117
3118 * config/tc-m68hc11.c (build_indexed_byte): Use a frag_var to handle
3119 the offsetable indexed addressing modes (n,r).
3120 (build_insn): Cleanup some locals.
3121 (m68hc11_relax_frag): New function imported from tc-cris.c to handle
3122 relaxation of difference between two symbols of same section.
3123 (md_convert_frag): For INDEXED_OFFSET relaxs, use the displacement
3124 only when this is a PC-relative operand and the offset is not absolute.
3125 (md_estimate_size_before_relax): Convert the INDEXED_OFFSET,UNDEF frag
3126 to INDEXED_OFFSET,STATE_BITS5 when the symbol is absolute; this will
3127 be handled by m68hc11_relax_frag.
3128
3129 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
3130
3131 * config/tc-m68hc11.c (elf_flags): Set default ABI to gcc default
3132 (32-bit int, 64-bit double).
3133 (md_longopts): New options -mshort, -mlong, -mshort-double and
3134 -mlong-double to control the ABI.
3135 (md_show_usage): Update.
3136 (md_parse_option): Handle new options.
3137 * doc/as.texinfo (Overview): Document new options for HC11/HC12.
3138
3139 2002-12-01 Nathan Sidwell <nathan@codesourcery.com>
3140
3141 * symbols.c (report_op_error): New function, broken out of ...
3142 (resolve_symbol_value): ... here. Use for both monadic and dyadic
3143 operators.
3144
3145 2002-11-30 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3146
3147 * config/tc-sh.c (md_apply_fix3): Take account of fx_offset
3148 for BFD_RELOC_32_PLT_PCREL.
3149
3150 2002-11-30 Alan Modra <amodra@bigpond.net.au>
3151
3152 * dwarf2dbg.c, write.c, config/obj-aout.c, config/obj-coff.c,
3153 config/obj-ecoff.c, config/obj-elf.c, config/obj-som.c,
3154 config/tc-arm.c, config/tc-arm.h, config/tc-avr.c, config/tc-cris.c,
3155 config/tc-d10v.c, config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h,
3156 config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.c, config/tc-fr30.h,
3157 config/tc-frv.c, config/tc-frv.h, config/tc-hppa.c, config/tc-i370.c,
3158 config/tc-i386.c, config/tc-i386.h, config/tc-m32r.c,
3159 config/tc-m68hc11.c, config/tc-mcore.c, config/tc-mcore.h,
3160 config/tc-mips.c, config/tc-mips.h, config/tc-mn10200.c,
3161 config/tc-mn10300.c, config/tc-mn10300.h, config/tc-openrisc.c,
3162 config/tc-openrisc.h, config/tc-ppc.c, config/tc-s390.c,
3163 config/tc-sh.c, config/tc-sh.h, config/tc-sh64.c, config/tc-tic54x.c,
3164 config/tc-v850.c, config/tc-v850.h, config/tc-xstormy16.c,
3165 config/tc-xstormy16.h: Replace boolean with bfd_boolean, true with
3166 TRUE, false with FALSE. Simplify comparisons of bfd_boolean vars with
3167 TRUE/FALSE. Formatting.
3168
3169 2002-11-29 Nick Clifton <nickc@redhat.com>
3170
3171 * config/tc-arm.c (do_t_bkpt): If no operand is specified,
3172 assume a value of zero.
3173 (do_bkpt): Likewise.
3174
3175 2002-11-29 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3176
3177 * config/tc-sh.c (md_apply_fix3): Call S_SET_THREAD_LOCAL
3178 for TLS relocations.
3179
3180 2002-11-29 Jakub Jelinek <jakub@redhat.com>
3181
3182 * config/tc-ia64.c (md_apply_fix3): Add default case.
3183
3184 2002-11-28 Jakub Jelinek <jakub@redhat.com>
3185
3186 * symbols.c (S_SET_THREAD_LOCAL): New function.
3187 * symbols.h (S_SET_THREAD_LOCAL): New prototype.
3188 * config/tc-i386.c (md_apply_fix3): Call S_SET_THREAD_LOCAL
3189 for TLS relocations.
3190 * config/tc-ia64.c (md_apply_fix3): Likewise.
3191 * config/tc-alpha.c (md_apply_fix3): Likewise.
3192
3193 2002-11-28 Jakub Jelinek <jakub@redhat.com>
3194
3195 * write.c (subsegs_finish): For SEC_MERGE sections pad last fragment
3196 to entsize.
3197
3198 2002-11-26 DJ Delorie <dj@redhat.com.
3199
3200 * dwarf2dbg.c (scale_addr_delta): New.
3201 (size_inc_line_addr): Use it.
3202 (emit_inc_line_addr): Use it.
3203
3204 2002-11-26 Hans-Peter Nilsson <hp@axis.com>
3205
3206 * config/tc-cris.c (cris_relax_frag): Fix typo in comment.
3207 (md_assemble): Don't pass on branches to constants as relaxable.
3208 Tweak comment.
3209
3210 2002-11-25 Svein E. Seldal <Svein.Seldal@solidas.com>
3211
3212 * config/tc-tic4x.c (c4x_operands_match): Bugfix in direct mode
3213
3214 2002-11-21 Randolph Chung <randolph@tausq.org>
3215
3216 * config/tc-hppa.h (tc_frob_symbol): Frob undefined unused symbols
3217 only if they have default visibility.
3218
3219 2002-11-21 Richard Henderson <rth@redhat.com>
3220
3221 * config/tc-alpha.c (alpha_fix_adjustable): Remove redundant
3222 S_IS_DEFINED test.
3223
3224 2002-11-21 Alan Modra <amodra@bigpond.net.au>
3225
3226 * config/tc-mcore.c (mcore_pool_count): New function.
3227 (mcore_cons, mcore_float_cons, mcore_stringer, mcore_fill): Use it.
3228
3229 2002-11-20 Klee Dienes <kdienes@apple.com>
3230
3231 * config/tc-mcore.c (md_begin): Use a const iterator. Don't
3232 coalesce the name fields to use the same pointer.
3233
3234 * config/tc-sh.c (md_begin): Use a const iterator. Don't coalesce
3235 the name fields to use the same pointer.
3236 (get_specific): Check for opcodes with the same name using strcmp
3237 as well as comparing the pointer.
3238
3239 2002-11-20 Alan Modra <amodra@bigpond.net.au>
3240
3241 * write.c (adjust_reloc_syms): Don't reduce SEC_MERGE fixups with
3242 fx_subsy non-NULL.
3243
3244 2002-11-19 Richard Henderson <rth@redhat.com>
3245
3246 * config/obj-elf.c (obj_elf_visibility): Overwrite only the
3247 visibility portion of st_other.
3248
3249 2002-11-19 Klee Dienes <kdienes@apple.com>
3250
3251 * config/tc-h8300.c (struct h8_instruction): New type, used to
3252 wrap h8_opcodes with length, noperands, idx, and size fields
3253 (computed at run-time).
3254 (h8_instructions): New variable.
3255 (md_begin): Allocate the storage for h8_instructions. Fill
3256 h8_instructions with pointers to the appropriate opcode and the
3257 correct value for the additional fields.
3258 (clever_message): Update to use h8_instructions instead of
3259 h8_opcodes.
3260 (build_bytes): Ditto.
3261 (get_specific): Ditto.
3262 (md_assemble): Ditto.
3263
3264 2002-11-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
3265
3266 * config/tc-s390.c (tc_s390_fix_adjustable): Re-add patch to prevent
3267 adjustments to symbols in merge sections.
3268
3269 2002-11-19 Luke Deller <luked@cse.unsw.edu.au>
3270
3271 * config/tc-alpha.c (s_alpha_prologue): as_bad when sym is NULL.
3272
3273 2002-11-18 Kevin Buettner <kevinb@redhat.com>
3274
3275 * dwarf2dbg.h (dwarf2_format): New enum.
3276 * dwarf2dbg.c (DWARF2_FORMAT): Provide default definition.
3277 (out_debug_line, out_debug_info): Add code for handling 64-bit
3278 DWARF 2 formats.
3279 * config/tc-mips.h (mips_dwarf2_format): Declare.
3280 * config/tc-mips.c (mips_dwarf2_format): New function.
3281 * doc/internals.texi (DWARF2_FORMAT): Document.
3282
3283 2002-11-18 Alexandre Oliva <aoliva@redhat.com>
3284
3285 * config/tc-mips.c (s_change_section): Make sure input buffer
3286 is not accessed past the end. Don't hand
3287 obj_elf_change_section a pointer into the input buffer.
3288
3289 2002-11-18 Alexandre Oliva <aoliva@redhat.com>, Chris Demetriou <cgd@broadcom.com>
3290
3291 * config/tc-mips.c (tc_gen_reloc): Fix typo in handling of
3292 GOT_LO16 on NEWABI.
3293
3294 2002-11-18 Svein E. Seldal <Svein.Seldal@solidas.com>
3295
3296 * config/tc-tic4x.c: Fixed proper commandline
3297 parameters. Added support for new opcode-list format. General
3298 error message fixups.
3299 (c4x_inst_add): Reject insn not for our CPU
3300 (md_begin): Added matrix for setting the proper opcode-level &
3301 device-flags according to cpu type and revision. Rewrite the
3302 opcode hasher.
3303 (c4x_operand_parse): Fix opcode bug
3304 (c4x_operands_match): New function argument. Added dry-run
3305 mechanism, that is optional error generation. Added constraint 'i'
3306 and 'j'.
3307 (c4x_insn_check): Added new function for post-verification of the
3308 generated insn.
3309 (md_assemble): Check all opcodes before croaking because of an
3310 argument mismatch. Need this to be able to fully support
3311 ortogonally arguments.
3312 (md_parse_options): Revised commandprompt swicthes and added new
3313 ones.
3314 (md_show_usage): Complete rewrite of printout.
3315
3316 2002-11-16 Svein E. Seldal <Svein.Seldal@solidas.com>
3317
3318 * config/tc-tic4x.c: Remove c4x_pseudo_ignore function.
3319 (c4x_operands_match): Added check for 8-bits LDF insn. Give
3320 warning when using constant direct bigger than 2^16. Add the new
3321 arguments.
3322
3323 2002-11-11 Christopher Faylor <cgf@redhat.com>
3324
3325 * configure.in: Use .gdbinit under Cygwin.
3326 * configure: Regenerate.
3327
3328 2002-11-11 Christopher Faylor <cgf@redhat.com>
3329
3330 * config/tc-i386.h (EXTERN_FORCE_RELOC): Define only if
3331 STRICT_PE_FORMAT.
3332
3333 2002-11-11 Svein E. Seldal <Svein.Seldal@solidas.com>
3334
3335 * config/tc-tic4x.c: Declare as many functions as possible as
3336 static. Maintenance on the general indenting. Removed unnecessary
3337 pseudo-ops and added new ones. Removed obsoleted c4x_pseudo_ignore
3338 function. Add support for new DSP, TMS320VC33. Fix bug for
3339 converting flonum constants.
3340 (c4x_do_align): Add proper align handling. Setup align to insert
3341 NOP's.
3342 (c4x_gen_to_words): Support for extended TI type floats.
3343 (md_atof): Proper dumping of multiple-word littlenums.
3344 (c4x_atof): Added support for extended TI type floats.
3345 (c4x_stringer): Added new function to handle compact strings.
3346 (c4x_emit_char): Added new function argument to handle custom
3347 length inserts, like single-byte strings.
3348 * config/tc-tic4x.h: Add proper align handling with NOP's.
3349 * Makefile.am: Added tic4x dependecy
3350 * Makefile.in: Regenerate
3351
3352 2002-11-11 Hans-Peter Nilsson <hp@bitrange.com>
3353
3354 * macro.c (get_any_string): Correct logic for not going beyond end
3355 of in->ptr[].
3356
3357 2002-11-10 Hans-Peter Nilsson <hp@bitrange.com>
3358
3359 * config/tc-mmix.c (get_putget_operands): Mark both possible
3360 operands as invalid at beginning.
3361
3362 * config/tc-mmix.c (md_convert_frag) <case STATE_GREG_DEF>:
3363 Initialize target of fixup to zero.
3364
3365 2002-11-07 Alexandre Oliva <aoliva@redhat.com>
3366
3367 * config/tc-mips.c (macro_build_lui): _gp_disp is not special on
3368 NEWABI, but we should still emit HI16_S for non-PIC n32.
3369
3370 2002-11-06 Richard Henderson <rth@redhat.com>
3371
3372 * config/tc-alpha.c (alpha_validate_fix): Move code ...
3373 (alpha_fix_adjustable): ... here.
3374 * config/tc-alpha.h (TC_VALIDATE_FIX): Remove.
3375
3376 2002-11-07 Eric Kohl <ekohl@rz-online.de>
3377
3378 * config/te-pe.h (LEX_AT): Accept at-sign (@) as first character
3379 of a label.
3380
3381 2002-11-05 H.J. Lu <hjl@gnu.org>
3382
3383 * config/tc-mips.c (support_64bit_objects): Check *l before it
3384 is freed.
3385
3386 2002-11-04 Danny Smith <dannysmith@users.sourceforge.net>
3387
3388 * config/obj-coff.c (obj-coff-section): Set SEC_DATA and
3389 SEC_LOAD flags for sections marked as 's'.
3390
3391 2002-11-01 Alan Modra <amodra@bigpond.net.au>
3392
3393 * write.c (TC_FORCE_RELOCATION_SUB_ABS): Default to zero.
3394 (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise when DIFF_EXPR_OK.
3395 * doc/internals.texi (TC_FORCE_RELOCATION_SUB_ABS): Document changed
3396 default.
3397
3398 * dep-in.sed: Fix typo.
3399
3400 2002-10-30 Daniel Jacobowitz <drow@mvista.com>
3401
3402 * configure.in: Update ARM CPU patterns.
3403 * configure: Regenerated.
3404
3405 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
3406
3407 * itbl-lex.l: Use #include <> for generated headers.
3408 * itbl-ops.c: Likewise.
3409
3410 2002-10-28 Daniel Jacobowitz <drow@mvista.com>
3411
3412 * doc/gasp.texi: Fix typo in deprecation note.
3413
3414 2002-10-23 Nick Clifton <nickc@redhat.com>
3415
3416 * config/tc-arm.c (tc_gen_reloc): Allow an absolute reference to
3417 _GLOBAL_TABLE_OFFSET_ to be converted into a GOT reloc.
3418
3419 2002-10-23 Hans-Peter Nilsson <hp@bitrange.com>
3420
3421 * config/tc-mmix.h (mmix_frob_file_before_adjust): Don't declare.
3422 (tc_frob_file_before_adjust): Don't define.
3423 * config/tc-mmix.c (mmix_frob_local_reloc): Remove unused
3424 function.
3425 (mmix_frob_file_before_adjust): Remove ineffective function.
3426
3427 2002-10-23 Hans-Peter Nilsson <hp@axis.com>
3428
3429 * config/tc-cris.c (SIMPLE_EXPR): New macro.
3430 (cris_relax_frag): New function.
3431 (md_estimate_size_before_relax) <case ENCODE_RELAX
3432 (STATE_BASE_PLUS_DISP_PREFIX, STATE_UNDF)>: Pass on unresolved
3433 expressions that will become absolute expressions to relaxation.
3434 (md_convert_frag) <case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX,
3435 STATE_WORD)>: Expect only absolute expressions. Use the symbol
3436 value, not distance to symbol.
3437 <case ENCODE_RELAX (STATE_BASE_PLUS_DISP_PREFIX, STATE_BYTE)>:
3438 Ditto. Correct placement of fixup.
3439 (md_assemble): Use SIMPLE_EXPR when dissecting expressions.
3440 (gen_bdap): Ditto.
3441 * config/tc-cris.h (cris_relax_frag): Declare.
3442 (md_relax_frag): Define.
3443
3444 2002-10-22 Alan Modra <amodra@bigpond.net.au>
3445
3446 * config/obj-elf.c (special_sections): Use correct types for init
3447 array sections.
3448 (obj_elf_change_section): Don't mess with init array section type.
3449
3450 2002-10-21 Richard Sandiford <rsandifo@redhat.com>
3451
3452 * config/tc-mips.c (mips_need_elf_addend_fixup): Return true
3453 for relocs against symbols in a merged section.
3454
3455 2002-10-18 Alexandre Oliva <aoliva@redhat.com>
3456
3457 * config/tc-mips.c (md_begin): Add $fcc registers to the symbol
3458 table as register names.
3459
3460 2002-10-18 Ulrich Weigand <uweigand@de.ibm.com>
3461
3462 * config/tc-s390.c (md_parse_option): Set s390_arch_size to 32
3463 for option -m31.
3464
3465 2002-10-18 Svein E. Seldal <Svein.Seldal@solidas.com>
3466
3467 * expr.c (operand): Add support for n.nn flonums.
3468
3469 2002-10-17 Johannes Stezenbach <js@convergence.de>
3470
3471 * itbl-parse.y (entry): Provide empty action.
3472
3473 2002-10-16 Alan Modra <amodra@bigpond.net.au>
3474
3475 * configure.in (BFDVER_H): Set and subst.
3476 * dep-in.sed: Replace bfdver.h with $(BFDVER_H).
3477 * Makefile.am: Run "make dep-am".
3478 (BFDVER_H): Define.
3479 * configure: Regenerate.
3480 * Makefile.in: Regenerate.
3481 * doc/Makefile.in: Regenerate.
3482
3483 2002-10-15 Alan Modra <amodra@bigpond.net.au>
3484
3485 * config/tc-i386.h (EXTERN_FORCE_RELOC): Define.
3486 (MD_APPLY_SYM_VALUE): Define for PE too.
3487
3488 2002-10-14 Alan Modra <amodra@bigpond.net.au>
3489
3490 * Makefile.am: Run "make dep-am".
3491 (CPU_OBJ_VALID): sh64 coff is invalid.
3492 * as.c: #include "bfdver.h".
3493 * Makefile.in: Regenerate.
3494 * config.in: Regenerate.
3495
3496 2002-10-14 Momchil Velikov <velco@fadata.bg>
3497
3498 * config/tc-v850.c (CHECK_): Remove token pasting operator.
3499
3500 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
3501
3502 * configure.in (mips64vr-elf, mips64vrel-elf): New config.
3503 * configure: Regenerate.
3504
3505 2002-10-13 Eric Christopher <echristo@redhat.com>
3506 Alexandre Oliva <aoliva@redhat.com>
3507
3508 * config/tc-mips.c (s_gpdword): New function.
3509 (mips_pseudo_table): Add .gpdword.
3510 (mips_need_elf_addend_fixup): never for NEWABI.
3511 (md_apply_fix3): Don't mark BFD_RELOC64 after GPREL16 or
3512 GPREL32 as done.
3513 (s_cpadd): Generate .cpadd on NEWABI.
3514
3515 2002-10-12 Elias Athanasopoulos <eathan@otenet.gr>
3516
3517 * config/tc-ppc.c (ppc_cleanup): Make 'i' unsigned int.
3518
3519 2002-10-12 Alexandre Oliva <aoliva@redhat.com>
3520
3521 * config/tc-mips.h (mips_relax_frag): Take segment as argument.
3522 (md_relax_frag): Adjust macro.
3523 * config/tc-mips.c (mips_relax_branch): New variable.
3524 (RELAX_BRANCH_ENCODE, RELAX_BRANCH_P, RELAX_BRANCH_LIKELY,
3525 RELAX_BRANCH_LINK, RELAX_BRANCH_TOOBAR): New.
3526 (RELAX_MIPS16_P): Adjust.
3527 (append_insn): Emit branch to non-constant in a frag_var if
3528 branch-relaxation is desirable and possible.
3529 (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH): New options.
3530 (OPTION_ELF_BASE): Adjust.
3531 (md_parse_option): Handle new options.
3532 (md_apply_fix3): Update comment on EMBEDDED_PIC conditional
3533 branch relaxation.
3534 (relaxed_branch_length): New function.
3535 (md_estimate_size_before_relax): Handle branch frags.
3536 (mips_relax_frag): Likewise.
3537 (md_convert_frag): Handle branch frags. Warn if branch is
3538 relaxed.
3539
3540 2002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3541
3542 * config/tc-sh.c (sh_force_relocation): Make sure TLS relocs get
3543 emitted.
3544 (md_apply_fix3): Add TLS relocs.
3545 (sh_parse_name): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF and
3546 @DTPOFF.
3547
3548 2002-10-11 Michel Six <msix@ccr.jussieu.fr>
3549 Alan Modra <amodra@bigpond.net.au>
3550
3551 * config/tc-i386.c (output_jump): Set fx_signed for loop/jcxz.
3552 (md_estimate_size_before_relax): Likewise for 8 bit branches.
3553
3554 Thu Oct 10 14:31:30 2002 J"orn Rennecke <joern.rennecke@superh.com>
3555
3556 * config/tc-sh.c (assemble_ppi): Initialize reg_x / reg_y / reg_n
3557 inside loop.
3558
3559 2002-10-09 Richard Shann <richard.shann@superh.com>
3560 Stephen Clarke <stephen.clarke@superh.com>
3561
3562 * config/tc-sh64.c (sh64_target_format): Add support for sh64
3563 Linux environment.
3564
3565 2002-10-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3566
3567 * contig/tc-sh.c (sh_local_pcrel): New.
3568 (sh_force_relocation): Use sh_local_pcrel.
3569 (md_pcrel_from_section): Check the relocation type whether it
3570 should be resolved locally. Use S_FORCE_RELOC.
3571
3572 2002-10-01 Alan Modra <amodra@bigpond.net.au>
3573
3574 * config/tc-mips.h (TC_FORCE_RELOCATION_SUB_SAME): Define.
3575 (TC_FORCE_RELOCATION): Tidy arg.
3576
3577 2002-09-30 Gavin Romig-Koch <gavin@redhat.com>
3578 Ken Raeburn <raeburn@cygnus.com>
3579 Aldy Hernandez <aldyh@redhat.com>
3580 DJ Delorie <dj@redhat.com>
3581 Michael Meissner <meissner@redhat.com>
3582 Eric Christopher <echristo@redhat.com>
3583 Richard Sandiford <rsandifo@redhat.com>
3584
3585 * doc/c-mips.texi: Add entries for -march=vr4120,vr4130,vr4181,
3586 vr5400 and vr5500. Add entry for -mfix-vr4122-bugs.
3587 * config/tc-mips.c (CPU_HAS_DROR, CPU_HAS_ROR): New macros.
3588 (hilo_interlocks): True for CPU_VR5500.
3589 (gpr_interlocks, cop_interlocks): True for CPU_VR5400 and CPU_VR5500.
3590 (mips_fix_vr4122_bugs): New.
3591 (append_insn): Work around 4122 errors if mips_fix_vr4122_bugs.
3592 (mips_emit_delays): Likewise.
3593 (macro2) [M_DROLI]: Use dror or dror32 if CPU_HAS_DROR.
3594 [M_ROLI]: Likewise ror if CPU_HAS_ROR.
3595 (validate_mips_insn, mips_ip): Handle '[', ']', 'e' and '%'.
3596 (OPTION_FIX_VR4122, OPTION_NO_FIX_VR4122): New options.
3597 (md_longopts): Add -mfix-vr4122-bugs and -no-mfix-vr4122-bugs.
3598 (OPTION_ELF_BASE): Bump.
3599 (md_parse_option): Handle the new options.
3600 (mips_cpu_info_table): Add entries for vr4120, vr4130, vr4181,
3601 vr5400 and vr5500.
3602
3603 2002-09-29 H.J. Lu <hjl@gnu.org>
3604
3605 * config/tc-mips.c (md_apply_fix3): Subtract the symbol value
3606 twice if howto->pcrel_offset is true.
3607
3608 2002-09-28 Matt Thomas <matt@3am-software.com>
3609 Jason Thorpe <thorpej@wasabisystems.com>
3610
3611 * config/tc-vax.c (md_estimate_size_before_relax): Only try to
3612 convert undefined references to GOT32/PLT32 if PIC code is
3613 requested. Fix comment.
3614
3615 2002-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3616
3617 * config/tc-sh.c (sh_force_relocation): Return 0 for
3618 some PC relative relocations when not relaxing.
3619
3620 2002-09-26 Jakub Jelinek <jakub@redhat.com>
3621
3622 * config/tc-i386.c (tc_i386_fix_adjustable): Add x86-64 TLS relocs.
3623 Define them if not BFD_ASSEMBLER.
3624 (lex_got): Handle @tlsgd, @dtpoff and @tpoff in 64-bit mode, add
3625 @tlsld.
3626 (md_apply_fix3): No addend for BFD_RELOC_X86_64_TLSGD,
3627 BFD_RELOC_X86_64_TLSLD and BFD_RELOC_X86_64_GOTTPOFF.
3628 (tc_gen_reloc): Handle x86-64 TLS relocs.
3629
3630 2002-09-27 Alan Modra <amodra@bigpond.net.au>
3631
3632 * config/tc-avr.c (md_apply_fix3): Reinstate code handling pcrel
3633 fixups to current or absolute section.
3634
3635 2002-09-26 Jim Wilson <wilson@redhat.com>
3636
3637 * config/tc-v850.c (v850_offset): Use frag_var instead of frag_now_fix
3638 and frag_more.
3639
3640 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3641
3642 * config/tc-mips.c (CPU_HAS_MIPS16): Add mips-lsi-elf as MIPS16
3643 capable configuration.
3644 (macro_build): Check for MIPS16 capability, not for actual MIPS16 code
3645 generation.
3646 (mips_ip): Likewise.
3647
3648 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3649
3650 * config/tc-mips.c (append_insn): Fix jump overflow check.
3651
3652 2002-09-24 Alan Modra <amodra@bigpond.net.au>
3653
3654 * config/tc-i386.c (process_operands): Warn about "lea" segment
3655 overrides.
3656
3657 2002-09-22 Mark Elbrecht <snowball3@softhome.net>
3658
3659 * write.c: Delete set_segment_vma and prototype. Update all callers.
3660
3661 2002-09-21 Alan Modra <amodra@bigpond.net.au>
3662
3663 * config/tc-i386.c (md_apply_fix3): Replace S_IS_EXTERNAL,
3664 S_IS_WEAK etc. with S_FORCE_RELOC call. Correct comment.
3665 Rename "fseg" to "sym_seg".
3666 * Makefile.am: Run "make dep-am".
3667 * Makefile.in: Regenerate.
3668 * doc/Makefile.in: Regenerate.
3669
3670 2002-09-20 Nick Clifton <nickc@redhat.com>
3671
3672 * symbols.c (colon): Do not allow symbols to be created in the
3673 absolute section if WORKING_DOT_WORD is not defined and
3674 new_broken_words would require a new frag to be created.
3675
3676 2002-09-20 Alan Modra <amodra@bigpond.net.au>
3677
3678 * expr.c (expr): Simplify foo-foo here.
3679 (clean_up_expression): Remove O_subtract code.
3680
3681 * write.h (struct fix): Add fx_dot_value.
3682 (dot_value): Declare.
3683 * write.c (dot_value): New var.
3684 (fix_new_internal): Save dot_value as fx_dot_value.
3685 (fixup_segment): Adjust fx_offset using fx_dot_value.
3686 * expr.c (expr): Update dot_value.
3687
3688 2002-09-19 Jakub Jelinek <jakub@redhat.com>
3689
3690 * config/tc-i386.c (tc_i386_fix_adjustable): Handle
3691 BFD_RELOC_386_TLS_IE and BFD_RELOC_386_TLS_GOTIE.
3692 (BFD_RELOC_386_TLS_IE, BFD_RELOC_386_TLS_GOTIE): Define to 0
3693 if not defined.
3694 (lex_got): Handle @GOTNTPOFF and @INDNTPOFF.
3695 (md_apply_fix3, tc_gen_reloc): Handle BFD_RELOC_386_TLS_IE and
3696 BFD_RELOC_386_TLS_GOTIE.
3697
3698 2002-09-19 Richard Henderson <rth@redhat.com>
3699
3700 * config/tc-alpha.c (md_pcrel_from): Only adjust special for
3701 branch type relocs.
3702 (alpha_force_relocation): Don't special-case branch type relocs.
3703
3704 2002-09-19 Nick Clifton <nickc@redhat.com>
3705
3706 * config/tc-m68k.c (select_control_regs): Handle situation where
3707 architecture has not yet been selected.
3708
3709 2002-09-18 Chris Demetriou <cgd@broadcom.com>
3710
3711 * config/tc-mips.c (IS_SEXT_32BIT_NUM): Move closer to top of file.
3712 (IS_SEXT_16BIT_NUM): New macro.
3713 (macro_build_ldst_constoffset): New function, to build a set of
3714 instructions to do a load or store from a constant offset relative
3715 to a given register.
3716 (macro, s_cprestore): Use macro_build_ldst_constoffset to implement
3717 .cprestore pseudo-op.
3718
3719 2002-09-18 Chris Demetriou <cgd@broadcom.com>
3720
3721 * config/tc-mips.c (md_apply_fix3): Just return for BFD_RELOC_8.
3722
3723 2002-09-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3724
3725 * config/tc-mips.c (s_change_section): Fix parsing. Code cleanup.
3726
3727 2002-09-17 Stan Cox <scox@redhat.com>
3728
3729 * tc-mips.c (load_address): Use BFD_RELOC_MIPS_GOT_DISP for newabi.
3730 (macro): Likewise for la. Likewise for ld.
3731 (mips_after_parse_args): Make -xgot optional, not the default.
3732 (md_apply_fix3): Allow composite relocation to set up gp.
3733 (tc_gen_reloc): Allow relaxing for newabi.
3734 Relax R_MIPS_CALL16 to R_MIPS_GOT_PAGE/R_MIPS_GOT_OFST if local.
3735 Relax R_MIPS_GOT16/R_MIPS_LO16 to R_MIPS_GOT_DISP if local.
3736
3737 2002-09-17 Nick Clifton <nickc@redhat.com>
3738
3739 * config/tc-arm.c (md_apply_fix3): Note that an implemented
3740 BFD_RELOC_ARM_IMMEDIATE has been done.
3741 (tc_gen_reloc): Do not issue reloc number of unimplemented
3742 BFD_RELOC_ARM_IMMEDIATE and BFD_RELOC_ARM_OFFSET_IMM relocs -
3743 their name is already in the error message - plus remove them
3744 from the default case.
3745
3746 * config/tc-arm.c (do_ldmstm): Warn about unpredictable
3747 behavior of instructions.
3748
3749 2002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
3750
3751 * config/tc-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
3752 Convert functions to K&R format.
3753
3754 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3755
3756 * config/tc-mips.c (pdr_seg): Define only for ELF.
3757 (s_change_section): Remove unused variable. Don't use for nonELF.
3758
3759 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3760
3761 * config/obj-elf.c (obj_elf_change_section): Move prototype to
3762 obj-elf.h
3763 * config/obj-elf.h (obj_elf_change_section): Likewise.
3764
3765 2002-09-16 Elias Athanasopoulos <eathan@otenet.gr>
3766
3767 * dwarf2dbg.c (out_debug_abbrev): Add support for the DW_AT_name field.
3768 (out_debug_info): Likewise.
3769
3770 2002-09-16 Bruno Haible <bruno@clisp.org>
3771
3772 * config/tc-i386.h (ELF_TARGET_FORMAT): New macro.
3773 (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf32-i386".
3774 * config/tc-i386.c (i386_target_format): Likewise.
3775 * config/tc-alpha.h (ELF_TARGET_FORMAT): New macro.
3776 (TARGET_FORMAT): Use ELF_TARGET_FORMAT instead of "elf64-alpha".
3777
3778 2002-09-13 Nick Clifton <nickc@redhat.com>
3779
3780 * config/tc-ppc.c (md_assemble): Do not count FAKE operands
3781 when deciding if any operands have been skipped.
3782
3783 2002-09-11 Nick Clifton <nickc@redhat.com>
3784
3785 * NEWS: New TI port supports both C4x and C3x series of DSPs.
3786
3787 * po/tr.po: Updated Turkish translation.
3788
3789 2002-09-11 Jakub Jelinek <jakub@redhat.com>
3790
3791 * config/tc-i386.c (md_apply_fix3): Allow addend for
3792 BFD_RELOC_386_TLS_LDO_32, BFD_RELOC_386_TLS_LE and
3793 BFD_RELOC_386_TLS_LE_32.
3794
3795 2002-09-05 Jeff Law <law@redhat.com>
3796
3797 * config/tc-hppa.c (md_apply_fix3): Don't set fx_done for
3798 marker relocations such as ENTRY/EXIT.
3799 * config/tc-hppa.h (MD_APPLY_SYM_VALUE): Definition applies
3800 to both OBJ_ELF and OBJ_SOM.
3801
3802 2002-09-05 Alan Modra <amodra@bigpond.net.au>
3803
3804 * doc/internals.texi (md_apply_fix3): Expand.
3805 (TC_VALIDATE_FIX, TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_ABS,
3806 TC_FORCE_RELOCATION_LOCAL, TC_FORCE_RELOCATION_SUB_SAME,
3807 TC_FORCE_RELOCATION_SUB_ABS, TC_FORCE_RELOCATION_SUB_LOCAL,
3808 TC_VALIDATE_FIX_SUB, MD_APPLY_SYM_VALUE, S_FORCE_RELOC,
3809 EXTERN_FORCE_RELOC): Document.
3810 (TC_HANDLES_FX_DONE, obj_fix_adjustable): Remove.
3811 * as.h: Don't include struc-symbol.h for arc.
3812 (IS_ELF): Define.
3813 * cgen.c (gas_cgen_md_apply_fix3): Remove *valP fudges and code to
3814 subtract absolute symbol.
3815 * obj.h (struct format_ops): Add frob_file_before_fix.
3816 * subsegs.c (section_symbol): Set BSF_SECTION_SYM flag.
3817 * symbols.c (S_FORCE_RELOC): New function.
3818 * symbols.h (S_FORCE_RELOC): Declare.
3819 * write.c (TC_FORCE_RELOCATION): Change default.
3820 (TC_FORCE_RELOCATION_ABS): Define.
3821 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
3822 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
3823 (TC_FORCE_RELOCATION_SECTION): Don't define.
3824 (TC_FORCE_RELOCATION_SUB_SAME): Define this instead.
3825 (TC_FORCE_RELOCATION_SUB_ABS): Define.
3826 (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
3827 (TC_VALIDATE_FIX_SUB): Define.
3828 (TC_FIX_ADJUSTABLE): Don't define.
3829 (MD_APPLY_SYM_VALUE): Define this instead.
3830 (abs_section_sym): New variable.
3831 (adjust_reloc_syms): Use S_FORCE_RELOC. Remove obj_fix_adjustable
3832 call. Don't symbol_mark_used_in_reloc here. Simplify link_once tests.
3833 Don't put the absolute section sym on fixups here.
3834 (fix_segment): New function.
3835 (write_relocs): Don't call fixup_segment from here.
3836 (write_object_file): Instead call tc_frob_file_before_fix,
3837 obj_frob_file_before_fix, and fix_segment prior to symbol table code.
3838 Don't output the absolute section symbol.
3839 (fixup_segment): Rewrite.
3840 * write.h (abs_section_sym): Declare.
3841 * config/obj-aout.c (obj_aout_frob_file_before_fix): Rename from
3842 obj_aout_frob_file.
3843 (aout_format_ops): Adjust to suit.
3844 * config/obj-aout.h (obj_frob_file): Don't define.
3845 (obj_frob_file_before_fix): Define.
3846 (obj_aout_frob_file_before_fix): Rename from obj_aout_frob_file.
3847 (S_FORCE_RELOC): Define.
3848 * config/obj-bout.h (S_FORCE_RELOC): Define.
3849 * config/obj-coff.c (coff_format_ops): Init new field.
3850 * config/obj-coff.h: Formatting fixes.
3851 (obj_sec_sym_ok_for_reloc): Define.
3852 (S_FORCE_RELOC): Define.
3853 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Split out ..
3854 (ecoff_frob_file): .. from here.
3855 (ecoff_format_ops): Add new function.
3856 * config/obj-ecoff.h (ecoff_frob_file_before_fix): Declare.
3857 (obj_frob_file_before_fix): Define.
3858 * config/obj-elf.c (elf_format_ops): Init new field.
3859 * config/obj-elf.h (obj_sec_sym_ok_for_reloc): Expand comment.
3860 * config/obj-ieee.h: Formatting fixes.
3861 (S_FORCE_RELOC): Define.
3862 * config/obj-multi.h (obj_frob_file_before_fix): Define.
3863 * config/obj-vms.h (S_FORCE_RELOC): Define.
3864 * config/tc-alpha.c (md_apply_fix3): Correct GPDISP comment.
3865 (alpha_force_relocation): Use S_FORCE_RELOC, and don't return 0
3866 for BFD_RELOC_32 and BFD_RELOC_64.
3867 (alpha_fix_adjustable): Remove extern and weak tests.
3868 (alpha_before_fix): Rename from alpha_adjust_symtab.
3869 (alpha_adjust_relocs): Rename from alpha_adjust_symtab_relocs.
3870 * config/tc-alpha.h (struct fix, struct alpha_reloc_tag): Declare.
3871 (TC_VALIDATE_FIX): Tweak param name.
3872 (TC_FORCE_RELOCATION, tc_fix_adjustable): Likewise.
3873 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
3874 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
3875 (MD_APPLY_SYM_VALUE): Define.
3876 (tc_adjust_symtab): Don't define.
3877 (alpha_adjust_symtab): Don't declare.
3878 (tc_frob_file_before_fix): Define.
3879 (alpha_before_fix): Declare.
3880 (TC_INIT_FIX_DATA): Tweak param names.
3881 * config/tc-arc.c: Include "struc-symbol.h".
3882 (md_pcrel_from): Remove undefined sym fudge.
3883 (md_apply_fix3): Remove *valP fudges and code to subtract abs sym.
3884 Don't set fx_addnumber.
3885 (tc_gen_reloc): Remove spurious fx_addnumber comment.
3886 * config/tc-arc.h (MD_APPLY_SYM_VALUE): Define.
3887 (EXTERN_FORCE_RELOC): Define.
3888 * config/tc-arm.c (md_apply_fix3 <case BFD_RELOC_ARM_GOTPC>): Remove.
3889 (tc_gen_reloc): Fudge ARM_GOTPC addend.
3890 (arm_validate_fix): Return void.
3891 (arm_fix_adjustable <elf version>): Remove extern and weak tests.
3892 Add plt and got reloc tests.
3893 (arm_force_relocation): Call S_FORCE_RELOC.
3894 * config/tc-arm.h (struct fix): Forward declare.
3895 (TC_VALIDATE_FIX): No longer set add_symbolP.
3896 (arm_validate_fix): Adjust declaration.
3897 (TC_FORCE_RELOCATION <pe version): Call S_FORCE_RELOC.
3898 (TC_FORCE_RELOCATION): Tweak param name.
3899 (TC_INIT_FIX_DATA): Likewise.
3900 (obj_fix_adjustable): Don't define.
3901 (tc_fix_adjustable): Call arm_fix_adjustable.
3902 (TC_FIX_ADJUSTABLE): Don't define.
3903 (MD_APPLY_SYM_VALUE): Define.
3904 (EXTERN_FORCE_RELOC): Define.
3905 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
3906 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
3907 * config/tc-avr.c (md_apply_fix3): Don't cast valP pointer type.
3908 Remove *valP fudges and code to subtract abs sym. Don't set
3909 fx_addnumber.
3910 * config/tc-avr.h: Formatting.
3911 (EXTERN_FORCE_RELOC): Define.
3912 (MD_APPLY_SYM_VALUE): Define.
3913 * config/tc-cris.c (tc_gen_reloc): Don't use fx_addnumber.
3914 (md_apply_fix3): Remove code to subtract abs sym.
3915 (md_cris_force_relocation): Update comment. Call S_FORCE_RELOC.
3916 * config/tc-cris.h (TC_FORCE_RELOCATION): Tweak param name.
3917 (IS_CRIS_PIC_RELOC, tc_fix_adjustable): Likewise.
3918 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
3919 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
3920 (tc_fix_adjustable): Remove extern, weak tests.
3921 * config/tc-d10v.c (tc_gen_reloc): Don't fiddle address of
3922 BFD_RELOC_VTABLE_INHERIT relocs. Don't use fx_addnumber.
3923 (md_apply_fix3): Don't cast valP pointer type. Remove *valP fudges
3924 and code to subtract abs sym.
3925 (d10v_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
3926 (d10v_force_relocation): Call S_FORCE_RELOC.
3927 * config/tc-d10v.h: Don't include write.h.
3928 (struct fix): Instead, forward declare.
3929 (MD_PCREL_FROM_SECTION): Tweak param names.
3930 (md_pcrel_from_section): Use "struct fix" instead of "fixS".
3931 (d10v_fix_adjustable): Likewise.
3932 (obj_fix_adjustable): Don't define.
3933 (tc_fix_adjustable): Define.
3934 (TC_FORCE_RELOCATION): Tweak param name.
3935 (MD_APPLY_SYM_VALUE): Define.
3936 (EXTERN_FORCE_RELOC): Define.
3937 * config/tc-d30v.c (tc_gen_reloc): Don't use fx_addnumber.
3938 (md_apply_fix3): Don't cast valP pointer type. Remove *valP fudges
3939 and code to subtract abs sym.
3940 * config/tc-d30v.h: Don't include write.h.
3941 (struct fix): Instead, forward declare.
3942 (MD_PCREL_FROM_SECTION): Tweak param names.
3943 (md_pcrel_from_section): Use "struct fix" instead of "fixS".
3944 (MD_APPLY_SYM_VALUE): Define.
3945 (EXTERN_FORCE_RELOC): Define.
3946 * config/tc-dlx.c (md_dlx_force_relocation): Call S_FORCE_RELOC.
3947 (md_dlx_fix_adjustable): Don't test for NULL fx_addsy.
3948 (md_apply_fix3): No need to test fx_pcrel before setting fx_done.
3949 (tc_gen_reloc): Don't fiddle with BFD_RELOC_VTABLE_INHERIT relocs.
3950 Adjust the address for BFD_RELOC_VTABLE_ENTRY, not the addend.
3951 Don't use fx_addnumber.
3952 * config/tc-dlx.h: Don't include write.h.
3953 (md_convert_frag): We're not alpha twice over.
3954 (EXTERN_FORCE_RELOC): Define.
3955 (obj_fix_adjustable): Don't define.
3956 (tc_fix_adjustable): Define.
3957 (TC_FIX_ADJUSTABLE): Don't define.
3958 (MD_APPLY_SYM_VALUE): Define.
3959 (LOCAL_LABELS_DOLLAR): Undef always.
3960 * config/tc-fr30.c (fr30_force_relocation): Call S_FORCE_RELOC.
3961 (fr30_fix_adjustable): Remove extern, weak tests.
3962 * config/tc-fr30.h (MD_APPLY_SYM_VALUE): Define.
3963 (obj_fix_adjustable): Don't define.
3964 (tc_fix_adjustable): Define.
3965 (struct fix): Forward declare.
3966 (MD_PCREL_FROM_SECTION): Tweak param name. Remove duplicate.
3967 * config/tc-frv.c (frv_force_relocation): Call S_FORCE_RELOC.
3968 (frv_fix_adjustable): Don't do extern, weak tests.
3969 * config/tc-frv.h (MD_APPLY_SYM_VALUE): Define.
3970 (TC_FIX_ADJUSTABLE): Don't define.
3971 (obj_fix_adjustable): Don't define.
3972 (tc_fix_adjustable): Define.
3973 (struct fix): Forward declare.
3974 (MD_PCREL_FROM_SECTION): Tweak param name. Remove duplicate.\
3975 * config/tc-h8300.c (md_apply_fix3): Don't cast valP pointer type.
3976 * config/tc-h8300.h (struct fix): Forward declare.
3977 (EXTERN_FORCE_RELOC): Define.
3978 * config/tc-hppa.c (md_apply_fix3): Remove subtraction of sym value.
3979 (hppa_fix_adjustable): Don't test extern or weak. Don't
3980 symbol_mark_used_in_reloc.
3981 (hppa_force_relocation): Use S_FORCE_RELOC instead of S_IS_EXTERNAL
3982 and S_IS_WEAK.
3983 * config/tc-hppa.h (EXTERN_FORCE_RELOC): Define
3984 (TC_FORCE_RELOCATION, TC_INIT_FIX_DATA): Tweak param name.
3985 (TC_FORCE_RELOCATION_SECTION): Don't define.
3986 (MD_APPLY_SYM_VALUE): Define.
3987 * config/tc-i370.c (md_apply_fix3): Remove *valP fudges and code
3988 to subtract abs sym.
3989 * config/tc-i370.h: Remove ifdef OBJ_ELF tests.
3990 (MD_APPLY_SYM_VALUE): Define.
3991 (MD_PCREL_FROM_SECTION): Tweak param name.
3992 * config/tc-i386.c (tc_i386_fix_adjustable): Remove weak, extern tests.
3993 (md_apply_fix3): Test fx_addsy, not fx_pcrel.
3994 (i386_force_relocation): New function.
3995 * config/tc-i386.h (TC_COFF_FIX2RTYPE): Tweak param name.
3996 (TC_VALIDATE_FIX): Likewise.
3997 (TC_FIX_ADJUSTABLE): Don't define.
3998 (MD_APPLY_SYM_VALUE): Define.
3999 (TC_FORCE_RELOCATION <elf version>): Call i386_force_relocation.
4000 (i386_force_relocation): Declare.
4001 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4002 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4003 (TC_FORCE_RELOCATION <coff version>): Call S_FORCE_RELOC.
4004 * config/tc-i860.c (md_apply_fix3): Don't cast valP pointer type.
4005 * config/tc-i860.h (MD_APPLY_SYM_VALUE): Define.
4006 (EXTERN_FORCE_RELOC): Define.
4007 * config/tc-i960.c (reloc_callj): Remove declaration. Return false.
4008 (md_apply_fix3): Don't cast valP pointer type. Move code here from
4009 old fixup_segment. No need to test fx_pcrel before setting fx_done.
4010 (i960_validate_fix): Remove add_symbolPP arg and add_symbolP macro.
4011 Use fx_addsy instead of add_symbolP, as_bad_where instead of as_bad.
4012 Remove #if 0 code. Invert return boolean.
4013 * config/tc-i960.h (TC_COUNT_RELOC): Tweak param name.
4014 (TC_COFF_FIX2RTYPE, TC_ADJUST_RELOC_COUNT, TC_VALIDATE_FIX): Likewise.
4015 (tc_headers_hook, tc_coff_fix2rtype): Remove declaration.
4016 (tc_coff_sizemachdep): Prototype.
4017 (i960_handle_align): Likewise.
4018 (i960_validate_fix): Adjust declaration.
4019 (reloc_callj): Likewise.
4020 (EXTERN_FORCE_RELOC): Define.
4021 (TC_FORCE_RELOCATION_SUB_SAME): Define.
4022 (TC_FORCE_RELOCATION_ABS): Define.
4023 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4024 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4025 (TC_FIX_ADJUSTABLE): Don't define.
4026 (MD_APPLY_SYM_VALUE): Define.
4027 * config/tc-ia64.c (ia64_force_relocation): Call S_FORCE_RELOC.
4028 * config/tc-ia64.h (MD_APPLY_SYM_VALUE): Define.
4029 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4030 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4031 * config/tc-ip2k.c (ip2k_force_relocation): Call S_FORCE_RELOC.
4032 * config/tc-ip2k.h (MD_APPLY_FIX3): Don't define.
4033 (MD_APPLY_SYM_VALUE): Define.
4034 (EXTERN_FORCE_RELOC): Define.
4035 (TC_FORCE_RELOCATION): Tweak param name.
4036 * config/tc-m32r.c (m32r_force_relocation): Call S_FORCE_RELOC.
4037 (m32r_fix_adjustable): Don't test extern, weak.
4038 * config/tc-m32r.h (MD_PCREL_FROM_SECTION): Tweak param name.
4039 (MD_APPLY_SYM_VALUE): Define.
4040 (obj_fix_adjustable): Don't define.
4041 (tc_fix_adjustable): Define.
4042 (tc_frob_file): Don't define.
4043 (tc_frob_file_before_fix): Define.
4044 (EXTERN_FORCE_RELOC): Define.
4045 * config/tc-m68hc11.c (tc_gen_reloc): Set addend to zero. Adjust
4046 BFD_RELOC_VTABLE_ENTRY address.
4047 (tc_m68hc11_force_relocation): Call S_FORCE_RELOC.
4048 (tc_m68hc11_fix_adjustable): Don't test relaxable_symbol.
4049 (md_apply_fix3): Remove *valP fudges and code to subtract abs sym.
4050 Remove duplicated fx_done code.
4051 * config/tc-m68hc11.h (MD_APPLY_SYM_VALUE): Define.
4052 (EXTERN_FORCE_RELOC): Define.
4053 * config/tc-m68k.c (tc_m68k_fix_adjustable): Don't test
4054 relaxable_symbol.
4055 * config/tc-m68k.h (TC_COFF_FIX2RTYPE): Tweak param name.
4056 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4057 (TC_FIX_ADJUSTABLE): Don't define.
4058 (EXTERN_FORCE_RELOC): Define.
4059 (MD_APPLY_SYM_VALUE): Define.
4060 (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
4061 * config/tc-mcore.c (md_apply_fix3): Don't cast valP pointer type.
4062 Remove fx_addsy tests.
4063 (mcore_force_relocation): Call S_FORCE_RELOC.
4064 (mcore_fix_adjustable): Don't test fx_addsy.
4065 * config/tc-mcore.h (MD_PCREL_FROM_SECTION): Tweak param name.
4066 (EXTERN_FORCE_RELOC): Define.
4067 (obj_fix_adjustable): Don't define.
4068 (tc_fix_adjustable): Define.
4069 (MD_APPLY_SYM_VALUE): Define.
4070 * config/tc-mips.c (enum mips_pic_level): Move to tc-mips.h.
4071 (mips_pic): No longer static.
4072 (mips_force_relocation): Call S_FORCE_RELOC.
4073 (mips_fix_adjustable): Remove extern, weak tests.
4074 * config/tc-mips.h (enum mips_pic_level): Declare.
4075 (mips_pic): Declare.
4076 (tc_frob_file): Don't define.
4077 (tc_frob_file_before_fix): Define this instead.
4078 (EXTERN_FORCE_RELOC): Define.
4079 * config/tc-mmix.c (md_apply_fix3): Replace real_reg_section tests
4080 with reg_section tests. Set fx_done instead of calling
4081 symbol_clear_used_in_reloc on bad relocs.
4082 (tc_gen_reloc): Zero fx_addsy on bad relocs.
4083 (mmix_force_relocation): Remove weak sym test. Call S_FORCE_RELOC.
4084 (mmix_adjust_symtab): Simplify list handling. Abort on any
4085 nonsense.
4086 * config/tc-mmix.h (tc_fix_adjustable): Remove weak tests. Check
4087 BFD_RELOC_MMIX_LOCAL.
4088 (tc_frob_symbol): Keep user defined syms in reg_section. Don't punt.
4089 (EXTERN_FORCE_RELOC): Define.
4090 (MD_PCREL_FROM_SECTION): Tweak param name.
4091 (tc_frob_file): Don't define.
4092 (tc_frob_file_before_fix): Define this instead.
4093 * config/tc-mn10300.c (mn10300_force_relocation): Call S_FORCE_RELOC.
4094 Remove SEC_CODE checks.
4095 (mn10300_fix_adjustable): Remove extern and weak tests.
4096 * config/tc-mn10300.h (EXTERN_FORCE_RELOC): Define.
4097 (TC_FORCE_RELOCATION): Tweak param name.
4098 (obj_fix_adjustable): Don't define.
4099 (TC_FORCE_RELOCATION_SUB_SAME): Define to handle SEC_CODE.
4100 * config/tc-ns32k.h (TC_FIX_DATA_PRINT): Tweak param name.
4101 * config/tc-openrisc.c (openrisc_force_relocation): Call S_FORCE_RELOC.
4102 (openrisc_fix_adjustable): Don't test fx_addsy.
4103 * config/tc-openrisc.h (MD_APPLY_SYM_VALUE): Define.
4104 (obj_fix_adjustable): Don't define.
4105 (tc_fix_adjustable): Define this instead.
4106 (MD_PCREL_FROM_SECTION): Remove duplicate. Tweak param name.
4107 * config/tc-or32.c (md_apply_fix3): Don't cast valP pointer type.
4108 (tc_gen_reloc): Don't fiddle with BFD_RELOC_VTABLE_INHERIT relocs.
4109 Adjust the address for BFD_RELOC_VTABLE_ENTRY, not the addend.
4110 * config/tc-or32.h (EXTERN_FORCE_RELOC): Define.
4111 (MD_APPLY_SYM_VALUE): Define.
4112 * config/tc-pj.c (md_apply_fix3): Don't cast valP pointer type.
4113 Don't subtract symbol value.
4114 * config/tc-pj.h (md_pcrel_from): Tweak param name.
4115 (EXTERN_FORCE_RELOC): Define.
4116 (TC_FORCE_RELOCATION): Call S_FORCE_RELOC.
4117 (MD_APPLY_SYM_VALUE): Define.
4118 (obj_fix_adjustable): Don't define.
4119 (tc_fix_adjustable): Define this instead.
4120 * config/tc-ppc.c (ppc_frob_symbol <coff version>): Ignore absolute
4121 section sym.
4122 (ppc_force_relocation <coff version>): Call S_FORCE_RELOC.
4123 (ppc_force_relocation <elf version>): New.
4124 (ppc_fix_adjustable <elf version>): Remove extern and weak tests.
4125 (md_apply_fix3): Don't subtract symbol values for ELF. Update
4126 comments. Don't subtract fx_subsy as that is already done.
4127 * config/tc-ppc.h (tc_fix_adjustable): Tweak param name.
4128 (MD_PCREL_FROM_SECTION): Likewise.
4129 (TC_FORCE_RELOCATION): Define for both ELF and XCOFF as calling
4130 ppc_force_relocation.
4131 (TC_FORCE_RELOCATION_SECTION): Delete.
4132 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4133 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4134 (MD_APPLY_SYM_VALUE): Define.
4135 * config/tc-s390.c: #include "dwarf2dbg.h".
4136 (s390_insn): Remove excess parens.
4137 (tc_s390_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
4138 (tc_s390_force_relocation): Call S_FORCE_RELOC.
4139 (md_apply_fix3): Add ATTRIBUTE_UNUSED on "seg". Abort when fx_subsy
4140 non-NULL. Don't subtract off fx_addsy value.
4141 * config/tc-s390.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4142 (TC_FORCE_RELOCATION, MD_PCREL_FROM_SECTION): Tweak param name.
4143 (TC_FIX_ADJUSTABLE): Don't define.
4144 (MD_APPLY_SYM_VALUE): Define.
4145 * config/tc-sh.c (SWITCH_TABLE_CONS): Move to tc-sh.h.
4146 (SWITCH_TABLE): Likewise.
4147 (sh_force_relocation): Call S_FORCE_RELOC.
4148 (sh_fix_adjustable): Remove "return 1" cases handled by the default.
4149 Replace TC_RELOC_RTSYM_LOC_FIXUP with reloc type tests.
4150 (md_apply_fix3 <case BFD_RELOC_32_PLT_PCREL>): Simplify,
4151 fx_addnumber is zero on entry. Save val in fx_addnumber.
4152 (tc_gen_reloc): Don't subtract fx_subsy.
4153 * config/tc-sh.h (struct fix): Move.
4154 (obj_fix_adjustable): Don't define.
4155 (tc_fix_adjustable): Define this instead.
4156 (TC_FIX_ADJUSTABLE): Don't define.
4157 (MD_APPLY_SYM_VALUE): Define.
4158 (SWITCH_TABLE_CONS): Define.
4159 (SWITCH_TABLE): Define.
4160 (TC_FORCE_RELOCATION_SUB_SAME): Define.
4161 (TC_VALIDATE_FIX_SUB): Define.
4162 (MD_PCREL_FROM_SECTION): Tweak param name.
4163 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4164 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4165 (TC_FORCE_RELOCATION_SUB_ABS): Define.
4166 * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4167 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4168 (TC_FORCE_RELOCATION_SUB_SAME): Define.
4169 (TC_VALIDATE_FIX_SUB): Define.
4170 (MD_PCREL_FROM_SECTION): Tweak param name.
4171 * config/tc-sparc.c (md_apply_fix3): Don't subtract off symbol value.
4172 (tc_gen_reloc): Use S_FORCE_RELOC.
4173 (elf32_sparc_force_relocation): Call S_FORCE_RELOC.
4174 * config/tc-sparc.h (TC_FORCE_RELOCATION <coff version>): Remove.
4175 (TC_FORCE_RELOCATION_ABS): Define this instead.
4176 (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4177 (TC_FORCE_RELOCATION_LOCAL): Define this instead.
4178 (tc_fix_adjustable): Remove extern and weak tests. Use S_FORCE_RELOC.
4179 (MD_APPLY_SYM_VALUE): Define.
4180 (TC_FIX_DATA_PRINT): Tweak param name.
4181 * config/tc-tic30.c (USE_STDOUT): Don't define.
4182 (md_parse_option): Remove stupid debug code.
4183 (tc_gen_reloc): Don't use fx_addnumber.
4184 * config/tc-v850.c (v850_fix_adjustable): Remove extern and weak tests.
4185 (v850_force_relocation): Remove weak test. Call S_FORCE_RELOC.
4186 * config/tc-v850.h (obj_fix_adjustable): Don't define.
4187 (tc_fix_adjustable): Define this instead.
4188 (TC_FIX_ADJUSTABLE): Don't define.
4189 (MD_APPLY_SYM_VALUE): Define this instead.
4190 (TC_FORCE_RELOCATION, MD_PCREL_FROM_SECTION): Tweak param name.
4191 * config/tc-vax.h (TC_RELOC_RTSYM_LOC_FIXUP): Don't define.
4192 (TC_FIX_ADJUSTABLE): Don't define.
4193 (MD_APPLY_SYM_VALUE): Define this instead.
4194 (tc_fix_adjustable): Remove extern and weak tests.
4195 * config/tc-w65.h (struct fix): Forward declare.
4196 * config/tc-xstormy16.c (xstormy16_force_relocation): Call
4197 S_FORCE_RELOC.
4198 (xstormy16_fix_adjustable): Remove extern and weak tests. Don't
4199 call xstormy16_force_relocation; Instead test for FPTR16 reloc.
4200 (xstormy16_md_apply_fix3): Remove *valP fudges and code to subtract
4201 absolute symbol.
4202 * config/tc-xstormy16.h (MD_APPLY_FIX3): Don't define.
4203 (MD_APPLY_SYM_VALUE): Define.
4204 (obj_fix_adjustable): Don't define.
4205 (tc_fix_adjustable): Define this instead.
4206 (MD_PCREL_FROM_SECTION): Remove duplicate. Tweak param name.
4207
4208 2002-09-04 Alan Modra <amodra@bigpond.net.au>
4209
4210 * config/tc-ppc.c (ppc_frob_symbol): Formatting, warning fix.
4211 (ppc_fix_adjustable <coff version>): Cleanup.
4212
4213 * config/tc-ppc.c (PPC_HIGHER, PPC_HIGHEST): Fix warning.
4214 (md_parse_option): No -a64 without BFD64.
4215 (ppc_set_cpu): Select appropriate cpu when ppc_obj64.
4216 (ppc_arch): Use bfd_mach_rs6k for bfd_arch_rs6000.
4217
4218 2002-09-04 Nick Clifton <nickc@redhat.com>
4219
4220 * config/tc-ppc.c (md_begin): Do not insert non-BookE32
4221 instructions into the hash table if the target cpu is the BookE32.
4222
4223 2002-08-31 Hans-Peter Nilsson <hp@bitrange.com>
4224
4225 * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not
4226 ATTRIBUTE_UNUSED.
4227
4228 2000-08-28 Catherine Moore <clm@redhat.com>
4229
4230 * tc-v850.c (v850_relax): Declare.
4231 (v850_longcode): New routine.
4232 (v850_handle_align): New routine.
4233 (md_pseudo_table): Add longcall and longjump.
4234 (md_parse_option): Check for relax option.
4235 (tc_gen_reloc): Handle BFD_RELOC_V850_LONGCALL,
4236 BFD_RELOC_V850_LONGJUMP, and BFD_RELOC_V850_ALIGN.
4237 (md_apply_fix3): Likewise.
4238 (v850_force_relocation): Likewise.
4239 (v850_comm): Change the current section.
4240 (md_assemble): Ensure that the correct value is put in the
4241 fixup.
4242 (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
4243 v850_zbss, v850_rosdata, v850_rozdata): Fix section book keeping.
4244 Remove redundant v850ea support.
4245 * tc-v850.h (HANDLE_ALIGN): Define.
4246 (v850_handle_align): Declare.
4247 * doc/c-v850.c: Document -mrelax, .longcall and .longjump.
4248
4249 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
4250
4251 * configure.in: Add tic4x-coff* and c4x-coff*-coff-coff targets.
4252 * configure: Regenerate.
4253 * NEWS: Mention new port.
4254
4255 2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4256
4257 * config/obj-coff.c: Add sdef definition.
4258 * config/obj-coff.h: Add tic4x include file and set
4259 target format.
4260 * config/tc-tic4x.c: New file.
4261 * config/tc-tic4x.h: New file.
4262
4263 2002-08-28 Alan Modra <amodra@bigpond.net.au>
4264
4265 * write.c (BFD_FAST_SECTION_FILL): Remove unused macro.
4266 (TC_ADJUST_RELOC_COUNT): Tweak param name.
4267 (TC_FORCE_RELOCATION, TC_FORCE_RELOCATION_SECTION): Likewise.
4268 (TC_FIX_ADJUSTABLE, MD_PCREL_FROM_SECTION): Likewise.
4269 (RELOC_ENUM): Define.
4270 (fix_new_internal): Use RELOC_ENUM.
4271 (fix_new, fix_new_exp): Likewise.
4272 (adjust_reloc_syms): Comment. Remove unnecessary tests on sym != NULL.
4273 Replace gotos with continue.
4274 (write_relocs): Formatting. Avoid symbol loops in
4275 RELOC_EXPANSION_POSSIBLE case too. Report bfd_reloc_outofrange
4276 errors, and error number in other cases.
4277 (fixup_segment): Remove param names from prototype. Rename
4278 "this_segment_type" to "this_segment". Update linkrelax comment.
4279 Remove "size, "place" and "where" local vars. Formatting. Update
4280 "no symbol" comment. Remove #if 0 and #if 1.
4281
4282 * app.c (do_scrub_chars): Don't test IGNORE_NONSTANDARD_ESCAPES. Tidy.
4283
4284 2002-08-27 Alan Modra <amodra@bigpond.net.au>
4285
4286 * dwarf2dbg.c: Always include dwarf2dbg.h.
4287 (dwarf2_directive_file): Adjust dummy version args.
4288 * ecoff.c (ecoff_directive_weakext): Add ATTRIBUTE_UNUSED.
4289 * expr.c (clean_up_expression <O_subtract>): Allow subtraction
4290 when symbol values differ.
4291 * read.c (do_align): Add ATTRIBUTE_UNUSED to label.
4292 (pseudo_set <O_subtract>): Remove unnecessary segment test.
4293 * config/obj-bout.c (obj_pseudo_table): Warning fix.
4294
4295 2002-08-26 Alan Modra <amodra@bigpond.net.au>
4296
4297 * config/tc-w65.c (md_section_align): Fix typo.
4298 (md_parse_option): Return 0, not 1.
4299
4300 2002-08-22 Nick Clifton <nickc@redhat.com>
4301
4302 * doc/as.texinfo (Section): Note that if '@' is a comment
4303 character then another symbol is used to prefix the section's
4304 type.
4305
4306 2002-08-22 Christian Groessler <chris@groessler.org>
4307
4308 * config/tc-z8k.c (get_operands): Adjust ptr variable also in
4309 "case 0" case.
4310
4311 2002-08-12 Graeme Peterson <gp@qnx.com>
4312
4313 * configure.in: Add support for sh-**-nto* target.
4314 * configure: Regenerate.
4315
4316 2002-08-21 Nitin Gupta <niting@noida.hcltech.com>
4317
4318 * config/tc-h8300.h (TC_LINKRELAX_FIXUP): Define.
4319
4320 2002-08-21 Elena Zannoni <ezannoni@redhat.com>
4321
4322 * config/tc-ppc.c (ppc_cleanup): Do something only if format
4323 is ELF.
4324 (ppc_apuinfo_section_add): Define only if format is ELF.
4325 (md_assemble): Emit APUinfo section only if format is ELF.
4326 Fix formatting.
4327
4328 2002-08-21 Alan Modra <amodra@bigpond.net.au>
4329
4330 * config/tc-arc.c (md_pseudo_table <dwarf2_directive_file>): Cast.
4331 * config/tc-frv.c: Likewise.
4332 * config/tc-hppa.c: Likewise.
4333 * config/tc-ia64.c: Likewise.
4334 * config/tc-ip2k.c: Likewise.
4335 * config/tc-m68hc11.c: Likewise.
4336 * config/tc-m68k.c: Likewise.
4337 * config/tc-mmix.c: Likewise.
4338 * config/tc-mn10300.c: Likewise.
4339 * config/tc-sh.c: Likewise.
4340 * config/tc-sparc.c: Likewise.
4341 * config/tc-v850.c: Likewise.
4342
4343 2002-08-20 Richard Sandiford <rsandifo@redhat.com>
4344
4345 * config/tc-mips.c (macro2): Implement rotates by zero using shifts
4346 by zero.
4347
4348 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
4349
4350 From matthew green <mrg@redhat.com>
4351
4352 * config/tc-ppc.c (PPC_OPCODE_CLASSIC): Enable this everywhere
4353 PPC_OPCODE_PPC is, except for BookE architectures.
4354 (md_parse_option): Add support for -mspe.
4355 (md_show_usage): Add -mspe.
4356 (md_parse_option): Add support for -me500 and
4357 -me500x2 to generate code for Motorola e500 core complex.
4358 (md_show_usage): Add -me500 and -me500x2.
4359
4360 (PPC_APUINFO_ISEL, PPC_APUINFO_PMR, PPC_APUINFO_RFMCI,
4361 PPC_APUINFO_CACHELCK, PPC_APUINFO_SPE, PPC_APUINFO_EFS,
4362 PPC_APUINFO_BRLOCK): New macros.
4363
4364 (ppc_cleanup): New function.
4365 (ppc_apuinfo_section_add): New function.
4366 (APUID): New macro.
4367 (md_assemble): Collect info and write the APUinfo section.
4368
4369 * config/tc-ppc.h (md_cleanup): Define.
4370 (ppc_cleanup): Export.
4371 (ELF_TC_SPECIAL_SECTIONS): Add .PPC.EMB.apuinfo section.
4372
4373 2002-08-17 Stan Cox <scox@redhat.com>
4374
4375 * config/obj-elf.c (obj_elf_change_section): Make non-static.
4376 config/tc-mips.c (s_change_section): New function to support
4377 IRIX .section pseudo-op.
4378
4379 2002-08-16 Nick Clifton <nickc@redhat.com>
4380
4381 * config/tc-v850.c (md_assemble): Fix assembling of "callt 0x3f".
4382
4383 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
4384
4385 * config/tc-mips.c (macro_build_jalr): Make sure we generate
4386 the fix-up against on the right frag.
4387 (s_cpsetup): Likewise. Parse third argument as expression, to
4388 handle global symbols and forward/backward labels correctly.
4389
4390 2002-08-14 Nick Clifton <nickc@redhat.com>
4391
4392 * read.c (stringer): Catch attempts to create strings in the abs
4393 section.
4394
4395 * config/tc-alpha.c: Fix compiling for COFF targets.
4396 Some minor formatting tidyups.
4397
4398 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4399
4400 * config/tc-m68hc11.h (MD_PCREL_FROM_SECTION): Remove.
4401 (TC_HANDLES_FX_DONE): Define to let md_apply_fix3 set fx_done flag
4402 according to the reloc.
4403 (tc_fix_adjustable, tc_m68hc11_fix_adjustable): Define.
4404 (TC_FORCE_RELOCATION): Define.
4405 (tc_m68hc11_force_relocation): Declare.
4406
4407 * config/tc-m68hc11.c (md_pseudo_table): Add relax command.
4408 (s_m68hc11_relax): New function for relax group.
4409 (build_insn, build_jump_insn): Emit a M68HC11_RL_JUMP reloc at
4410 beginning of jump instruction.
4411 (md_pcrel_from): Rename from md_pcrel_from_section and fix
4412 address computation.
4413 (tc-gen_reloc): Update.
4414 (md_estimate_size_before_relax): Create the BFD_RELOC_16_PCREL as
4415 PC-relative fixup.
4416 (tc_m68hc11_force_relocation): New function, handle new relocs.
4417 (tc_m68hc11_fix_adjustable): New to make sure there are enough
4418 reloc for the linker relax pass.
4419 (md_apply_fix3): Handle M68HC11_RL_JUMP, M68HC11_RL_GROUP
4420 and VTABLE relocs.
4421
4422 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4423
4424 * config/tc-m68hc11.c (m68hc11_elf_final_processing): New function.
4425 (md_pseudo_table): Add .mode, .far and .interrupt pseudo op.
4426 (s_m68hc11_mode): New function for .mode pseudo op.
4427 (s_m68hc11_mark_symbol): New function for .far and .interrupt
4428 pseudo op.
4429 * config/tc-m68hc11.h (elf_tc_final_processing): Define.
4430 (m68hc11_elf_final_processing): Declare.
4431
4432 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
4433
4434 * config/tc-m68hc11.c (md_begin): Take into account additional
4435 page operand for call instruction.
4436 (print_opcode_format): Likewise.
4437 (check_range): Likewise for page range checking.
4438 (get_operand): Don't skip a possible comma in operands.
4439 (fixup8): Generate BFD_RELOC_M68HC11_PAGE reloc.
4440 (fixup16): Likwise with BFD_RELOC_M68HC11_LO16.
4441 (fixup24): New to handle call reloc.
4442 (build_insn): Handle missing page operand for call instruction.
4443 (find): Likewise.
4444 (md_apply_fix3): Take into account new relocs.
4445 (get_operand): Fix the mode for indexed indirect addressing.
4446 (build_indexed_byte): Fix post index byte for indexed indirect mode.
4447
4448 2002-08-12 Richard Sandiford <rsandifo@redhat.com>
4449
4450 * config/tc-mips.c (mips_ip): Don't work out the value of
4451 constant %hi()s here.
4452
4453 2002-08-10 Alan Modra <amodra@bigpond.net.au>
4454
4455 * config/tc-i386.c (tc_i386_fix_adjustable): Test OUTPUT_FLAVOR
4456 for ELF, and don't bother checking ELF relocs when non-ELF.
4457 (i386_immediate): Allow absolute_section expressions for aout.
4458 (i386_displacement): Likewise. Also test bfd_is_com_section.
4459 (md_estimate_size_before_relax): Test OUTPUT_FLAVOR for ELF.
4460 (md_apply_fix3): Hack for bfd_install_relocation when fx_pcrel,
4461 not when fx_addsy. Remove dead code.
4462
4463 2002-08-09 Graeme Peterson <gp@qnx.com>
4464
4465 * configure.in: Add support for ppc-*-nto* target.
4466 * configure: Regenerate.
4467
4468 2002-08-09 Alan Modra <amodra@bigpond.net.au>
4469
4470 * config/tc-i386.h: Reorganize.
4471
4472 2002-08-09 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4473
4474 * config/tc-mips.c (macro): Handle a register plus a 16-bit
4475 immediate offset in "dla" and "la" expansions.
4476
4477 2002-08-09 Alan Modra <amodra@bigpond.net.au>
4478
4479 * configure.in: bfd_gas=yes for all i386 targets. Formatting.
4480 Remove "bfd_gas=yes" from target table when covered later.
4481 Consolidate some entries.
4482 * configure: Regenerate
4483
4484 2002-08-09 Jakub Jelinek <jakub@redhat.com>
4485
4486 * config/tc-i386.c (output_insn): Save frag_now and frag_now_fix ()
4487 at start of insn, pass it to output_disp and output_imm.
4488 (output_disp): Added arguments. If _GLOBAL_OFFSET_TABLE_ is seen
4489 in displacement for R_386_32 reloc, use R_386_GOTPC and compute
4490 properly addend.
4491 (output_imm): Added arguments. Compute properly addend for
4492 R_386_GOTPC.
4493 (md_apply_fix3): Remove R_386_GOTPC handling.
4494
4495 2002-08-06 George France <france@handhelds.org>
4496
4497 * config/tc-alpha.c (cpu_types): Enabled ev67, ev68, -m21264a
4498 and m21264b processor names and cpu types.
4499 * doc/c-alpha.texi: Documented new types.
4500
4501 2002-08-06 Alan Modra <amodra@bigpond.net.au>
4502
4503 * config/tc-ppc.c (md_apply_fix3): Adjust 16 bit XCOFF reloc offset.
4504
4505 2002-08-01 Richard Sandiford <rsandifo@redhat.com>
4506
4507 * config/tc-mips.c (tc_gen_reloc): Extend GP-relative addend
4508 handling to BFD_RELOC_MIPS16_GPREL.
4509
4510 2002-08-01 Nick Clifton <nickc@redhat.com>
4511
4512 * config/tc-arm.c (add_to_lit_pool): Ensure that offset to literal
4513 pool is computed using signed arithmetic so that proper sign
4514 extension is performed if X_add_number is a 64-bit integer.
4515
4516 2002-08-01 H.J. Lu <hjl@gnu.org>
4517 Daniel Jacobowitz <drow@mvista.com>
4518
4519 * dwarf2dbg.c (dwarf2_finish): Don't emit unreferenced
4520 .debug_line section unless it has line information.
4521
4522 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
4523
4524 * config/tc-ns32k.h (md_pcrel_adjust): Supply prototype.
4525 * config/tc-ns32k.c (convert_iif, md_parse_option, md_show_usage):
4526 Allow default displacement size to be an option "--disp-size-default".
4527 (md_number_to_disp): Make error messages include value. Use %d to
4528 print integers, not %s.
4529 (fix_new_ns32k): Conditionally set fx_no_overflow so we don't
4530 get duplicate messages sometimes.
4531 (convert_iif): Grow frag to max possible instruction size. Avoid
4532 creating unnecessary fixes.
4533 (md_number_to_field) Add prototype.
4534 (encode_operand, parse, convert_iif, md_fix_pcrel_adjust): Add
4535 prototypes and make static.
4536 (struct addr_mode): Make mode and scaled_mode explicitly signed.
4537 (evaluate_expr): Use resultP argument instead of exprP global.
4538 (get_addr_mode): Quiten compiler warnings.
4539 (encode_operand): eliminate unused variables. Quiten compiler
4540 warnings. Eliminate nul character in format strings.
4541 (parse): argc is unsigned.
4542 (reloc): Type cast index to quieten compiler.
4543 (md_pcrel_adjust, md_apply_fix3): Remove unused variable.
4544 (md_convert_frag): Note unused parameters. Remove unused
4545 variables.
4546 (md_create_long_jump, md_create_short_jump,
4547 md_undefined_symbol_name, md_section_align, tc_gen_reloc): Note
4548 unused parameters.
4549
4550 2002-07-31 Nick Clifton <nickc@redhat.com>
4551
4552 * NEWS: Retroactively add entry for Lars Brinkhoff's contribution
4553 of the PDP-11 and 2.11BSD a.out support.
4554
4555 2002-07-31 Momchil Velikov <velco@fadata.bg>
4556
4557 * config/tc-v850.c (md_assemble): Fix range check for immediate
4558 operand.
4559
4560 2002-07-30 Chris Demetriou <cgd@broadcom.com>
4561
4562 * config/tc-mips.c (mips_cpu_info_table): Clean up entries related
4563 to Broadcom SB-1 core support.
4564
4565 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4566
4567 * config/tc-mips.c (mips_target_format): Fix formatting.
4568 Add recognition of n32 ABI formats.
4569
4570 2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4571
4572 * tc-mips.c (load_address): Don't clobber $at when loading a
4573 64-bit address in non-PIC code if noat is in effect.
4574 (macro): Likewise.
4575
4576 2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4577
4578 * config/tc-mips.c (macro): Use codes 6 and 7 in trap instructions
4579 used in division/multiply macro expansions similarly to how they
4580 are used in the variants with break instructions.
4581 (macro2): Likewise.
4582
4583 2002-07-30 Graeme Peterson <gp@qnx.com>
4584
4585 * configure.in: Add support for arm-*-nto target.
4586 * configure: Regenerate.
4587
4588 2002-07-30 Nick Clifton <nickc@redhat.com>
4589
4590 * config/tc-arm.c (struct literal_pool): Add fields to allow
4591 multiple literal pools to be maintained.
4592 (find_literal_pool): New function.
4593 (find_or_make_literal_pool): New function.
4594 (add_to_literal_pool): Use find_or_make_literal_pool.
4595 (arm_s_text, arm_s_data, arm_s_section): Remove - no longer
4596 needed.
4597 (s_ltorg): Use find_literal_pool.
4598 (arm_cleanup): Dump all literal pools.
4599 * doc/c-arm.texi: Document new behaviour of only dumping literal
4600 pools upon request.
4601
4602 2002-07-26 Alan Modra <amodra@bigpond.net.au>
4603
4604 * config/tc-ppc.c (ppc_set_cpu): Use PPC_OPCODE_64 as the default
4605 rather than PPC_OPCODE_32 for powerpc64*.
4606
4607 2002-07-25 Nick Clifton <nickc@redhat.com>
4608
4609 * po/es.po: Updated Spanish translation.
4610 * po/fr.po: Updated French translation.
4611
4612 2002-07-25 Richard Sandiford <rsandifo@redhat.com>
4613
4614 * doc/c-mips.texi: Remove -mcpu. Document -mabi.
4615 * configure.in (MIPS_CPU_STRING_DEFAULT): New configuration macro.
4616 (USE_E_MIPS_ABI_O32, MIPS_DEFAULT_64BIT): New configuration macros.
4617 * configure, config.in: Regenerate.
4618 * config/tc-mips.c (file_mips_abi): Rename to mips_abi.
4619 (mips_set_options): Remove "abi" field.
4620 (mips_opts): Update accordingly. Replace all uses of mips_opts.abi
4621 with mips_abi.
4622 (mips_cpu): Remove.
4623 (mips_arch_string, mips_arch_info): New vars.
4624 (mips_tune_string, mips_tune_info): New vars.
4625 (ABI_NEEDS_32BIT_REGS, ABI_NEEDS_64BIT_REGS): New macros.
4626 (HAVE_32BIT_GPRS, HAVE_32BIT_FPRS): Don't check the ABI.
4627 (mips_isa_to_str, mips_cpu_to_str): Remove.
4628 (mips_ip): If the selected architecture is a generic ISA rather
4629 than a processor, only mention the ISA level in error messages.
4630 (OPTION_MCPU): Remove.
4631 (OPTION_FP64): New.
4632 (md_longopts): Add -mfp64, remove -mcpu.
4633 (mips_set_option_string): New fn.
4634 (md_parse_option): Make -mipsN update file_mips_isa rather than
4635 mips_opts.isa. Use mips_set_option_string to set -march or -mtune.
4636 Don't let -mgp32 and -mfp32 change the ABI.
4637 (show): Move to end of file. Constify string argument.
4638 (md_show_usage): Move to the end of the file. Read available
4639 architectures from mips_cpu_info_table.
4640 (mips_set_architecture): New fn.
4641 (mips_after_parse_args): Rework. Remove -mcpu handling. -mipsN
4642 is an alias for -march=mipsN. Don't change the ABI based on other
4643 flags. Infer the register size from the ABI as well as the
4644 architecture. Complain about more conflicting arguments.
4645 Unify logic with GCC.
4646 (s_mipsset): Don't change the ABI.
4647 (mips_elf_final_processing): Check USE_E_MIPS_ABI_O32.
4648 (mips_cpu_info_table): Remove Generic-MIPS* entries, keeping just
4649 "mipsN"-type entries. Remove entries that vary only in the
4650 manufacturer's prefix, or that have "000" replaced by "k".
4651 Remove TARGET_CPU entries. Make r2000 entry use CPU_R3000.
4652 (mips_strict_matching_cpu_name_p, mips_matching_cpu_name_p): New fns.
4653 (mips_parse_cpu): New fn.
4654 (mips_cpu_info_from_name, mips_cpu_info_from_cpu): Remove.
4655 (mips_cpu_info_from_isa): Minor formatting tweak.
4656
4657 2002-07-24 Nick Clifton <nickc@redhat.com>
4658
4659 * po/sv.po: Updated Swedish translation.
4660 * po/es.po: Updated Spanish translation.
4661
4662 2002-07-23 Alan Modra <amodra@bigpond.net.au>
4663
4664 * Makefile.am: Run "make dep-am".
4665 * Makefile.in: Regenerate.
4666 * doc/Makefile.in: Regenerate.
4667 * config.in: Regenerate.
4668 * po/POTFILES.in: Regenerate.
4669
4670 2002-07-23 Nick Clifton <nickc@redhat.com>
4671
4672 * po/fr.po: Updated French translation.
4673
4674 2002-07-23 Nick Clifton <nickc@redhat.com>
4675
4676 * CONTRIBUTORS: Ken Raeburn is no longer the maintainer for
4677 GAS.
4678
4679 2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4680
4681 * config/tc-mips.c (mips_need_elf_addend_fixup): Use S_IS_EXTERNAL
4682 instead of S_IS_EXTERN.
4683 (md_estimate_size_before_relax): Likewise.
4684 (mips_fix_adjustable): Likewise.
4685
4686 2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4687
4688 * config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
4689
4690 2002-07-19 Miroslav Tichy <tichm9am@ss1000.ms.mff.cuni.cz>
4691 Nick Clifton <nickc@redhat.com>
4692
4693 * cond.c (s_ifdef): Treat a referenced but not yet defined
4694 symbol as if it were undefined, in exactly the same way as
4695 .equiv.
4696
4697 * doc/as.texinfo: Document that .ifdef, .ifndef and .equiv
4698 consider referenced bug not yet defined symbols to be
4699 undefined.
4700
4701 2002-07-18 Denis Chertykov <denisc@overta.ru>
4702 Frank Ch. Eigler <fche@redhat.com>
4703 Alan Lehotsky <alehotsky@cygnus.com>
4704 John Healy <jhealy@redhat.com>
4705 Jeff Johnston <jjohnstn@redhat.com>
4706
4707 * configure.in: Add ip2k configuraton.
4708 * configure: Regenerate.
4709 * Makefile.am: Add ip2k configuraton.
4710 * Makefile.in: Regenerate.
4711 * configure: Regenerate.
4712 * Makefile.in: Regenerate.
4713 * config/tc-ip2k.c: New file.
4714 * config/tc-ip2k.h: New files.
4715 * NEWS: Mention new support.
4716 * doc/Makefile.am (CPU_DOCS): Add c-ip2k.texi.
4717 * doc/Makefile.in: Regenerate.
4718 * doc/all.texi: Set IP2K
4719 * doc/as.texinfo: Add IP2K description.
4720 * doc/c-ip2k.texi: New file.
4721
4722 2002-07-19 Nick Clifton <nickc@cambridge.redhat.com>
4723
4724 * NEWS: Reformat to match style of other NEWS files.
4725
4726 2002-07-17 Jan Hubicka <jh@suse.cz>
4727
4728 * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.
4729
4730 2002-07-16 Moritz Jodeit <moritz@jodeit.org>
4731
4732 * config/tc-z8k.c (build_bytes): Correct order of memset args.
4733
4734 2002-07-16 Nick Clifton <nickc@cambridge.redhat.com>
4735
4736 * NEWS: Add 'Changes in 2.13'.
4737
4738 2002-07-15 Matt Fredette <fredette@netbsd.org>
4739
4740 * config/tc-hppa.h (LABELS_WITHOUT_COLONS): Define if TE_NetBSD.
4741
4742 2002-07-12 Alan Modra <amodra@bigpond.net.au>
4743
4744 * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte
4745 case with non CODE_64BIT case. Don't warn on "qword ptr" if
4746 not CODE_64BIT.
4747
4748 2002-07-11 Alan Modra <amodra@bigpond.net.au>
4749
4750 * config/tc-ppc.c (ppc_elf_frob_symbol): Delete.
4751 (ppc_frob_file_before_adjust): New function.
4752 * config/tc-ppc.h (tc_frob_symbol): Don't define.
4753 (ppc_elf_frob_symbol): Don't declare.
4754 (tc_frob_file_before_adjust): Define.
4755 (ppc_frob_file_before_adjust): Declare.
4756
4757 * config/tc-ppc.c (md_pseudo_table): Warning fix.
4758 (ppc_cpu): Make it unsigned long to agree with struct powerpc_opcode
4759 flags.
4760 (ppc_size): Delete.
4761 (ppc_xcoff64): Rename to ppc_obj64.
4762 (md_parse_option <m>): Encode old ppc_size value in ppc_cpu.
4763 (ppc_set_cpu): Set PPC_OPCODE_32 too.
4764 (ppc_arch): Use ppc_obj64 instead of ppc_size to select bfd_mach_ppc64
4765 or bfd_mach_ppc.
4766 (ppc_target_format): Use ppc_obj64 to select format.
4767 (md_begin): Adjust for PPC_OPCODE_32/64 in ppc_cpu.
4768 (ppc_insert_operand): Use ppc_obj64 instead of ppc_size.
4769 (ppc_elf_suffix): Likewise. Don't depend on BFD_DEFAULT_TARGET_SIZE.
4770 (tc_frob_symbol): Likewise.
4771 (md_assemble): Use ppc_obj64 instead of ppc_size. Don't depend on
4772 BFD_DEFAULT_TARGET_SIZE.
4773 (ppc_tc): Likewise.
4774 (ppc_is_toc_sym): Likewise.
4775 (md_apply_fix3): Likewise.
4776 * config/tc-ppc.h (TC_FORCE_RELOCATION): Don't depend on
4777 BFD_DEFAULT_TARGET_SIZE.
4778 (ELF_TC_SPECIAL_SECTIONS): Likewise.
4779 (tc_frob_symbol): Likewise.
4780
4781 2002-07-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4782
4783 * config/tc-mips.c (macro_build): Handle MIPS16 insns.
4784 (mips_ip): Likewise.
4785
4786 2002-07-09 Alan Modra <amodra@bigpond.net.au>
4787
4788 * config/tc-i386.c (md_pseudo_table <file>): Warning fix.
4789 (BFD_RELOC_8, BFD_RELOC_8_PCREL): Define for non-BFD.
4790 (md_apply_fix3): Formatting. Remove redundant test.
4791 (tc_gen_reloc): Remove redundant code.
4792 (tc_i386_force_relocation): Delete. Movy body of function to..
4793 * config/tc-i386.h (TC_FORCE_RELOCATION): .. here.
4794
4795 2002-07-09 Federico G. Schwindt <fgsch@olimpo.com.br>
4796
4797 * configure.in: Add hppa-*-openbsd* target, change
4798 alpha*-*-openbsd* format to elf, and use elf for sparc-*-openbsd*
4799 with sparc64 cpu.
4800 * configure: Regenerate.
4801
4802 2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4803
4804 * config/tc-mips.c (macro): Shift the 32-bit address range
4805 accessible with a lone "lui" down by 32768.
4806
4807 2002-07-08 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4808
4809 * config/tc-mips.c (load_address): Use non-trapping "daddu"
4810 instead of "dadd" in address calculations.
4811 (macro): Likewise.
4812
4813 2002-07-08 Alan Modra <amodra@bigpond.net.au>
4814
4815 * config/tc-i386.c (process_suffix): Remove intel mode movsx and
4816 movzx fudges.
4817 (md_assemble): Instead, zap the suffix here.
4818
4819 2002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
4820
4821 * NEWS: Remove next release number until the release is actually
4822 upon us.
4823
4824 2002-07-03 Alan Modra <amodra@bigpond.net.au>
4825
4826 * Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
4827 Run "make dep-am".
4828 * Makefile.in: Regenerate.
4829
4830 2002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
4831
4832 * config/tc-s390.c (tc_s390_fix_adjustable): Prevent any adjustment
4833 to symbols in merge sections, even non pc-relative ones.
4834
4835 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
4836
4837 * config/tc-m68hc11.h (m68hc11_listing_header): Fix warning.
4838
4839 2002-06-29 Stephane Carrez <stcarrez@nerim.fr>
4840
4841 * config/tc-m68hc11.h (ELF_TC_SPECIAL_SECTIONS): New sections
4842 .softregs and .eeprom.
4843
4844 2002-06-28 David O'Brien <obrien@FreeBSD.org>
4845
4846 * NEWS: Note the next release is 2.13.
4847
4848 2002-06-26 Nick Clifton <nickc@cambridge.redhat.com>
4849
4850 * po/tr.po: New translation imported.
4851
4852 2002-06-26 Elias Athanasopoulos <eathan@otenet.gr>
4853
4854 * ecoff.c: (get_tag): Replace strcpy with xstrdup.
4855 (ecoff_directive_def): Likewise.
4856 (ecoff_directive_tag): Likewise.
4857 * listing.c (file_info): Likewise.
4858 * hash.c (what): Likewise.
4859
4860 2002-06-25 H.J. Lu <hjl@gnu.org>
4861
4862 * Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
4863 * Makefile.in: Regenerated.
4864
4865 2002-06-19 Dhananjay R. Deshpande <dhananjayd@kpit.com>
4866
4867 * config/tc-sh.c (get_specific): Revert 2002-05-01 change.
4868 (assemble_ppi): Generate warning if the same register is used
4869 twice as destination in the same padd / pmuls instruction.
4870
4871 2002-06-18 Dave Brolley <brolley@redhat.com>
4872
4873 From Catherine Moore, Michael Meissner, Richard Sandiford, Dave Brolley
4874 * po/POTFILES.in: Add tc-frv.c, tc-frv.h.
4875 * configure.in: Support frv-*-*.
4876 * Makefile.am (CPU_TYPES): Add frv.
4877 (TARGET_CPU_CFILES): Add tc-frv.c.
4878 (TARGET_CPU_HFILES): Add tc-frv.h.
4879 (DEPTC_frv_coff): New variable.
4880 (DEPTC_frv_elf): New variable.
4881 (DEPOBJ_frv_coff): New variable.
4882 (DEPOBJ_frv_elf): New variable.
4883 (DEP_frv_coff): New variable.
4884 (DEP_frv_elf): New variable.
4885 * tc-frv.c: New file.
4886 * tc-frv.h: New file.
4887
4888 2002-06-17 Catherine Moore <clm@redhat.com>
4889
4890 * config/obj-elf.h (TARGET_SYMBOL_FIELDS): Conditionally define.
4891
4892 2002-06-17 J"orn Rennecke <joern.rennecke@superh.com>
4893
4894 * config/tc-sh.c (assemble_ppi): Initialize reg_n.
4895
4896 2002-06-17 Tom Rix <trix@redhat.com>
4897
4898 * config/tc-i370.h (tc_comment_chars): Define for i370-elf.
4899
4900 2002-06-14 H.J. Lu <hjl@gnu.org>
4901 Daniel Jacobowitz <drow@mvista.com>
4902
4903 * dwarf2dbg.h (dwarf2_directive_file): Return char *.
4904 * dwarf2dbg.c (dwarf2_directive_file): Return filename.
4905 * config/tc-mips.c (s_mips_file): Call s_app_file_string
4906 and new_logical_line for the first .file directive.
4907 * read.c (s_app_file_string): New function.
4908 (s_app_file): Call it.
4909 * read.h (s_app_file_string): Add declaration.
4910
4911 2002-06-14 Daniel Jacobowitz <drow@mvista.com>
4912
4913 * configure.in: Remove MIPS_STABS_ELF.
4914 * configure: Regenerated.
4915 * config.in: Regenerated.
4916 * config/obj-elf.h (ECOFF_DEBUGGING): Define to mips_flag_mdebug
4917 for MIPS targets.
4918 * config/tc-mips.c (mips_pseudo_table): Remove #ifdef around
4919 ".extern".
4920 (pdr_seg): Declare unconditionally.
4921 (md_begin): Always generate .pdr unless ECOFF_DEBUGGING or not ELF.
4922 (s_mips_end): Likewise. Generate stabs function markers.
4923 (s_mips_ent): Generate stabs function markers.
4924 (s_mips_frame): Always generate .pdr unless ECOFF_DEBUGGING or not
4925 ELF.
4926 (s_mips_mask): Likewise.
4927 (mips_flag_mdebug): New.
4928 (md_longopts): Add "mdebug" and "no-mdebug".
4929 (md_parse_options): Add OPTION_MDEBUG and OPTION_NO_MDEBUG.
4930 (mips_after_parse_args): Set mips_flag_mdebug.
4931 * doc/as.texinfo: Add "-mdebug" and "-no-mdebug" for MIPS.
4932
4933 2002-06-13 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4934
4935 * config/tc-mips.c (md_apply_fix3): Don't subtract the symbol's
4936 value twice for RELA relocations.
4937
4938 2002-06-12 Ben Elliston <bje@redhat.com>
4939
4940 * symbols.c (resolve_symbol_value): Initialise final_val.
4941
4942 * subsegs.c (subsegs_print_statistics): Cast frchp to void *.
4943
4944 2002-06-11 Tom Rix <trix@redhat.com>
4945
4946 * config/tc-ppc.c (ppc_subseg_align): Delete.
4947 (ppc_change_csect): Default csect align is 2.
4948 * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Delete
4949
4950 2002-06-09 Marek Michalkiewicz <marekm@amelek.gda.pl>
4951
4952 * config/tc-avr.c (mcu_types): Update.
4953
4954 2002-06-08 Matt Thomas <matt@3am-software.com>
4955
4956 * configure.in (vax-*-netbsdelf*, vax-*-netbsdaout*)
4957 (vax-*-netbsd*): New targets.
4958 * configure: Regenerate.
4959 * config/aout_gnu.h (enum machine_type): Add M_VAX4K_NETBSD.
4960 * config/tc-vax.c: Add support for ELF and PIC.
4961 (flag_want_pic): New flag.
4962 (float_cons): Fix prototype.
4963 (md_apply_fix3): Adjust for BFD_ASSEMBLER.
4964 (md_assemble): Introduce a new is_absolute local, and use it
4965 rather than repeating the test. Make fatal errors actually
4966 fatal by using as_fatal as appropriate. Adjust for BFD_ASSEMBLER.
4967 Add support for ELF. Add support for PIC.
4968 (md_convert_frag): Adjust for BFD_ASSEMBLER.
4969 (tc_aout_fix_to_chars): Only include if OBJ_AOUT and not
4970 BFD_ASSEMBLER.
4971 (vax_reg_parse): Make the % register prefix mandatory for ELF,
4972 optional for a.out, and not allowed for VMS. Adjust all callers.
4973 (md_create_short_jump): Add ATTRIBUTE_UNUSED to unused arguments.
4974 (md_create_long_jump): Likewise.
4975 (md_undefined_symbol): Likewise.
4976 (md_section_align): Likewise.
4977 (md_shortopts): Allow -k and -K for ELF.
4978 (md_parse_option): Set flag_want_pic if -k or -K.
4979 (tc_headers_hook): New function if OBJ_AOUT and not BFD_ASSEMBLER.
4980 (tc_gen_reloc): New function if BFD_ASSEMBLER.
4981 * config/tc-vax.h (tc_headers_hook): Remove.
4982 (TARGET_FORMAT): Set according to object format and target
4983 environment.
4984 (BFD_ARCH, TARGET_ARCH): Define.
4985 (NO_RELOC): Adjust for BFD_ASSEMBLER.
4986 (TC_RELOC_RTSYM_LOC_FIXUP, TC_FIX_ADJUSTABLE)
4987 (tc_fix_adjustable): Define if BFD_ASSEMBLER.
4988 * config/vax-inst.h (VAX_JSB, VAX_CALLS, VAX_CALLG): Define.
4989
4990 2002-06-08 Alan Modra <amodra@bigpond.net.au>
4991
4992 * Makefile.am: Run "make dep-am".
4993 * Makefile.in: Regenerate.
4994
4995 * as.c: Replace CONST with const.
4996 * write.c: Likewise.
4997 * config/obj-coff.c: Likewise.
4998 * config/tc-a29k.c: Likewise.
4999 * config/tc-arm.c: Likewise.
5000 * config/tc-dlx.c: Likewise.
5001 * config/tc-h8300.c: Likewise.
5002 * config/tc-h8500.c: Likewise.
5003 * config/tc-i370.c: Likewise.
5004 * config/tc-i860.c: Likewise.
5005 * config/tc-i960.c: Likewise.
5006 * config/tc-m68hc11.c: Likewise.
5007 * config/tc-m68k.c: Likewise.
5008 * config/tc-m88k.c: Likewise.
5009 * config/tc-mcore.c: Likewise.
5010 * config/tc-mips.c: Likewise.
5011 * config/tc-ns32k.c: Likewise.
5012 * config/tc-pdp11.c: Likewise.
5013 * config/tc-pj.c: Likewise.
5014 * config/tc-s390.c: Likewise.
5015 * config/tc-sh.c: Likewise.
5016 * config/tc-sparc.c: Likewise.
5017 * config/tc-tahoe.c: Likewise.
5018 * config/tc-tic80.c: Likewise.
5019 * config/tc-v850.c: Likewise.
5020 * config/tc-vax.c: Likewise.
5021 * config/tc-w65.c: Likewise.
5022 * config/tc-z8k.c: Likewise.
5023
5024 2002-06-08 Daniel Jacobowitz <drow@mvista.com>
5025
5026 Based on patch from Matt Green:
5027 * config/obj-elf.h (ECOFF_DEBUGGING): Make configurable.
5028 * config/tc-mips.c (s_mips_file): Renamed from s_file.
5029 (s_mips_loc): New function.
5030 (mips_nonecoff_pseudo_table): Call them.
5031 (append_insn): Call dwarf2_emit_insn.
5032
5033 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5034
5035 * config/tc-mips.c (mips_opts): Fix comment, all ASE fields are set
5036 to -1.
5037 (file_ase_mips16): New veriable.
5038 (mips_eabi64): Remove.
5039 (CPU_HAS_MIPS16): New define.
5040 (CPU_HAS_MDMX): Fix data type.
5041 (md_begin): Code cleanup. Use file_ase_mips16.
5042 (mips_elf_final_processing): Handle mips16 header flag.
5043 Handle EABI flag without intermediate variable.
5044
5045 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5046
5047 * doc/as.texinfo: Update MIPS documentation.
5048
5049 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5050
5051 * config/tc-mips.c: Add define for $zero register.
5052 (md_begin): Add $zero as alias name for $0.
5053 (insn_uses_reg): Use ZERO define.
5054 (mips_ip): Add $zero as alias name for $0.
5055 (mips16_ip): Likewise.
5056 (s_cplocal): Demand empty rest of input line.
5057 (tc_get_register): Likewise. Add support for $kt0, kt1 register
5058 names. Use ZERO define. Fix input_line_pointer progress.
5059
5060 2002-06-07 Alan Modra <amodra@bigpond.net.au>
5061
5062 * symbols.c: Replace CONST by const throughout.
5063 (symbol_find_exact): Split out from..
5064 (symbol_find_base): ..here.
5065 * symbols.h: Replace CONST by const throughout.
5066 (symbol_find_exact): Declare.
5067 * config/obj-elf.c: #include "struc-symbol.h".
5068 (elf_frob_file): If group name matches an exported symbol, use that
5069 symbol for the signature and ".group" as the section name.
5070
5071 2002-06-06 J"orn Rennecke <joern.rennecke@superh.com>
5072
5073 * config/tc-sh.c (parse_at): @(symbol,pc) is A_DISP_PC again,
5074 but warn about it.
5075
5076 2002-06-06 Daniel Jacobowitz <drow@mvista.com>
5077
5078 * tc-mips.c (mips_after_parse_args): Always set mips_opts.ase_mips3d
5079 and mips_opts.ase_mdmx if they are uninitialized.
5080
5081 2002-06-06 John David Anglin <dave@hiauly1.hia.nrc.ca>
5082
5083 * gas/config/tc-hppa.c (pa_ip): Replace "L$0\001" with FAKE_LABEL_NAME.
5084 (hppa_force_relocation): Check if a stub just before the start symbol
5085 of the last call_info is reachable before forcing relocation. Fix
5086 typo.
5087
5088 2002-06-04 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5089
5090 * config/tc-mips.c (mips_after_parse_args): New function.
5091 (md_begin): Move processing of defaults to mips_after_parse_args.
5092 config/tc-mips.h (md_after_parse_args): Define.
5093
5094 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
5095
5096 * configure.in (sh5*): Set cpu_type to sh64 and endian to big.
5097 (sh5le*, sh64le*): Set cpu_type to sh64 and endian to little.
5098 (sh5*-*-netbsd*, sh64*-*-netbsd*): New targets.
5099 * configure: Regenerate.
5100 * config/tc-sh64.c (sh64_target_format): Add support for NetBSD
5101 environment.
5102
5103 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
5104
5105 * config/tc-sh64.h (MD_PCREL_FROM_SECTION): Undef before redefining.
5106
5107 2002-06-04 Alan Modra <amodra@bigpond.net.au>
5108
5109 * config/obj-elf.c (obj_elf_change_section): Set and check elf
5110 linkonce flag. Print all warnings.
5111 (obj_elf_section): Parse ",comdat" for groups.
5112 (elf_frob_file): Set SEC_LINK_ONCE on COMDAT groups. Check
5113 consistency of comdat flag.
5114
5115 2002-06-02 Richard Henderson <rth@redhat.com>
5116
5117 * config/tc-alpha.c (alpha_adjust_symtab_relocs): Fix thinko
5118 with LITERALs without sequence numbers.
5119
5120 2002-06-01 Richard Henderson <rth@redhat.com>
5121
5122 * config/tc-alpha.c: Move LITUSE constants to "elf/alpha.h".
5123 Rename them LITUSE_ALPHA_*.
5124
5125 2002-05-31 Shrinivas Atre <ShrinivasA@kpit.com>
5126
5127 * config/tc-h8300.c (get_operand): Allow stm.l and ldm.l insns to
5128 accept parentheses enclosed register lists.
5129
5130 2002-05-31 Alan Modra <amodra@bigpond.net.au>
5131
5132 * Makefile.am: Run "make dep-am".
5133 * Makefile.in: Regenerate.
5134 * po/POTFILES.in: Regenerate.
5135
5136 2002-05-31 Graeme Peterson <gp@qnx.com>
5137
5138 * configure.in: Add i386-*-nto-qnx*.
5139 * configure: Regenerate.
5140
5141 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5142
5143 * config/tc-mips.c (mips_ip): Use unsigned long values for
5144 warning output.
5145
5146 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5147
5148 * config/tc-mips.c (s_cpsetup): Fix initialization of
5149 mips_cpreturn_register and mips_cpreturn_offset.
5150
5151 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5152
5153 * config/tc-mips.c (s_cpsetup): Fix comment.
5154
5155 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5156
5157 * config/tc-mips.c (md_begin): Add $ra as alias name for $31.
5158 (mips_ip): Likewise.
5159 (mips16_ip): Likewise.
5160 (tc_get_register): Likewise.
5161
5162 2002-05-30 Chris G. Demetriou <cgd@broadcom.com>
5163 Ed Satterthwaite <ehs@broadcom.com>
5164
5165 * config/tc-mips.c (mips_set_options): New "ase_mdmx" member.
5166 (mips_opts): Initialize "ase_mdmx" member.
5167 (file_ase_mdmx): New variable.
5168 (CPU_HAS_MDMX): New macro.
5169 (md_begin): Initialize mips_opts.ase_mdmx and file_ase_mdmx
5170 based on command line options and configuration defaults.
5171 (macro_build): Note in comment that use of MDMX in macros is
5172 not currently allowed.
5173 (validate_mips_insn): Add support for the "O", "Q", "X", "Y", and
5174 "Z" MDMX operand types.
5175 (mips_ip): Accept MDMX instructions if mips_opts.ase_mdmx is set,
5176 and add support for the "O", "Q", "X", "Y", and "Z" MDMX operand
5177 types.
5178 (OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
5179 Add support for "-mdmx" and "-no-mdmx" options.
5180 (OPTION_ELF_BASE): Move to accommodate new options.
5181 (s_mipsset): Support ".set mdmx" and ".set nomdmx".
5182 (mips_elf_final_processing): Set MDMX ASE ELF header flag if
5183 file_ase_mdmx was set.
5184 * doc/as.texinfo: Document -mdmx and -no-mdmx options.
5185 * doc/c-mips.texi: Likewise, and document ".set mdmx" and ".set
5186 nomdmx" directives.
5187
5188 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5189
5190 * config/tc-mips.c (OPTION_NO_M7000_HILO_FIX): Rename to
5191 OPTION_MNO_7000_HILO_FIX. Add alternate "mno-fix7000"
5192 command line switch conforming to gcc conventions.
5193 * doc/c-mips.texi: Document -mno-fix7000 instead of no-mfix-7000.
5194
5195 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5196
5197 * config/tc-mips.c (macro_build_jalr): New Function.
5198 (md_begin): NewABI uses big GOTs.
5199 (macro_build): Recognize BFD_RELOC_MIPS_GOT_DISP,
5200 BFD_RELOC_MIPS_GOT_PAGE, BFD_RELOC_MIPS_GOT_OFST as valid.
5201 (load_address): Add some NewABI PIC support.
5202 (macro): Likewise.
5203 (md_apply_fix): Special handling for BFD_RELOC_MIPS_JALR.
5204 (tc_gen_reloc): Don't encode NewABI vtables in REL relocations.
5205
5206 2002-05-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5207
5208 * config/tc-mips.c (load_address): Use mips_gp_register instead
5209 of hardcoded value. Remove dbl parameter, use HAVE_32BIT_ADDRESSES
5210 instead.
5211 (macro): Use mips_gp_register instead of hardcoded value.
5212
5213 2002-05-30 Richard Henderson <rth@redhat.com>
5214
5215 * expr.h (operatorT): Add O_md17..O_md32.
5216 * config/tc-alpha.c (O_lituse_tlsgd, O_lituse_tlsldm, O_tlsgd,
5217 O_tlsldm, O_gotdtprel, O_dtprelhi, O_dtprello, O_dtprel, O_gottprel,
5218 O_tprelhi, O_tprello, O_tprel): New.
5219 (USER_RELOC_P, alpha_reloc_op_tag, debug_exp): Include them.
5220 (DUMMY_RELOC_LITUSE_TLSGD, DUMMY_RELOC_LITUSE_TLSLDM): New.
5221 (LITUSE_TLSGD, LITUSE_TLSLDM): New.
5222 (struct alpha_reloc_tag): Add master, saw_tlsgd, saw_tlsld,
5223 saw_lu_tlsgd, saw_lu_tlsldm. Make multi_section_p a bit field.
5224 (md_apply_fix3): Handle TLS relocations.
5225 (alpha_force_relocation, alpha_fix_adjustable): Likewise.
5226 (alpha_adjust_symtab_relocs): Sort LITERAL relocs after the
5227 associated TLS reloc. Check lituse_tls relocs match up.
5228 (emit_insn): Handle TLS relocations.
5229 (ldX_op): Remove.
5230
5231 * doc/c-alpha.texi: Add docs for tls relocations.
5232
5233 2002-05-30 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5234
5235 * config/tc-mips.c (mips_gprel_offset): New variable.
5236 (s_gpvalue): Use it.
5237
5238 2002-05-30 Diego Novillo <dnovillo@redhat.com>
5239
5240 * gas/config/tc-d10v.c (check_resource_conflict): Only check
5241 write-write conflicts.
5242 (md_assemble): Reformat introductory comment.
5243 (parallel_ok): Prevent packing only if the first
5244 instruction cannot be packed.
5245
5246 2002-05-30 Jason Eckhardt <jle@redhat.com>
5247 Tom Rix <trix@redhat.com>
5248
5249 * config/tc-d10v.c (build_insn): Check for immediates.
5250
5251 2002-05-28 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5252
5253 * config/tc-mips.c: Replace GP in comments by $gp.
5254 (mips_big_got): Initialize.
5255 (mips_trap): Initialize.
5256 (load_address): Use mips_gp_register instead of hardcoded value.
5257 Remove dbl parameter, use HAVE_32BIT_ADDRESSES instead.
5258 (macro): Use mips_gp_register instead of hardcoded value.
5259 (macro2): Change load_address calls.
5260 (md_pcrel_from): Comment formatting.
5261 (s_cpload): Use mips_gp_register instead of hardcoded value.
5262 (s_cprestore): Likewise. Comment formatting.
5263 (s_gpword): Fix data type.
5264 (s_cpadd): Use mips_gp_register instead of hardcoded value.
5265 (nopic_need_relax): Replace GP in comments by $gp.
5266 (mips_elf_final_processing): Better comment.
5267
5268 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
5269
5270 * configure.in: Add DLX configuraton
5271 * Makefile.am: Add DLX configuraton
5272 * configure: Regenerate.
5273 * Makefile.in: Regenerate.
5274 * config/tc-dlx.c: New file.
5275 * config/tc-dlx.h: New files.
5276 * NEWS: Mention new support.
5277
5278 2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
5279
5280 * config/obj-coff.c (write_object_file): Add missing semicolon.
5281
5282 2002-05-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5283
5284 * config/tc-mips.c (mips_emit_delays): Replace magic constant for RA
5285 by the define. Remove superfluous check of mips_opts.mips16.
5286 (append_insn): Likewise. Canonicalize variable increments.
5287 (macro_build): Canonicalize variable increments.
5288 (macro_build_lui): Likewise.
5289 (load_register): Likewise.
5290 (load_address): Move pointer initialization.
5291 (macro): Move pointer to a more local scope. Canonicalize variable
5292 increments. Better comments. Replace magic constant for RA by the
5293 define.
5294 (macro2): Replace magic constant for RA by the define. Canonicalize
5295 variable increments.
5296 (mips_ip): Canonicalize variable increments.
5297 (mips16_ip): Replace magic constant for RA by the define.
5298 (my_getSmallParser): Canonicalize variable increments/decrements.
5299 (my_getPercentOp): Likewise.
5300 (my_getSmallExpression): Likewise.
5301 (s_align): Likewise.
5302 (s_mipsset): Likewise.
5303 (s_cpsetup): Likewise.
5304 (s_insn): Remove superfluous check of mips_opts.mips16.
5305 (s_mips_stab): Likewise.
5306 (mips_handle_align): Canonicalize variable increments.
5307 (s_mips_ent): Likewise.
5308 (s_mips_end): Add comment.
5309
5310 2002-05-26 Jason Thorpe <thorpej@wasabisystems.com>
5311
5312 * configure.in: Use ns32k-*-netbsd* instead of ns32k-pc532-netbsd*.
5313 * configure: Regenerate.
5314
5315 2002-05-25 Alan Modra <amodra@bigpond.net.au>
5316
5317 * Makefile.am (OBJS): Depend on ansidecl.h and fopen-same.h.
5318 * Makefile.in: Regenerate.
5319 * dep-in.sed: Reorder to match OBJS in Makefile.am.
5320 * configure.in (ALL_OBJ_DEPS): Add symcat.h when need_bfd.
5321 * configure: Regenerate.
5322 * as.h: Use #include "" instead of <> for local header files.
5323 * flonum-konst.c: Likewise.
5324 * flonum-mult.c: Likewise.
5325 * gasp.c: Likewise.
5326 * listing.c: Likewise.
5327 * config/tc-ia64.h: Likewise.
5328 * config/tc-v850.h: Likewise.
5329
5330 2002-05-24 TAMURA Kent <kent@netbsd.org>
5331
5332 * configure.in: Add a target for i386-netbsdpe.
5333 * configure: Regenerate.
5334
5335 2002-05-23 Jakub Jelinek <jakub@redhat.com>
5336
5337 * config/obj-elf.c (elf_common): Renamed from obj_elf_common.
5338 (obj_elf_common): Call elf_common.
5339 (obj_elf_tls_common): New function.
5340 (elf_pseudo_tab): Support .tls_common.
5341 (special_sections): Add .tdata and .tbss.
5342 (obj_elf_change_section): Set SEC_THREAD_LOCAL for SHF_TLS
5343 sections.
5344 (obj_elf_parse_section_letters): Support T in section flags (SHF_TLS).
5345 (obj_elf_parse_section_letters): Include T in error message.
5346 * config/tc-ppc.c (ppc_section_letter): Likewise.
5347 * config/tc-alpha.c (alpha_elf_section_letter): Likewise.
5348 (tc_gen_reloc): Handle SEC_THREAD_LOCAL the same way as
5349 SEC_MERGE.
5350 * config/tc-sparc.c (md_apply_fix3): Likewise.
5351 * config/tc-i386.c (tc_i386_fix_adjustable): Add TLS relocs.
5352 Define them if not BFD_ASSEMBLER.
5353 (lex_got): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF, @DTPOFF
5354 and @NTPOFF.
5355 (md_apply_fix3): Add TLS relocs.
5356 * config/tc-ia64.c (enum reloc_func): Add FUNC_DTP_MODULE,
5357 FUNC_DTP_RELATIVE, FUNC_TP_RELATIVE, FUNC_LT_DTP_MODULE,
5358 FUNC_LT_DTP_RELATIVE, FUNC_LT_TP_RELATIVE.
5359 (pseudo_func): Support @dtpmod(), @dtprel() and @tprel().
5360 (ia64_elf_section_letter): Include T in error message.
5361 (md_begin): Support TLS operators.
5362 (md_operand): Likewise.
5363 (ia64_gen_real_reloc_type): Support TLS relocs.
5364 * write.c (adjust_reloc_syms): Don't change symbols in
5365 SEC_THREAD_LOCAL sections to STT_SECTION + addend.
5366
5367 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
5368
5369 * config/tc-arm.c (md_apply_fix3): For the Thumb BLX reloc
5370 round the relocation up rather than down.
5371
5372 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
5373
5374 * config/obj-coff.c (obj_coff_section): Silently ignore an 'a'
5375 flag.
5376 * doc/as.texinfo: Document that the COFF version of .section
5377 ignores the 'a' flag.
5378
5379 2002-05-23 Alan Modra <amodra@bigpond.net.au>
5380
5381 * config/tc-alpha.c (assemble_tokens): Protect use of
5382 ALPHA_RELOC_TABLE with #ifdef RELOC_OP_P.
5383
5384 * write.c (size_seg): Check adjustment to last frag.
5385 (SUB_SEGMENT_ALIGN): If HANDLE_ALIGN defined, pad out last frag to
5386 section alignment.
5387 * config/obj-coff.c (SUB_SEGMENT_ALIGN): Likewise.
5388 * config/obj-ieee.c (SUB_SEGMENT_ALIGN): Likewise.
5389 (write_object_file): Invoke md_do_align if available, and use
5390 frag_align_code on text sections.
5391 * config/obj-vms.h (SUB_SEGMENT_ALIGN): Now two args.
5392 * config/tc-m88k.h (SUB_SEGMENT_ALIGN): Likewise.
5393 * config/tc-ppc.h (SUB_SEGMENT_ALIGN): Likewise.
5394 * config/tc-sh.h (SUB_SEGMENT_ALIGN): Likewise.
5395 * config/tc-i386.h (SUB_SEGMENT_ALIGN): Likewise. Define for
5396 BFD_ASSEMBLER too.
5397
5398 2002-05-22 H.J. Lu <hjl@gnu.org>
5399
5400 * dwarf2dbg.c (dwarf2_directive_loc): Call listing_source_file
5401 for source file.
5402
5403 2002-05-22 Nick Clifton <nickc@cambridge.redhat.com>
5404
5405 * config/tc-arm.c (arm_s_section): Enable for COFF builds as well
5406 as ELF builds.
5407
5408 2002-05-22 H.J. Lu <hjl@gnu.org>
5409
5410 * dwarf2dbg.c (dwarf2_emit_insn): Emit only one line symbol
5411 for one .loc for compiler.
5412
5413 2002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5414
5415 * config/tc-mips.c (macro): Relax warning, it's toot strict for
5416 embedded-PIC.
5417
5418 2002-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5419
5420 * config/tc-mips.c (macro2): Add 64 bit drol, dror macros.
5421 Optimize the rotate by zero case.
5422
5423 2002-05-21 Nick Clifton <nickc@cambridge.redhat.com>
5424
5425 * configure.in: Remove accidental enabling of bfd_gas=yes for
5426 sh-coff targets.
5427 * configure: Regenerate.
5428
5429 2002-05-18 Kazu Hirata <kazu@cs.umass.edu>
5430
5431 * app.c: Fix formatting.
5432 * as.c: Likewise.
5433 * ehopt.c: Likewise.
5434 * expr.c: Likewise.
5435 * input-file.c: Likewise.
5436 * listing.c: Likewise.
5437 * macro.h: Likewise.
5438 * stabs.c: Likewise.
5439 * symbols.c: Likewise.
5440
5441 2002-05-17 Alan Modra <amodra@bigpond.net.au>
5442
5443 * config/obj-generic.c: Delete file.
5444 * config/obj-generic.h: Likewise.
5445
5446 2002-05-16 Marek Michalkiewicz <marekm@amelek.gda.pl>
5447
5448 * config/tc-avr.c (mcu_types): Update for new devices.
5449
5450 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5451
5452 * config/tc-mips.c (macro): Warn about wrong la/dla use.
5453
5454 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5455
5456 * config/tc_mips.c (s_cpsetup): Fix completely bogus code which had
5457 worked sometimes by accident. Fix copy&paste comment.
5458
5459 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5460
5461 * config/tc-mips.c (md_begin): Fix .reginfo and .MIPS.option section
5462 alignment for NewABI. Let n32 use .reginfo. Remove useless casts.
5463 (mips_elf_final_processing): Let n32 use .reginfo.
5464
5465 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5466
5467 * config/tc-mips.c (append_insn): Fix too small range of variable.
5468
5469 2002-05-14 Nick Clifton <nickc@cambridge.redhat.com>
5470
5471 * config/tc-arm.c (arm_cleanup): Remove redundant call to
5472 listing_prev_line().
5473
5474 2002-05-13 Nick Clifton <nickc@cambridge.redhat.com>
5475
5476 * config/tc-arm.c (md_assemble): Remove redundant call to
5477 listing_prev().
5478
5479 * dwarf2dbg.c (dwarf2_emit_insn): Do not reset
5480 loc_directive_seen.
5481
5482 * stabs.c (s_stab_generic): Fix grammatical error in warning
5483 message.
5484
5485 2002-05-13 Alan Modra <amodra@bigpond.net.au>
5486
5487 * write.c (subsegs_finish): Don't specially align last subseg.
5488
5489 2002-05-11 Nick Clifton <nickc@cambridge.redhat.com>
5490
5491 * stabs.c (s_stab_generic): Warn about a description field that is
5492 too big.
5493
5494 * config/obj-coff.c: Fix compile time warnings when compiling
5495 without BFD_ASSEMBLER defined.
5496 Fix formatting.
5497
5498 * config/tc-sh.c (md_pcrel_from): Define for use with sh-hms
5499 target.
5500 (md_pcrel_from_section): Use md_pcrel_from().
5501
5502 2002-05-11 Bruno Haible <bruno@clisp.org>
5503
5504 * dwarf2dbg.c (dwarf2_emit_insn): Use the 'current' struct filled
5505 by dwarf2_directive_loc, instead of calling dwarf2_where.
5506
5507 2002-05-11 Kazu Hirata <kazu@cs.umass.edu>
5508
5509 * config/obj-coff.h: Fix formatting.
5510 * config/tc-mcore.c: Likewise.
5511 * config/tc-mn10300.c: Likewise.
5512 * config/tc-openrisc.c: Likewise.
5513 * config/tc-or32.c: Likewise.
5514 * config/tc-pdp11.c: Likewise.
5515 * config/tc-ppc.c: Likewise.
5516 * config/tc-ppc.h: Likewise.
5517 * config/tc-sh64.c: Likewise.
5518 * config/tc-sh.c: Likewise.
5519 * config/tc-tic54x.c: Likewise.
5520 * config/tc-xstormy16.c: Likewise.
5521 * config/tc-xstormy16.h: Likewise.
5522
5523 2002-05-09 Kazu Hirata <kazu@cs.umass.edu>
5524
5525 * config/obj-coff.c: Fix formatting.
5526 * config/obj-elf.c: Likewise.
5527 * config/tc-alpha.c: Likewise.
5528 * config/tc-arm.c: Likewise.
5529 * config/tc-d10v.c: Likewise.
5530 * config/tc-d30v.c: Likewise.
5531 * config/tc-h8300.c: Likewise.
5532 * config/tc-hppa.c: Likewise.
5533
5534 2002-05-09 Alan Modra <amodra@bigpond.net.au>
5535
5536 * config/tc-i386.c (md_estimate_size_before_relax) Don't lose
5537 reloc when no_cond_jump_promotion.
5538
5539 2002-05-08 Jim Wilson <wilson@redhat.com>
5540
5541 * config/tc-i960.c (md_estimate_size_before_relax): Return size of
5542 current variable part of frag.
5543
5544 2002-05-08 Kazu Hirata <kazu@cs.umass.edu>
5545
5546 * config/tc-mmix.c: Fix formatting.
5547 * config/tc-mmix.h: Likewise.
5548
5549 2002-05-08 Alan Modra <amodra@bigpond.net.au>
5550
5551 * configure: Regenerate.
5552
5553 2002-05-07 Kazu Hirata <kazu@cs.umass.edu>
5554
5555 * config/tc-m68k.c: Fix formatting.
5556
5557 2002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
5558
5559 * Makefile.am: Honour DESTDIR.
5560 * Makefile.in: Regenerate.
5561
5562 2002-05-06 Kazu Hirata <kazu@cs.umass.edu>
5563
5564 * config/tc-ia64.c: Fix formatting.
5565 * config/tc-ia64.h: Likewise.
5566
5567 2002-05-04 Kazu Hirata <kazu@cs.umass.edu>
5568
5569 * config/tc-mips.c: Fix formatting.
5570 * config/tc-s390.c: Likewise.
5571 * config/tc-s390.h: Likewise.
5572
5573 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
5574
5575 * config/tc-s390.c (md_gather_operands): Emit dwarf2 line-number
5576 information for instructions.
5577
5578 2002-05-02 Kazu Hirata <kazu@cs.umass.edu>
5579
5580 * as.h: Fix formatting.
5581 * cgen.c: Likewise.
5582 * cgen.h: Likewise.
5583 * dwarf2dbg.c: Likewise.
5584 * frags.h: Likewise.
5585 * gasp.c: Likewise.
5586 * macro.c: Likewise.
5587 * read.c: Likewise.
5588 * stabs.c: Likewise.
5589 * symbols.c: Likewise.
5590
5591 2002-05-02 Alan Modra <amodra@bigpond.net.au>
5592
5593 * app.c (mri_pseudo): Only declare for TC_M68K.
5594
5595 * config/tc-ppc.c (mapping): Map sectoff to BFD_RELOC_16_BASEREL.
5596 (ppc_elf_validate_fix): Replace BFD_RELOC_32_BASEREL with
5597 BFD_RELOC_16_BASEREL.
5598 (md_assemble): Likewise.
5599 (md_apply_fix3): Likewise.
5600
5601 2002-05-02 Nick Clifton <nickc@cambridge.redhat.com>
5602
5603 * config/tc-arm.c (thumb_add_sub): Do not convert a subtract of
5604 zero into an add of zero - it is not the same.
5605
5606 2002-05-01 Arati Dikey <aratid@kpit.com>
5607
5608 * tc-sh.c (get_specific): Generate warning if the same
5609 destination register is used in parallel instructions.
5610
5611 2002-05-01 Andrew Macleod <amacleod@cygnus.com>
5612
5613 * config/tc-i386.c (extra_symbol_chars): Add '[' to the list.
5614
5615 2002-05-01 Alan Modra <amodra@bigpond.net.au>
5616
5617 * write.c (cvt_frag_to_fill): Set fr_offset to zero on .org
5618 backwards to prevent cascading errors.
5619
5620 2002-04-30 Mark Mitchell <mark@codesourcery.com>
5621
5622 * configure.in: Add support for powerpc-*-windiss.
5623 * configure: Regenerated.
5624
5625 2002-04-28 Alan Modra <amodra@bigpond.net.au>
5626
5627 * config/tc-s390.c (md_parse_option): Formatting.
5628
5629 * config/tc-i386.c: Formatting fixes, add missing space in error
5630 message.
5631
5632 2002-04-24 Christian Groessler <chris@groessler.org>
5633
5634 * config/tc-z8k.c (build_bytes): Add support for new cases:
5635 CLASS_IGNORE and ARG_NIM4.
5636 (md_assemble): Prevent destruction of input_line_pointer if
5637 get_operands returns failure.
5638
5639 2002-04-24 Chris G. Demetriou <cgd@broadcom.com>
5640
5641 * config/tc-mips.c (macro_build): Do _not_ allow MIPS-3D
5642 instructions to be generated by macros.
5643
5644 2002-04-24 Andreas Schwab <schwab@suse.de>
5645
5646 * config/tc-i386.c (output_jump, output_disp)
5647 (md_estimate_size_before_relax): Don't set fx_pcrel_adjust any
5648 more.
5649 (md_apply_fix3): Remember addend value for rela relocations.
5650 (tc_gen_reloc): Correctly compute pc-relative relocation addend.
5651
5652 2002-04-22 Chris Demetriou <cgd@broadcom.com>
5653
5654 * config/tc-mips.c (macro_build): Add close-parenthesis missing
5655 from previous change.
5656
5657 2002-04-22 Eric Christopher <echristo@redhat.com>
5658
5659 * config/tc-mips.c (macro_build): Add warning if macro instructions
5660 are expanded into a branch delay slot.
5661
5662 2002-04-17 Geoffrey Keating <geoffk@redhat.com>
5663
5664 * dwarf2dbg.c (dwarf2_gen_line_info): Do emit duplicate line
5665 numbers, gdb relies on them to detect the start of the prologue.
5666
5667 2002-04-17 Martin Schwidefsky <schwidefsky@de.ibm.com>
5668
5669 * config/tc-s390.c (tc_s390_fix_adjustable): Prevent adjustments to
5670 symbols in merge sections.
5671
5672 2002-04-16 Alan Modra <amodra@bigpond.net.au>
5673
5674 * as.c (main): Don't reference _bfd_chunksize.
5675
5676 2002-04-15 Tom Rix <trix@redhat.com>
5677
5678 * config/tc-d10v.c (d10v_fix_adjustable): Prevent adjustments to
5679 symbols in merge sections.
5680
5681 2002-04-11 Richard Sandiford <rsandifo@redhat.com>
5682
5683 * doc/invoke.texi (TC_LARGEST_EXPONENT_IS_NORMAL): Document.
5684 * config/atof-ieee.c (TC_LARGEST_EXPONENT_IS_NORMAL): Add an
5685 argument for the precision.
5686 (gen_to_words): Update accordingly.
5687
5688 2002-04-10 Alan Modra <amodra@bigpond.net.au>
5689
5690 * as.c (parse_args <OPTION_VERSION>): Use VERSION is
5691 BFD_VERSION_STRING unavailable.
5692 * config/tc-i386.c (INLINE): Define (for non-BFD assembler).
5693
5694 2002-04-09 J"orn Rennecke <joern.rennecke@superh.com>
5695
5696 * config/tc-sh.h (TC_FIX_ADJUSTABLE): Disable adjusting if
5697 symbol_used_in_reloc_p is true.
5698
5699 * config/tc-sh.c (md_apply_fix3): Don't zero relocations on big
5700 endian hosts.
5701
5702 2002-04-04 Alan Modra <amodra@bigpond.net.au>
5703
5704 * dep-in.sed: Cope with absolute paths.
5705 * Makefile.am (dep.sed): Subst TOPDIR.
5706 Run "make dep-am".
5707 * Makefile.in: Regenerate.
5708
5709 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5710
5711 * config/tc-mips.c (mips16_macro_build): Cast type mismatch.
5712 (mips_ip): Remove unused variable.
5713 (md_apply_fix3): Cast signed/unsignes mismatches. Replace
5714 unsigned char with bfd_byte.
5715 (s_file): Remove unused variable.
5716 (s_mips_ent): Likewise.
5717
5718 2002-04-03 Tom Rix <trix@redhat.com>
5719
5720 * config/tc-d10v.c (d10v_insert_operand): Fix warning in as_bad_where.
5721 (build_insn): Same.
5722 (find_opcode): Fix warning in as_warn.
5723 * config/tc-d10v.h: Update Copyright.
5724
5725 2002-04-03 Alan Matsuoka <alanm@redhat.com>
5726 Tom Rix <trix@redhat.com>
5727
5728 From Jeff Knaggs <jknaggs@redhat.com>
5729 * config/tc-d10v.c (check_resource_conflict): New function to
5730 check for resource conflicts.
5731
5732 From Jason Eckhardt <jle@redhat.com>
5733 * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
5734 imm3 fields.
5735 * config/tc-d10v.c (find_opcode): Emit a warning if one of the
5736 reserved control registers is used.
5737 * config/tc-d10v.c (build_insn): Check for unresolved imm4 or
5738 imm3 fields.
5739
5740 From 2001-03-28 Diego Novillo <dnovillo@redhat.com>
5741 * tc-d10v.c (parallel_ok): Prevent packing only if the first
5742 instruction cannot be packed.
5743
5744 From 2001-03-30 Diego Novillo <dnovillo@redhat.com>
5745 * gas/config/tc-d10v.c (check_resource_conflict): Only check
5746 write-write conflicts.
5747 (md_assemble): Reformat introductory comment.
5748 * opcodes/d10v-opc.c (d10v_opcodes): `btsti' does not modify its
5749 arguments.
5750
5751 2002-04-03 Alan Modra <amodra@bigpond.net.au>
5752
5753 * symbols.c (resolve_symbol_value <O_uminus, O_bit_not,
5754 O_logical_not>): Derive final_seg from add_symbol.
5755 <O_multiply..O_logical_or>: More final_seg twiddles.
5756
5757 2002-04-01 Jessica Han <jessica@cup.hp.com>
5758
5759 * config/tc-ia64.c (ia64_cons_fix_new): Handle 8 byte iplt reloc
5760 in 32-bit mode.
5761
5762 2002-03-27 Andreas Schwab <schwab@suse.de>
5763
5764 * config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size of
5765 field for pc-relative fixups.
5766 (output_disp): Likewise.
5767 (md_estimate_size_before_relax): Likewise.
5768 (tc_gen_reloc): Subtract fx_pcrel_adjust instead of fx_size for
5769 pc-relative fixups in 64bit mode.
5770
5771 2002-03-22 Alan Modra <amodra@bigpond.net.au>
5772
5773 * config/te-aix5.h: Typo fix.
5774
5775 2002-03-21 Alan Modra <amodra@bigpond.net.au>
5776
5777 * Makefile.am: Run "make dep-am".
5778 * Makefile.in: Regenerate.
5779 * doc/Makefile.in: Regenerate.
5780
5781 2002-03-20 Albert Chin-A-Young <china@thewrittenword.com>
5782
5783 * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo
5784 (vfp_sp_reg_pos -> vfp_dp_reg_pos).
5785
5786 2002-03-18 Alexandre Oliva <aoliva@redhat.com>
5787
5788 * config/tc-mips.c (md_estimate_size_before_relax): Do not modify
5789 the EXTENDED bit here; report the estimate according to the
5790 current size.
5791
5792 2002-03-18 Tom Rix <trix@redhat.com>
5793
5794 * configure.in: Add AIX 5 support.
5795 * config/tc-ppc.c (ppc_target_format): Add AIX 5 64 bit target.
5796 * config/te-aix5.h: New file. AIX 5 support.
5797 * configure: Regenerate.
5798
5799 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
5800
5801 * po/fr.po: Updated version.
5802
5803 2002-03-16 Andreas Jaeger <aj@suse.de>
5804
5805 * doc/c-mips.texi (Machine Dependencies): Add new node.
5806
5807 2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
5808
5809 * config/tc-mips.c (mips_set_options): New "ase_mips3d" member.
5810 (mips_opts): Initialize "ase_mips3d" member.
5811 (file_ase_mips3d): New variable.
5812 (CPU_HAS_MIPS3D): New macro.
5813 (md_begin): Initialize mips_opts.ase_mips3d and file_ase_mips3d
5814 based on command line options and configuration defaults.
5815 (macro_build, mips_ip): Accept MIPS-3D instructions if
5816 mips_opts.ase_mips3d is set.
5817 (OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option):
5818 Add support for "-mips3d" and "-no-mips3d" options.
5819 (OPTION_ELF_BASE): Move to accommodate new options.
5820 (s_mipsset): Support ".set mips3d" and ".set nomips3d".
5821 (mips_elf_final_processing): Add a comment indicating that a
5822 MIPS-3D ASE ELF header flag should be set, when one exists.
5823 * doc/as.texinfo: Document -mips3d and -no-mips3d options.
5824 * doc/c-mips.texi: Likewise, and document ".set mips3d" and ".set
5825 nomips3d" directives.
5826
5827 2002-03-14 Hans-Peter Nilsson <hp@bitrange.com>
5828
5829 * config/tc-mmix.c (md_estimate_size_before_relax): Don't consider
5830 a weak symbol in same section to be within reach.
5831
5832 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
5833
5834 * po/fr.po: Updated version.
5835
5836 2002-03-12 Andreas Schwab <schwab@suse.de>
5837
5838 * config/tc-ia64.c (fixup_unw_records): Clear region when seeing a
5839 body record so that an error is given for misplaced .save
5840 pseudo-ops.
5841
5842 2002-03-09 Alan Modra <amodra@bigpond.net.au>
5843
5844 * config/tc-i386.h (REX_OPCODE): Define.
5845 (REX_MODE64, REX_EXTX, REX_EXTY, REX_EXTZ): Define.
5846 (rex_byte): typedef to int.
5847 * config/tc-i386.c: Group prototypes and vars together.
5848 Formatting fixes. Remove occurrences of "register" keyword.
5849 (true): Delete.
5850 (false): Delete.
5851 (mode_from_disp_size): Add INLINE keyword to prototype.
5852 (fits_in_signed_byte): Likewise.
5853 (fits_in_unsigned_byte): Likewise.
5854 (fits_in_unsigned_word): Likewise.
5855 (fits_in_signed_word): Likewise.
5856 (fits_in_unsigned_long): Likewise.
5857 (fits_in_signed_long): Likewise.
5858 (type_names): Constify.
5859 (intel_float_operand): Constify param.
5860 (add_prefix): Use REX_OPCODE.
5861 (md_assemble): Likewise. Modify for changed rex_byte.
5862 (parse_insn): Split out of md_assemble.
5863 (parse_operands): Likewise.
5864 (swap_operands): Likewise.
5865 (optimize_imm): Likewise.
5866 (optimize_disp): Likewise.
5867 (match_template): Likewise.
5868 (check_string): Likewise.
5869 (process_suffix): Likewise.
5870 (check_byte_reg): Likewise.
5871 (check_long_reg): Likewise.
5872 (check_qword_reg): Likewise.
5873 (check_word_reg): Likewise.
5874 (finalize_imm): Likewise.
5875 (process_operands): Likewise.
5876 (build_modrm_byte): Likewise.
5877 (output_insn): Likewise.
5878 (output_branch): Likewise.
5879 (output_jump): Likewise.
5880 (output_interseg_jump): Likewise.
5881 (output_disp): Likewise.
5882 (output_imm): Likewise.
5883
5884 2002-03-07 Daniel Jacobowitz <drow@mvista.com>
5885
5886 * doc/as.texinfo: Wrap @menu in @ifnottex, not @ifinfo.
5887
5888 2002-03-06 Alan Modra <amodra@bigpond.net.au>
5889
5890 * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byte
5891 relocs except when BFD64.
5892
5893 * write.c (number_to_chars_bigendian): Don't abort when N is
5894 larger than sizeof (VAL).
5895 (number_to_chars_littleendian): Likewise.
5896
5897 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
5898
5899 * config/tc-hppa.c (md_apply_fix3): Add cast.
5900 (hppa_fix_adjustable): Adjust list of selectors using e_lrsel and
5901 e_rrsel.
5902
5903 2002-03-05 Paul Koning <pkoning@equallogic.com>
5904
5905 * tc-pdp11.c: Use VAX float format support for PDP-11 target.
5906 (parse_ac5): New function for parsing float regs in float operand.
5907 (parse_expression): Remove attempt to make literals be octal.
5908 (parse_op_no_deferred): Support float literals.
5909 (parse_op): Reject attempts to refer to float regs.
5910 (parse_fop): New function, like parse_op but for float operand.
5911 (md_assemble): Add cases to parse float operands. Also fix
5912 IMM3, IMM6, IMM8 cases to pick up the operand from the right spot.
5913
5914 2002-03-04 H.J. Lu <hjl@gnu.org>
5915
5916 * config/obj-elf.c (special_section): Add .init_array,
5917 .fini_array and .preinit_array.
5918
5919 * config/tc-ia64.h (ELF_TC_SPECIAL_SECTIONS): Remove
5920 .init_array and .fini_array.
5921
5922 2002-03-01 Jakub Jelinek <jakub@redhat.com>
5923
5924 * config/obj-elf.c (elf_copy_symbol_attributes): Don't copy
5925 visibility.
5926 (obj_frob_symbol): Copy visibility.
5927
5928 2002-02-28 Jakub Jelinek <jakub@redhat.com>
5929
5930 * config/tc-alpha.c (s_alpha_text): Use obj_elf_text for OBJ_ELF, not
5931 s_text.
5932 (s_alpha_data): Use obj_elf_data for OBJ_ELF, not s_data.
5933
5934 2002-02-27 Nick Clifton <nickc@cambridge.redhat.com>
5935
5936 * po/es.po: Updated.
5937
5938 2002-02-26 Chris Demetriou <cgd@broadcom.com>
5939
5940 * config/tc-mips.c (mips_need_elf_addend_fixup): For embedded-PIC
5941 only, undo the changes made on 2001-06-08, with the
5942 effect being that common or extern symbols are
5943 adjusted for embedded-PIC, but weak symbols are not.
5944 (md_estimate_size_before_relax: Likewise, with the effect
5945 that extern symbols are treated the same as weak symbols
5946 only if not embedded-PIC.
5947 (mips_fix_adjustable) Likewise, with the effect that
5948 weak or extern symbols are not adjusted for embedded-PIC.
5949 (md_apply_fix3): Tweak so that the case where value is zero
5950 is handled more correctly for embedded-PIC code.
5951
5952 2002-02-26 Nick Clifton <nickc@cambridge.redhat.com>
5953
5954 * doc/as.texinfo (Overview): Add missing @ifset IA64
5955
5956 * configure.in (LINGUAS): Add es.po.
5957 * configure: Regenerate.
5958 * po/es.po: New file.
5959
5960 2002-02-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5961
5962 * config/tc-mips.c (set_at): Fix handling of 64bit register loads.
5963 (macro): Likewise. Fix la/dla address expansions for EMBEDDED_PIC
5964 and NO_PIC cases. Code cleanup.
5965 (macro2): Fix handling of 64bit register loads.
5966
5967 2002-02-25 David Mosberger <davidm@hpl.hp.com>
5968
5969 * doc/as.texinfo: Add entry for IA64.
5970 * doc/c-ia64.texi: New file.
5971
5972 2002-02-25 Alan Modra <amodra@bigpond.net.au>
5973
5974 * config/tc-hppa.c: Update copyright date.
5975
5976 * doc/c-ppc.texi (PowerPC-Opts): Add -mpower4, -maltivec and -m7400
5977 Remove references to chip manufacturers.
5978 * config/tc-ppc.c (md_parse_option): Handle -mpower4 option.
5979 Correct comments.
5980 (md_show_usage): Remove references to chip manufacturers. Mention
5981 -mpower4.
5982 (md_begin): Test power4 opcode flag bits.
5983
5984 2002-02-22 David Mosberger <davidm@hpl.hp.com>
5985
5986 * config/tc-ia64.c (dot_restore): Issue error message of epilogue
5987 count exceeds prologue count.
5988 (md_show_usage): Describe -mconstant-gp and -mauto-pic.
5989 (unwind.label_prologue_count): New member.
5990
5991 Based on a patch by Hans Boehm <hboehm@hpl.hp.com>:
5992
5993 (get_saved_prologue_count): New function.
5994 (save_prologue_count): New function.
5995 (free_saved_prologue_count): New function.
5996 (dot_label_state): Record state label by calling save_prologue_count().
5997 (dot_copy_state): Restore prologue count by calling
5998 get_saved_prologue_count().
5999 (generate_unwind_image): Free up list of saved prologue
6000 counts by calling free_saved_prologue_counts().
6001
6002 2002-02-22 Nick Clifton <nickc@cambridge.redhat.com>
6003
6004 * config/tc-tic54x.c: Add missing prototypes and remove ANSI style
6005 function declarations.
6006
6007 2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
6008
6009 * NEWS: Note that GASP is now deprecated.
6010 * Makefile.am: Do not build gasp-new by default.
6011 * Makefile.in: Regenerate.
6012 * doc/Makefile.am: Do not install gasp.info.
6013 * doc/Makefile.in: Regenerate.
6014 * gas/gasp.texi: Note that gasp is now deprecated.
6015
6016 2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
6017
6018 * NEWS: Mark 2.12 branch.
6019
6020 2002-02-19 Tom Tromey <tromey@redhat.com>
6021
6022 * config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
6023
6024 2002-02-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6025
6026 * config/tc-mips.c (md_parse_option): Complain about invalid -mabi
6027 option input.
6028
6029 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
6030
6031 * config/tc-s390.c (md_parse_option): Add switches -m31 and -m64.
6032 Make bit size independent of architecture switch.
6033 (md_begin): Add warning for -m64 with -Aesa.
6034 (s390_md_end): Use renamed architecture defines.
6035
6036 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
6037
6038 * config/obj-coff.h: Check !target_big_endian, not shl, for coff-sh.
6039
6040 2002-02-16 Nick Clifton <nickc@cambridge.redhat.com>
6041
6042 * doc/as.texinfo (Machine Dependencies): Fix typo: MMIX used
6043 instead of CRIS.
6044
6045 2002-02-15 Chris Demetriou <cgd@broadcom.com>
6046
6047 * config/tc-mips.c (md_estimate_size_before_relax): Really
6048 make sure we treat weak like extern only for ELF. (Fixes
6049 patch from 2001-07-25.)
6050
6051 2002-02-15 Ben Elliston <bje@redhat.com>
6052
6053 * doc/as.texinfo: Add duplicate directory entry so that "info gas"
6054 works as expected.
6055
6056 2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
6057
6058 * NEWS: Mention support for MMIX.
6059
6060 2002-02-13 Chris Demetriou <cgd@broadcom.com>
6061
6062 * config/tc-mips.c (mips_need_elf_addend_fixup): Restructure into
6063 a sequence of indpendent 'if' statements for easier debugging
6064 and future modification.
6065
6066 2002-02-13 Matt Fredette <fredette@netbsd.org>
6067
6068 * config/tc-m68k.c (md_show_usage): No longer display a
6069 hard-coded "68020" for the default CPU, instead display the
6070 canonical name of the true, configured default CPU.
6071 (m68k_elf_final_processing): Mark objects for sub-68020
6072 CPUs with the new EF_M68000 flag.
6073
6074 2002-02-13 Andreas Schwab <schwab@suse.de>
6075
6076 * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust
6077 pc-relative relocations to merge sections in 64-bit mode.
6078
6079 2002-02-13 Ben Elliston <bje@redhat.com>
6080
6081 * NEWS: Document floating point number handling in gasp.
6082 * gasp.c: Include <assert.h> and "xregex.h".
6083 (is_flonum): New function.
6084 (chew_flownum): Likewise.
6085 (change_base): Consume flonums from the input, where possible.
6086 * doc/gasp.texi (Constants): Document floating point numbers.
6087
6088 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
6089
6090 * config/tc-hppa.c (hppa_fix_adjustable): Don't adjust final types
6091 that implicitly use LR and RR selectors.
6092
6093 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
6094
6095 * config/tc-mn10300.c (other_registers): Added `epsw'. Mark `pc'
6096 and `epsw' as available on AM33 and above only.
6097 (other_register_name): Add logic to handle machine type encoded in
6098 reg_number.
6099
6100 2002-02-11 Tom Rix <trix@redhat.com>
6101
6102 * config/tc-ppc.c (md_apply_fix3): Check for insert fop invalid for
6103 xcoff64.
6104
6105 2002-06-11 Alexandre Oliva <aoliva@redhat.com>
6106
6107 * config/tc-sparc.c (U0x80000000, U0xffffffff): New constants.
6108 Use all over.
6109
6110 2002-02-11 Jan Hubicka <jh@suse.cz>
6111
6112 * i386.c (md_assemble): Support 32bit address prefix.
6113 (i386_displacement): Likewise.
6114 (i386_index_check): Accept 32bit addressing in 64bit mode.
6115
6116 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
6117
6118 * config/tc-sh.c (dot): Removed unused function.
6119
6120 2002-02-11 Alan Modra <amodra@bigpond.net.au>
6121
6122 * Makefile.am: "make dep-am".
6123 * Makefile.in: Regenerate.
6124 * aclocal.m4: Regenerate.
6125 * config.in: Regenerate.
6126 * configure: Regenerate.
6127 * doc/Makefile.in: Regenerate.
6128
6129 2002-02-10 Richard Henderson <rth@redhat.com>
6130
6131 * doc/c-alpha.texi: New file.
6132 * doc/Makefile.am (CPU_DOCS): Add it.
6133 * doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
6134
6135 2002-02-09 Richard Henderson <rth@redhat.com>
6136
6137 * config/tc-alpha.c (O_samegp): New.
6138 (USER_RELOC_P): Include it.
6139 (alpha_reloc_op_tag, debug_exp, find_macro_match): Add it.
6140 (md_apply_fix3): Handle BFD_RELOC_ALPHA_BRSGP.
6141 (alpha_force_relocation, alpha_fix_adjustable): Likewise.
6142 (alpha_validate_fix): New.
6143 * config/tc-alpha.h (TC_VALIDATE_FIX): New.
6144
6145 2002-02-09 Hans-Peter Nilsson <hp@axis.com>
6146
6147 * doc/c-cris.texi: New.
6148 * doc/all.texi: @set CRIS.
6149 * doc/as.texinfo: Ditto. Add CRIS gas manpage option overview.
6150 Include c-cris.texi.
6151 * doc/Makefile.am (CPU_DOCS): Add c-cris.texi
6152 * doc/Makefile.in: Regenerate.
6153
6154 2002-02-08 Chris Demetriou <cgd@broadcom.com>
6155
6156 * config/tc-mips.c (IS_SEXT_32BIT_NUM): New macro to
6157 determine if a number is a sign-extended 32-bit number.
6158 (load_register): Use IS_SEXT_32BIT_NUM.
6159 (macro): Check if load/store macro handling is using a
6160 constant 32-bit address on 64-bit address systems, and if
6161 so optimize the generation of that address.
6162
6163 2002-02-08 Richard Henderson <rth@redhat.com>
6164
6165 * config/tc-alpha.c (alpha_force_relocation): Don't assert that
6166 we've eliminated all foreign relocation types yet.
6167 (alpha_fix_adjustable): Likewise.
6168
6169 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
6170
6171 Contribute sh64-elf.
6172 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
6173 Stephen Clarke <Stephen.Clarke@st.com>
6174 * doc/c-sh64.texi: Fix citation of SH64 architecture manual.
6175 2002-01-31 Alexandre Oliva <aoliva@redhat.com>
6176 * config/tc-sh.c (md_relax_table): Added default sizes for
6177 non-PC-relative UNDEF_MOVI, and relaxation sequences for
6178 MOVI_16, MOVI_32 and MOVI_48.
6179 * config/tc-sh64.c (shmedia_md_apply_fix3): Fix warning.
6180 (shmedia_md_convert_frag): Handle non-PC-relative UNDEF_MOVI
6181 and MOVI_16.
6182 (shmedia_md_estimate_size_before_relax): Remove redundant
6183 blocks. Set fragP->fr_var even if relaxation type unchanged.
6184 Retain UNDEF_MOVI until expression decays to number.
6185 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
6186 * config/tc-sh64.c (shmedia_init_reloc): Handle new SHmedia PIC
6187 relocation types. Take fixP->fx_addnumber into account too.
6188 (shmedia_md_apply_fix): Likewise.
6189 (shmedia_md_convert_frag): Likewise.
6190 (shmedia_build_Mytes): Likewise.
6191 (sh64_consume_datalabel): Complain about nested datalabel.
6192 Support PIC relocs. Call sh_parse_name.
6193 * config/tc-sh64.h (TC_RELOC_RTSYM_LOC_FIXUP): Extend definition
6194 in tc-sh.h to SHmedia reloc types.
6195 * config/tc-sh.c (SH64PCRELPLT, MOVI_PLT, MOVI_GOTOFF,
6196 MOVI_GOTPC): New relaxation constants.
6197 (md_relax_table): Introduce relaxation directives for PIC-related
6198 constants.
6199 (sh_PIC_related_p): Handle datalabel.
6200 (sh_check_fixup): Choose SH5 PIC relocations.
6201 (sh_cons_fix_new): Added BDF_RELOC_64.
6202 (md_apply_fix3, sh_parse_name): Handle GOTPLT.
6203 2002-01-18 Alexandre Oliva <aoliva@redhat.com>
6204 * config/tc-sh64.c (sh64_max_mem_for_rs_align_code): If the
6205 current ISA is SHmedia, get 7 bytes.
6206 2001-11-28 Nick Clifton <nickc@cambridge.redhat.com>
6207 * config/tc-sh.c (md_apply_fix3): Treat shmedia_md_apply_fix3 as a
6208 void function.
6209 * config/tc-sh64.c (shmedia_apply_fix): Rename to
6210 shmedia_apply_fix3 and make void.
6211 2001-05-17 Alexandre Oliva <aoliva@redhat.com>
6212 * config/tc-sh64.c (s_sh64_abi): Remove unused arguments passed to
6213 as_bad.
6214 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
6215 * config/tc-sh64.h (md_parse_name): Take &c as argument.
6216 2001-03-14 DJ Delorie <dj@redhat.com>
6217 * doc/Makefile.am (CPU_DOCS): Added c-sh64.texi
6218 * doc/Makefile.in(CPU_DOCS): Ditto.
6219 * doc/c-sh64.texi: New file.
6220 * doc/as.texinfo: Add SH64 support.
6221 2001-03-13 DJ Delorie <dj@redhat.com>
6222 * config/tc-sh64.c (shmedia_get_operands): Rename A_RESV_Fx to
6223 A_REUSE_PREV so that its purpose is more obvious.
6224 (shmedia_build_Mytes): Ditto.
6225 2001-03-07 DJ Delorie <dj@redhat.com>
6226 * config/tc-sh64.c (sh64_vtable_entry): New, strip datalabels
6227 before processing.
6228 (sh64_vtable_inherit): Ditto.
6229 (strip_datalabels): New, strip "datalabel" from given line.
6230 * config/tc-sh.c (md_pseudo_table): Add sh64-specific vtable
6231 pseudos.
6232 2001-03-06 Hans-Peter Nilsson <hpn@cygnus.com>
6233 * config/tc-sh64.c (shmedia_md_assemble): Move dwarf2_emit_insn
6234 call ...
6235 (shmedia_build_Mytes): ... to here.
6236 2001-03-06 DJ Delorie <dj@redhat.com>
6237 * config/tc-sh.c: Remove sh64-specific uaquad now that there
6238 is a generic one.
6239 2001-01-21 Hans-Peter Nilsson <hpn@cygnus.com>
6240 * config/tc-sh64.h (DWARF2_LINE_MIN_INSN_LENGTH): Override.
6241 * config/tc-sh64.c (shmedia_md_assemble): Offset recorded insn
6242 address by one in call to dwarf2_emit_insn.
6243 2001-01-13 Hans-Peter Nilsson <hpn@cygnus.com>
6244 Implement ".abi" pseudo and correct .cranges descriptors. Correct
6245 alignment handling broken by imported changes.
6246 * config/tc-sh64.h (HANDLE_ALIGN): Override definition in tc-sh.h.
6247 (sh64_handle_align): Declare.
6248 (MAX_MEM_FOR_RS_ALIGN_CODE): Override definition in tc-sh.h.
6249 (sh64_max_mem_for_rs_align_code): Declare.
6250 (enum sh64_isa_values): Moved here from tc-sh64.c.
6251 (md_do_align): Define.
6252 (sh64_do_align): Declare.
6253 (struct sh64_tc_frag_data): New.
6254 (TC_FRAG_TYPE): Change to struct sh64_tc_frag_data. Users
6255 changed.
6256 (TC_FRAG_INIT): Change to set new datatype.
6257 (struct sh64_segment_info_type): Rename member
6258 last_flushed_location to last_contents_mark. All users changed.
6259 (md_elf_section_change_hook, TC_CONS_FIX_NEW): Do not define.
6260 (shmedia_elf_new_section, sh64_tc_cons_fix_new): Do not prototype.
6261 * config/tc-sh.c (md_pseudo_table): Add ".abi".
6262 (sh_elf_cons) [HAVE_SH64]: Call sh64_update_contents_mark instead
6263 of unsetting seen_insn.
6264 (md_assemble) [HAVE_SH64] <before new SHcompact sequence>: Also
6265 call sh64_update_contents_mark.
6266 (sh_handle_align): Remove HAVE_SH64-conditioned code.
6267 * config/tc-sh64.c (sh64_isa_mode): Correct type from boolean to
6268 enum sh64_isa_values.
6269 (sh64_set_contents_type): Drop segT parameter. All callers changed.
6270 (emitting_crange): Boolean guard moved to file scope from function
6271 scope in sh64_set_contents_type.
6272 (s_sh64_abi): New.
6273 (sh64_update_contents_mark): New; most split out from
6274 sh64_flush_pending_output.
6275 (shmedia_md_end): Call sh64_update_contents_mark. Set
6276 sh64_isa_mode to sh64_isa_sh5_guard unless sh64_isa_unspecified.
6277 (sh64_do_align): New function.
6278 (sh64_max_mem_for_rs_align_code): New function.
6279 (sh64_handle_align): Rename from shmedia_do_align. Make
6280 non-static. Add head comment. Emit zero bytes for n bytes modulo
6281 four. Change return-type to void.
6282 (shmedia_elf_new_section): Remove.
6283 (shmedia_md_assemble): Call sh64_update_contents_mark.
6284 (s_sh64_mode): Ditto. Do not call md_flush_pending_output. Make
6285 new frag. Call sh64_update_contents_mark after making the new
6286 frag.
6287 (sh64_flush_pending_output): Just call sh64_update_contents_mark
6288 and sh_flush_pending_output.
6289 (sh64_flag_output): Also call md_flush_pending_output, but add
6290 condition on not emitting_crange.
6291 (sh64_tc_cons_fix_new): Remove.
6292 2001-01-12 Nick Clifton <nickc@redhat.com>
6293 * config/tc-sh64.c (shmedia_do_align): Fix to work with new
6294 alignment handling scheme imported from sourceware.
6295 2001-01-12 Hans-Peter Nilsson <hpn@cygnus.com>
6296 * config/tc-sh64.h (TARGET_FORMAT): Define.
6297 (sh64_target_format): Prototype.
6298 * config/tc-sh64.c (sh64_target_mach): New function.
6299 2001-01-07 Hans-Peter Nilsson <hpn@cygnus.com>
6300 * config/tc-sh64.c (shmedia_md_end): When equating a symbol, use
6301 zero_address_frag instead of copying the frag of the symbol.
6302 (shmedia_frob_file_before_adjust): Ditto.
6303 (shmedia_md_apply_fix) <case BFD_RELOC_SH_IMM_MEDLOW16>: Cast mask
6304 to valueT to remove signedness.
6305 (shmedia_md_convert_frag): Add parameter final. Rename parameter
6306 headers to output_bfd. Do not evaluate symbols if final is false;
6307 do emit fixups.
6308 (shmedia_md_estimate_size_before_relax) <case C (MOVI_IMM_32,
6309 UNDEF_MOVI) et al>: If symbol cannot be modified to be PC-relative
6310 to the current frag, call shmedia_md_convert_frag to emit fixups
6311 and make frag_wane neutralize the frag. Update comments.
6312 * config/tc-sh.c (md_convert_frag): Change caller of
6313 shmedia_md_convert_frag.
6314 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
6315 * config/tc-sh64.h: Tweak comments and correct formatting.
6316 * config/tc-sh64.c: Ditto.
6317 (shmedia_md_convert_frag) <PT/PTA/PTB 32, 48 and 64 bit
6318 expansion, MOVI pcrel expansion>: Fix thinko calculating offset
6319 for the no-relocation case.
6320 (shmedia_check_limits): Fix range check being off-by-one for PTA.
6321 * config/tc-sh.c: Ditto. Add proper comments to #ifdef/#ifndef
6322 wrappers.
6323 (SH64PCREL16_F): Increment for proper max-PTA handling. Update
6324 comment.
6325 (SH64PCREL16_M, MOVI_16_M): Correct range thinko.
6326 (SH64PCREL48_M, MOVI_48_M): Similar; don't count in length of
6327 expansion.
6328 (SH64PCREL32_M, MOVI_32_M): Ditto; handle overflowing expression.
6329 Correct comment.
6330 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
6331 * config/tc-sh64.c (shmedia_md_apply_fix) <second switch, case
6332 BFD_RELOC_SH_PT_16>: Set lowest bit in field to be relocated to 1.
6333 (shmedia_md_convert_frag) <case C (SH64PCREL16_32, SH64PCREL16) et
6334 al>: Set lowest bit of field to relocate to 1 and rest to empty,
6335 if reloc is emitted.
6336 2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
6337 New options plus bugfixes.
6338 * config/tc-sh.c (md_longopts): New options "-no-expand" and
6339 "-expand-pt32".
6340 (md_parse_option): Handle new options.
6341 (md_show_usage): Add blurb for new options.
6342 * config/tc-sh64.c (SHMEDIA_BFD_RELOC_PT): New macro.
6343 (sh64_expand, sh64_pt32): New variables.
6344 (shmedia_init_reloc): Handle BFD_RELOC_SH_PT_16.
6345 (shmedia_md_apply_fix): Hold original fixP->fx_r_type in
6346 orig_fx_r_type. Change SHMEDIA_BFD_RELOC_PT into
6347 BFD_RELOC_SH_PT_16. Handle BFD_RELOC_SH_PT_16 as pc-relative.
6348 <resolved previously-pc-relative relocs>: Handle
6349 SHMEDIA_BFD_RELOC_PT and BFD_RELOC_SH_PT_16.
6350 (shmedia_md_convert_frag) <case C (SH64PCREL16PT_64, SH64PCREL16),
6351 case C (SH64PCREL16PT_32, SH64PCREL16)>: Modify to PTB if operand
6352 points to SHcompact code.
6353 <case C (SH64PCREL16_32, SH64PCREL16), case C (SH64PCREL16_64,
6354 SH64PCREL16)>: Check that ISA of what operand points at and
6355 PTA/PTB matches, or emit error.
6356 (shmedia_check_limits): Handle BFD_RELOC_SH_PT_16 and
6357 SHMEDIA_BFD_RELOC_PT.
6358 (shmedia_immediate_op): If pcrel, emit fixup also for constant
6359 operand.
6360 (shmedia_build_Mytes) <case A_IMMS16>: Also check sh64_expand in
6361 condition for MOVI expansion.
6362 <case A_PCIMMS16BY4>: Handle expansion to 32 bits only, if
6363 sh64_pt32. Emit only a BFD_RELOC_SH_PT_16 fixup if not
6364 sh64_expand.
6365 <case A_PCIMMS16BY4_PT>: Likewise, but emit a SHMEDIA_BFD_RELOC_PT
6366 fixup.
6367 (sh64_target_format): Error-check setting of sh64_pt32 and
6368 sh64_expand. Fix typo in check for sh64_shcompact_const_crange.
6369 (shmedia_md_pcrel_from_section): Handle BFD_RELOC_SH_PT_16 and
6370 SHMEDIA_BFD_RELOC_PT as coming from SHmedia code.
6371 2000-12-31 Hans-Peter Nilsson <hpn@cygnus.com>
6372 * config/tc-sh64.c: Improve comments.
6373 (shmedia_md_convert_frag): Remove inactive is_pt_variant code. Do
6374 not say the linker will check correctness of PTA/PTB expansion.
6375 (shmedia_md_end): Make non-static.
6376 * config/tc-sh64.h (md_end): Define to shmedia_md_end. Add
6377 prototype.
6378 * config/tc-sh.c (sh_finalize): Remove.
6379 * config/tc-sh.h (md_end): Do not define.
6380 Remove prototype for sh_finalize.
6381 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
6382 * config/tc-sh64.c (shmedia_frob_section_type): Use a struct
6383 sh64_section_data container when storing section type in tdata
6384 field in elf_section_data.
6385 * config/tc-sh.c (sh_elf_final_processing): Change from EF_SH64 to
6386 EF_SH5.
6387 * Makefile.am: Update dependencies.
6388 * Makefile.in: Regenerate.
6389 2000-12-22 Hans-Peter Nilsson <hpn@cygnus.com>
6390 * config/tc-sh64.c (shmedia_md_assemble): Don't protect
6391 dwarf2_emit_insn call with test on debug_type.
6392 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
6393 * config/tc-sh64.c (sh64_set_contents_type): Make contents-type
6394 CRT_SH5_ISA32 sticky for 64-bit.
6395 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
6396 Generate .crange sections when switching ISA mode or emitting
6397 constants in same section as code.
6398 * config/tc-sh64.c: Reformat structure definitions.
6399 (sh64_end_of_assembly, sh64_mix, sh64_shcompact_const_crange): New
6400 variables.
6401 (sh64_set_contents_type): Rename from sh64_init_section. Rewrite
6402 to emit a .cranges descriptor when contents type changes. Only
6403 emit error if changing contents type and -no-mix is in effect.
6404 (sh64_emit_crange, sh64_flush_last_crange, sh64_flag_output,
6405 sh64_flush_pending_output, sh64_tc_cons_fix_new): New functions.
6406 (shmedia_md_end): Set sh64_end_of_assembly. Pass
6407 sh64_flush_last_crange over sections.
6408 When checking main symbol of datalabel symbol, check for
6409 STO_SH5_ISA32, not ISA type of section in definition.
6410 (shmedia_frob_file_before_adjust): Check main symbol for
6411 STO_SH5_ISA32; don't check ISA type of section in definition.
6412 (shmedia_frob_section_type): Adjust for .cranges; set section flag
6413 to SHF_SH5_ISA32_MIXED or SHF_SH5_ISA32 according to whether
6414 .cranges entries have been output.
6415 (shmedia_elf_new_section): Just call md_flush_pending_output.
6416 (shmedia_md_assemble): Do not emit a BFD_RELOC_SH_SHMEDIA_CODE
6417 fix. Do not set tc_segment_info_data.in_code for section. Call
6418 sh64_set_contents_type for SHmedia code.
6419 (s_sh64_mode): Do not call sh64_init_section or set seen_insn to
6420 false. Call md_flush_pending_output.
6421 (sh64_target_format): Check that -no-mix and
6422 -shcompact-const-crange are used in sane combination with other
6423 options.
6424 (shmedia_md_pcrel_from_section): Check type of fix for how to
6425 adjust pc-relative.
6426 (sh64_consume_datalabel): Check symbol for having STO_SH5_ISA32,
6427 not ISA type of section in definition.
6428 * config/tc-sh64.h (struct sh64_segment_info_type): Rewrite to
6429 hold contents-type state.
6430 (md_flush_pending_output): Redefine to sh64_flush_pending_output.
6431 (sh64_flush_pending_output): Declare.
6432 (TC_CONS_FIX_NEW): Define to sh64_tc_cons_fix_new.
6433 (sh64_tc_cons_fix_new): Declare.
6434 * config/tc-sh.c (sh_elf_cons) [HAVE_SH64]: Unset seen_insn and
6435 call sh64_flag_output.
6436 (md_assemble) [HAVE_SH64]: Do not emit BFD_RELOC_SH_CODE. Just
6437 call sh64_set_contents_type to mark SHcompact code and set
6438 seen_insn.
6439 (md_longopts): New options "-no-mix" and
6440 "-shcompact-const-crange".
6441 (md_parse_option): Handle new options.
6442 (md_show_usage): Add blurb for new options.
6443 (md_number_to_chars) [HAVE_SH64]: Call sh64_flag_output.
6444 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
6445 * config/tc-sh64.c: Delete investigated and obsolete fixme:s.
6446 (sh64_last_insn_frag): New.
6447 (shmedia_md_convert_frag): Use tc_frag_data field of incoming frag
6448 to get frag for insn opcode for generating fixups; do not assume it
6449 is the same frag.
6450 (shmedia_build_Mytes): Set sh64_last_insn_frag after growing frag
6451 for new insn.
6452 * config/tc-sh64.h (ELF_TC_SPECIAL_SECTIONS): Define for .cranges
6453 section.
6454 (TC_FRAG_TYPE): Define as fragS *.
6455 (TC_FRAG_INIT): Define to set tc_frag_data to sh64_last_insn_frag.
6456 (sh64_last_insn_frag): Declare.
6457 (sh64_consume_datalabel): Fix typo; check for seginfo != NULL,
6458 not == NULL before dereferencing.
6459 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
6460 Get rid of BFD section flag and EF_SH64_ABI64.
6461 * config/tc-sh64.c (shmedia_frob_section_type): Use
6462 elf_section_data (sec)->tdata, not a specific BFD section flag, to
6463 communicate the section as containing SHmedia code. Describe why.
6464 * config/tc-sh.c (sh_elf_final_processing): Tweak comment. Set
6465 EF_SH64 regardless of ABI.
6466 * config/tc-sh64.c (shmedia_md_apply_fix): Decapitalize "invalid"
6467 in error message. Handle resolved expressions for
6468 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
6469 BFD_RELOC_SH_IMMS10BY4 and BFD_RELOC_64.
6470 (shmedia_check_limits): Handle BFD_RELOC_64.
6471 (sh64_adjust_symtab): Do not decrement the GAS symbol value for
6472 a STO_SH5_ISA32 symbol, only the BFD value.
6473 2000-12-11 Ben Elliston <bje@redhat.com>
6474 * config/tc-sh64.c: Call dwarf2_emit_insn, not the defunct
6475 dwarf2_generate_asm_lineno.
6476 2000-12-11 Hans-Peter Nilsson <hpn@cygnus.com>
6477 Handle PC-relative MOVI expansions with assembler relaxation.
6478 Generate PC-relative relocs from 16-bit PC-relative expressions.
6479 * config/tc-sh64.c (SHMEDIA_MD_PCREL_FROM_FIX): Break out from...
6480 (shmedia_md_pcrel_from_section): ...here.
6481 (shmedia_md_apply_fix): Handle fixups for 16-bit operands that has
6482 turned completely resolved. Adjust relocation type for 16-bit
6483 immediate operands that has turned PC-relative. Adjust back for
6484 MD_PCREL_FROM_SECTION being applied twice.
6485 (shmedia_md_convert_frag): Always emit reloc for expression with
6486 global or weak symbol. Handle relaxation result for PC-relative
6487 expressions.
6488 (shmedia_md_estimate_size_before_relax): An expression with a weak
6489 or global symbol can not be relaxed. Break out tests for
6490 relaxable symbol into variable sym_relaxable.
6491 <cases C (MOVI_IMM_64, UNDEF_MOVI) and C (MOVI_IMM_32,
6492 UNDEF_MOVI)>: Break out any PC-relative expression and change
6493 relaxation type.
6494 (shmedia_build_Mytes): CSE &operands->operands[j] into variable
6495 opjp.
6496 <case A_IMMS16>: Fix typo for initial minor relaxation type of
6497 MOVI expansion. If X_op_symbol of the immediate expression is
6498 set, make an expression symbol for the argument to frag_var.
6499 * config/tc-sh.c (MOVI_IMM_32_PCREL, MOVI_IMM_64_PCREL): New
6500 relaxations.
6501 (END): Adjust for new relaxations.
6502 (md_relax_table): Add entries for new relaxations.
6503 2000-12-07 Ben Elliston <bje@redhat.com>
6504 * config/tc-sh64.c (shmedia_parse_reg): Initialize variable len.
6505 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
6506 * config/tc-sh64.c (shmedia_md_convert_frag): Correct all MOVI and
6507 SHORI operand offsets in PT/PTA/PTB expansions.
6508 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
6509 Implement DataLabel semantics.
6510 * config/tc-sh.c (sh_frob_file) [HAVE_SH64]: Call
6511 shmedia_frob_file_before_adjust.
6512 * config/tc-sh64.c [! OBJ_ELF]: Emit #error.
6513 (DATALABEL_SUFFIX): Define.
6514 (shmedia_md_end) <before adjusting STO_SH5_ISA32 symbols>: Walk
6515 symbol list to update "datalabel" symbols to their main symbol
6516 counterparts.
6517 (shmedia_frob_file_before_adjust): New.
6518 (sh64_adjust_symtab): For remaining datalabel symbols, set to
6519 undefined and set STT_DATALABEL.
6520 (sh64_frob_label): Initialize TC symbol field.
6521 (sh64_consume_datalabel): Actually implement semantics. New
6522 parameter operandf, call it instead of expression.
6523 (sh64_exclude_symbol): New.
6524 * config/tc-sh64.h (md_parse_name): Pass on the function operand
6525 to sh64_consume_datalabel.
6526 (tc_symbol_new_hook): Define to tc_frob_symbol.
6527 (TC_SYMFIELD_TYPE): Define to symbolS *.
6528 (tc_frob_symbol): Define to call sh64_exclude_symbol.
6529 2000-12-01 Hans-Peter Nilsson <hpn@cygnus.com>
6530 * config/tc-sh64.c (shmedia_init_reloc): Tweak comment for default
6531 case.
6532 (shmedia_md_assemble): Call dwarf2_generate_asm_lineno if
6533 generating dwarf2 debug information.
6534 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
6535 * config/tc-sh64.c (sh64_target_format): Use elf64-sh64l and
6536 elf64-sh64 for the 64-bit ABI.
6537 * config/tc-sh.c (md_show_usage): Tweak usage output for -abi=*
6538 option.
6539 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
6540 * config/tc-sh.c: Remove conditionalizing on HAVE_SH64 for
6541 case-insensitivity.
6542 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
6543 * config/tc-sh64.c: Tweak comments, formatting and error messages.
6544 (enum sh64_abi_values): New type.
6545 (enum sh64_isa_values): New type.
6546 (sh64_isa_mode): Replace shmedia_mode. All referers changed.
6547 (seen_shcompact_mode, seen_shmedia_mode): Delete.
6548 (sh64_abi): Replace shmedia_64.
6549 (shmedia_md_convert_frag) <C (MOVI_IMM_64, MOVI_64),
6550 C (MOVI_IMM_32, MOVI_32)>: Correct register number handling.
6551 (s_sh64_mode): Check validity for this target.
6552 (sh64_target_format): Initialize defaults for ISA and ABI.
6553 Fallback to old object format if no SH64 ISA or ABI has been
6554 specified.
6555 * config/tc-sh.c (md_parse_option): Check combinations for errors.
6556 (sh_elf_final_processing): Change to have EF_SH64_ABI64 for 64-bit
6557 ABI and EF_SH64 for 32-bit ABI, if SH64 options are specified.
6558 * config/tc-sh64.h: Fix typo in comment.
6559 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com>
6560 * config/tc-sh64.c (shmedia_md_estimate_size_before_relax)
6561 <PT fixups for absolute values>: Size will be longest, not
6562 shortest.
6563 (shmedia_md_convert_frag): Disable PTB-warning machinery. Correct
6564 all MOVI and SHORI operand offsets in PT/PTA/PTB expansions.
6565 * config/tc-sh.c (parse_reg) [HAVE_SH64]: Add local variables l0
6566 and l1 to hold lowercase of two first characters. Change all
6567 remaining TO_LOWER to tolower.
6568 * config/tc-sh64.c (TO_LOWER): Delete.
6569 (shmedia_find_cooked_opcode): Use tolower, not TO_LOWER.
6570 (md_parse_name): Define.
6571 (sh64_consume_datalabel): Declare.
6572 (DOLLAR_DOT): Define.
6573 * config/tc-sh64.c (shmedia_parse_exp): New.
6574 (sh64_consume_datalabel): New; just ignoring datalabel semantics.
6575 (shmedia_parse_reg): Remove const from src
6576 parameter.
6577 (shmedia_get_operands): Ditto for args parameter and ptr variable.
6578 (shmedia_md_assemble): Ditto for op_end variable.
6579 (shmedia_get_operand): Ditto for ptr parameter and src variable.
6580 Use shmedia_parse_exp, not parse_exp.
6581 * config/tc-sh64.c (shmedia_parse_reg): Add shmedia_arg_type
6582 parameter. All callers changed.
6583 (shmedia_get_operand): Add shmedia_arg_type parameter. All
6584 callers changed.
6585 (shmedia_parse_reg): Put first two character in local variables.
6586 Use tolower, not TO_LOWER. If no register is found and argtype
6587 indicates a control register, scan shmedia_creg_table
6588 case-insensitive.
6589 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
6590 * Makefile.am (CPU_TYPES): Add sh64.
6591 (TARGET_CPU_CFILES): Add config/tc-sh64.c.
6592 (TARGET_CPU_HFILES): Add config/tc-sh64.h.
6593 Regenerate dependencies.
6594 * Makefile.in: Regenerate.
6595 * configure.in: Add support for sh64-*-elf*.
6596 * configure: Regenerate.
6597 * config/tc-sh64.h: New.
6598 * config/tc-sh64.c: New.
6599 * config/tc-sh.c (md_pseudo_table) [HAVE_SH64]: New pseudos
6600 .mode, .isa and .uaquad.
6601 [HAVE_SH64] (SH64PCREL16_32, SH64PCREL16_64, SH64PCREL16PT_32,
6602 SH64PCREL16PT_64, MOVI_IMM_32, MOVI_IMM_64): Define.
6603 [HAVE_SH64] (END): Define as 10.
6604 [HAVE_SH64] (UNDEF_SH64PCREL, SH64PCREL16, SH64PCREL32,
6605 SH64PCREL48, SH64PCREL64, UNDEF_MOVI, MOVI_16, MOVI_32, MOVI_48,
6606 MOVI_64): Define.
6607 [HAVE_SH64] (SH64PCREL16_F, SH64PCREL16_M, SH64PCREL16_LENGTH,
6608 SH64PCREL32_F, SH64PCREL32_M, SH64PCREL32_LENGTH, SH64PCREL48_F,
6609 SH64PCREL48_M, SH64PCREL48_LENGTH, SH64PCREL64_LENGTH,
6610 MOVI_16_LENGTH, MOVI_32_LENGTH, MOVI_48_LENGTH, MOVI_64_LENGTH):
6611 Define.
6612 (md_relax_table) [HAVE_SH64]: Provide relaxations for SHmedia.
6613 (md_begin) [HAVE_SH64]: Call shmedia_md_begin.
6614 (parse_reg) [HAVE_SH64]: Parse register names case-insensitive.
6615 (md_assemble) [HAVE_SH64]: Call shmedia_md_assemble if assembling
6616 SHmedia instructions. Handle state-change after switching to
6617 SHcompact.
6618 (md_longopts) [HAVE_SH64]: New options --isa=* and --abi=*.
6619 (md_parse_option) [HAVE_SH64]: Parse new options.
6620 (md_show_usage) [HAVE_SH64]: Show usage of new options.
6621 (md_convert_frag) [HAVE_SH64] <default>: Call
6622 shmedia_md_convert_frag instead of abort.
6623 (sh_force_relocation) [HAVE_SH64]: Also force relocation for
6624 BFD_RELOC_SH_SHMEDIA_CODE.
6625 (sh_elf_final_processing) [HAVE_SH64]: Set flags identifying
6626 SHcompact or SHmedia code.
6627 (md_apply_fix) [HAVE_SH64] <default>: Return result from calling
6628 shmedia_md_apply_fix instead of abort.
6629 (md_estimate_size_before_relax) [HAVE_SH64] <default>: Return
6630 result from calling shmedia_md_estimate_size_before_relax instead
6631 of calling abort.
6632 (sh_do_align) [HAVE_SH64]: If shmedia_mode, let shmedia_do_align
6633 do the work.
6634 (tc_gen_reloc) [HAVE_SH64]: For unrecognized relocs, call
6635 shmedia_init_reloc and do nothing more if it returns non-zero.
6636 (sh_finalize) [HAVE_SH64]: Call shmedia_md_end.
6637 * po/POTFILES.in: Regenerate.
6638 * po/gas.pot: Regenerate.
6639
6640 2002-02-06 Alexandre Oliva <aoliva@redhat.com>
6641
6642 * config/tc-sh.c (parse_at): Install the correct version of
6643 2002-02-04's patch.
6644
6645 * config/tc-sh.c (md_apply_fix3) <BFD_RELOC_32_PLT_PCREL>: Don't
6646 assume fixP->fx_subsy is non-NULL.
6647
6648 2002-02-04 Alexandre Oliva <aoliva@redhat.com>
6649
6650 * config/tc-sh.c (parse_at): Set arg type of @(expr,pc) to
6651 A_DISP_PC_ABS, and adjust it by -4.
6652 (get_specific): Accept A_DISP_PC_ABS where A_DISP_PC is
6653 expected.
6654 (build_Mytes): Mark PCRELIMM fix-ups as pc-relative only if
6655 the operand type is not A_DISP_PC_ABS.
6656
6657 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
6658
6659 * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value of
6660 common and weak symbols. Handle common and weak symbols as
6661 undefined symbols with regards to GREG handling and merging.
6662 (mmix_frob_file): Ditto.
6663
6664 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
6665
6666 * configure.in (hppa-*-netbsd*): New target.
6667 * configure: Regenerate.
6668 * config/tc-hppa.h: Also define WARN_COMMENTS if TE_NetBSD.
6669
6670 2002-02-02 Alan Modra <amodra@bigpond.net.au>
6671
6672 * config/tc-v850.c: Add missing prototypes amd use old-style
6673 function definitions.
6674 (AREA_ZDA, AREA_SDA, AREA_TDA): Delete.
6675 (sdata_section tdata_section, zdata_section, sbss_section,
6676 tbss_section, zbss_section, rosdata_section, rozdata_section,
6677 scommon_section, tcommon_section, zcommon_section,
6678 call_table_data_section, call_table_text_section): Delete.
6679 (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss,
6680 v850_zbss, v850_bss, v850_rosdata, v850_rozdata,
6681 v850_call_table_data, v850_call_table_text): Delete.
6682 (struct v850_seg_entry): New.
6683 (v850_seg_table): New.
6684 (SDATA_SECTION TDATA_SECTION, ZDATA_SECTION, SBSS_SECTION,
6685 TBSS_SECTION, ZBSS_SECTION, BSS_SECTION, ROSDATA_SECTION,
6686 ROZDATA_SECTION, SCOMMON_SECTION, TCOMMON_SECTION, ZCOMMON_SECTION,
6687 CALL_TABLE_DATA_SECTION, CALL_TABLE_TEXT_SECTION): Define.
6688 (do_v850_seg): New.
6689 (v850_seg): New.
6690 (v850_comm): Use do_v850_seg and v850_seg_table. Simplify
6691 recording of alignment.
6692 (md_pseudo_table): Use v850_seg.
6693 (md_begin): Don't init .call_table_data and .call_table_text here.
6694 Set v850_seg_table bss entry.
6695
6696 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
6697
6698 Support on-demand global register allocation by passing on
6699 base-plus-offset relocs to the linker.
6700 * config/tc-mmix.c: Tweak and fix typos in comments.
6701 (allocate_undefined_gregs_in_linker): New variable.
6702 (OPTION_LINKER_ALLOCATED_GREGS): New option macro.
6703 (md_longopts): Add --linker-allocated-gregs.
6704 (md_parse_option) <case 'x'>: Imply --linker-allocated-gregs.
6705 <case OPTION_LINKER_ALLOCATED_GREGS>: New.
6706 (md_show_usage): Update text for -x. Add text for
6707 --linker-allocated-gregs.
6708 (tc_gen_reloc): Derive default value for addend from val and
6709 baddsy. Use addsec and bfd_is_abs_section in more places. Don't
6710 emit error for BFD_RELOC_MMIX_BASE_PLUS_OFFSET without suitable
6711 GREG if allocate_undefined_gregs_in_linker.
6712 * doc/as.texinfo (Overview) <Target MMIX options>: Add
6713 --linker-allocated-gregs.
6714 * doc/c-mmix.texi (MMIX-Opts): Add blurb about
6715 --linker-allocated-gregs. Mention that it's implied by -x.
6716 (MMIX-Pseudos) <GREG>: Mention when and how a GREG can be omitted.
6717 (MMIX-mmixal): Clarify dated comparison and location of MMIXware.
6718
6719 * config/tc-mmix.h (md_parse_name): Use ISUPPER, not isupper.
6720
6721 2002-02-01 Alan Modra <amodra@bigpond.net.au>
6722
6723 * Makefile.am: Run "make dep-am"
6724 * Makefile.in: Regenerate.
6725
6726 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
6727
6728 * config/tc-or32.c: New file.
6729 * config/tc-or32.h: New file.
6730 * configure.in: Add support for or32 targets.
6731 * configure: Regenerate.
6732 * config/obj-coff.c: Add support for or32 targets.
6733 * config/obj-coff.h: Add support for or32 targets.
6734 * Makefile.am: Add support for or32 targets.
6735 * Makefile.in: Regenerate.
6736 * NEWS: Mention support for OpenRISC.
6737 * doc/Makefile.in: Regenerate.
6738 * po/POTFILES.in: Regenerate.
6739 * po/gas.pot: Regenerate.
6740
6741 2002-01-30 Richard Sandiford <rsandifo@redhat.com>
6742
6743 * config/tc-sh.c (parse_reg): Fix end-of-word check for is, ix, iy
6744 and mod.
6745
6746 2002-01-29 Chris Demetriou <cgd@broadcom.com>
6747
6748 * config/tc-mips.c (tc_gen_reloc): Arrange for
6749 BFD_RELOC_PCREL_HI16_S relocations to be output relative to
6750 their LO16 parts, even for ELF.
6751
6752 2002-01-29 Daniel Jacobowitz <drow@mvista.com>
6753
6754 * config/tc-i386.c: Protect definitions of true and false
6755 from redefinition.
6756
6757 2002-01-28 Jakub Jelinek <jakub@redhat.com>
6758
6759 * config/obj-elf.c (elf_frob_file_before_adjust): Remove symbols
6760 made because of .weak, if they are neither defined nor used in any
6761 way.
6762
6763 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
6764
6765 * configure: Regenerated.
6766
6767 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
6768
6769 * doc/Makefile.am (install): Depend on install-info.
6770 * doc/Makefile.in: Regenerate.
6771
6772 2002-01-26 Nick Clifton <nick@redhat.com>
6773
6774 * po/fr.po: Updated version
6775
6776 2002-01-24 Kazu Hirata <kazu@hxi.com>
6777
6778 * config/tc-h8300.c (check_operand): Don't print a warning
6779 when a valid 24-bit address is given to a 16-bit address
6780 operand.
6781
6782 2002-01-24 Alexandre Oliva <aoliva@redhat.com>
6783
6784 * config/tc-sh.c (sh_elf_suffix): Removed.
6785 (sh_PIC_related_p, sh_check_fixup, sh_cons_fix_new,
6786 sh_end_of_match, sh_parse_name): New functions.
6787 (sh_elf_cons): Simplify.
6788 (parse_exp): Reject misplaced PIC operands.
6789 (md_undefined_symbol): Simplify.
6790 (sh_fix_adjustable): Let @GOTOFF be adjusted.
6791 (md_apply_fix3): Write @PLT and @GOTOFF addends in place.
6792 (tc_gen_reloc): Move fixp subsy absolute value into addnumber.
6793 Complain if subsy remains at the end.
6794 * config/tc-sh.h (sh_parse_name, sh_cons_fix_new): Declare.
6795 (md_parse_name, TC_CONS_FIX_NEW, O_PIC_reloc): Define.
6796
6797 2002-01-22 Alexandre Oliva <aoliva@redhat.com>
6798
6799 * config/tc-mn10300.c (xr_registers): Move `pc'...
6800 (other_registers): ... here.
6801
6802 2002-01-22 Alan Modra <amodra@bigpond.net.au>
6803
6804 * Makefile.am: Run "make dep-am".
6805 * Makefile.in: Regenerate.
6806 * gas/po/POTFILES.in: Regenerate.
6807
6808 2002-01-21 DJ Delorie <dj@redhat.com>
6809
6810 * config/obj-coff.c (obj_coff_init_stab_section): Make the
6811 stabstr_name allocation permanent, as it will be referenced from
6812 the section hash.
6813
6814 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
6815
6816 * configure.in (ia64-*-netbsd*): New target.
6817 * configure: Regenerate.
6818
6819 2002-01-21 Hans-Peter Nilsson <hp@bitrange.com>
6820
6821 * doc/as.texinfo (Overview) <Target ARM options>: Add missing {}
6822 to @dots call.
6823 <Detailed description, ARM options>: Ditto.
6824 * doc/c-arm.texi (ARM Options): Ditto.
6825
6826 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
6827
6828 * tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
6829 do_mia, do_mar and do_mra respectively.
6830 (do_mav_*): Renamed from do_c_*.
6831 (mav_reg_required_here, mav_parse_offset): Renamed from
6832 cirrus_reg_required_here and cirrus_parse_offset respectively.
6833 (MAV_MODE?): Renamed from CIRRUS_MODE?.
6834
6835 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
6836 Keith Walker <keith.walker@arm.com>
6837
6838 * tc-arm.c (ARM_EXT_V5J, ARM_ARCH_V5TEJ): Define.
6839 (insns): Add pattern for bxj instruction.
6840 (do_bxj): New function.
6841 (arm_cpus): Add arm926ej.
6842 (arm_archs): Add armv5tej.
6843
6844 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
6845
6846 * doc/c-arm.texi: Add new fpe options to list of supported flags.
6847
6848 2002-01-19 Keith Walker <keith.walker@arm.com>
6849
6850 * tc-arm.c (arm_fpus): Add fpe2 and fpe3.
6851
6852 2002-01-18 Richard Earnshaw <rearnsha@arm.com>
6853
6854 * NEWS: Mention new ARM command-line options and VFP support.
6855
6856 * config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE. All
6857 uses changed.
6858 (ARM_CEXT_MAVERICK): Similarly.
6859 (ARM_ANY): Now means any core instruction.
6860 (CPU_DEFAULT): Default to ARM_ANY.
6861 (uses_apcs_26, atcps, support_interwork, uses_apcs_float)
6862 (pic_code): Declare for all object types. Make type int.
6863 (legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
6864 (march_fpu_opt, mfpu_opt): Declare.
6865 (md_longopts): Tidy up conditional definitions.
6866 (arm_opts, arm_cpus, arm_archs, arm_fpus, arm_extensions)
6867 (arm_long_opts): New tables.
6868 (arm_parse_cpu, arm_parse_arch, arm_parse_fpu): New functions.
6869 (arm_parse_extension): New function.
6870 (md_parse_option): Rewrite using new table-driven system.
6871 (md_show_usage): Use new table-driven system.
6872 (md_begin): Calculate cpu_variant from command line option data.
6873 * doc/as.texinfo (ARM ISA options): Docuement new ARM-specific
6874 command-line options.
6875 * doc/c-arm.texi: Likewise.
6876
6877 2002-01-18 Andreas Jaeger <aj@suse.de>
6878
6879 * as.c (parse_args): Update year.
6880
6881 2002-01-17 Timothy Wall <twall@alum.mit.edu>
6882
6883 * config/tc-tic54x.c (encode_address): Add a more informative
6884 warning about incorrect syntax.
6885
6886 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
6887
6888 * po/gas.pot: Regenerate.
6889
6890 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
6891
6892 * macro.c (get_any_string): Add no-c-format comment to prevent
6893 confusion when translating string.
6894 * gasp.c (get_any_string): Add no-c-format comment to prevent
6895 confusion when translating string.
6896
6897 2002-01-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6898 Johannes Stezenbach <js@convergence.de>
6899 * config/tc-mips.c (percent_op): Ensure longer percent_op's are
6900 matched before the shorter ones.
6901 (my_getSmallParser): Fix handling of nested parentheses in
6902 percent_op's. Code cleanup.
6903 (my_getPercentOp): New function, code from my_getSmallParser.
6904 (my_getSmallExpression): Fix handling of closing parentheses.
6905 Code cleanup. Better comments.
6906
6907 2002-01-16 Nick Clifton <nickc@redhat.com>
6908
6909 po/tr.po: New file: Turkish translation.
6910 configure.in (LINGUAS): Add "tr".
6911 configure: Regenerate.
6912
6913 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
6914
6915 Support for VFP instructions
6916 * tc-arm.c (CP_WB_OK, CP_NO_WB): New defines.
6917 (cp_address_required_here): New argument wb_ok. When false, do not
6918 accept write-back forms of addressing. Change all callers.
6919 (FPU_VFP_EXT_NONE, FPU_VFP_EXT_V1xD, FPU_VFP_VFP_V1)
6920 (FPU_VFP_EXT_V2): Define.
6921 (FPU_ARCH_VFP, FPU_ARCH_VFP_V1xD, FPU_ARCH_VFP_V1, FPU_ARCH_VFP_V2):
6922 Define in terms of above.
6923 (vfp_dp_reg_pos, vfp_sp_reg_pos, vfp_ldstm_type): New enums.
6924 (vfp_reg): New struct.
6925 (vfp_regs): New array of registers.
6926 (insns): Add VFP instructions.
6927 (sn_table): New array of VFP single-precision register names.
6928 (dn_table): New array of VFP double-precision register names.
6929 (all_reg_maps): Add the new register tables.
6930 (arm_reg_type): Add new values for above. Increase RET_TYPE_MAX.
6931 (vfp_sp_reg_required_here, vfp_dp_reg_required_here, do_vfp_sp_monadic)
6932 (do_vfp_dp_monadic, do_vfp_sp_dyadic, do_vfp_dp_dyadic)
6933 (do_vfp_reg_from_sp, do_vfp_sp_reg2, do_vfp_sp_from_reg)
6934 (do_vfp_reg_from_dp, do_vfp_reg2_from_dp, do_vfp_dp_from_reg)
6935 (do_vfp_dp_from_reg2, vfp_psr_parse, vfp_psr_required_here)
6936 (do_vfp_reg_from_ctrl, do_vfp_ctrl_from_reg, do_vfp_sp_ldst)
6937 (do_vfp_dp_ldst, vfp_sp_reg_list, vfp_dp_reg_list, vfp_sp_ldstm)
6938 (vfp_dp_ldstm, do_vfp_sp_ldstmia, do_vfp_sp_ldstmdb, do_vfp_ldstmia)
6939 (do_vfp_dp_ldstmdb, do_vfp_xp_ldstmia, do_vfp_xp_ldstmdb)
6940 (do_vfp_sp_compare_z, do_vfp_dp_compare_z, do_vfp_dp_sp_cvt)
6941 (do_vfp_sp_dp_cvt): New functions.
6942 (md_begin): Set soft-float flag for appropriate VFP work.
6943 (md_atof): Handle VFP-format doubles.
6944 (md_parse_option): Handle VFP command-line options.
6945 (md_show_usage): Display VFP command-line options.
6946
6947 2002-01-15 Richard Earnshaw <rearnsha@arm.com>
6948
6949 * tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
6950 various command line options.
6951
6952 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
6953
6954 * config/tc-xstormy16.c: (xstormy16_fix_adjustable): Do not fix
6955 vtinherit relocs.
6956 (xstormy16_md_apply_fix3): Do not return a value.
6957
6958 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
6959
6960 * tc-arm.c (md_longopts): On targets that aren't bi-endian, support
6961 the -EL/-EB option that matches the target's endianness.
6962 (md_parse_option): Likewise.
6963
6964 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
6965
6966 * tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi option
6967 is not dependent on ARM_BI_ENDIAN.
6968
6969 2002-01-14 Richard Earnshaw <rearnsha@arm.com>
6970
6971 * tc-arm.c (all error messages): Normalize capitalization of messages.
6972
6973 * tc-arm.h (md_operand): Delete define.
6974 * tc-arm.c (in_my_get_expression): New static variable.
6975 (my_get_expression): Set and clear it.
6976 (md_operand): New function. If called from my_get_expression
6977 put the error in inst.error.
6978 (output_inst): Now takes argument of instruction being assembled.
6979 Print it out with any error message.
6980 (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store
6981 with '=' syntax.
6982 (end_of_line): Don't update inst.error if it is already set.
6983
6984 2002-01-11 Richard Earnshaw <rearnsha@arm.com>
6985
6986 * tc-arm.c (do_ldst): Fix handling an immediate expression pseudo
6987 op that can be translated into a mvn instruction.
6988
6989 2002-01-11 Steve Ellcey <sje@cup.hp.com>
6990
6991 * gas/config/tc-ia64.h (MD_FLAGS_DEFAULT): New Macro for
6992 setting default md.flags.
6993 (SHT_INIT_ARRAY): New elf special section used by HP-UX.
6994 (SHT_FINI_ARRAY): New elf special section used by HP-UX.
6995 * gas/config/tc-ia64.c (setup_unwind_header): Add support
6996 for 32 bit unwind info blocks.
6997 (generate_unwind_image): Add support for different types
6998 of unwind images (32 bits and/or big-endian).
6999 (ia64_init): Use MD_FLAGS_DEFAULT to set md.flags.
7000 (ia64_target_format): Add support for hpux target formats.
7001 (ia64_gen_real_reloc_type): Add support for FUNC_IPLT_RELOC.
7002 (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
7003 SHT_FINI_ARRAY elf section types.
7004
7005 2002-01-10 Richard Earnshaw <rearnsha@arm.com>
7006
7007 * tc-arm.c (struct reg_entry): Move before prototypes.
7008 (int_register, cp_register, fp_register): Delete.
7009 (reg_table): Delete. Replaced with ...
7010 (rn_table, cp_table, cn_table, fn_table, mav_mvf_table)
7011 (mav_mvd_table, mav_mvfx_table, mav_mvdx_table, mav_mvax_table)
7012 (mav_dspsc_table): ... one table per register set.
7013 (arm_reg_hsh): Delete.
7014 (struct reg_map): New structure.
7015 (all_reg_maps): New array.
7016 (enum arm_reg_type): New enums.
7017 (build_reg_hsh): New function.
7018 (insert_reg_alias): Use hash table passed by caller. Adjust all
7019 callers.
7020 (create_register_alias): New function, split out from ...
7021 (md_assemble): ... here.
7022 (md_begin): Build new register hash tables.
7023 (arm_reg_parse): New argument for the hash table to search. Adjust all
7024 callers.
7025 (arm_reg_parse_any): New function.
7026 (co_proc_number): Look up the processor number in the processor hash
7027 table.
7028 (cirrus_regtype): Delete.
7029 (cirrus_register, cirrus_mvf_register, cirrus_mvd_register)
7030 (cirrus_mvfx_register, cirrus_mvdx_register, cirrus_mvax_register)
7031 (ARM_EXT_MAVERICKsc_register): Delete.
7032 (do_c_binops_1, do_c_binops_2, do_c_binops_3): Delete.
7033 (do_c_binops_1[a-o], do_c_binops_2[a-c], do_c_binops_3[a-d]): New
7034 functions.
7035 (do_c_triple_4, do_c_triple_5): Delete.
7036 (do_c_triple_4[ab], do_c_triple_5[a-h]): New functions.
7037 (do_c_quad_6): Delete.
7038 (do_c_quad_6[ab]): New functions.
7039 (do_c_binops, do_c_triple, do_c_quad, do_c_shift, do_c_ldst): Rework
7040 arguments to use new register parsing methods.
7041 (cirrus_reg_required_here): Likewise.
7042 (insns): Reclassify cirrus maverick worker functions.
7043 (cirrus_valid_reg): Delete.
7044
7045 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
7046
7047 * configure.in (sh*le): Set cpu_type=sh and endian=little.
7048 (sh*-*-netbsdelf*): New target.
7049 * configure: Regenerate.
7050 * tc-sh.h: Update copyright years.
7051 (TARGET_FORMAT): Add version for TE_NetBSD.
7052
7053 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
7054
7055 * read.c (emit_expr): Do not allow 'size' or 'nbytes' to go
7056 negative.
7057
7058 2002-01-06 Alan Modra <amodra@bigpond.net.au>
7059
7060 * config/tc-m68k.h (md_prepare_relax_scan): Rewrite.
7061 * config/tc-m68k.c (md_relax_table): Add md_prepare_relax_scan comment.
7062
7063 2002-01-05 Daniel Jacobowitz <drow@mvista.com>
7064
7065 * tc-mips.c (mips_cprestore_valid): New flag.
7066 (mips_frame_reg_valid): New flag.
7067 (macro) [M_JAL_2]: Check both flags.
7068 [M_JAL_A]: Likewise.
7069 (s_cprestore): Set mips_cprestore_valid.
7070 (tc_get_register): If setting mips_frame_reg, set
7071 mips_frame_reg_valid and clear mips_cprestore_valid.
7072 (s_mips_ent): Clear both flags.
7073 (s_mips_end): Clear both flags.
7074
7075 2002-01-05 Alan Modra <amodra@bigpond.net.au>
7076
7077 * write.c (write_object_file): Make use of bfd_section_list_remove.
7078 * config/obj-ecoff.c (ecoff_frob_file): Likewise.
7079 * config/tc-mmix.c (mmix_frob_file): Likewise.
7080
7081 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
7082
7083 * configure.in (i386-*-netbsdelf*): Collapse target into...
7084 (i386-*-netbsd*): ...this. Add support for x86-64.
7085 * configure: Regenerated.
7086
7087 2002-01-03 matthew green <mrg@redhat.com>
7088
7089 * config/tc-ppc.c (md_parse_option): BookE is not Motorola specific.
7090
7091 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
7092
7093 * config/tc-m68k.c (md_estimate_size_before_relax): Test for a
7094 NULL frag link.
7095
7096 For older changes see ChangeLog-0001
7097 \f
7098 Local Variables:
7099 mode: change-log
7100 left-margin: 8
7101 fill-column: 74
7102 version-control: never
7103 End: