From: Richard Biener Date: Mon, 7 Jan 2013 15:28:14 +0000 (+0000) Subject: lto-streamer.h (LTO_minor_version): Bump to 2. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9713d329fac4ec0ac624a9c36a50d37e58bdd774;p=gcc.git lto-streamer.h (LTO_minor_version): Bump to 2. 2013-01-07 Richard Biener * lto-streamer.h (LTO_minor_version): Bump to 2. From-SVN: r194973 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7933c600f05..22e1a42c121 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-01-07 Richard Biener + + * lto-streamer.h (LTO_minor_version): Bump to 2. + 2013-01-07 James Greenhalgh * config/aarch64/aarch64-protos.h diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 6b9fa428293..bf509c51b9e 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -141,7 +141,7 @@ along with GCC; see the file COPYING3. If not see #define LTO_SECTION_NAME_PREFIX ".gnu.lto_" #define LTO_major_version 2 -#define LTO_minor_version 1 +#define LTO_minor_version 2 typedef unsigned char lto_decl_flags_t;