aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-02-28 19:42:04 +0000
committerIan Lance Taylor <ian@airs.com>1997-02-28 19:42:04 +0000
commite691320ea4711f41b7e934013ac70c1ff72b5eaf (patch)
treebebd9b904c58921a8a176ba45f2e01a1fd099e2f /gas/config
parent9ae9e582546d553b918562fbd505566c0af57ed6 (diff)
downloadfsf-binutils-gdb-e691320ea4711f41b7e934013ac70c1ff72b5eaf.zip
fsf-binutils-gdb-e691320ea4711f41b7e934013ac70c1ff72b5eaf.tar.gz
fsf-binutils-gdb-e691320ea4711f41b7e934013ac70c1ff72b5eaf.tar.bz2
* config/te-sco386.h: Remove; not used.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/.Sanitize1
-rw-r--r--gas/config/te-sco386.h10
2 files changed, 0 insertions, 11 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize
index 4b73003..69438ea 100644
--- a/gas/config/.Sanitize
+++ b/gas/config/.Sanitize
@@ -177,7 +177,6 @@ te-pe.h
te-ppcnw.h
te-psos.h
te-riscix.h
-te-sco386.h
te-sparcaout.h
te-sun3.h
te-svr4.h
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 */