diff options
Diffstat (limited to 'ld/plugin.h')
-rw-r--r-- | ld/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/plugin.h b/ld/plugin.h index 00256267750..775dbb4e902 100644 --- a/ld/plugin.h +++ b/ld/plugin.h @@ -22,11 +22,11 @@ #define GLD_PLUGIN_H /* Report plugin symbols. */ -extern bfd_boolean report_plugin_symbols; +extern bool report_plugin_symbols; /* Set at all symbols read time, to avoid recursively offering the plugin its own newly-added input files and libs to claim. */ -extern bfd_boolean no_more_claiming; +extern bool no_more_claiming; /* This is the only forward declaration we need to avoid having to include the plugin-api.h header in order to use this file. */ |