aboutsummaryrefslogtreecommitdiff
path: root/gcc
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
parenteb6006ad65c62a4bcf7574f59dd7535a95b3f5cf (diff)
downloadgcc-15b25b242b7165045c40850b3759330c39ff1c02.zip
gcc-15b25b242b7165045c40850b3759330c39ff1c02.tar.gz
gcc-15b25b242b7165045c40850b3759330c39ff1c02.tar.bz2
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')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/lto-streamer.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 13bc661..fc31af0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-29 Richard Biener <rguenther@suse.de>
+
+ * lto-streamer.h (LTO_major_version): Bump to 3.
+ (LTO_minor_version): Reset to 0.
+
2014-01-29 Renlin Li <Renlin.Li@arm.com>
* config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index 215d408..a53e253 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;