]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lto-streamer.h (LTO_major_version): Bump to 9.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 May 2019 09:30:41 +0000 (09:30 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 May 2019 09:30:41 +0000 (09:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271284 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/lto-streamer.h

index 4a891c90048e04983c3bdddf093e075b6f04a71d..84c0d38737db748d6b17283e3386a29538d7a029 100644 (file)
@@ -1,3 +1,7 @@
+2019-05-16  Jakub Jelinek  <jakub@redhat.com>
+
+       * lto-streamer.h (LTO_major_version): Bump to 9.
+
 2019-05-16  Jun Ma <JunMa@linux.alibaba.com>
 
        PR tree-optimization/90106
index 5cd2a60418d12b85b9ab59e0e5beaec0c79152bc..d087cba9bf0a777508ae7fb3012c696c810e02f1 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 8
+#define LTO_major_version 9
 #define LTO_minor_version 0
 
 typedef unsigned char  lto_decl_flags_t;