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
commit4970cd21d9feacbf6efde0c79af322f2ee692708 (patch)
treebba6eeac1e035f066c89f017bce79687fc4b11d0 /bfd/libaout.h
parenta2818c5b2cdef94b598b063384290c080a821452 (diff)
downloadbinutils-redhat-4970cd21d9feacbf6efde0c79af322f2ee692708.tar.gz
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. */