1991-04-04 20:19:56 +02:00
|
|
|
/* Machine specific defines for the SCO Unix V.3.2 ODT */
|
|
|
|
|
1992-12-30 22:39:51 +01:00
|
|
|
/* Local labels start with a period. */
|
1993-10-31 03:18:17 +01:00
|
|
|
#define LOCAL_LABEL(name) (name[0] == '.' \
|
|
|
|
&& (name[1] == 'L' || name[1] == '.'))
|
|
|
|
#define FAKE_LABEL_NAME ".L0\001"
|
1995-08-27 03:18:28 +02:00
|
|
|
|
|
|
|
#include "obj-format.h"
|
|
|
|
|
1992-02-13 10:13:54 +01:00
|
|
|
/* end of te-sco386.h */
|