diff options
author | Richard Biener <rguenther@suse.de> | 2016-05-18 11:21:33 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2016-05-18 11:21:33 +0000 |
commit | 5f84f6b37a9a6b10dd40252bcb9250a07047db41 (patch) | |
tree | 4741487d775937bbba1c7e9984f458f295caa203 /gcc | |
parent | fb42ed990fa449b71f9afd6c423127578358e859 (diff) | |
download | gcc-5f84f6b37a9a6b10dd40252bcb9250a07047db41.zip gcc-5f84f6b37a9a6b10dd40252bcb9250a07047db41.tar.gz gcc-5f84f6b37a9a6b10dd40252bcb9250a07047db41.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/lto-streamer.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a472fd8..e0cc148 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> * function.c (make_split_prologue_seq, make_prologue_seq, diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index f3911613..01c15ff 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -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 form followed by the data for the string. */ -#define LTO_major_version 5 +#define LTO_major_version 6 #define LTO_minor_version 0 typedef unsigned char lto_decl_flags_t; |