From 6053ed629ed5b25f7a98a4e3432d95f2938d4203 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Sun, 28 May 1995 04:36:45 +0000 Subject: [PATCH] * config/te-dpx2.h: Include obj-format.h. (COFF_MAGIC): Renamed from FILE_HEADER_MAGIC. --- gas/ChangeLog | 10 ++++++++++ gas/config/te-dpx2.h | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index d9bc07cf5ac..87a83940da1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +Sat May 27 21:28:49 1995 J.T. Conklin + + * config/te-dpx2.h: Include obj-format.h. + (COFF_MAGIC): Renamed from FILE_HEADER_MAGIC. + +Wed May 24 13:45:32 1995 Steve Chamberlain + + * 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 * config/tc-sparc.c (tc_gen_reloc): Handle BFD_RELOC_SPARC_WDISP16 diff --git a/gas/config/te-dpx2.h b/gas/config/te-dpx2.h index 960a794d3ef..45341ca5b3e 100644 --- a/gas/config/te-dpx2.h +++ b/gas/config/te-dpx2.h @@ -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 */ -- 2.30.2