diff options
author | Ian Lance Taylor <ian@airs.com> | 1992-12-30 21:39:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1992-12-30 21:39:51 +0000 |
commit | 9a75dc1f76e4cb4130059dd9395dc4afe6b9cb8a (patch) | |
tree | 7825ac952c33c3800cda82cbe4f1a11795117745 /gas/config/te-sco386.h | |
parent | 7b4eaa0ee6c0e12d295ec9b4416f65c3867e7385 (diff) | |
download | gdb-9a75dc1f76e4cb4130059dd9395dc4afe6b9cb8a.zip gdb-9a75dc1f76e4cb4130059dd9395dc4afe6b9cb8a.tar.gz gdb-9a75dc1f76e4cb4130059dd9395dc4afe6b9cb8a.tar.bz2 |
A bunch of changes to COFF support. See the ChangeLog.
Diffstat (limited to 'gas/config/te-sco386.h')
-rw-r--r-- | gas/config/te-sco386.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/te-sco386.h b/gas/config/te-sco386.h index da8de1d..2c93f0b 100644 --- a/gas/config/te-sco386.h +++ b/gas/config/te-sco386.h @@ -1,7 +1,7 @@ /* Machine specific defines for the SCO Unix V.3.2 ODT */ #define scounix -/* Return true if s (a non null string pointer), points to a local variable name. */ -#define LOCAL_LABEL(n) ((n)[0] == '.' && (n)[1] == 'L') +/* Local labels start with a period. */ +#define DOT_LABEL_PREFIX /* end of te-sco386.h */ |