summaryrefslogtreecommitdiff
path: root/bfd/coff-arm.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-03-22 18:43:09 +0000
committerNick Clifton <nickc@redhat.com>2005-03-22 18:43:09 +0000
commitcd881e2762e23c375557efd0866875a22e5da37b (patch)
treef33de5a5f6f644defd7514703e8f188909c65dc8 /bfd/coff-arm.c
parent15c0bb8502575145f916a736bae0aca059cd5b0b (diff)
downloadbinutils-redhat-cd881e2762e23c375557efd0866875a22e5da37b.tar.gz
Oops - fix typo in ISO-C90ifcation
Diffstat (limited to 'bfd/coff-arm.c')
-rw-r--r--bfd/coff-arm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coff-arm.c b/bfd/coff-arm.c
index 77a30c170b..95feea2abc 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