summaryrefslogtreecommitdiff
path: root/bfd/libaout.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-05-21 14:56:07 +0000
committerMark Kettenis <kettenis@gnu.org>2004-05-21 14:56:07 +0000
commit80a0c2822fc1a92afd1c2528e666bb4602f3b526 (patch)
tree43b6213d2da5146142d4034a13025b852105c951 /bfd/libaout.h
parent30351ad5f08033ec313ca1b8390a8d8e728b323b (diff)
downloadbinutils-redhat-80a0c2822fc1a92afd1c2528e666bb4602f3b526.tar.gz
* libaout.h (machine_type): Add M_88K_OPENBSD and M_HPPA_OPENBSD.
* netbsd-core.c (netbsd_core_file_p): Set architecture for alpha, arm, m68k, m88k and hppa core files.
Diffstat (limited to 'bfd/libaout.h')
-rw-r--r--bfd/libaout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h
index ddd0a9fd2a..6324239135 100644
--- a/bfd/libaout.h
+++ b/bfd/libaout.h
@@ -277,6 +277,8 @@ enum machine_type
M_VAX4K_NETBSD = 150, /* NetBSD/vax 4K pages binary. */
M_MIPS1 = 151, /* MIPS R2000/R3000 binary. */
M_MIPS2 = 152, /* MIPS R4000/R6000 binary. */
+ M_88K_OPENBSD = 153, /* OpenBSD/m88k binary. */
+ M_HPPA_OPENBSD = 154, /* OpenBSD/hppa binary. */
M_SPARC64_NETBSD = 156, /* NetBSD/sparc64 binary. */
M_X86_64_NETBSD = 157, /* NetBSD/amd64 binary. */
M_SPARCLET_2 = 163, /* 0xa3, reserved. */