diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-02-11 13:35:07 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-02-11 13:35:07 -0800 |
commit | e3001fd92063282c55ad251d58f112b10a0cf7d6 (patch) | |
tree | 986838a1a7fdbd91b1c825174b23f6bd38b80505 /ld/ChangeLog | |
parent | 90092e730582d024f621c78c6b5b1e6f2348e77d (diff) | |
download | gdb-e3001fd92063282c55ad251d58f112b10a0cf7d6.zip gdb-e3001fd92063282c55ad251d58f112b10a0cf7d6.tar.gz gdb-e3001fd92063282c55ad251d58f112b10a0cf7d6.tar.bz2 |
Remove unused dump_tv_tag
* testplug2.c (dump_tv_tag): Removed.
(onall_symbols_read): Return LDPS_ERR if the file descriptor isn't
closed.
* testplug3.c (dump_tv_tag): Removed.
(onclaim_file): Fix typo.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index dfe8d90..7bd1c01 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,13 @@ 2015-02-11 H.J. Lu <hongjiu.lu@intel.com> + * testplug2.c (dump_tv_tag): Removed. + (onall_symbols_read): Return LDPS_ERR if the file descriptor isn't + closed. + * testplug3.c (dump_tv_tag): Removed. + (onclaim_file): Fix typo. + +2015-02-11 H.J. Lu <hongjiu.lu@intel.com> + PR ld/17878 * Makefile.am (noinst_LTLIBRARIES): Add libldtestplug2.la and libldtestplug3.la. |