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 version


This bumps the minor version, LTO bytecode from 4.7 is not compatible
with one from 4.8.

Committed as obvious.

Thanks,
Richard.

2013-01-07  Richard Biener  <rguenther@suse.de>

	* lto-streamer.h (LTO_minor_version): Bump to 2.

Index: gcc/lto-streamer.h
===================================================================
*** gcc/lto-streamer.h	(revision 194970)
--- gcc/lto-streamer.h	(working copy)
*************** along with GCC; see the file COPYING3.
*** 141,147 ****
  #define LTO_SECTION_NAME_PREFIX         ".gnu.lto_"
  
  #define LTO_major_version 2
! #define LTO_minor_version 1
  
  typedef unsigned char	lto_decl_flags_t;
  
--- 141,147 ----
  #define LTO_SECTION_NAME_PREFIX         ".gnu.lto_"
  
  #define LTO_major_version 2
! #define LTO_minor_version 2
  
  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]