]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Sync LD plugin patch series (part 1/6) with src/include/.
authorDave Korn <dave.korn.cygwin@gmail.com>
Fri, 15 Oct 2010 07:39:07 +0000 (07:39 +0000)
committerDave Korn <davek@gcc.gnu.org>
Fri, 15 Oct 2010 07:39:07 +0000 (07:39 +0000)
* plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member.

From-SVN: r165496

include/ChangeLog
include/plugin-api.h

index 3f4daa6ea40abe509c52a0171b11eb7a73b419c9..647aa2cc3b0ef020d669d42b347a699bc01fb513 100644 (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.
index a0cf5f4583defae6a70ea38808a50aa4675224d0..9d58fef400d929531abfec2fb8c23b26868e08e0 100644 (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.  */