diff options
author | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-06-01 19:32:27 +0000 |
---|---|---|
committer | Rafael Ávila de Espíndola <respindola@mozilla.com> | 2010-06-01 19:32:27 +0000 |
commit | eeea1b87684d88540bd704e0f2921e5742b963b0 (patch) | |
tree | 5b7bbca01b84299cc0bbd3f448e11d456672ae3e /include/plugin-api.h | |
parent | a29bb9145c53a9a46b5af4daeee5909fabfdfe51 (diff) | |
download | newlib-eeea1b87684d88540bd704e0f2921e5742b963b0.zip newlib-eeea1b87684d88540bd704e0f2921e5742b963b0.tar.gz newlib-eeea1b87684d88540bd704e0f2921e5742b963b0.tar.bz2 |
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.
Diffstat (limited to 'include/plugin-api.h')
-rw-r--r-- | include/plugin-api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/plugin-api.h b/include/plugin-api.h index 572621f..5821785 100644 --- a/include/plugin-api.h +++ b/include/plugin-api.h @@ -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. */ |