diff options
author | Richard Biener <rguenther@suse.de> | 2014-04-15 13:25:44 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2014-04-15 13:25:44 +0000 |
commit | b9ed2c2ce11ccdb6c36a93348d7ce86796aaeb2b (patch) | |
tree | 88cd105006c90e89dd4dd59c8782f6850f69eb93 /gcc/lto-streamer.h | |
parent | 783dab6bd56bc7540d376af70fc392b040125519 (diff) | |
download | gcc-b9ed2c2ce11ccdb6c36a93348d7ce86796aaeb2b.zip gcc-b9ed2c2ce11ccdb6c36a93348d7ce86796aaeb2b.tar.gz gcc-b9ed2c2ce11ccdb6c36a93348d7ce86796aaeb2b.tar.bz2 |
lto-streamer.h (LTO_major_version): Bump to 4.
2014-04-15 Richard Biener <rguenther@suse.de>
* lto-streamer.h (LTO_major_version): Bump to 4.
From-SVN: r209417
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r-- | gcc/lto-streamer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 51b1903..be0c782 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -140,7 +140,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 3 +#define LTO_major_version 4 #define LTO_minor_version 0 typedef unsigned char lto_decl_flags_t; |