diff options
author | Alan Modra <amodra@gmail.com> | 2002-09-17 08:59:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-09-17 08:59:11 +0000 |
commit | a6588c30046d139ff09539f86f42018c1772737f (patch) | |
tree | 3e5338bfd19558b3b52c34567690333fe4499b63 /bfd/cpu-tic4x.c | |
parent | 562ace6b7985c8f45d1550eed91b751c49343e09 (diff) | |
download | gdb-a6588c30046d139ff09539f86f42018c1772737f.zip gdb-a6588c30046d139ff09539f86f42018c1772737f.tar.gz gdb-a6588c30046d139ff09539f86f42018c1772737f.tar.bz2 |
* coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
* cpu-tic4x.c: Ditto.
Diffstat (limited to 'bfd/cpu-tic4x.c')
-rw-r--r-- | bfd/cpu-tic4x.c | 4 |
1 files changed, 4 insertions, 0 deletions
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; |