Commit b9ed2c2c by Richard Biener Committed by Richard Biener

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
parent 783dab6b
2014-04-15 Richard Biener <rguenther@suse.de> 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. * common.opt (lto_partition_model): New enum.
(flto-partition=): Merge separate options with a single with argument, (flto-partition=): Merge separate options with a single with argument,
add -flto-partition=one support. add -flto-partition=one support.
......
...@@ -140,7 +140,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -140,7 +140,7 @@ along with GCC; see the file COPYING3. If not see
sections a '.' and the section type are appended. */ sections a '.' and the section type are appended. */
#define LTO_SECTION_NAME_PREFIX ".gnu.lto_" #define LTO_SECTION_NAME_PREFIX ".gnu.lto_"
#define LTO_major_version 3 #define LTO_major_version 4
#define LTO_minor_version 0 #define LTO_minor_version 0
typedef unsigned char lto_decl_flags_t; typedef unsigned char lto_decl_flags_t;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment