2002-06-08 Matt Thomas <matt@3am-software.com>
* libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
This commit is contained in:
parent
983b727e70
commit
91149be392
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue