diff --git a/gnu/usr.bin/gas/config/tc-m68k.h b/gnu/usr.bin/gas/config/tc-m68k.h index ce69252b963a..d6781bd80a45 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 */