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
This commit is contained in:
Richard Biener 2014-04-15 13:25:44 +00:00 committed by Richard Biener
parent 783dab6bd5
commit b9ed2c2ce1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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;