projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
394de41
)
Add tic80 directory to keep_these_too or lose_these_too.
author
Fred Fish
<fnf@specifix.com>
Mon, 10 Feb 1997 17:36:26 +0000
(17:36 +0000)
committer
Fred Fish
<fnf@specifix.com>
Mon, 10 Feb 1997 17:36:26 +0000
(17:36 +0000)
gas/testsuite/gas/.Sanitize
patch
|
blob
|
history
diff --git
a/gas/testsuite/gas/.Sanitize
b/gas/testsuite/gas/.Sanitize
index 9be0821ad094d4a36c9c3403f1009bbf5d758c42..13c2adb6cbf4696ba405c8f83c6900c0d4dd8d9a 100644
(file)
--- a/
gas/testsuite/gas/.Sanitize
+++ b/
gas/testsuite/gas/.Sanitize
@@
-23,6
+23,12
@@
else
lose_these_too="arc ${lose_these_too}"
fi
+if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
+ keep_these_too="tic80 ${keep_these_too}"
+else
+ lose_these_too="tic80 ${lose_these_too}"
+fi
+
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
keep_these_too="v850 ${keep_these_too}"
else