summaryrefslogtreecommitdiff
path: root/include
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
parent8e3cb73bc66100e137b20bcd98316bc415b6e53c (diff)
downloadgcc-cff884a9dc9e3c805609cfac31e8042eba379a4e.tar.gz
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')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/plugin-api.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 65cc946df6c..e65a8f2b9ac 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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.
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. */