mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
9 lines
318 B
C
9 lines
318 B
C
/* 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
|