diff options
Diffstat (limited to 'ld/config.h')
-rw-r--r-- | ld/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/config.h b/ld/config.h index d8e0bc6..7c1ac73 100644 --- a/ld/config.h +++ b/ld/config.h @@ -30,6 +30,7 @@ #define GLDNEWS_EMULATION_NAME "gldnews" #define LNK960_EMULATION_NAME "lnk960" #define H8300HDS_EMULATION_NAME "h8300hds" +#define EBMON29K_EMULATION_NAME "ebmon29k" /* Otherwise default to this emulation */ #ifndef DEFAULT_EMULATION #ifdef GNU960 @@ -51,6 +52,7 @@ #define GLD29K_TARGET "coff-a29k-big" #define GLDNEWS_TARGET "a.out-newsos3" #define H8300HDS_TARGET "ieee" +#define EBMON29K_TARGET "coff-a29k-big" |