diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-06 22:56:13 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-06 22:56:13 +0000 |
commit | c4dfa77f430fbd0eb5ec1d22c2b29581091ab0fe (patch) | |
tree | 9fd3a718fbfe42103cd46a8782c5762f9c8af0b5 /bfd/aout-encap.c | |
parent | 73bc900df9bcfe3ce24453219d2303fafb1395de (diff) | |
download | fsf-binutils-gdb-c4dfa77f430fbd0eb5ec1d22c2b29581091ab0fe.zip fsf-binutils-gdb-c4dfa77f430fbd0eb5ec1d22c2b29581091ab0fe.tar.gz fsf-binutils-gdb-c4dfa77f430fbd0eb5ec1d22c2b29581091ab0fe.tar.bz2 |
2000-11-06 Kazu Hirata <kazu@hxi.com>
* aout-adobe.c: Fix formatting.
* aout-arm.c: Likewise.
* aout-cris.c: Likewise.
* aout-encap.c: Likewise.
* aout-ns32k.c: Likewise.
* aout-target.h: Likewise.
* aout-tic30.c: Likewise.
Diffstat (limited to 'bfd/aout-encap.c')
-rw-r--r-- | bfd/aout-encap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/aout-encap.c b/bfd/aout-encap.c index c25f9037..d6650a9 100644 --- a/bfd/aout-encap.c +++ b/bfd/aout-encap.c @@ -53,7 +53,7 @@ encap_object_p (abfd) bfd_set_error (bfd_error_wrong_format); return 0; } - + coff_magic = bfd_h_get_16 (abfd, magicbuf); if (coff_magic != COFF_MAGIC) return 0; /* Not an encap coff file */ @@ -83,9 +83,9 @@ encap_real_callback (abfd) bfd *abfd; { struct internal_exec *execp = exec_hdr (abfd); - + MY(callback)(abfd, execp); - + /* If we have a coff header, it can give us better values for text_start and exec_data_start. This is particularly useful for remote debugging of embedded systems. */ |