]> gcc.gnu.org Git - gcc.git/commitdiff
lto-streamer.h (LTO_major_version): Bump to 8.
authorRichard Biener <rguenther@suse.de>
Wed, 25 Apr 2018 08:14:36 +0000 (08:14 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 25 Apr 2018 08:14:36 +0000 (08:14 +0000)
2018-04-25  Richard Biener  <rguenther@suse.de>

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

From-SVN: r259638

gcc/ChangeLog
gcc/lto-streamer.h

index 63f9312346989351ab83b24174f76104c7ca10ff..24b5896c0ae49746b6b48a2eaa1ac7ffb710ef0f 100644 (file)
@@ -1,3 +1,7 @@
+2018-04-25  Richard Biener  <rguenther@suse.de>
+
+       * lto-streamer.h (LTO_major_version): Bump to 8.
+
 2018-04-25  Jakub Jelinek  <jakub@redhat.com>
 
        * BASE-VER: Set to 9.0.0.
index d5873f7dabf014d85f361ba6636a17b181973c4b..d2006fad0ad9c88badf48938a7806a755a5a0510 100644 (file)
@@ -120,7 +120,7 @@ along with GCC; see the file COPYING3.  If not see
      String are represented in the table as pairs, a length in ULEB128
      form followed by the data for the string.  */
 
-#define LTO_major_version 7
+#define LTO_major_version 8
 #define LTO_minor_version 0
 
 typedef unsigned char  lto_decl_flags_t;
This page took 0.080567 seconds and 5 git commands to generate.