aboutsummaryrefslogtreecommitdiff
path: root/include/plugin-api.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-10-09 16:17:35 +0000
committerDJ Delorie <dj@redhat.com>2009-10-09 16:17:35 +0000
commite322137b9b864508a8b8f378ebb331589812ed18 (patch)
tree86ef3655fb962533c823fc8a2735fa8b64c2a483 /include/plugin-api.h
parent0c9b2b4cc65d1bee30d4e4b8ee715c7e90156fac (diff)
downloadgdb-e322137b9b864508a8b8f378ebb331589812ed18.zip
gdb-e322137b9b864508a8b8f378ebb331589812ed18.tar.gz
gdb-e322137b9b864508a8b8f378ebb331589812ed18.tar.bz2
merge from gcc
Diffstat (limited to 'include/plugin-api.h')
-rw-r--r--include/plugin-api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plugin-api.h b/include/plugin-api.h
index 530f3f4..a026e7a 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. */