aboutsummaryrefslogtreecommitdiff
path: root/bfd/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/plugin.h')
-rw-r--r--bfd/plugin.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/bfd/plugin.h b/bfd/plugin.h
index af5d1f4..075532d 100644
--- a/bfd/plugin.h
+++ b/bfd/plugin.h
@@ -21,7 +21,7 @@
#ifndef _PLUGIN_H_
#define _PLUGIN_H_
-void bfd_plugin_set_program_name (const char *, int);
+void bfd_plugin_set_program_name (const char *);
int bfd_plugin_open_input (bfd *, struct ld_plugin_input_file *);
void bfd_plugin_set_plugin (const char *);
bfd_boolean bfd_plugin_target_p (const bfd_target *);
@@ -33,9 +33,6 @@ typedef struct plugin_data_struct
{
int nsyms;
const struct ld_plugin_symbol *syms;
- bfd *real_bfd;
- long real_nsyms;
- asymbol **real_syms;
}
plugin_data_struct;