Remove redundant code enclosed by #ifdef RELAX_PAREN_GROUPING....#endif.
[deliverable/binutils-gdb.git] / gas / ChangeLog
index ebf77e72d072fd44a02070f6a9c99dd52bcbb1d4..249150735094addbdac97f0ac1b0ab2d317fa73d 100644 (file)
@@ -1,3 +1,223 @@
+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.
+       * configure: Regenerate.
+       * write.c (write_object_file <!BFD_ASSEMBLER>): Don't use sizeof
+       host variable to set string header size.
+       * config/obj-aout.c (obj_header_append): Don't use host structs.
+       (obj_symbol_to_chars): Likewise.
+       (obj_emit_strings): Likewise.  Use the passed in output pointer.
+       * config/obj-aout.h (H_GET_FILE_SIZE): Include H_GET_LINENO_SIZE.
+       * config/obj-bout.c (obj_emit_relocations): Use md_reloc_size,
+       not sizeof host struct.
+       (obj_header_append, obj_symbol_to_chars): Don't use host structs.
+       (obj_emit_strings): Likewise.
+       * config/obj-bout.h (EXEC_BYTES_SIZE): Define.
+       (N_TXTOFF, H_GET_FILE_SIZE, H_GET_HEADER_SIZE): Use instead of
+       sizeof host struct.
+       (H_SET_SYMBOL_TABLE_SIZE): Hard code sym size rather than using
+       sizeof host struct.
+       (host_number_to_chars): Define.
+       * config/obj-hp300.c (hp300_header_append): Don't use sizeof
+       host internal struct to set header sizes.
+       * config/tc-i960.c (md_number_to_field): Warning fix.
+       (md_ri_to_chars): Use host byte order.
+       (get_cdisp, md_apply_fix3): Warning fix.
+       * config/tc-m68k.c (md_assemble): Don't use sizeof host short.
+
+2005-02-28  Ramana Radhakrishnan  <ramana.radhakrishnan@codito.com>
+
+       * doc/c-arc.texi: Update documentation about ARC's extension
+       instructions.
+
+2005-02-27  Svein E. Seldal  <svein@dev.seldal.com>
+
+       * config/tc-tic4x.c (tic4x_gen_to_words): Changed mail
+       address for myself.
+
+2005-02-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * cgen.c: Warning fixes.
+       * config/tc-arc.c: Likewise.
+       * config/tc-arm.c: Likewise.
+       * config/tc-avr.c: Likewise.
+       * config/tc-d10v.c: Likewise.
+       * config/tc-d30v.c: Likewise.
+       * config/tc-frv.c: Likewise.
+       * config/tc-frv.h: Likewise.
+       * config/tc-h8300.c: Likewise.
+       * config/tc-h8500.c: Likewise.
+       * config/tc-i370.c: Likewise.
+       * config/tc-i960.c: Likewise.
+       * config/tc-ia64.c: Likewise.
+       * config/tc-ip2k.c: Likewise.
+       * config/tc-m68hc11.c: Likewise.
+       * config/tc-maxq.c: Likewise.
+       * config/tc-mcore.c: Likewise.
+       * config/tc-mips.c: Likewise.
+       * config/tc-msp430.c: Likewise.
+       * config/tc-pj.c: Likewise.
+       * config/tc-ppc.c: Likewise.
+       * config/tc-ppc.h: Likewise.
+       * config/tc-s390.c: Likewise.
+       * config/tc-sh.c: Likewise.
+       * config/tc-sh64.c: Likewise.
+       * config/tc-tic4x.c: Likewise.
+       * config/tc-tic80.c: Likewise.
+       * config/tc-v850.c: Likewise.
+       * config/tc-vax.c: Likewise.
+       * config/tc-w65.c: Likewise.
+       * config/tc-xstormy16.c: Likewise.
+       * config/tc-z8k.c: Likewise.
+
+2005-02-22  Catherine Moore  <clm@cm00re.com>
+
+       * read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test.
+       * doc/internals.texi (TC_EQUAL_IN_INSN): Reinstate.
+
+2005-02-22  Eric Christopher  <echristo@redhat.com>
+
+       * config/tc-mips.c (struct proc): Change isym to
+       func_sym. New member func_end_sym.
+       (s_mips_ent): Update.
+       (s_mips_end): Ditto. Add code to compute function size.
+
+2005-02-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * read.c: Warning fixes.
+       * config/obj-elf.c: Likewise.
+
+2005-02-22  Maciej W. Rozycki  <macro@mips.com>
+
+       * config/tc-mips.c (append_insn): Call dwarf2_emit_insn() before
+       emitting insn.
+
+2005-02-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/obj-coff.c (obj_coff_section): Replace SEC_SHARED with
+       SEC_COFF_SHARED.
+
+       * config/tc-tic54x.c (tic54x_bss): Replace SEC_BLOCK with
+       SEC_TIC54X_BLOCK.
+       (demand_empty_rest_of_line): Likewise.
+       (tic54x_sblock): Likewise.
+       (tic54x_clink): Replace with SEC_CLINK with SEC_TIC54X_CLINK.
+
+2005-02-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * read.c (address_bytes): New function.
+       (TC_ADDRESS_BYTES): Default for BSD_ASSEMBLER to address_bytes.
+       (potable): Add "dc.a".
+       (cons_worker): Handle "dc.a".
+       * doc/internals.texi (TC_ADDRESS_BYTES): Document.
+
+2005-02-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * input-file.c (input_file_open): Rearrange to avoid warning.
+
+2005-02-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete.
+       * read.c (read_a_source_file): Remove TC_EQUAL_IN_INSN test.
+       * doc/internals.texi (TC_EQUAL_IN_INSN): Delete.
+
+2005-02-18  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
+
+       * config/tc-mips.c (macro_build_ldst_constoffset): Fail on $at
+       uses after .set noat.
+       (load_address): Likewise.
+       (macro): Likewise. Don't try to avoid $at use by sacrificing
+       the target register before it is stored, it won't work.
+
+2005-02-17  James E Wilson  <wilson@specifixinc.com>
+
+       * config/tc-ia64.c (emit_one_bundle): Stop filling a bundle if we
+       see an instruction that specifies a template.
+
+2005-02-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-openrisc.c (openrisc_relax_frag): Delete unused function.
+       * config/tc-sparc.c (sparc_ip): Make op_exp static to silence warnings.
+       * config/tc-tic80.c (build_insn): Init insn[1] to silence warning.
+
 2005-02-17  H.J. Lu  <hongjiu.lu@intel.com>
 
        * NEWS: Mention "-mhint.b=[ok|warning|error]".
 
 2005-02-11  H.J. Lu  <hongjiu.lu@intel.com>
 
-       (dot_xdata): Undo the last change. Section name is used by
-       set_section.
+       * config/tc-ia64.c (dot_xdata): Undo the last change.
        (dot_float_cons): Likewise.
        (dot_xstringer): Likewise.
        (dot_xdata_ua): Likewise.
        (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.031103 seconds and 4 git commands to generate.