diff options
Diffstat (limited to 'gas/config/te-sco386.h')
-rw-r--r-- | gas/config/te-sco386.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/config/te-sco386.h b/gas/config/te-sco386.h new file mode 100644 index 0000000..8bcb688 --- /dev/null +++ b/gas/config/te-sco386.h @@ -0,0 +1,8 @@ +/* Machine specific defines for the SCO Unix V.3.2 ODT */ +#define scounix + +/* Return true if s (a non null string pointer), points to a local variable name. */ +#define LOCAL_LABEL(n) ((n)[0] == '.' && (n)[1] == 'L') + +/* Compiler does not generate symbol names with a leading underscore. */ +#define STRIP_UNDERSCORE 0 |