projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3099ef7
)
r5900 sanitization fixes.
author
Jeff Law
<law@redhat.com>
Wed, 24 Sep 1997 07:27:43 +0000
(07:27 +0000)
committer
Jeff Law
<law@redhat.com>
Wed, 24 Sep 1997 07:27:43 +0000
(07:27 +0000)
sim/.Sanitize
patch
|
blob
|
history
sim/testsuite/.Sanitize
patch
|
blob
|
history
diff --git
a/sim/.Sanitize
b/sim/.Sanitize
index
d2887c8
..
6baa24f
100644
(file)
--- a/
sim/.Sanitize
+++ b/
sim/.Sanitize
@@
-15,7
+15,7
@@
Do-first:
-d30v_files="d30v
testsuite
"
+d30v_files="d30v"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
keep_these_too="${d30v_files} ${keep_these_too}"
else
@@
-58,6
+58,7
@@
mn10300
ppc
sh
v850
+testsuite
w65
z8k
diff --git
a/sim/testsuite/.Sanitize
b/sim/testsuite/.Sanitize
index
4cb57ff
..
fdc0e4b
100644
(file)
--- a/
sim/testsuite/.Sanitize
+++ b/
sim/testsuite/.Sanitize
@@
-22,7
+22,7
@@
else
lose_these_too="${d30v_files} ${lose_these_too}"
fi
-r5900_files="mips64
vr5900el
-elf"
+r5900_files="mips64
r5900
-elf"
if ( echo $* | grep keep\-r5900 > /dev/null ) ; then
keep_these_too="${r5900_files} ${keep_these_too}"
else