From 3e4c643dc1401a42066b09f94e02eb433e6eeeda Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Sat, 5 Oct 1991 00:36:45 +0000 Subject: Added -N and fixed -n flags. Changed name of h8 support --- ld/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ld/config.h') diff --git a/ld/config.h b/ld/config.h index c3a2444..d8e0bc6 100644 --- a/ld/config.h +++ b/ld/config.h @@ -29,6 +29,7 @@ #define GLD29K_EMULATION_NAME "gld29k" #define GLDNEWS_EMULATION_NAME "gldnews" #define LNK960_EMULATION_NAME "lnk960" +#define H8300HDS_EMULATION_NAME "h8300hds" /* Otherwise default to this emulation */ #ifndef DEFAULT_EMULATION #ifdef GNU960 @@ -49,6 +50,8 @@ #define GLDM88KBCS_TARGET "m88kbcs" #define GLD29K_TARGET "coff-a29k-big" #define GLDNEWS_TARGET "a.out-newsos3" +#define H8300HDS_TARGET "ieee" + -- cgit v1.1