From 8377c19cc4edbdbb66f30996bd0400ff9ec1562a Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 21 May 2004 14:56:07 +0000 Subject: * 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. --- bfd/libaout.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/libaout.h') diff --git a/bfd/libaout.h b/bfd/libaout.h index ddd0a9f..6324239 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. */ -- cgit v1.1