aboutsummaryrefslogtreecommitdiff
path: root/gas/config/te-sco386.h
blob: cbf60c2c6b73203613cd79b71fa4ca09b98c92d3 (plain)
1
2
3
4
5
6
7
8
9
10
/* Machine specific defines for the SCO Unix V.3.2 ODT */

/* Local labels start with a period.  */
#define LOCAL_LABEL(name) (name[0] == '.' \
                           && (name[1] == 'L' || name[1] == '.'))
#define FAKE_LABEL_NAME ".L0\001"

#include "obj-format.h"

/* end of te-sco386.h */