]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lto-streamer.h (LTO_major_version): Bump to 4.
authorRichard Biener <rguenther@suse.de>
Tue, 15 Apr 2014 13:25:44 +0000 (13:25 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 15 Apr 2014 13:25:44 +0000 (13:25 +0000)
2014-04-15  Richard Biener  <rguenther@suse.de>

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

From-SVN: r209417

gcc/ChangeLog
gcc/lto-streamer.h

index b23c5d7b6889d685c7c782bb02fc89a7edd2c97b..64025445e8a2d4664216bbb25187ba102089f11d 100644 (file)
@@ -1,3 +1,7 @@
+2014-04-15  Richard Biener  <rguenther@suse.de>
+
+       * lto-streamer.h (LTO_major_version): Bump to 4.
+
 2014-04-15  Richard Biener  <rguenther@suse.de>
 
        * common.opt (lto_partition_model): New enum.
index 51b1903cc051831cb35f23a333c78431b35760ff..be0c782cda75d60a2fd0374a027dc19b6c510fd8 100644 (file)
@@ -140,7 +140,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 3
+#define LTO_major_version 4
 #define LTO_minor_version 0
 
 typedef unsigned char  lto_decl_flags_t;