From: Richard Biener Date: Wed, 29 Jan 2014 14:19:23 +0000 (+0000) Subject: lto-streamer.h (LTO_major_version): Bump to 3. X-Git-Tag: releases/gcc-4.9.0~1273 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15b25b242b7165045c40850b3759330c39ff1c02;p=thirdparty%2Fgcc.git lto-streamer.h (LTO_major_version): Bump to 3. 2014-01-29 Richard Biener * lto-streamer.h (LTO_major_version): Bump to 3. (LTO_minor_version): Reset to 0. From-SVN: r207238 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 13bc6613a496..fc31af01fa1c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-01-29 Richard Biener + + * lto-streamer.h (LTO_major_version): Bump to 3. + (LTO_minor_version): Reset to 0. + 2014-01-29 Renlin Li * config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch. diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 215d4084e296..a53e2535968c 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -140,8 +140,8 @@ 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 2 -#define LTO_minor_version 2 +#define LTO_major_version 3 +#define LTO_minor_version 0 typedef unsigned char lto_decl_flags_t;