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
This commit is contained in:
Dave Korn 2010-10-15 07:39:07 +00:00 committed by Dave Korn
parent 034c987cda
commit f24a1469f0
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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. */