From 33455a76611a888fcc0178674bd3343606cb02a7 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 23 May 2004 14:52:58 +0000 Subject: s/M_M88K_OPENBSD/M_88K_OPENBSD/g ok miod@ --- gnu/usr.bin/binutils/bfd/libaout.h | 2 +- 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 -- cgit v1.2.3