summaryrefslogtreecommitdiffstats
path: root/include/plugin-api.h
diff options
context:
space:
mode:
authorespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-02 00:08:58 +0000
committerespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-02 00:08:58 +0000
commitcff884a9dc9e3c805609cfac31e8042eba379a4e (patch)
treed086ca8e235db3c08c6bb8b6c41483a4bdc061f6 /include/plugin-api.h
parent8e3cb73bc66100e137b20bcd98316bc415b6e53c (diff)
downloadppe42-gcc-cff884a9dc9e3c805609cfac31e8042eba379a4e.tar.gz
ppe42-gcc-cff884a9dc9e3c805609cfac31e8042eba379a4e.zip
2010-06-01 Rafael Espindola <espindola@google.com>
* plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160126 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include/plugin-api.h')
-rw-r--r--include/plugin-api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/plugin-api.h b/include/plugin-api.h
index 572621fc374..582178554b3 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. */
OpenPOWER on IntegriCloud