OSDN Git Service

2010-12-02 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Dec 2010 12:27:57 +0000 (12:27 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Dec 2010 12:27:57 +0000 (12:27 +0000)
* 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

gcc/ChangeLog
gcc/lto-streamer.h

index 1c3b6e1..b3a2887 100644 (file)
@@ -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 ...
index e082ffe..ee57ba7 100644 (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;