diff options
author | Cary Coutant <ccoutant@gmail.com> | 2016-06-20 20:13:08 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2016-06-20 20:13:08 -0700 |
commit | f70be8a445d4ff75766073f16e92c313f9bdc0ca (patch) | |
tree | a05d4c8237355c912e1217bb5d0c41dd51921c5e /gold/ChangeLog | |
parent | ac69f7863a6b5dbd1792356275de437371b8c879 (diff) | |
download | gdb-f70be8a445d4ff75766073f16e92c313f9bdc0ca.zip gdb-f70be8a445d4ff75766073f16e92c313f9bdc0ca.tar.gz gdb-f70be8a445d4ff75766073f16e92c313f9bdc0ca.tar.bz2 |
Update gold to version 1.12.
gold/
* NEWS: Add new features in 1.12.
* version.cc (version_string): Bump to 1.12.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index ae2ccb3..5177da2 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -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 |