From bc70eba5c89d0402b0fbba91eb085a8f56be254b Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 30 Nov 1994 02:48:31 +0000 Subject: [PATCH] Initial ARC support. --- gas/config/.Sanitize | 8 ++++++++ gas/config/arc.mt | 1 + 2 files changed, 9 insertions(+) create mode 100644 gas/config/arc.mt diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index b4934b3f224..2536b9f11aa 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -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 index 00000000000..a3b853f4c59 --- /dev/null +++ b/gas/config/arc.mt @@ -0,0 +1 @@ +TARG_CPU_DEPENDENTS=$(srcdir)/../include/opcode/arc.h -- 2.30.2