diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-05-20 21:33:56 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-05-20 21:33:56 +0000 |
commit | 00597c116ea059a36781d6be4e4b73ca3a458385 (patch) | |
tree | 6a293e74a900391ec35be24d487f328d28b42d43 /gnu/usr.bin/binutils/bfd/libaout.h | |
parent | a3e65aa8c0531a5caae17969fadda8629df02bf6 (diff) |
bfd support for OpenBSD/m88k a.out binaries, glueing existing bits together.
Gives us working objcopy, objdump, etc, and the ability to process core files
to some extent.
ok and pushed upstream kettenis@
Diffstat (limited to 'gnu/usr.bin/binutils/bfd/libaout.h')
-rw-r--r-- | gnu/usr.bin/binutils/bfd/libaout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/bfd/libaout.h b/gnu/usr.bin/binutils/bfd/libaout.h index 7dc44a26720..bf362704e46 100644 --- a/gnu/usr.bin/binutils/bfd/libaout.h +++ b/gnu/usr.bin/binutils/bfd/libaout.h @@ -305,6 +305,7 @@ enum machine_type { M_VAX4K_NETBSD = 150, /* NetBSD/vax 4K pages binary */ M_MIPS1 = 151, /* MIPS R2000/R3000 binary */ M_MIPS2 = 152, /* MIPS R4000/R6000 binary */ + M_M88K_OPENBSD = 153, /* OpenBSD/m88k binary */ M_SPARCLET_2 = 163, /* 0xa3, reserved */ M_SPARCLET_3 = 179, /* 0xb3, reserved */ M_SPARCLET_4 = 195, /* 0xc3, reserved */ |