* xcofflink.c: More improvements, mostly to fix handling of
[deliverable/binutils-gdb.git] / gas / config / te-sco386.h
1 /* Machine specific defines for the SCO Unix V.3.2 ODT */
2
3 /* Local labels start with a period. */
4 #define LOCAL_LABEL(name) (name[0] == '.' \
5 && (name[1] == 'L' || name[1] == '.'))
6 #define FAKE_LABEL_NAME ".L0\001"
7
8 #include "obj-format.h"
9
10 /* end of te-sco386.h */
This page took 0.03119 seconds and 4 git commands to generate.