OSDN Git Service

Use 64bit integer for LTO symbol ID.
[pf3gnuchains/gcc-fork.git] / lto-plugin / ChangeLog
index f09f4bf..7b0f3bc 100644 (file)
@@ -1,3 +1,38 @@
+2011-09-30  H.J. Lu  <hongjiu.lu@intel.com>
+           Andi Kleen  <ak@linux.intel.com>
+
+       PR lto/50568
+       * lto-plugin.c (sym_aux): Change id to unsigned long long.
+       (plugin_symtab): Likewise.
+       (dump_symtab): Likewise.
+       (resolve_conflicts): Likewise.
+       (process_symtab): Likewise.
+
+2011-08-10  Richard Guenther  <rguenther@suse.de>
+
+       PR bootstrap/49907
+       lto-plugin/
+       * configure.ac: Use ACX_PROG_CC_WARNING_OPTS to detect -Wall presence.
+       * Makefile.am (AM_CFLAGS): Adjust.  Do not build with -Werror.
+       * configure: Regenerate.
+       * Makefile.in: Likewise.
+       * aclocal.m4: Likewise.
+
+2011-04-20  Jim Meyering  <meyering@redhat.com>
+
+       * lto-plugin.c (free_1, free_2): Remove useless if-before-free.
+
+2011-04-05  Richard Guenther  <rguenther@suse.de>
+
+       PR bootstrap/48431
+       * lto-plugin.c (claim_file_handler): Do not declare vars in code.
+
+2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * Makefile.am (all-local): Rename from 'all'.