X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=29777b9b0eb4d06a80aa70b86cb9a4521c5ea628;hb=2dec564e9127282478f922bc9946248745c5b140;hp=0ec4f604ee735999bfc1ccf861e52240cd1ee6d5;hpb=4547cb569c36286f0b5e5d0b5cfd86ce3ba4cbdb;p=binutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 0ec4f604ee7..29777b9b0eb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,107 @@ +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 + * Makefile.am: Replace all occurences of .o with .@OBJEXT@ + * Makefile.in: Regenerate. + +2010-05-25 Alan Modra + + * config/tc-ppc.c (ppc_section_flags): Add ATTRIBUTE_UNUSED to "attr". + +2010-05-19 Nick Clifton + + * config/tc-h8300.c (h8300_elf_section): Add .zdebug to the list + of known section prefixes. + +2010-05-18 H.J. Lu + + PR gas/11600 + * obj-elf.c (obj_elf_change_section): Handle SHF_EXCLUDE. + (obj_elf_parse_section_letters): Likewise. + (obj_elf_section_word): Likewise. + + * config/tc-ppc.c (ppc_section_letter): Removed. + (ppc_section_word): Likewise. + * config/tc-ppc.h (ppc_section_letter): Likewise. + (ppc_section_word): Likewise. + (md_elf_section_letter): Likewise. + (md_elf_section_word): Likewise. + + * doc/as.texinfo: Document `e' and `#exclude'. + +2010-05-13 Nathan Sidwell + + * config/tc-arm.c (md_assemble): Clarify current mode in error + messages about unsupported instructions. + (UT): Delete #define. + (insns): Adjust cbnz, cbz appropriately. + 2010-05-11 Andrew Stubbs * config/tc-arm.c (aeabi_set_public_attributes): Set Tag_DIV_use.