Update gold to version 1.12.

gold/
	* NEWS: Add new features in 1.12.
	* version.cc (version_string): Bump to 1.12.
This commit is contained in:
Cary Coutant 2016-06-20 20:13:08 -07:00
parent ac69f7863a
commit f70be8a445
3 changed files with 48 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-06-20 Cary Coutant <ccoutant@gmail.com>
* NEWS: Add new features in 1.12.
* version.cc (version_string): Bump to 1.12.
2016-06-20 H.J. Lu <hongjiu.lu@intel.com>
PR gold/20245

View File

@ -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.

View File

@ -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.