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

2010-12-02  Richard Guenther  <rguenther@suse.de>

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

From-SVN: r167368
This commit is contained in:
Richard Guenther 2010-12-02 12:27:57 +00:00 committed by Richard Biener
parent a844a60b40
commit 8529e24b96
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-12-02 Richard Guenther <rguenther@suse.de>
* lto-streamer.h (LTO_major_version): Bump to 2.
2010-12-02 Richard Guenther <rguenther@suse.de>
PR lto/44871

View File

@ -139,7 +139,7 @@ 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 1
#define LTO_major_version 2
#define LTO_minor_version 0
typedef unsigned char lto_decl_flags_t;