* config/te-dpx2.h: Include obj-format.h.
(COFF_MAGIC): Renamed from FILE_HEADER_MAGIC.
This commit is contained in:
parent
0cc3f4fcc3
commit
6053ed629e
@ -1,3 +1,13 @@
|
||||
Sat May 27 21:28:49 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
||||
|
||||
* config/te-dpx2.h: Include obj-format.h.
|
||||
(COFF_MAGIC): Renamed from FILE_HEADER_MAGIC.
|
||||
|
||||
Wed May 24 13:45:32 1995 Steve Chamberlain <sac@slash.cygnus.com>
|
||||
|
||||
* configure, configure.in, config/obj-coff.c, config/obj-coff.h:
|
||||
Add support for ARM pe
|
||||
|
||||
Tue May 23 17:00:32 1995 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* config/tc-sparc.c (tc_gen_reloc): Handle BFD_RELOC_SPARC_WDISP16
|
||||
|
@ -1,11 +1,12 @@
|
||||
/* Machine specific defines for the dpx2 machine */
|
||||
#define TC_M68K
|
||||
|
||||
/* The magic number is not the usual MC68MAGIC. */
|
||||
#define FILE_HEADER_MAGIC MC68KBCSMAGIC
|
||||
#define COFF_MAGIC MC68KBCSMAGIC
|
||||
|
||||
#define REGISTER_PREFIX_OPTIONAL 1
|
||||
|
||||
#define TARGET_FORMAT "coff-m68k-un"
|
||||
|
||||
#include "obj-format.h"
|
||||
|
||||
/* end of te-dpx2.h */
|
||||
|
Loading…
Reference in New Issue
Block a user