Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ChangeLog5
-rw-r--r--include/plugin-api.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 6712b5e40..fe9b38f92 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-09 Rafael Espindola <espindola@google.com>
+
+ * plugin-api.h (ld_plugin_add_input_library): Change argument name to
+ libname.
+
2008-10-03 Rafael Espindola <espindola@google.com>
* plugin-api.h: New.
diff --git a/include/plugin-api.h b/include/plugin-api.h
index 530f3f448..a026e7a00 100644
--- a/include/plugin-api.h
+++ b/include/plugin-api.h
@@ -218,7 +218,7 @@ enum ld_plugin_status
typedef
enum ld_plugin_status
-(*ld_plugin_add_input_library) (char *pathname);
+(*ld_plugin_add_input_library) (char *libname);
/* The linker's interface for issuing a warning or error message. */