2010-06-02 Quentin Neill <quentin.neill@amd.com>
[binutils-gdb.git] / gas / ChangeLog
index 028388d15eaf148161fb240c953aa6eeb3739a7d..29777b9b0eb4d06a80aa70b86cb9a4521c5ea628 100644 (file)
@@ -1,3 +1,69 @@
+2010-06-02  Quentin Neill  <quentin.neill@amd.com>
+
+       * config/tc-i386.c (OPTION_MAVXSCALAR): Fix define.
+
+2010-06-02  Tristan Gingold  <gingold@adacore.com>
+
+       * as.h: Remove conditionnal definition of HAVE_STDARG_H,
+       USE_STDARG, va_alist, va_dcl, va_list, va_start, va_end.
+       Remove conditionnal inclusion of stdarg.h and varargs.h.
+       Assume ISO C.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * configure.in: Remove stdarg.h and varargs.h from
+       AC_CHECK_HEADERS list.
+       * messages.c (as_tsktsk): Remove non ISO C version.
+       (as_warn, as_warn_where, as_bad, as_bad_where, as_fatal): Ditto.
+
+2010-05-31  Tristan Gingold  <gingold@adacore.com>
+
+       * config/tc-alpha.c: Add comments for evax.
+       * config/obj-evax.c: Ditto.
+
+2010-05-28  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * config/tc-arm.c (do_t_mov_cmp): In unified syntax encode movs as
+       lsls and not adds.
+
+2010-05-27  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       * config/tc-arm.c (encode_thumb2_ldmstm): Make warning about
+       writeback when base register is in register list an error, and
+       correct check.
+       (do_t_ldmstm): Change warnings.
+
+2010-05-26  Catherine Moore  <clm@codesourcery.com>
+
+       * config/tc-mips.c (is_opcode_valid): Remove expansionp.
+       (macro_build): Change invocation of is_opcode_valid.
+       (mips_ip): Likewise.
+
+2010-05-25  Nick Clifton  <nickc@redhat.com>
+
+       * Makefile.am (MOSTLYCLEANFILES): Fix typo.
+       * Makefile.in: Regenerate.
+
+2010-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
+           Joseph Myers  <joseph@codesourcery.com>
+           Andrew Stubbs  <ams@codesourcery.com>
+
+       * config/tc-sh.c (sh_fdpic): New.
+       (sh_check_fixup): Handle relocations on movi20.
+       (parse_exp): Do not reject PIC operators here.
+       (build_Mytes): Check for unhandled PIC operators here.  Use
+       sh_check_fixup for movi20.
+       (enum options): Add OPTION_FDPIC.
+       (md_longopts, md_parse_option, md_show_usage): Add --fdpic.
+       (sh_fix_adjustable, md_apply_fix): Handle FDPIC and movi20 relocations.
+       (sh_elf_final_processing): Handle --fdpic.
+       (sh_uclinux_target_format): New.
+       (sh_parse_name): Handle FDPIC relocation operators.
+       * config/tc-sh.h (TARGET_FORMAT): Define specially for TE_UCLINUX.
+       (sh_uclinux_target_format): Declare for TE_UCLINUX.
+       * configure.tgt (sh-*-uclinux* | sh[12]-*-uclinux*): Set
+       em=uclinux.
+       * doc/c-sh.texi (SH Options): Document --fdpic.
+
 2010-05-25  Jay Krell  <jay.krell@cornell.edu>
 
        PR ld/11621