Commit 5f84f6b3 by Richard Biener Committed by Richard Biener

lto-streamer.h (LTO_major_version): Bump to 6.

2016-05-18  Richard Biener  <rguenther@suse.de>

	* lto-streamer.h (LTO_major_version): Bump to 6.

From-SVN: r236374
parent fb42ed99
2016-05-18 Richard Biener <rguenther@suse.de>
* lto-streamer.h (LTO_major_version): Bump to 6.
2016-05-18 Segher Boessenkool <segher@kernel.crashing.org> 2016-05-18 Segher Boessenkool <segher@kernel.crashing.org>
* function.c (make_split_prologue_seq, make_prologue_seq, * function.c (make_split_prologue_seq, make_prologue_seq,
......
...@@ -128,7 +128,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -128,7 +128,7 @@ along with GCC; see the file COPYING3. If not see
String are represented in the table as pairs, a length in ULEB128 String are represented in the table as pairs, a length in ULEB128
form followed by the data for the string. */ form followed by the data for the string. */
#define LTO_major_version 5 #define LTO_major_version 6
#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