aboutsummaryrefslogtreecommitdiff
path: root/bfd/cpu-arc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-arc.c')
-rw-r--r--bfd/cpu-arc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/cpu-arc.c b/bfd/cpu-arc.c
index 2904ae3..204eb48 100644
--- a/bfd/cpu-arc.c
+++ b/bfd/cpu-arc.c
@@ -55,6 +55,8 @@ const bfd_arch_info_type bfd_arc_arch =
/* Given cpu type NAME, return its bfd_mach_arc_xxx value.
Returns -1 if not found. */
+int arc_get_mach PARAMS ((char *));
+
int
arc_get_mach (name)
char *name;