diff options
Diffstat (limited to 'bfd/cpu-w65.c')
-rw-r--r-- | bfd/cpu-w65.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bfd/cpu-w65.c b/bfd/cpu-w65.c index 13f68b3..9a31772 100644 --- a/bfd/cpu-w65.c +++ b/bfd/cpu-w65.c @@ -22,10 +22,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "sysdep.h" #include "libbfd.h" - int bfd_default_scan_num_mach(); -static boolean +static boolean scan_mach (info, string) const struct bfd_arch_info *info ATTRIBUTE_UNUSED; const char *string; @@ -35,8 +34,6 @@ scan_mach (info, string) return false; } - - const bfd_arch_info_type bfd_w65_arch = { 16, /* 16 bits in a word */ |