bpabi.S (__aeabi_ldivmod, [...]): Use .cfi_* directives for DWARF annotations.
[gcc.git] / ChangeLog
index f2534a86cfa2f3de60824efb3c2ab7938764a4d0..af5dc1b7388cc1bc2969c2cc9d6646a10dfb54d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,59 @@
+2014-06-18  Olivier Hainque  <hainque@adacore.com>
+
+       * tree-core.h (tree_block): Add an "end_locus" field, allowing
+       memorization of the end of block source location.
+       * tree.h (BLOCK_SOURCE_END_LOCATION): New accessor.
+       * gimplify.c (gimplify_bind_expr): Propagate the block start and
+       end source location info we have on the block entry/exit code we
+       generate.
+
+2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * config-ml.in: Robustify ac_configure_args parsing.
+
+       * configure.ac (--enable-linker-plugin-configure-flags)
+       (--enable-linker-plugin-flags): New flags.
+       (configdirs): Conditionally add libiberty-linker-plugin.
+       * configure: Regenerate.
+       * Makefile.def (host_modules): Add libiberty-linker-plugin.
+       (host_modules) <lto-plugin>: Pay attention to
+       @extra_linker_plugin_flags@ and
+       @extra_linker_plugin_configure_flags@.
+       (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
+       * Makefile.in: Regenerate.
+
+       * Makefile.tpl (configure-[+prefix+][+module+])
+       (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
+       "module_srcdir" instead of "module" for locating a module's srcdir.
+       * Makefile.in: Regenerate.
+
+2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2014-06-06  Sebastian Pop  <sebpop@gmail.com>
+
+       * MAINTAINERS: Update my email address.
+
+2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
+2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/61011
+       * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
+       Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
+       * configure: Regenerate.
+
+2014-05-28  Pedro Alves  <palves@redhat.com>
+
+       * MAINTAINERS (Write After Approval): Add myself.
+
 2014-05-28  Olivier Hainque  <hainque@adacore.com>
 
        * config/rs6000/vxworks.h (VXCPU_FOR_8548): New. Default to PPC85XX.