This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Bump LTO bytecode revision


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.

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;
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]