]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lto-streamer.h (LTO_major_version): Bump to 3.
authorRichard Biener <rguenther@suse.de>
Wed, 29 Jan 2014 14:19:23 +0000 (14:19 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 29 Jan 2014 14:19:23 +0000 (14:19 +0000)
2014-01-29  Richard Biener  <rguenther@suse.de>

* lto-streamer.h (LTO_major_version): Bump to 3.
(LTO_minor_version): Reset to 0.

From-SVN: r207238

gcc/ChangeLog
gcc/lto-streamer.h

index 13bc6613a49677279841567d4c39b1a31656b725..fc31af01fa1cfc57789e027db81360864a4884f7 100644 (file)
@@ -1,3 +1,8 @@
+2014-01-29  Richard Biener  <rguenther@suse.de>
+
+       * lto-streamer.h (LTO_major_version): Bump to 3.
+       (LTO_minor_version): Reset to 0.
+
 2014-01-29  Renlin Li  <Renlin.Li@arm.com>
 
        * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
index 215d4084e296830f7e0e860718c4870ea6fe5853..a53e2535968ce623d3fa5382c57743843fe818d7 100644 (file)
@@ -140,8 +140,8 @@ 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 2
-#define LTO_minor_version 2
+#define LTO_major_version 3
+#define LTO_minor_version 0
 
 typedef unsigned char  lto_decl_flags_t;