gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 9211426befb73178e30064c96ca0f5bc37111612..9aa62bcd125e466060372a5929c073b61e579269 100644 (file)
@@ -1,3 +1,144 @@
+2005-03-08  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (emit_one_bundle): Track last slot user insn was
+       emitted to. Add more precise diagnostics for non-fitting insns based
+       on that. Eliminate now superfluous special casing of MLX. Clear out
+       slot information when dropping an insn.
+
+2005-03-08  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (parse_section_name): Rename to...
+       (cross_section): In addition to separating the name from the rest of
+       the arguments, also carry out the operation.
+       (dot_xdata): Use cross_section.
+       (dot_float_cons): Likewise.
+       (dot_xstringer): Likewise.
+       (dot_xdata_ua): Likewise.
+       (dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons.
+
+2005-03-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/gas.pot: Regenerate.
+
+2005-03-04  David Daney  <ddaney@avtrex.com>
+
+       * config/tc-mips.c (macro_build_lui): Use '__gnu_local_gp'
+       instead of '_gp' for -mno-shared optimization.
+       (s_cpload): Ditto.
+       (s_abicalls): Document it in the comment.
+       (md_show_usage): Document the -mno-shared option.
+
+2005-03-04  Richard Sandiford  <rsandifo@redhat.com>
+
+       * config/tc-mips.c (mips_set_options): Add sym32 field.
+       (mips_opts): Initialize it.
+       (HAVE_32BIT_ADDRESSES): Set to true if pointers are 32 bits wide.
+       (HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES.
+       (HAVE_32BIT_SYMBOLS, HAVE_64BIT_SYMBOLS): New macros.
+       (load_address): Use HAVE_64BIT_SYMBOLS instead of HAVE_64BIT_ADDRESSES
+       when deciding whether to use a symbolic %highest/%higher expansion.
+       (macro): Likewise.  Remove o64/n32 linux hack.  Always use
+       ADDRESS_ADD*_INSN for address addition in the expansion of "dla"
+       and "la".  Handle constants separately from symbolic expressions in
+       the "ld_st:" case, using 64-bit arithmetic if HAVE_64BIT_ADDRESSES
+       and using load_register to load the high part of the address.
+       (OPTION_MSYM32, OPTION_NO_MSYM32): New macros.
+       (OPTION_ELF_BASE): Bump by 2.
+       (md_longopts): Add entries for -msym32 and -mno-sym32.
+       (md_parse_option): Handle them.
+       (usage): Document them.
+       (s_mipsset): Handle ".set sym32" and ".set nosym32".
+       (s_cpload, s_cpsetup): Use HAVE_64BIT_SYMBOLS instead of
+       HAVE_64BIT_ADDRESSES to detect 64-bit values of "_gp".
+       * doc/c-mips.texi: Document ".set sym32", ".set nosym32",
+       -msym32 and -mno-sym32.
+
+2005-03-03  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (load_address): Implement GP optimization
+       for 64bit address space non-PIC. Fix formatting.
+       (macro): Likewise. Simplify code.
+       (md_parse_option): Don't bail out if -G 0 is set for PIC code.
+       (mips_after_parse_args): Simplify code.
+
+2005-03-03  Nick Clifton  <nickc@redhat.com>
+
+       * expr.c (operand): Remove redundant code enclosed by #ifdef
+       RELAX_PAREN_GROUPING....#endif.
+
+       * config/tc-mn10200.c (tc_gen_reloc): Handle the case where the
+       reloc is the difference of two symbols defined in the same
+       section.
+
+       * config/tc-iq2000.c (line_comment_chars): Include the # character
+       as otherwise this breaks #APP/#NO_APP processing.
+
+2005-03-03  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
+
+       * config/tc-arc.c(md_assemble): Remove dead code for handling
+       immediate indexing of ld and st .
+
+2005-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
+           Joseph Myers  <joseph@codesourcery.com>
+
+       * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi,
+       %dtprel_lo, %tprel_hi, %tprel_lo, and %gottprel.
+       (parse_relocation): Check for a word break after a relocation
+       operator.
+       (md_apply_fix3): Handle TLS relocations, and mark thread-local
+       symbols.
+
+2005-03-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks.
+
+2005-03-02  Jan Beulich  <jbeulich@novell.com>
+
+       * as.c (main): Use unlink_if_ordinary instead of unlink.
+       * messages.c (as_fatal): Likewise.
+
+2005-03-02  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (build_modrm_byte): Add lock prefix for cr8...15
+       accesses.
+       (parse_register): Allow cr8...15 in all modes.
+
+2005-03-02  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (intel_e11): If not followed by T_PTR, treat T_BYTE
+       etc. like normal symbol references (T_ID).
+
+2005-03-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * symbols.c (fb_label_name): Fix silly thinko in last change.
+
+2005-03-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.
+       * config/tc-m68k.h (TARGET_WORD_SIZE): Delete.
+
+       * symbols.c (fb_label_name): Allow an augend of 2 for mmix.
+
+2005-03-01  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
+
+       PR gas/708
+       * config/tc-arc.c (md_assemble): Initialize suffix for extension
+       suffixes also.
+
+2005-03-01  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
+
+       * as.h (assert): Warning fix.
+       * expr.c (expr): Correct assertion.
+       * read.c (s_comm_internal): Remove assertion.
+       * write.c (relax_segment): Enable vma assertion only for BFD_ASSEMBLER.
+       (fixup_segment): Remove assertion.
+       * config/tc-dlx.c (machine_ip): Remove untrue assertions.
+       (md_apply_fix3): Likewise.
+       * config/tc-i370.c (md_begin): Correct assertion.
+       (i370_macro): Warning fix for assertion.
+
 2005-03-01  Alan Modra  <amodra@bigpond.net.au>
 
        * configure.in (AC_C_BIGENDIAN): Invoke.
        (set_section, add_unwind_adjustsp, flush_pending_unwind,
        finish_unwind_opcodes, start_unwind_section, create_unwind_entry,
        require_hashconst, add_unwind_opcode): New functions.
-       * doc/tc-arm.text: Document unwinding opcodes.
+       * doc/c-arm.texi: Document unwinding opcodes.
        * NEWS: Mention the new feature.
 
 2004-10-04  Eric Christopher  <echristo@redhat.com>
        (md_begin): Set flags for EABI v3.
        (arm_eabis): Add.
        (arm_long_opts): Add meabi.
-       * doc/as.texinf <ARM>: Document -meabi.
+       * doc/as.texinfo <ARM>: Document -meabi.
        * doc/c-arm.texi: Ditto.
 
 2004-03-22  Bob Wilson  <bob.wilson@acm.org>
This page took 0.028713 seconds and 4 git commands to generate.