summaryrefslogtreecommitdiff
path: root/bfd/coff-stgo32.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-11-22 01:08:53 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-11-22 01:08:53 +0000
commit0d12b384fa09156d74d40376f3b8477de0c6f167 (patch)
tree8ee8cf07af77d008da0b9a9cd65979e2620cae9e /bfd/coff-stgo32.c
parentad3bf939385fd174523baf7a7f2b05ebcec1e405 (diff)
downloadbinutils-redhat-0d12b384fa09156d74d40376f3b8477de0c6f167.tar.gz
2000-11-21 Kazu Hirata <kazu@hxi.com>
* coff-a29k.c: Fix formatting. * coff-h8500.c: Likewise. * coff-i960.c: Likewise. * coff-ppc.c: Likewise. * coff-rs6000.c: Likewise. * coff-stgo32.c: Likewise. * coff-tic54x.c: Likewise. * coff-w65.c: Likewise. * cpu-h8500.c: Likewise. * cpu-hppa.c: Likewise. * cpu-ns32k.c: Likewise.
Diffstat (limited to 'bfd/coff-stgo32.c')
-rw-r--r--bfd/coff-stgo32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c
index 45e7d62795..95ccd83409 100644
--- a/bfd/coff-stgo32.c
+++ b/bfd/coff-stgo32.c
@@ -111,7 +111,7 @@ static boolean
/* This macro is used, because I cannot assume the endianess of the
host system */
-#define _H(index) (bfd_h_get_16(abfd, (bfd_byte *)(header+index*2)))
+#define _H(index) (bfd_h_get_16(abfd, (bfd_byte *) (header+index*2)))
/* These bytes are a 2048-byte DOS executable, which loads the COFF
image into memory and then runs it. It is called 'stub' */