From: Richard Biener Date: Mon, 29 Jun 2015 08:44:56 +0000 (+0000) Subject: lto-streamer.h (LTO_major_version): Bump to 5. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2dcaddb8d74e3ec30edb264b845a346e0b7e9ab9;p=gcc.git lto-streamer.h (LTO_major_version): Bump to 5. 2015-06-29 Richard Biener * lto-streamer.h (LTO_major_version): Bump to 5. From-SVN: r225113 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d819b253ec9..f891d4471d7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-06-29 Richard Biener + + * lto-streamer.h (LTO_major_version): Bump to 5. + 2015-06-29 Richard Biener PR tree-optimization/66677 diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index d5a330dfa51..945b6ed4593 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -130,7 +130,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 4 +#define LTO_major_version 5 #define LTO_minor_version 0 typedef unsigned char lto_decl_flags_t;