X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2FChangeLog;h=29777b9b0eb4d06a80aa70b86cb9a4521c5ea628;hb=2dec564e9127282478f922bc9946248745c5b140;hp=961b7169470c567474369464ee44ad944e9b09d3;hpb=d99e5b3995477e20acc8eb9b1e0427a8c0f7f993;p=binutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 961b7169470..29777b9b0eb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,144 @@ +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. + +2010-05-11 Jie Zhang + + * config/tc-arm.c (aeabi_set_public_attributes): Set + Tag_ABI_HardFP_use to 1 if a single precision FPU is selected. + +2010-05-07 Tristan Gingold + + * Makefile.in: Regenerate with automake 1.11.1. + * aclocal.m4: Ditto. + * doc/Makefile.in: Ditto. + +2010-05-05 Nick Clifton + + * po/es.po: Updated Spanish translation. + +2010-05-05 Julian Brown + + * read.c (cons_worker): Detect and reject unexpected string argument. + +2010-05-04 Nick Clifton + + * write.c (fixup_segment): Revert previous delta. + * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Also force the + generation of relocations for fixups against weak symbols. + +2010-04-29 Nathan Sidwell + + * write.c (fixup_segment): Do not assume we know the section a + defined weak symbol is in. + * config/tc-arm.c (relax_adr, relax_branch, md_apply_fix): Treat + weak symbols as not known to be in the same section, even if they + are defined. + 2010-04-27 Joseph Myers * config/tc-tic6x.h (tic6x_label_list): New.