aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2014-04-15 13:25:44 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2014-04-15 13:25:44 +0000
commitb9ed2c2ce11ccdb6c36a93348d7ce86796aaeb2b (patch)
tree88cd105006c90e89dd4dd59c8782f6850f69eb93 /gcc
parent783dab6bd56bc7540d376af70fc392b040125519 (diff)
downloadgcc-b9ed2c2ce11ccdb6c36a93348d7ce86796aaeb2b.zip
gcc-b9ed2c2ce11ccdb6c36a93348d7ce86796aaeb2b.tar.gz
gcc-b9ed2c2ce11ccdb6c36a93348d7ce86796aaeb2b.tar.bz2
lto-streamer.h (LTO_major_version): Bump to 4.
2014-04-15 Richard Biener <rguenther@suse.de> * lto-streamer.h (LTO_major_version): Bump to 4. From-SVN: r209417
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/lto-streamer.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b23c5d7..6402544 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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.
(flto-partition=): Merge separate options with a single with argument,
add -flto-partition=one support.
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index 51b1903..be0c782 100644
--- a/gcc/lto-streamer.h
+++ b/gcc/lto-streamer.h
@@ -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;