Commit f24a1469 by Dave Korn Committed by Dave Korn

Sync LD plugin patch series (part 1/6) with src/include/.

	* plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.

From-SVN: r165496
parent 034c987c
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> 2010-10-06 Andi Kleen <ak@linux.intel.com>
* libiberty.h (setproctitle): Add prototype. * libiberty.h (setproctitle): Add prototype.
......
...@@ -268,7 +268,8 @@ enum ld_plugin_tag ...@@ -268,7 +268,8 @@ enum ld_plugin_tag
LDPT_RELEASE_INPUT_FILE, LDPT_RELEASE_INPUT_FILE,
LDPT_ADD_INPUT_LIBRARY, LDPT_ADD_INPUT_LIBRARY,
LDPT_OUTPUT_NAME, LDPT_OUTPUT_NAME,
LDPT_SET_EXTRA_LIBRARY_PATH LDPT_SET_EXTRA_LIBRARY_PATH,
LDPT_GNU_LD_VERSION
}; };
/* The plugin transfer vector. */ /* The plugin transfer vector. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment