Initial ARC support.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 30 Nov 1994 02:48:31 +0000 (02:48 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 30 Nov 1994 02:48:31 +0000 (02:48 +0000)
gas/config/.Sanitize
gas/config/arc.mt [new file with mode: 0644]

index b4934b3f224e99e87059d16a9aa903bfa2db9450..2536b9f11aaa7fd2d8ee6cf9009eed56853a6e00 100644 (file)
@@ -23,6 +23,14 @@ else
        lose_these_too="${rce_files} ${lose_these_too}"
 fi
 
+arc_files="tc-arc.c tc-arc.h arc.mt"
+
+if ( echo $* | grep keep\-arc > /dev/null ) ; then
+       keep_these_too="${arc_files} ${keep_these_too}"
+else
+       lose_these_too="${arc_files} ${lose_these_too}"
+fi
+
 # All files listed between the "Things-to-keep:" line and the
 # "Files-to-sed:" line will be kept.  All other files will be removed.
 # Directories listed in this section will have their own Sanitize
diff --git a/gas/config/arc.mt b/gas/config/arc.mt
new file mode 100644 (file)
index 0000000..a3b853f
--- /dev/null
@@ -0,0 +1 @@
+TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/arc.h