* coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.

* cpu-tic4x.c: Ditto.
This commit is contained in:
Alan Modra 2002-09-17 08:59:11 +00:00
parent 562ace6b79
commit a6588c3004

View File

@ -23,6 +23,10 @@
#include "sysdep.h"
#include "libbfd.h"
static boolean c4x_scan
PARAMS ((const struct bfd_arch_info *, const char * ));
static boolean
c4x_scan (info, string)
const struct bfd_arch_info *info;