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 | da936ce5c8a9f6d4f0813647da9d14cfec6ae668 (patch) | |
tree | 5936de4faf7f4298f4f6ca610ce84f71890725c4 /bfd/aout-target.h | |
parent | 2b48f92baebc72ef5b6ed64ef79d1fc5b63b8a55 (diff) | |
download | gdb-da936ce5c8a9f6d4f0813647da9d14cfec6ae668.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; |