X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=29777b9b0eb4d06a80aa70b86cb9a4521c5ea628;hb=2dec564e9127282478f922bc9946248745c5b140;hp=028388d15eaf148161fb240c953aa6eeb3739a7d;hpb=52a6ecd218c2ac5b1dac09f2f002eedbd11c8ee3;p=binutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 028388d15ea..29777b9b0eb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,69 @@ +2010-06-02 Quentin Neill + + * config/tc-i386.c (OPTION_MAVXSCALAR): Fix define. + +2010-06-02 Tristan Gingold + + * 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 + + * config/tc-alpha.c: Add comments for evax. + * config/obj-evax.c: Ditto. + +2010-05-28 Matthew Gretton-Dann + + * config/tc-arm.c (do_t_mov_cmp): In unified syntax encode movs as + lsls and not adds. + +2010-05-27 Matthew Gretton-Dann + + * 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 + + * 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 + + * Makefile.am (MOSTLYCLEANFILES): Fix typo. + * Makefile.in: Regenerate. + +2010-05-25 Daniel Jacobowitz + Joseph Myers + Andrew Stubbs + + * 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 PR ld/11621