diff mbox

Bump LTO bytecode revision

Message ID alpine.LSU.2.11.1401291516260.29326@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Jan. 29, 2014, 2:17 p.m. UTC
This bumps (very late ...) the LTO bytecode revision from 2, 2
to 3, 0 (leaves us bumps of the minor version for the 4.8 branch
if necessary).  I plan to do the next bump at the point we branch
for stage1.

Committed.

Richard.

2014-01-29  Richard Biener  <rguenther@suse.de>

	* lto-streamer.h (LTO_major_version): Bump to 3.
	(LTO_minor_version): Reset to 0.
diff mbox

Patch

Index: gcc/lto-streamer.h
===================================================================
--- gcc/lto-streamer.h	(revision 207234)
+++ gcc/lto-streamer.h	(working copy)
@@ -140,8 +140,8 @@  along with GCC; see the file COPYING3.
    sections a '.' and the section type are appended.  */
 #define LTO_SECTION_NAME_PREFIX         ".gnu.lto_"
 
-#define LTO_major_version 2
-#define LTO_minor_version 2
+#define LTO_major_version 3
+#define LTO_minor_version 0
 
 typedef unsigned char	lto_decl_flags_t;