diff options
Diffstat (limited to 'gas/config/te-sco386.h')
-rw-r--r-- | gas/config/te-sco386.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gas/config/te-sco386.h b/gas/config/te-sco386.h deleted file mode 100644 index cbf60c2..0000000 --- a/gas/config/te-sco386.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Machine specific defines for the SCO Unix V.3.2 ODT */ - -/* Local labels start with a period. */ -#define LOCAL_LABEL(name) (name[0] == '.' \ - && (name[1] == 'L' || name[1] == '.')) -#define FAKE_LABEL_NAME ".L0\001" - -#include "obj-format.h" - -/* end of te-sco386.h */ |