lto-streamer.h (LTO_minor_version): Bump to 2.

2013-01-07  Richard Biener  <rguenther@suse.de>

	* lto-streamer.h (LTO_minor_version): Bump to 2.

From-SVN: r194973
This commit is contained in:
Richard Biener 2013-01-07 15:28:14 +00:00 committed by Richard Biener
parent 3520f7cc69
commit 9713d329fa
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-01-07 Richard Biener <rguenther@suse.de>
* lto-streamer.h (LTO_minor_version): Bump to 2.
2013-01-07 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64-protos.h

View File

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