7 changed files with 43 additions and 33 deletions
@ -1,6 +1,6 @@ |
|||
/* Remove leading underscore from the gcc generated symbol names */ |
|||
#define STRIP_UNDERSCORE |
|||
|
|||
/* end of te-sysv32.h */ |
|||
|
|||
#define TE_DELTA |
|||
|
|||
/* end of te-delta.h */ |
|||
|
|||
@ -0,0 +1,11 @@ |
|||
/*
|
|||
* This file is te-go32.h |
|||
*/ |
|||
|
|||
#define LOCAL_LABELS_DOLLAR |
|||
#define LOCAL_LABELS_FB |
|||
|
|||
#define TARGET_FORMAT "coff-go32" |
|||
|
|||
/* these define interfaces */ |
|||
#include "obj-format.h" |
|||
Loading…
Reference in new issue