tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
[gcc.git] / libcc1 / ChangeLog
index 100e115006cd574979ba0db0211b89369c3a6a84..1ce7671b201ddfbf62471f04aaa92440f1c25515 100644 (file)
@@ -1,3 +1,42 @@
+2016-04-18  Michael Matz  <matz@suse.de>
+
+       * plugin.cc (plugin_finish_record_or_union): Use SET_TYPE_ALIGN.
+
+2016-04-11  Segher Boessenkool  <segher@kernel.crashing.org>
+
+       PR bootstrap/70173
+       * Makefile.am (MOSTLYCLEANFILES): New, add compiler-name.h .
+       (compiler-name.h): Shorten recipe so that it fits the line.
+       * Makefile.in: Regenerate.
+
+2016-03-14  Andreas Schwab  <schwab@suse.de>
+
+       * configure.ac (CONFIG_STATUS_DEPENDENCIES): Substitute.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+
+2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * plugin.cc (decl_addr_hasher): Inherit from free_ptr_hash
+       rather than typed_free_remove.  Remove redudant typedefs.
+
+2015-06-25  Richard Sandiford  <richard.sandiford@arm.com>
+
+       * plugin.cc (string_hasher): Inherit from nofree_ptr_hash rather
+       than typed_noop_remove.  Remove redudant typedefs.
+       (plugin_context): Use nofree_ptr_hash rather than pointer_hash.
+       (plugin_context::mark): Likewise.
+
+2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
+
+       * Makefile.in: Regenerated with automake-1.11.6.
+       * aclocal.m4: Likewise.
+       * configure: Likewise.
+
+2015-04-18  Trevor Saunders  <tsaunders@mozilla.com>
+
+       * plugin.cc: Adjust for hash_table changes.
+
 2015-04-15  Andreas Schwab  <schwab@suse.de>
 
        PR bootstrap/65763
@@ -25,7 +64,7 @@
        * configure.ac (libcc1_cv_lib_sockets): Check for -lsocket -lnsl.
        * configure: Regenerate.
        * connection.cc: Include <string.h>.
-        * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
+       * libcc1.cc (libcc1_compile): Use AF_UNIX instead of AF_LOCAL.
 
 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>