diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-22 01:08:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-22 01:08:53 +0000 |
commit | 6e301b2bf25b9edd28d5d8cb7d3046eed15a104f (patch) | |
tree | a88eeff602382970dc259b08558805060723c75d /bfd/coff-stgo32.c | |
parent | 1abaf976022c1e6b388292115d733f281c5a90e7 (diff) | |
download | gdb-6e301b2bf25b9edd28d5d8cb7d3046eed15a104f.zip gdb-6e301b2bf25b9edd28d5d8cb7d3046eed15a104f.tar.gz gdb-6e301b2bf25b9edd28d5d8cb7d3046eed15a104f.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff-stgo32.c b/bfd/coff-stgo32.c index 45e7d62..95ccd83 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' */ |