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 | fc666ec99584d758704a974fa824631a9a9c8309 (patch) | |
tree | a85fadf1febe4767bcd10e432473d4680d3b983b /bfd/libaout.h | |
parent | f19f22aadf520dac404cd64d1e5f0fdcbc800c50 (diff) | |
download | gdb-fc666ec99584d758704a974fa824631a9a9c8309.tar.gz |
2002-06-08 Matt Thomas <matt@3am-software.com>
* libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
Diffstat (limited to 'bfd/libaout.h')
-rw-r--r-- | bfd/libaout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h index d7e5c7166ff..a76b935d394 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 */ |