diff options
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. */ |