gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index f3d7d917641f4bc0a60191ba327b54f20c86ab85..47b9f573ea14380bea7a247aa4e0ef654da6f7d9 100644 (file)
@@ -1,3 +1,479 @@
+2005-04-01  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (md_apply_fix3): Also handle BFD_RELOC_X86_64_32S.
+       (tc_gen_reloc): Handle BFD_RELOC_X86_64_32S in the default case.
+
+2005-03-30  Julian Brown  <julian@codesourcery.com>
+
+       * config/tc-arm.c (arm_adjust_symtab): Rename
+       bfd_elf32_is_arm_mapping_symbol_name to bfd_is_arm_mapping_symbol_name.
+
+2005-03-30  Julian Brown  <julian@codesourcery.com>
+
+       * config/tc-arm.c (mapping_state): Change documentation in function
+       comment to cross-reference spec instead. Change type of mapping symbols
+       to BSF_NO_TYPE.
+       (arm_adjust_symtab): Don't change type of mapping symbols here.
+
+2005-03-30  Aaron W. LaFramboise  <aaron98wiridge9@aaronwl.com>
+
+       * as.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * configure.in: Check for ffs decl and alphabetize.
+
+2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
+           Phil Blundell  <philb@gnu.org>
+
+       * config/tc-arm.c (arm_parse_reloc): Add TLS relocations.
+       (md_apply_fix3): Mark TLS symbols.
+       (tc_gen_reloc): Handle TLS relocations.
+       (arm_fix_adjustable): Ignore TLS relocations.
+       (s_arm_elf_cons): Support expressions after decorated symbols.
+
+2005-03-29  Julian Brown  <julian@codesourcery.com>
+
+       * config/tc-arm.c (marked_pr_dependency): New bitmap, bit N indicates
+       whether personality routine index N has been output for this section.
+       (mapping_state): tc_segment_info_data now struct not enum.
+       (arm_elf_change_section): Likewise, and marked_pr_dependency is now
+       handled on section change.
+       (create_unwind_entry): Previous code to output dependency removed.
+       (s_arm_unwind_fnend): Output dependency if it hasn't been done already
+       for this section.
+       * config/tc-arm.h (TC_SEGMENT_INFO_TYPE): Redefined as struct
+       arm_segment_info_type.
+       (arm_segment_info_type): New struct.
+       * testsuite/gas/arm/unwind.d: Update expected output.
+
+2005-03-28  Sterling Augustine  <sterling@tensilica.com>
+           Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (do_align_targets): Update comment.
+       (xtensa_frob_label): Compute "freq" before possibly switching frags.
+       Insert a LOOP_END frag before every loop target, and do not overload
+       DESIRE_ALIGN_IF_TARGET frags with loop end information.
+       (xg_assemble_vliw_tokens): Use do_align_targets.
+       (xtensa_fix_target_frags): Remove code to convert a
+       DESIRE_ALIGN_IF_TARGET frag to a LOOP_END frag when there is a
+       negatable branch at the end of a loop.
+       (frag_can_negate_branch): Delete.
+
+2005-03-28  David Mosberger  <davidm@hpl.hp.com>
+           H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 803
+       NEWS: Mention "-mtune=[itanium1|itanium2]".
+
+       * config/tc-ia64.c (md): Add tune.
+       (md_parse_option): Accepted "-mtune=[itanium1|itanium2]".
+       (md_show_usage): Add "-mtune=[itanium1|itanium2]".
+       (extra_goodness): Prefer M- and I-unit NOPs for itanium2. F and
+       B unit NOPs are discouraged for McKinley-derived cores.
+       (md_begin): Don't hardcode the "extra_goodness()" function in
+       the comment...
+       (ia64_init): Set md.tune to itanium2.
+
+       * doc/as.texinfo: Add -mtune=[itanium1|itanium2]".
+       * doc/c-ia64.texi: Likewise.
+
+2005-03-27  Ian Lance Taylor  <ian@airs.com>
+
+       * config/obj-coff.c (coff_frob_symbol): When crashing because of a
+       bad C_EFCN symbol, print its name.
+
+2005-03-25  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (use_longcalls): Delete.
+       (xg_symbolic_immeds_fit): Check for direct calls and return TRUE if
+       the use_longcalls flag is set.  Do this before checking the segment.
+       (xg_expand_assembly_insn): Rearrange to use new do_expand flag.  Never
+       expand direct calls at this point.
+       (xtensa_set_frag_assembly_state): Set use_longcalls flag.
+       (xtensa_find_unmarked_state_frags): Likewise.
+       (md_assemble): Do not disable longcalls by setting is_specific_opcode.
+       (xg_assemble_vliw_tokens): Switch frags when use_longcalls changes.
+       (convert_frag_immed): Remove unnecessary check of is_specific_opcode.
+       * config/tc-xtensa.h (xtensa_frag_type): Add use_longcalls flag.
+
+2005-03-25  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.
+
+2005-03-25  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config/tc-cris.h: Convert to ISO C90.
+       * config/tc-cris.c: Ditto.
+       (md_estimate_size_before_relax): Remove obsolete comment for
+       parameter "segment_type".
+       (md_begin): Document reason for cast of hash_insert argument.
+       (md_atof): Correct type of parameter "type".
+
+2005-03-24  Nick Clifton  <nickc@redhat.com>
+
+       * write.h (bit_fix_new): Remove redundant prototype.
+       * config/atof-ieee.c: Convert to ISO-C90 and fix formatting.
+       * config/obj-aout.c: Convert to ISO-C90 and fix formatting.
+       * config/obj-aout.h: Convert to ISO-C90 and fix formatting.
+       * config/obj-bout.c: Convert to ISO-C90 and fix formatting.
+       * config/obj-bout.h: Convert to ISO-C90 and fix formatting.
+       * config/obj-ecoff.c: Convert to ISO-C90 and fix formatting.
+       * config/obj-ecoff.h: Convert to ISO-C90 and fix formatting.
+       * config/obj-som.c: Convert to ISO-C90 and fix formatting.
+       * config/obj-som.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-a29k.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-a29k.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-alpha.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-alpha.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-arc.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-arc.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-d10v.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-d10v.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-d30v.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-d30v.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-dlx.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-dlx.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-fr30.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-fr30.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-h8500.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-h8500.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-i370.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-i370.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-i960.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-ip2k.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-ip2k.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-m32r.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-m32r.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-m88k.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-m88k.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-mcore.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-mcore.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-mn10200.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-ns32k.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-ns32k.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-openrisc.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-openrisc.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-or32.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-or32.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-pdp11.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-pj.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-pj.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-tahoe.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-tic80.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-tic80.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-v850.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-v850.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-w65.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-w65.h: Convert to ISO-C90 and fix formatting.
+       * config/tc-xstormy16.c: Convert to ISO-C90 and fix formatting.
+       * config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting. 
+
+2005-03-23  Jim Blandy  <jimb@redhat.com>
+
+       * config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding
+       attributes properly.
+
+2005-03-23  Mike Frysinger  <vapier@gentoo.org>
+           Nick Clifton  <nickc@redhat.com>
+
+       * configure.tgt: Accept any C library to accompany a GNU Linux
+       implementation, not just the GNU C library.
+       * configure.in: Likewise.
+       * configure: Regenerate.
+
+2005-03-23  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-tic30.c: Convert to ISO C90 formatting.
+       * config/tc-tic30.h: Convert to ISO C90 formatting.
+       * config/tc-pdp11.c: Convert to ISO C90 formatting.
+       * config/atof-vax.c: Convert to ISO C90 formatting.
+
+2005-03-21  Maciej W. Rozycki  <macro@mips.com>
+
+       * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16
+       relocations correctly as well.
+       (mips_fix_adjustable): Don't make BFD_RELOC_MIPS16_LO16
+       relocations in mergeable sections section-relative either.
+
+2005-03-21  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations.
+
+2005-03-21  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-sh.c (sh_elf_final_processing): Fix compile time
+       warning by providing a prototype for sh_symbian_find_elf_flags.
+
+       * cgen.c (gas_cgen_parse_operand): Fix typo introduced by
+       previous delta.
+
+2005-03-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.tgt: Handle setting of bfd_gas for fmt=multi targets
+       along with other formats that set bfd_gas.  Remove unnecessary
+       setting of bfd_gas.  Delete strongarm cases in generic_target
+       switch.
+
+2005-03-21  Alan Modra  <amodra@bigpond.net.au>
+
+       PR gas/780
+       * config/tc-m68k.c (TRUNC, SEXT): Define.
+       (issbyte, isubyte, issword, isuword, isbyte, isword): Use the above.
+       (m68k_ip): Truncate or sign extend expressions as appropriate.
+       (get_num): Likewise.
+       (md_apply_fix3): Use SEXT.
+
+2005-03-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (OBJ_FORMAT_CFILES): Prune config/obj-vms.c.
+       (OBJ_FORMAT_HFILES): Prune config/obj-vms.h.
+       (obj-vms.o): Delete rule.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * doc/Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2005-03-18  C Jaiprakash  <cjaiprakash@noida.hcltech.com>
+
+       * config/tc-m68k.c (m68k_elf_final_processing): Set file specific
+       flag for coldfire v4e.
+
+2005-03-17  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (xg_apply_tentative_value): Rename to
+       xg_apply_fix_value and return a value to indicate success.
+       (md_pcrel_from): Skip check of fx_done.  Return 0 if not PC-relative.
+       (xtensa_force_relocation): Remove checks for VTABLE relocs.
+       (xtensa_validate_fix_sub): New.
+       (xtensa_fix_adjustable): Remove check for external or weak symbols.
+       (tc_gen_reloc): Move code to handle difference of symbols and code to
+       apply tentative fix values to ...
+       (md_apply_fix3): ...here.  Enable standard overflow checks for simple
+       8, 16, and 32 bit relocations.  Apply fixes for slot-specific
+       relocations when linkrelax flag is not set.
+       * config/tc-xtensa.h (xtensa_validate_fix_sub): Add prototype.
+       (TC_FORCE_RELOCATION_SUB_SAME, TC_VALIDATE_FIX_SUB): Define.
+
+2005-03-17  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (i386_scale): Beautify error message.
+       (Intel syntax comments): Update.
+       (struct intel_parser_s): Add fields in_offset, in_bracket, and
+       next_operand.
+       (intel_e04_1, intel_e05_1, intel_e05_1, intel_e09_1, intel_e10_1):
+       Remove declarations.
+       (intel_bracket_expr): Declare.
+       (i386_intel_operand): Initialize new intel_parser fields. Wrap most
+       of the function body in a loop allowing to split an operand into two.
+       Replace calls to malloc and checks of it returning non-NULL with
+       calls to xmalloc/xstrdup.
+       (intel_expr): SHORT no longer handled here. Add comment indicating
+       comparison ops need implementation.
+       (intel_e04, intel_e04_1): Combine, replace recursion with loop.
+       Check right operand of - does not specify a register when parsing
+       the address of a memory reference.
+       (intel_e05, intel_e05_1): Combine, replace recursion with loop.
+       Check operands do not specify a register when parsing the address of
+       a memory reference.
+       (intel_e06, intel_e06_1): Likewise.
+       (intel_e09, intel_e09_1): Combine, replace recursion with loop. Also
+       handle SHORT as well as unary + and -. Don't accept : except for
+       segment overrides or in direct far jump/call insns.
+       (intel_brack_expr): New.
+       (intel_e10, intel_e10_1): Combine, replace recursion with loop. Use
+       intel_brack_expr.
+       (intel_e11): Replace chain of if/else-if by switch, alloing fall-
+       through in certain cases. Use intel_brack_expr. Add new diagnostics.
+       Allow symbolic constants as register scale value.
+       (intel_get_token): Replace call to malloc and check of return value
+       with call to xmalloc. Change handling for FLAT to match MASM's.
+       (intel_putback_token): Don't try to back up/free current token if
+       that is T_NIL.
+
+2005-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * configure.tgt: Set emulation for arm-*-eabi*.
+       * config/tc-arm.c (meabi_flags): Check EABI_DEFAULT.
+       * config/te-armeabi.h: New file.
+       * config/te-armlinuxeabi.h (EABI_DEFAULT): Define.
+       * config/te-symbian.h: Include "te-armeabi.h".
+
+2005-03-16  Nick Clifton  <nickc@redhat.com>
+
+       * cgen.c (gas_cgen_parse_operand): Copy opinfo parameter into a
+       local variable in case it is clobbered by the setjmp.
+
+2005-03-16  Nick Clifton  <nickc@redhat.com>
+           Ben Elliston  <bje@au.ibm.com>
+
+       * configure.in (werror): New switch: Add -Werror to the
+       compiler command line.  Enabled by default.  Disable via
+       --disable-werror.
+       * configure: Regenerate.
+
+2005-03-16  Nick Clifton  <nickc@redhat.com>
+
+       * config/obj-coff.h: Convert to ISO C90 formatting.
+       * config/obj-coff.c: Convert to ISO C90 formatting.
+
+2005-03-15  Zack Weinberg  <zack@codesourcery.com>
+
+       * config/tc-arm.c (do_mla): Rename to do_mlas, take second
+       is_mls parameter; do not diagnose Rm==Rd when is_mls.
+       (do_mla, do_mls, five_bit_unsigned_immediate, bfci_lsb_and_width)
+       (do_bfc, do_bfi, do_bfx, do_rbit, do_mov16, do_ldsttv4): New functions.
+       (insns): Add ARMv6T2 instructions:
+       bfc bfi mls movw movt rbit sbfx ubfx ldrht ldrsht ldrsbt strht.
+       (arm_archs): Add V6T2 variants.
+
+2005-03-15  Nick Clifton  <nickc@redhat.com>
+
+       * NEWS: Add cutoff for changes in 2.16 release.
+
+2005-03-15  Jan Beulich  <jbeulich@novell.com>
+
+       * expr.c (operand): Merge handling of unary + into that for unary
+       -, !, and ~.
+
+2005-03-14  Eric Christopher  <echristo@redhat.com>
+
+       * config/tc-mips.c: Include dw2gencfi.h.
+       (mips_cfi_frame_initial_instructions): New.
+       * config/tc-mips.h (TARGET_USE_CFIPOP): Define.
+       (tc_cfi_frame_initial_instructions): Ditto.
+       (DWARF2_DEFAULT_RETURN_COLUMN): Ditto.
+       (DWARF2_CIE_DATA_ALIGNMENT): Ditto.
+       * Makefile.am: Update dependencies.
+       * Makefile.in: Regenerate.
+
+2005-03-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/es.po: Commit new Spanish translation.
+
+2005-03-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/tr.po: Commit new Turkish translation.
+
+2005-03-12  Zack Weinberg  <zack@codesourcery.com>
+
+       * config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe,
+       wfi, yield.
+
+2005-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config-gas.com: Mark vax-vms as obsolete.
+       * configure.in: Remove fmt=vms support.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * config/obj-vms.h, config/obj-vms.c, config/vms-conf.h: Remove.
+
+2005-03-10  Sterling Augustine  <sterling@tensilica.com>
+           Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (finish_vinsn): Include the last instruction slot
+       when checking if xg_resolve_literals needs to be called.
+       * config/tc-xtensa.h: Fix spelling typo in a comment.
+
+2005-03-10  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-tic54x.h (tic54x_macro_info): Change parameter type.
+       * config/tc-tic54x.c (tic54x_macro_info): Likewise. Replace hand-
+       crafted structure declarations with the types from macro.h.
+
+2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (s_cpsetup): Use '__gnu_local_gp' instead of '_gp'
+       for -mno-shared optimization.
+
+2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros.
+       (MAX_NOPS): Bump to 4.
+       (mips_fix_vr4130): New variable.
+       (nops_for_vr4130): New function.
+       (nops_for_insn): Use MAX_DELAY_NOPS rather than MAX_NOPS.  Use
+       nops_for_vr4130 if working around VR4130 errata.
+       (OPTION_FIX_VR4130, OPTION_NO_FIX_VR4130): New macros.
+       (md_longopts): Add -mfix-vr4130 and -mno-fix-vr4130.
+       (md_parse_option): Handle them.
+       (md_show_usage): Print them.
+       * doc/c-mips.texi: Document -mfix-vr4130 and -mno-fix-vr4130.
+
+2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (append_insn): Remove cop_interlocks test from
+       branch delay code.
+
+2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.h (mips_flush_pending_output): Delete.
+       (mips_emit_delays): Declare.
+       (md_flush_pending_output): Use mips_emit_delays.
+       * config/tc-mips.c (mips_no_prev_insn): Remove parameter; always forget
+       the previous instructions.
+       (md_begin, append_insn, md_parse_option): Update callers.
+       (mips_emit_delay): Remove parameter.  Move INSNS != 0 code to
+       start_noreorder.
+       (mips_align, s_change_sec, s_cons, s_float_cons, s_gpword)
+       (s_gpdword): Update callers.
+       (start_noreorder, end_noreorder): New functions.
+       (macro, macro2, mips16_macro, s_mipsset): Use them instead of
+       manipulating mips_opts or prev_nop_frag directly.
+       (mips_flush_pending_output): Delete.
+
+2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (mips_move_labels): New function, taken from...
+       (append_insn, mips_emit_delays): ...here.
+
+2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (MAX_NOPS): New macro.
+       (history): Resize to 1 + MAX_NOPS.
+       (fix_vr4120_class): New enumeration.
+       (vr4120_conflicts): New variable.
+       (init_vr4120_conflicts): New function.
+       (md_begin): Call it.
+       (insn_uses_reg): Constify first argument.
+       (classify_vr4120_insn, insns_between, nops_for_insn, nops_for_sequence)
+       (nops_for_insn_or_target): New functions.
+       (append_insn): Use the new nops_for_* functions instead of inline
+       delay checks.  Generalize prev_nop_frag handling to handle an
+       arbitrary history length.  Insert nops into the history buffer
+       once the number of nops in prev_nop_frag is fixed.
+       (emit_delays): Use nops_for_insn instead of inline delay checks.
+
+2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (append_insn): Remove now-redundant nops != 0
+       check from branch delay code.  Remove unnecessary check for branches.
+
+2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (dummy_opcode): Delete.
+       (nop_insn, mips16_nop_insn): New variables.
+       (NOP_INSN): New macro.
+       (insn_length, create_insn, install_insn, move_insn, add_fixed_insn)
+       (add_relaxed_insn, insert_into_history, emit_nop): New functions.
+       (md_begin): Initialize nop_insn and mips16_nop_insn.
+       (append_insn): Use the new emit_nop function to add nops, recording
+       them in the history buffer.  Use add_fixed_insn or add_relaxed_insn
+       to reserve room for the instruction and install_insn to install the
+       final form.  Use insert_into_history to record the instruction in
+       the history buffer.  Use move_insn to do delay slot filling.
+       (mips_emit_delays): Use add_fixed_insn instead of the emit_nop macro.
+       (macro_build, mips16_macro_build, macro_build_lui, mips_ip)
+       (mips16_ip): Use create_insn to initialize mips_cl_insns.
+
+2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (INSERT_BITS, EXTRACT_BITS, INSERT_OPERAND)
+       (EXTRACT_OPERAND, MIPS16_INSERT_OPERAND, MIPS16_EXTRACT_OPERAND): New.
+       (insn_uses_reg, reg_needs_delay, append_insn, macro_build)
+       (mips16_macro_build, macro_build_lui, mips16_macro, mips_ip)
+       (mips16_ip): Use the new macros instead of explicit masks and shifts.
+
 2005-03-09  Richard Sandiford  <rsandifo@redhat.com>
 
        * config/tc-mips.c (mips_cl_insn): Replace the valid_p, delay_slot_p
This page took 0.061871 seconds and 4 git commands to generate.