diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-02 12:27:57 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-02 12:27:57 +0000 |
commit | 389fec9471ef666b80fca6e47fb70b38de95af68 (patch) | |
tree | 9a9516c66a20244bbb4a552d66840351acb6db72 /gcc/lto-streamer.h | |
parent | d1fb5d85050daf139293338f9b6bf3e961a10e9a (diff) | |
download | gcc-389fec9471ef666b80fca6e47fb70b38de95af68.tar.gz |
2010-12-02 Richard Guenther <rguenther@suse.de>
* lto-streamer.h (LTO_major_version): Bump to 2.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167368 138bc75d-0d04-0410-961f-82ee72b054a4
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 e082ffe1a0b..ee57ba744f6 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -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; |