Flag error if absolute constant is too large for an immediate field.
[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
4/* Return true if s (a non null string pointer), points to a local variable name. */
5#define LOCAL_LABEL(n) ((n)[0] == '.' && (n)[1] == 'L')
8b228fe9
RP
6
7/* end of te-sco386.h */
This page took 0.053828 seconds and 4 git commands to generate.