aboutsummaryrefslogtreecommitdiff
path: root/bfd/cpu-tic4x.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-09-17 08:59:11 +0000
committerAlan Modra <amodra@gmail.com>2002-09-17 08:59:11 +0000
commita6588c30046d139ff09539f86f42018c1772737f (patch)
tree3e5338bfd19558b3b52c34567690333fe4499b63 /bfd/cpu-tic4x.c
parent562ace6b7985c8f45d1550eed91b751c49343e09 (diff)
downloadgdb-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.c4
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;