]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-06-08 Matt Thomas <matt@3am-software.com>
authorJason Thorpe <thorpej@netbsd.org>
Sat, 8 Jun 2002 23:01:10 +0000 (23:01 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sat, 8 Jun 2002 23:01:10 +0000 (23:01 +0000)
* libaout.h (enum machine_type): Add M_VAX4K_NETBSD.

bfd/ChangeLog
bfd/libaout.h

index 45340b203c7c1649a54cdac28b18b7eee6b478f5..f101f2b841d8d654401a46ec24e9445e7a2adc2a 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-08  Matt Thomas  <matt@3am-software.com>
+
+       * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
+
 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
 
        * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
index d7e5c7166ffcf4756fed588c8c1ec32e4a3f5867..a76b935d394ad3b2713365735d6738aca7cd589d 100644 (file)
@@ -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 */