From 2eeed7e2bc06b4c8f2da52561033fa83b1141be0 Mon Sep 17 00:00:00 2001 From: mycroft Date: Fri, 28 Jan 1994 22:37:29 +0000 Subject: This is an ugly kluge to get the machine id correct. --- gnu/usr.bin/gas/config/tc-m68k.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/gas/config/tc-m68k.h b/gnu/usr.bin/gas/config/tc-m68k.h index ce69252b963..d6781bd80a4 100644 --- a/gnu/usr.bin/gas/config/tc-m68k.h +++ b/gnu/usr.bin/gas/config/tc-m68k.h @@ -23,6 +23,10 @@ * target processor specific header files. */ +#define MID_M68K 135 +#define MID_M68K4K 136 +#include + #define TC_M68K 1 #define NO_LISTING @@ -31,7 +35,7 @@ #define REVERSE_SORT_RELOCS #endif /* OLD_GAS */ -#define AOUT_MACHTYPE 0x2 +#define AOUT_MACHTYPE MID_MACHINE #define LOCAL_LABELS_FB #define tc_crawl_symbol_chain(a) {;} /* not used */ -- cgit