diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-21 16:58:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-21 16:58:57 +0000 |
commit | 7f919c8471b407c6a8c698ee3b29cdf0e9c4eb3d (patch) | |
tree | da8d0f6046c02daef652e3e3158830425c7833e9 /bfd/libaout.h | |
parent | * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes. (diff) | |
download | binutils-gdb-7f919c8471b407c6a8c698ee3b29cdf0e9c4eb3d.tar.gz binutils-gdb-7f919c8471b407c6a8c698ee3b29cdf0e9c4eb3d.tar.bz2 binutils-gdb-7f919c8471b407c6a8c698ee3b29cdf0e9c4eb3d.zip |
2004-04-21 Andrew Cagney <cagney@redhat.com>
* libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
Diffstat (limited to 'bfd/libaout.h')
-rw-r--r-- | bfd/libaout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h index 87b49e5dbd0..ddd0a9fd2a3 100644 --- a/bfd/libaout.h +++ b/bfd/libaout.h @@ -273,6 +273,7 @@ enum machine_type M_ALPHA_NETBSD = 141, /* NetBSD/alpha binary. */ M_ARM6_NETBSD = 143, /* NetBSD/arm32 binary. */ M_SPARCLET_1 = 147, /* 0x93, reserved. */ + M_POWERPC_NETBSD = 149, /* NetBSD/powerpc (big-endian) binary. */ M_VAX4K_NETBSD = 150, /* NetBSD/vax 4K pages binary. */ M_MIPS1 = 151, /* MIPS R2000/R3000 binary. */ M_MIPS2 = 152, /* MIPS R4000/R6000 binary. */ |