plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
2010-06-01 Rafael Espindola <espindola@google.com> * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME. From-SVN: r160126
This commit is contained in:
parent
2eb79bbbb3
commit
621e1f2e99
@ -1,3 +1,7 @@
|
||||
2010-06-01 Rafael Espindola <espindola@google.com>
|
||||
|
||||
* plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.
|
||||
|
||||
2010-04-26 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* filenames.h (PATH_SEPARATOR): Delete.
|
||||
|
@ -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…
Reference in New Issue
Block a user