diff options
Diffstat (limited to 'bfd/aoutf1.h')
-rw-r--r-- | bfd/aoutf1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/aoutf1.h b/bfd/aoutf1.h index 197d7c7..6279761 100644 --- a/bfd/aoutf1.h +++ b/bfd/aoutf1.h @@ -86,6 +86,7 @@ sunos4_callback (abfd) struct internal_exec *execp = exec_hdr (abfd); WORK_OUT_FILE_POSITIONS(abfd, execp); + /* Determine the architecture and machine type of the object file. */ switch (N_MACHTYPE (*exec_hdr (abfd))) { |