From: Nick Clifton Date: Tue, 22 Mar 2005 18:43:09 +0000 (+0000) Subject: Oops - fix typo in ISO-C90ifcation X-Git-Tag: csl-arm-20050325-branchpoint~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afe94956ca3a1be06386077f1732bf1b5a9d9b7d;p=platform%2Fupstream%2Fbinutils.git Oops - fix typo in ISO-C90ifcation --- diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c index 77a30c1..95feea2 100644 --- a/bfd/coff-arm.c +++ b/bfd/coff-arm.c @@ -199,11 +199,11 @@ static bfd_reloc_status_type aoutarm_fix_pcrel_26_done (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); static bfd_reloc_status_type aoutarm_fix_pcrel_26 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); -static bfd_reloc_status_type coff_thumb_pcrel_9 - (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); static bfd_reloc_status_type coff_thumb_pcrel_12 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); #ifndef ARM_WINCE +static bfd_reloc_status_type coff_thumb_pcrel_9 + (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); static bfd_reloc_status_type coff_thumb_pcrel_23 (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **); #endif