diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2004-05-23 14:52:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2004-05-23 14:52:58 +0000 |
commit | 33455a76611a888fcc0178674bd3343606cb02a7 (patch) | |
tree | b7c014a84fad4ff13d75ebac34f09f40c1086390 /gnu | |
parent | 27690c22ebccd11522a3d86e10217426dc595da6 (diff) |
s/M_M88K_OPENBSD/M_88K_OPENBSD/g
ok miod@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/bfd/libaout.h | 2 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/bfd/m88kopenbsd.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/bfd/libaout.h b/gnu/usr.bin/binutils/bfd/libaout.h index 01abf6957a5..accce3bff8e 100644 --- a/gnu/usr.bin/binutils/bfd/libaout.h +++ b/gnu/usr.bin/binutils/bfd/libaout.h @@ -306,7 +306,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_88K_OPENBSD = 153, /* OpenBSD/m88k binary */ M_SPARC64_NETBSD = 156, /* NetBSD/sparc64 binary */ M_X86_64_NETBSD = 157, /* NetBSD/amd64 binary */ M_SPARCLET_2 = 163, /* 0xa3, reserved */ diff --git a/gnu/usr.bin/binutils/bfd/m88kopenbsd.c b/gnu/usr.bin/binutils/bfd/m88kopenbsd.c index 9b264479dce..459d3b2dd73 100644 --- a/gnu/usr.bin/binutils/bfd/m88kopenbsd.c +++ b/gnu/usr.bin/binutils/bfd/m88kopenbsd.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define TARGET_PAGE_SIZE 4096 #define DEFAULT_ARCH bfd_arch_m88k -#define DEFAULT_MID M_M88K_OPENBSD +#define DEFAULT_MID M_88K_OPENBSD /* Do not "beautify" the CONCAT* macro args. Traditional C will not remove whitespace added here, and thus will fail to concatenate |