Don't pass unadorned zeros to varargs functions
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 24881141e1ada7871fb4853b81a5a1e307ac5548..ef7febf9885f432daf493849ca56c1213c1d3a64 100644 (file)
@@ -1,3 +1,101 @@
+2014-12-25  Yaakov Selkowitz  <yselkowi@redhat.com>
+
+       PR gas/17753
+       * config/tc-mep.c (md_begin): Specify types of vararg literals.
+
+2014-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * doc/c-avr.texi: Document -mlink-relax and -mno-link-relax.
+
+2014-12-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * config/tc-avr.c (struct avr_opt_s): Change link_relax to
+       no_link_relax, extend comment.
+       (enum options): Add new OPTION_NO_LINK_RELAX.
+       (md_longopts): Add entry for -mno-link-relax.
+       (md_parse_option): Handle OPTION_NO_LINK_RELAX, and update
+       OPTION_LINK_RELAX.
+       (md_begin): Initialise linkrelax from no_link_relax.
+       (md_show_usage): Include -mno-link-relax option.
+       (relaxable_section): Only allocatable code sections can be
+       relaxed.
+
+2014-12-23  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * config/tc-avr.c: Add include for elf/avr.h.
+       (avr_elf_final_processing): New function.
+       * config/tc-avr.h (elf_tc_final_processing): Define.
+       (avr_elf_final_processing): Declare
+
+2014-12-18  Xingxing Pan <xxingpan@marvell.com>
+
+       * gas/config/tc-arm.c (arm_cpus): Add core marvell-whitney.
+
+2014-12-23  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+       * po/uk.po: Updated Ukrainian translation.
+
+2014-12-19  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * config/tc-mips.c (md_apply_fix): Apply alignment check
+       to the symbol and offset rather than *valP for
+       BFD_RELOC_MIPS_18_PCREL_S3.  Also update the error message
+       for BFD_RELOC_MIPS_19_PCREL_S2.
+
+2014-12-14  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/tc-i386.c (flag_compress_debug): Default to compress
+       debug sections for Linux.
+       * NEWS: Mention it.
+
+2014-12-12  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.h (md_reg_eh_frame_to_debug_frame): Match current
+       gcc behaviour.
+       * config/te-aix.h: New file.
+       * configure.tgt: Use em=aix for powerpc-aix.
+
+2014-12-09  Chen Gang  <gang.chen.5i5j@gmail.com>
+
+       * config/tc-tic4x.c (md_assemble): Ensure insn->name is zero
+       terminated.  Simplify concatenation of parallel insn.
+
+2014-12-06  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * configure.tgt: Add Visium support.
+       * Makefile.am (TARGET_CPU_CFILES): Move config/tc-vax.c around
+       and add config/tc-visium.c.
+       (TARGET_CPU_HFILES): Move config/tc-vax.h around and add
+       config/tc-visium.h.
+       * Makefile.in: Regenerate.
+       * config/tc-visium.c: New file.
+       * config/tc-visium.h: Likewise.
+       * po/POTFILES.in: Regenerate.
+
+2014-11-28  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * config/tc-nios2.c (can_evaluate_expr, get_expr_value): Delete.
+       (output_addi, output_andi, output_ori, output_xori): Delete.
+       (md_assemble): Remove calls to deleted functions.
+
+2014-11-25  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * config/tc-xtensa.c (search_trampolines): Move post-loop
+       condition check outside the search loop.
+
+2014-11-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure: Regenerated.
+
+2014-11-21  Terry Guo  <terry.guo@arm.com>
+
+       * config/tc-arm.c (md_assemble): Do not consider relaxation.
+       (md_convert_frag): Test and set target arch attribute accordingly.
+       (aeabi_set_attribute_string): Turn it into a global function.
+       * config/tc-arm.h (md_post_relax_hook): Enable it for ARM target.
+       (aeabi_set_public_attributes): Declare it.
+
 2014-11-21  Terry Guo  <terry.guo@arm.com>
 
        * config/tc-arm.c (fpu_vfp_ext_armv8xd): New.
This page took 0.024098 seconds and 4 git commands to generate.