diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-02-13 07:54:21 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-02-13 07:54:21 -0800 |
commit | b0619670ab9822e5c116c273ba484909e608a943 (patch) | |
tree | f991cfca77dd4325dc41494ef60cbabe5167eee4 /ld | |
parent | ffc0f143c74a7d49f6d1ae3f835e404ef4e56772 (diff) | |
download | gdb-b0619670ab9822e5c116c273ba484909e608a943.zip gdb-b0619670ab9822e5c116c273ba484909e608a943.tar.gz gdb-b0619670ab9822e5c116c273ba484909e608a943.tar.bz2 |
Mention support for LLVM plugin in NEWS
* NEWS: Mention support for LLVM plugin.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0c586c1..c30426d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2015-02-13 H.J. Lu <hongjiu.lu@intel.com> + + * NEWS: Mention support for LLVM plugin. + 2015-02-13 Alan Modra <amodra@gmail.com> * ld.texinfo (Options <--defsym>): Correct cross reference. @@ -1,5 +1,7 @@ -*- text -*- +* Add support for LLVM plugin. + Changes in 2.25: * PE binaries now once again contain real timestamps by default. To disable |