gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 10ae02c1da2b83af87ca3c960e40bac43f1c6595..f66b59b0677077e1c0e4328f49e123ea8f26933c 100644 (file)
@@ -1,3 +1,247 @@
+2007-03-23  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * config/tc-arm.c (md_apply_fix): Turn CZB instructions that
+       attempt to jump to the next instruction into NOPs.
+
+2007-03-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-spu.c: Don't include opcode/spu.h.
+       (md_assemble): Set tc_fix_data.insn_tag and arg_format.
+       (md_apply_fix): Adjust.
+       * config/tc-spu.h: Include opcode/spu.h.
+       (struct tc_fix_info): New.
+       (TC_FIX_TYPE, TC_INIT_FIX_DATA): Adjust.
+       (TC_FORCE_RELOCATION): Define.
+
+2007-03-22  Joseph Myers  <joseph@codesourcery.com>
+
+       * doc/as.texinfo: Include VERSION_PACKAGE when reporting version.
+
+2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (process_suffix): Check 0x90 instead of
+       xchg for xchg %rax,%rax.
+
+2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c: Replace REX_MODE64, REX_EXTX, REX_EXTY
+       and REX_EXTZ with REX_W, REX_R, REX_X and REX_B respectively.
+
+2003-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/4218
+       * config/tc-i386.c (match_template): Properly handle 64bit mode
+       "xchg %eax, %eax".
+
+2007-03-21  Anton Ertl  <anton@mips.complang.tuw>
+
+       PR gas/4124
+       * config/tc-alpha.c (emit_ustX): Fix ustq code generation.
+
+2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am: Run dep-am.
+       * Makefile.in: Regenerated.
+
+       * config/tc-i386.c: Don't include "opcodes/i386-opc.h".
+
+       * config/tc-i386.h: Include "opcodes/i386-opc.h".
+       (NOP_OPCODE): Removed.
+       (template): Likewise.
+
+2007-03-21  Andreas Schwab  <schwab@suse.de>
+
+       * config/tc-i386.h (NOP_OPCODE): Restore.
+
+2007-03-18  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * config/tc-arm.c (do_mul): Don't warn about overlapping
+       Rd and Rm operands when assembling for v6 or above.
+       Correctly capitalize register names in the messages.
+       (do_mlas): Likewise.  Delete spurious blank line.
+
+2007-03-16  Kazu Hirata  <kazu@codesourcery.com>
+
+       * config/tc-m68k.c (m68k_cpus): Add an entry for fidoa.
+
+2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (md_begin): Use i386_regtab_size to scan 
+       i386_regtab.
+       (parse_register): Use i386_regtab_size instead of ARRAY_SIZE
+       on i386_regtab.
+
+2007-03-15  Alexandre Oliva  <aoliva@redhat.com>
+
+       PR gas/4184
+       * app.c (do_scrub_chars): PUT after setting states.
+
+2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerated.
+
+       * config/tc-i386.c: Include "opcodes/i386-opc.h" instead of
+       "opcode/i386.h".
+       (md_begin): Check reg_name != NULL for the last entry in
+       i386_regtab.
+
+       * config/tc-i386.h: Move many entries to opcode/i386.h and
+       opcodes/i386-opc.h.
+
+       * configure.in (need_opcodes): Set true for i386.
+       * configure: Regenerated.
+
+2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am (REPORT_BUGS_TO): Removed.
+       (INCLUDES): Remove -DREPORT_BUGS_TO.
+       * Makefile.in: Regenerated.
+
+       * configure.in (--with-bugurl): Removed.
+       * configure: Regenerated.
+
+       * doc/Makefile.am (as_TEXINFOS): Remove gasver.texi.
+       (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
+       (TEXI2DVI): Likewise.
+       (gasver.texi): Removed.
+       (MOSTLYCLEANFILES): Remove gasver.texi.
+       (as.1): Don't depend on gasver.texi.
+       * doc/Makefile.in: Regenerated.
+
+       * doc/as.texi: Include bfdver.texi instead of gasver.texi.
+
+2007-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * config/tc-arm.c (arm_copy_symbol_attributes): New.
+       * config/tc-arm.h (arm_copy_symbol_attributes): Declare.
+       (TC_COPY_SYMBOL_ATTRIBUTES): Define.
+       * gas/symbols.c (copy_symbol_attributes): Use
+       TC_COPY_SYMBOL_ATTRIBUTES.
+
+2007-03-14  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (T16_32_TAB): Fix dec_sp encoding.
+
+2007-03-14  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 4029
+       * write.c (relax_segment): Insert extra alignment padding
+       to break infinite relax loop when given impossible
+       gcc_except_table assembly.
+
+2007-03-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (md_assemble): Use Opcode_XXX instead of XXX
+       on i.tm.base_opcode.
+       (match_template): Likewise.
+       (process_operands): Use ~0x3 mask to match MOV_AX_DISP32.
+
+       * config/tc-i386.h (Opcode_D): New.
+       (Opcode_FloatR): Likewise.
+       (Opcode_FloatD): Likewise.
+       (D): Redefined.
+       (W): Likewise.
+       (FloatMF): Likewise.
+       (FloatR): Likewise.
+       (FloatD): Likewise.
+
+2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       * app.c (do_scrub_chars): Recognize comments after # line "file".
+       * read.c (get_linefile_number): New.
+       (s_app_line): Accept ill-formed .linefile lines as comments.
+
+2007-03-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-i386.h (WORKING_DOT_WORD): Define.
+
+2007-03-09  Alexandre Oliva  <aoliva@redhat.com>
+
+       * app.c (do_scrub_chars): Turn #<line>"file"flags into .linefile.
+       * as.h (new_logical_line_flags): New.
+       * input-scrub.c (new_logical_line): Turned into wrapper for...
+       (new_logical_line_flags): this.  Handle flags.
+       * read.c (potable): Add linefile.  Adjust appline argument.
+       (s_app_file): Fake .appfiles no more.
+       (s_app_line): For .linefile, accept file name and flags.
+
+2007-03-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * symbols.c (symbol_relc_make_sym): Comment typo fixes.
+
+2007-03-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2007-03-07  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
+       bug-reporting URL.
+       * doc/Makefile.am (gasver.texi): Define BUGURL.
+       * doc/as.texinfo: Use BUGURL.
+       * Makefile.in, configure, doc/Makefile.in: Regenerate.
+
+2007-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
+
+       * config/tc-s390.c (md_parse_option): z9-ec option added.
+
+2007-03-02  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-arm.c (relax_immediate): Always return positive values.
+       (relaxed_symbol_addr): New function.
+       (relax_adr, relax_branch): Use it.
+       (arm_relax_frag): Pass strect argument.  Adjust infinite loop check.
+
+2007-03-01  Joseph Myers  <joseph@codesourcery.com>
+
+       * as.c (parse_args): Update copyright date.
+
+2007-02-28  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * configure.tgt (sh-*-uclinux, sh[12]-*-uclinux): Specify as elf.
+
+2007-02-28  Nick Clifton  <nickc@redhat.com>
+
+       PR gas/3797
+       * config/tc-d10v.c (do_assemble): Do not generate error messages,
+       just return -1 whenever a problem is encountered.
+       (md_assemble): If do_assemble returns -1 generate a non-fatal
+       error message and return.
+
+       PR gas/2623
+       * config/tc-msp430.c (line_separator_char): Change to '{'.
+
+2007-02-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-m68hc11.c (fixup24): Correct fixup size.
+       (build_jump_insn): Likewise.
+       (build_insn): Likewise.
+       (s_m68hc11_relax): Likewise.
+
+2007-02-27  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-elf.c (elf_frob_file): frag_wane any new frags.
+
+2007-02-25  Mark Shinwell  <shinwell@codesourcery.com>
+
+       * config/tc-arm.c (do_vfp_nsyn_pop): Use fldmias/fldmiad.
+
+2007-02-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-mn10300.c (md_convert_frag): Correct fixup size.
+       (md_assemble): Likewise.
+
+2007-02-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * write.c (size_seg): Always clear SEC_RELOC here.
+       (install_reloc): New function, extracted from..
+       (write_relocs): ..here.  Combine RELOC_EXPANSION_POSSIBLE code
+       with !RELOC_EXPANSION_POSSIBLE code.  Don't add fr_offset when
+       testing frag size.  Set SEC_RELOC here.
+
 2007-02-21  Alan Modra  <amodra@bigpond.net.au>
 
        PR 4082
This page took 0.025702 seconds and 4 git commands to generate.