From: Alan Modra Date: Tue, 17 Sep 2002 08:59:11 +0000 (+0000) Subject: * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED. X-Git-Tag: drow-cplus-branchpoint~291 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6588c30046d139ff09539f86f42018c1772737f;p=external%2Fbinutils.git * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED. * cpu-tic4x.c: Ditto. --- diff --git a/bfd/cpu-tic4x.c b/bfd/cpu-tic4x.c index 9d90fc6..75a8a24 100644 --- a/bfd/cpu-tic4x.c +++ b/bfd/cpu-tic4x.c @@ -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;