mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
b309df49dc
(LOCAL_LABEL, FAKE_LABEL_NAME): Define. * config/tc-m68k.h (DOT_LABEL_PREFIX): Delete. (LOCAL_LABEL, FAKE_LABEL_NAME): Define. * config/te-sco386.h (DOT_LABEL_PREFIX): Delete. (LOCAL_LABEL, FAKE_LABEL_NAME): Define.
9 lines
285 B
C
9 lines
285 B
C
/* Machine specific defines for the SCO Unix V.3.2 ODT */
|
|
#define scounix
|
|
|
|
/* Local labels start with a period. */
|
|
#define LOCAL_LABEL(name) (name[0] == '.' \
|
|
&& (name[1] == 'L' || name[1] == '.'))
|
|
#define FAKE_LABEL_NAME ".L0\001"
|
|
/* end of te-sco386.h */
|