summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gas/config/tc-m68k.h6
1 files changed, 5 insertions, 1 deletions
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 <machine/param.h>
+
#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 */