From 1789eed2e71693421433fa6518cee528a192228f Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 8 Jun 2002 23:01:09 +0000 Subject: [PATCH] 2002-06-08 Matt Thomas * libaout.h (enum machine_type): Add M_VAX4K_NETBSD. --- bfd/ChangeLog | 4 ++++ bfd/libaout.h | 1 + 2 files changed, 5 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 45340b203c..f101f2b841 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2002-06-08 Matt Thomas + + * libaout.h (enum machine_type): Add M_VAX4K_NETBSD. + 2002-06-08 Alan Modra * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static. diff --git a/bfd/libaout.h b/bfd/libaout.h index d7e5c7166f..a76b935d39 100644 --- a/bfd/libaout.h +++ b/bfd/libaout.h @@ -302,6 +302,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_VAX4K_NETBSD = 150, /* NetBSD/vax 4K pages binary */ M_MIPS1 = 151, /* MIPS R2000/R3000 binary */ M_MIPS2 = 152, /* MIPS R4000/R6000 binary */ M_SPARCLET_2 = 163, /* 0xa3, reserved */ -- 2.11.0