summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordavek <davek@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-15 07:39:07 +0000
committerdavek <davek@138bc75d-0d04-0410-961f-82ee72b054a4>2010-10-15 07:39:07 +0000
commit8de56b55c92f5d3afc159829d35bd5d3b16a6b00 (patch)
treed5439bedd5e6e0be903db5257649acca1aceaf71 /include
parent7f91ac8e8061975639d06f1af9171f2567637d77 (diff)
downloadgcc-8de56b55c92f5d3afc159829d35bd5d3b16a6b00.tar.gz
Sync LD plugin patch series (part 1/6) with src/include/.
* plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165496 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/plugin-api.h3
2 files changed, 7 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 3f4daa6ea40..647aa2cc3b0 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Sync LD plugin patch series (part 1/6) with src/include/.
+ * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.
+
2010-10-06 Andi Kleen <ak@linux.intel.com>
* libiberty.h (setproctitle): Add prototype.
diff --git a/include/plugin-api.h b/include/plugin-api.h
index a0cf5f4583d..9d58fef400d 100644
--- a/include/plugin-api.h
+++ b/include/plugin-api.h
@@ -268,7 +268,8 @@ enum ld_plugin_tag
LDPT_RELEASE_INPUT_FILE,
LDPT_ADD_INPUT_LIBRARY,
LDPT_OUTPUT_NAME,
- LDPT_SET_EXTRA_LIBRARY_PATH
+ LDPT_SET_EXTRA_LIBRARY_PATH,
+ LDPT_GNU_LD_VERSION
};
/* The plugin transfer vector. */