summaryrefslogtreecommitdiff
path: root/bfd/libaout.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-21 16:58:57 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-21 16:58:57 +0000
commit7f919c8471b407c6a8c698ee3b29cdf0e9c4eb3d (patch)
treeda8d0f6046c02daef652e3e3158830425c7833e9 /bfd/libaout.h
parent13c7b1ca39642da4ad0046c4d0c48e3f4650a978 (diff)
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h
index 87b49e5dbd..ddd0a9fd2a 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. */