diff options
Diffstat (limited to 'gas/config/e-i386aout.c')
-rw-r--r-- | gas/config/e-i386aout.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/e-i386aout.c b/gas/config/e-i386aout.c index 18fdf689c73..f8435ab3532 100644 --- a/gas/config/e-i386aout.c +++ b/gas/config/e-i386aout.c @@ -1,6 +1,8 @@ #include "as.h" #include "emul.h" +static const char *i386aout_bfd_name PARAMS ((void)); + static const char * i386aout_bfd_name () { |