diff options
| author | mycroft <mycroft@NetBSD.org> | 1994-01-28 22:37:29 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1994-01-28 22:37:29 +0000 |
| commit | 2eeed7e2bc06b4c8f2da52561033fa83b1141be0 (patch) | |
| tree | 30b0b9de76fbdf9d44ecccee100f352956b093f2 /gnu | |
| parent | db1f5577e7c533a0e3f145418ec089fb92c55554 (diff) | |
This is an ugly kluge to get the machine id correct.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gas/config/tc-m68k.h | 6 |
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 */ |
