* config/tc-hppa.c (md_apply_fix): Delete old wrapper function.
[deliverable/binutils-gdb.git] / gas / config / te-sco386.h
CommitLineData
0e39a8bb
RP
1/* Machine specific defines for the SCO Unix V.3.2 ODT */
2#define scounix
3
9a75dc1f 4/* Local labels start with a period. */
b309df49
JL
5#define LOCAL_LABEL(name) (name[0] == '.' \
6 && (name[1] == 'L' || name[1] == '.'))
7#define FAKE_LABEL_NAME ".L0\001"
8b228fe9 8/* end of te-sco386.h */
This page took 0.093881 seconds and 4 git commands to generate.