summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2014-01-29 14:19:23 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2014-01-29 14:19:23 +0000
commit15b25b242b7165045c40850b3759330c39ff1c02 (patch)
treed63c38f793605723fe61693432516ff15e668f59 /gcc/lto-streamer.h
parenteb6006ad65c62a4bcf7574f59dd7535a95b3f5cf (diff)
downloadgcc-15b25b242b7165045c40850b3759330c39ff1c02.tar.gz
lto-streamer.h (LTO_major_version): Bump to 3.
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
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r--gcc/lto-streamer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index 215d4084e29..a53e2535968 100644
--- a/gcc/lto-streamer.h
+++ b/gcc/lto-streamer.h
@@ -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;