From 82e24ec3b2e15fea86b202555b0ffedcad75101e Mon Sep 17 00:00:00 2001 From: rguenth Date: Tue, 15 Apr 2014 13:25:44 +0000 Subject: [PATCH] 2014-04-15 Richard Biener * lto-streamer.h (LTO_major_version): Bump to 4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209417 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/lto-streamer.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b23c5d7b688..64025445e8a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2014-04-15 Richard Biener + * lto-streamer.h (LTO_major_version): Bump to 4. + +2014-04-15 Richard Biener + * 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 51b1903cc05..be0c782cda7 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; -- 2.11.4.GIT