public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Cary Coutant <ccoutant@gmail.com>
To: Binutils <binutils@sourceware.org>
Subject: [gold commit] Update gold version number to 1.15
Date: Sat, 13 Jan 2018 02:41:00 -0000	[thread overview]
Message-ID: <CAJimCsF3dinTwZC2CxpT+GtKaM1-Pf=ce3-zuDdpAUj972x=Bg@mail.gmail.com> (raw)

In preparation for the binutils 2.30 branch, I've updated the gold
version number to 1.15.

-cary


gold/
        * NEWS: Add new features in 1.15.
        * version.cc (version_string): Bump to 1.15.


diff --git a/gold/NEWS b/gold/NEWS
index c1af2f8205..024e850621 100644
--- a/gold/NEWS
+++ b/gold/NEWS
@@ -1,3 +1,16 @@
+Changes in 1.15:
+
+* Add support for .MIPS.options sections (MIPS only).
+
+* Add support for compound relocations (MIPS only).
+
+* Add --emit-stub-syms, --no-tls-optimize, --tls-get-addr-optimize options
+  (PowerPC only).
+
+* Add -z text-unlikely-segment option.
+
+* Add plugin support for adding new input files (LDPT_REGISTER_NEW_INPUT_HOOK).
+
 Changes in 1.14:

 * Add -z bndplt option (x86-64 only) to support Intel MPX.
diff --git a/gold/version.cc b/gold/version.cc
index fd7fd9ad9e..e6d3e26594 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.14";
+static const char* version_string = "1.15";

 // Report version information.

                 reply	other threads:[~2018-01-13  2:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJimCsF3dinTwZC2CxpT+GtKaM1-Pf=ce3-zuDdpAUj972x=Bg@mail.gmail.com' \
    --to=ccoutant@gmail.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).