aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2010-12-02 12:27:57 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2010-12-02 12:27:57 +0000
commit8529e24b969fa5bb0446977c8817210c115b9517 (patch)
tree9a9516c66a20244bbb4a552d66840351acb6db72
parenta844a60b40efe94d6437bb5b3410fbc0a74f2000 (diff)
downloadgcc-8529e24b969fa5bb0446977c8817210c115b9517.zip
gcc-8529e24b969fa5bb0446977c8817210c115b9517.tar.gz
gcc-8529e24b969fa5bb0446977c8817210c115b9517.tar.bz2
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
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/lto-streamer.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1c3b6e1..b3a2887 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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
* gimple.c (canonical_type_hash_cache): New hashtable.
(gimple_type_hash): Make a wrapper around ...
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index e082ffe..ee57ba7 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;