diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-06-08 23:01:10 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-06-08 23:01:10 +0000 |
commit | 91149be392c15a9ce775e76ea83ce3dd1a0141a0 (patch) | |
tree | a441ef6c368d647cba9dda2e303b9dd8e51df066 /bfd | |
parent | 983b727e70b2732e14ab6278ef15f488cd8983c9 (diff) | |
download | fsf-binutils-gdb-91149be392c15a9ce775e76ea83ce3dd1a0141a0.zip fsf-binutils-gdb-91149be392c15a9ce775e76ea83ce3dd1a0141a0.tar.gz fsf-binutils-gdb-91149be392c15a9ce775e76ea83ce3dd1a0141a0.tar.bz2 |
2002-06-08 Matt Thomas <matt@3am-software.com>
* libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/libaout.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 45340b2..f101f2b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/libaout.h b/bfd/libaout.h index d7e5c71..a76b935 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 */ |