This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

gold patch committed: Bump gold version number to 1.11


I've committed this patch to bump the gold version number to 1.11, to
both mainline and the binutils 2.21 branch.

This is so that gcc's LTO plugin can detect the changed behaviour
concerning static archives, so that the plugin knows that it need not
honor the -pass-through option.  The -pass-through option existed to
pass static archives to the linker via the plugin; that is unnecessary
when the plugin researches static archives anyhow.

Ian


2011-01-24  Ian Lance Taylor  <iant@google.com>

	* version.cc (version_string): Bump to 1.11.


Index: version.cc
===================================================================
RCS file: /cvs/src/src/gold/version.cc,v
retrieving revision 1.22
diff -p -u -r1.22 version.cc
--- version.cc	1 Jan 2011 21:42:17 -0000	1.22
+++ version.cc	24 Jan 2011 22:26:52 -0000
@@ -37,7 +37,7 @@ namespace gold
 // version number from configure.ac.  But it's easier to just change
 // this file for now.
 
-static const char* version_string = "1.10";
+static const char* version_string = "1.11";
 
 // Report version information.
 

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