aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-01-28 12:56:18 -0800
committerH.J. Lu <hjl.tools@gmail.com>2015-01-28 12:56:18 -0800
commit37a3056ad4d02a5295e0288d630dea377907a60c (patch)
treef0949c5e25323bbd594f17f857a8d34a1db51654 /ld/ChangeLog
parent15f7a26b0f42be812b0471ec09d91bad696fe26e (diff)
downloadgdb-37a3056ad4d02a5295e0288d630dea377907a60c.zip
gdb-37a3056ad4d02a5295e0288d630dea377907a60c.tar.gz
gdb-37a3056ad4d02a5295e0288d630dea377907a60c.tar.bz2
Make plugin_get_ir_dummy_bfd static
* plugin.h (plugin_get_ir_dummy_bfd): Removed. Move comments to ... * plugin.c (plugin_get_ir_dummy_bfd): Here. Make it static.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9152e18..c20211b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,11 @@
2015-01-28 H.J. Lu <hongjiu.lu@intel.com>
+ * plugin.h (plugin_get_ir_dummy_bfd): Removed. Move comments to
+ ...
+ * plugin.c (plugin_get_ir_dummy_bfd): Here. Make it static.
+
+2015-01-28 H.J. Lu <hongjiu.lu@intel.com>
+
PR ld/17878
* plugin.c (tv_header_tags(): Add LDPT_GET_VIEW.
(get_view): New function.