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 commit] Bump gold version to 1.12


I've committed this patch to bump the gold version number to 1.12.

-cary


2016-06-20  Cary Coutant  <ccoutant@gmail.com>

       * NEWS: Add new features in 1.12.
       * version.cc (version_string): Bump to 1.12.


diff --git a/gold/NEWS b/gold/NEWS
index fb7328f..6f2cf3f 100644
--- a/gold/NEWS
+++ b/gold/NEWS
@@ -1,3 +1,45 @@
+Changes in 1.12:
+
+* Add support for s390, MIPS, AArch64, and TILE-Gx architectures.
+
+* Add support for STT_GNU_IFUNC symbols.
+
+* Add support for incremental linking (--incremental).
+
+Changes in 1.11:
+
+[FIXME: Add major changes.]
+
+Changes in 1.10:
+
+[FIXME: Add major changes.]
+
+Changes in 1.9:
+
+[FIXME: Add major changes.]
+
+Changes in 1.8:
+
+[FIXME: Add major changes.]
+
+Changes in 1.7:
+
+[FIXME: Add major changes.]
+
+Changes in 1.6:
+
+[FIXME: Add major changes.]
+
+Changes in 1.5:
+
+[FIXME: Add major changes.]
+
+Changes in 1.4:
+
+[FIXME: Add major changes.]
+
+Changes in 1.3:
+
 * gold added to GNU binutils.

 Copyright (C) 2012-2016 Free Software Foundation, Inc.
diff --git a/gold/version.cc b/gold/version.cc
index e7e6e87..5b0c810 100644
--- a/gold/version.cc
+++ b/gold/version.cc
@@ -36,7 +36,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.11";
+static const char* version_string = "1.12";

 // Report version information.


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