2010-06-01 Rafael Espindola <espindola@google.com>
* plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME. 2010-06-01 Rafael Espindola <espindola@google.com> * plugin.cc (Plugin::load): Pass the output name to the plugin.
This commit is contained in:
parent
105b6afd92
commit
3537c84bf4
4 changed files with 15 additions and 2 deletions
|
@ -260,7 +260,8 @@ enum ld_plugin_tag
|
|||
LDPT_MESSAGE,
|
||||
LDPT_GET_INPUT_FILE,
|
||||
LDPT_RELEASE_INPUT_FILE,
|
||||
LDPT_ADD_INPUT_LIBRARY
|
||||
LDPT_ADD_INPUT_LIBRARY,
|
||||
LDPT_OUTPUT_NAME
|
||||
};
|
||||
|
||||
/* The plugin transfer vector. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue