Fix recent breakage
[deliverable/binutils-gdb.git] / gas / config / te-sco386.h
CommitLineData
0e39a8bb 1/* Machine specific defines for the SCO Unix V.3.2 ODT */
0e39a8bb 2
9a75dc1f 3/* Local labels start with a period. */
b309df49
JL
4#define LOCAL_LABEL(name) (name[0] == '.' \
5 && (name[1] == 'L' || name[1] == '.'))
6#define FAKE_LABEL_NAME ".L0\001"
d634f0a8
ILT
7
8#include "obj-format.h"
9
8b228fe9 10/* end of te-sco386.h */
This page took 0.20143 seconds and 4 git commands to generate.