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

2014-01-29  Richard Biener  <rguenther@suse.de>

	* lto-streamer.h (LTO_major_version): Bump to 3.
	(LTO_minor_version): Reset to 0.

From-SVN: r207238
This commit is contained in:
Richard Biener 2014-01-29 14:19:23 +00:00 committed by Richard Biener
parent eb6006ad65
commit 15b25b242b
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2014-01-29 Richard Biener <rguenther@suse.de>
* lto-streamer.h (LTO_major_version): Bump to 3.
(LTO_minor_version): Reset to 0.
2014-01-29 Renlin Li <Renlin.Li@arm.com>
* config/arm/arm-arches.def (ARM_ARCH): Add armv7ve arch.

View file

@ -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;