diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-18 23:33:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-18 23:33:11 +0000 |
commit | e135f41bc2c2080a18ec4458a05757e1dc824876 (patch) | |
tree | 2b4c79d6629d37f6511d95efe4bdb75d1054736d /bfd/aout-target.h | |
parent | dc3febfa6ef6fa1bc6a9239f85db6faf6006655c (diff) | |
download | binutils-gdb-e135f41bc2c2080a18ec4458a05757e1dc824876.tar.gz |
Add PDP-11 support
Diffstat (limited to 'bfd/aout-target.h')
-rw-r--r-- | bfd/aout-target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/aout-target.h b/bfd/aout-target.h index 1902cdfa556..a27c11be2d6 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -156,7 +156,7 @@ MY(object_p) (abfd) #ifdef SWAP_MAGIC exec.a_info = SWAP_MAGIC (exec_bytes.e_info); #else - exec.a_info = bfd_h_get_32 (abfd, exec_bytes.e_info); + exec.a_info = GET_MAGIC (abfd, exec_bytes.e_info); #endif /* SWAP_MAGIC */ if (N_BADMAG (exec)) return 0; |