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