diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-01-28 12:56:18 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-01-28 12:56:18 -0800 |
commit | 37a3056ad4d02a5295e0288d630dea377907a60c (patch) | |
tree | f0949c5e25323bbd594f17f857a8d34a1db51654 /ld/plugin.h | |
parent | 15f7a26b0f42be812b0471ec09d91bad696fe26e (diff) | |
download | gdb-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/plugin.h')
-rw-r--r-- | ld/plugin.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ld/plugin.h b/ld/plugin.h index 82cf162..c5435ff 100644 --- a/ld/plugin.h +++ b/ld/plugin.h @@ -59,11 +59,4 @@ extern int plugin_call_all_symbols_read (void); /* Call 'cleanup' hook for all plugins at exit. */ extern void plugin_call_cleanup (void); -/* Generate a dummy BFD to represent an IR file, for any callers of - plugin_call_claim_file to use as the handle in the ld_plugin_input_file - struct that they build to pass in. The BFD is initially writable, so - that symbols can be added to it; it must be made readable after the - add_symbols hook has been called so that it can be read when linking. */ -extern bfd *plugin_get_ir_dummy_bfd (const char *name, bfd *template); - #endif /* !def GLD_PLUGIN_H */ |