X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Fcpu-tic4x.c;h=f8dbf98065813db700797bb5c6c272fc19defa3a;hb=refs%2Fheads%2Fsandbox%2Fvbarinov%2Ftizen_6_base;hp=ecc094f243f5e96ac211e5eebf319353eba59e18;hpb=cd123cb70c845b890eed231a84e6e84c92c2ef92;p=external%2Fbinutils.git diff --git a/bfd/cpu-tic4x.c b/bfd/cpu-tic4x.c index ecc094f..f8dbf98 100644 --- a/bfd/cpu-tic4x.c +++ b/bfd/cpu-tic4x.c @@ -1,5 +1,5 @@ /* bfd back-end for TMS320C[34]x support - Copyright 1996, 1997, 2002, 2003, 2007 Free Software Foundation, Inc. + Copyright (C) 1996-2019 Free Software Foundation, Inc. Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz) @@ -24,14 +24,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. */ @@ -64,6 +59,7 @@ const bfd_arch_info_type bfd_tic3x_arch = FALSE, /* Not the default architecture. */ bfd_default_compatible, tic4x_scan, + bfd_arch_default_fill, 0 }; @@ -80,6 +76,7 @@ const bfd_arch_info_type bfd_tic4x_arch = TRUE, /* The default architecture. */ bfd_default_compatible, tic4x_scan, + bfd_arch_default_fill, &bfd_tic3x_arch, };