aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2015-06-29 08:44:56 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2015-06-29 08:44:56 +0000
commit2dcaddb8d74e3ec30edb264b845a346e0b7e9ab9 (patch)
tree8e0585cf88617f8365ce9718b5b44201c832efb6 /gcc/lto-streamer.h
parentd90f84404cadb75051a6ff334af6b5c5fc252937 (diff)
downloadgcc-2dcaddb8d74e3ec30edb264b845a346e0b7e9ab9.zip
gcc-2dcaddb8d74e3ec30edb264b845a346e0b7e9ab9.tar.gz
gcc-2dcaddb8d74e3ec30edb264b845a346e0b7e9ab9.tar.bz2
lto-streamer.h (LTO_major_version): Bump to 5.
2015-06-29 Richard Biener <rguenther@suse.de> * lto-streamer.h (LTO_major_version): Bump to 5. From-SVN: r225113
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r--gcc/lto-streamer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index d5a330d..945b6ed 100644
--- a/gcc/lto-streamer.h
+++ b/gcc/lto-streamer.h
@@ -130,7 +130,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 4
+#define LTO_major_version 5
#define LTO_minor_version 0
typedef unsigned char lto_decl_flags_t;