X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fcpu-tic4x.c;h=a90594c2f9804788431e60d9844f89dd0d59447d;hb=2c3fc38946973ec305b63248abdd170eda059f80;hp=e962233ffbcf51ea5f66a81acc0078782cdddbd7;hpb=cd6f1cf350bbc5d91977fccb8082cecea60d8465;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/cpu-tic4x.c b/bfd/cpu-tic4x.c index e962233ffb..a90594c2f9 100644 --- a/bfd/cpu-tic4x.c +++ b/bfd/cpu-tic4x.c @@ -1,5 +1,6 @@ /* bfd back-end for TMS320C[34]x support - Copyright 1996, 1997, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright 1996, 1997, 2002, 2003, 2005, 2007, 2012 + Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz) @@ -24,14 +25,9 @@ #include "bfd.h" #include "libbfd.h" -static bfd_boolean tic4x_scan - PARAMS ((const struct bfd_arch_info *, const char * )); - - static bfd_boolean -tic4x_scan (info, string) - const struct bfd_arch_info *info; - const char *string; +tic4x_scan (const struct bfd_arch_info *info, + const char *string) { /* Allow strings of form [ti][Cc][34][0-9], let's not be too picky about strange numbered machines in C3x or C4x series. */