]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lto-streamer.h (LTO_major_version): Bump to 2.
authorRichard Guenther <rguenther@suse.de>
Thu, 2 Dec 2010 12:27:57 +0000 (12:27 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 2 Dec 2010 12:27:57 +0000 (12:27 +0000)
2010-12-02  Richard Guenther  <rguenther@suse.de>

* lto-streamer.h (LTO_major_version): Bump to 2.

From-SVN: r167368

gcc/ChangeLog
gcc/lto-streamer.h

index 1c3b6e120556cac58153afd4cc9bf313e83a4ebe..b3a2887273933ec12d60f757cf96543673d02dbd 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-02  Richard Guenther  <rguenther@suse.de>
+
+       * lto-streamer.h (LTO_major_version): Bump to 2.
+
 2010-12-02  Richard Guenther  <rguenther@suse.de>
 
        PR lto/44871
index e082ffe1a0b3eddb655726252a9d5f9840bd017e..ee57ba744f6263f00326191dafedc178eb013143 100644 (file)
@@ -139,7 +139,7 @@ along with GCC; see the file COPYING3.  If not see
    sections a '.' and the section type are appended.  */
 #define LTO_SECTION_NAME_PREFIX         ".gnu.lto_"
 
-#define LTO_major_version 1
+#define LTO_major_version 2
 #define LTO_minor_version 0
 
 typedef unsigned char  lto_decl_flags_t;