diff options
Diffstat (limited to 'gas/config/te-dpx2.h')
-rw-r--r-- | gas/config/te-dpx2.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/config/te-dpx2.h b/gas/config/te-dpx2.h new file mode 100644 index 0000000..00ca020 --- /dev/null +++ b/gas/config/te-dpx2.h @@ -0,0 +1,10 @@ +/* Machine specific defines for the dpx2 machine */ +#define dpx2 +#define TC_M68K + +/* Preserve leading underscore in symbol names. */ +#define STRIP_UNDERSCORE 0 + +/* The magic number is not the usual MC68MAGIC. */ +#define FILE_HEADER_MAGIC MC68KBCSMAGIC + |