diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-22 18:43:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-22 18:43:09 +0000 |
commit | afe94956ca3a1be06386077f1732bf1b5a9d9b7d (patch) | |
tree | 6d34419f0dc5980a11dab9f81a5e63e853e28243 | |
parent | 46e94266aee8b7454f280f6c9a90afc9efe3434e (diff) | |
download | binutils-afe94956ca3a1be06386077f1732bf1b5a9d9b7d.zip binutils-afe94956ca3a1be06386077f1732bf1b5a9d9b7d.tar.gz binutils-afe94956ca3a1be06386077f1732bf1b5a9d9b7d.tar.bz2 |
Oops - fix typo in ISO-C90ifcation
-rw-r--r-- | bfd/coff-arm.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |