diff options
author | Steve Chamberlain <sac@cygnus> | 1993-03-03 23:10:48 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-03-03 23:10:48 +0000 |
commit | 350e711979f38198d99fc90194b1d4fe44b00048 (patch) | |
tree | 0d9262d5331caecca383f93dd4541c5fdd5dfdae /gdb | |
parent | 83a4c26f54d8a9e8ee9d5ad7eb8ca23d89b0a998 (diff) | |
download | gdb-350e711979f38198d99fc90194b1d4fe44b00048.zip gdb-350e711979f38198d99fc90194b1d4fe44b00048.tar.gz gdb-350e711979f38198d99fc90194b1d4fe44b00048.tar.bz2 |
Always keep simulators
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/.Sanitize | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index db26b9a..afefbef 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -131,33 +131,7 @@ vaxult.mh vaxult2.mh vxworks68.mt vxworks960.mt - +z8ksim.mt Do-last: -echo Stimulating away the simulator... - -if ( echo $* | grep keep\-sim > /dev/null ) ; then - echo Keeping simulator in h8300hms.mt -else - for i in h8300hms.mt z8ksim.mt; do - if test -f $i ; then - echo Tickling the \"sim\" out of $i... - sed -e 's| remote-sim.o .*||' \ - -e 's| and H8 simulator||' \ - -e 's| Z8000 simulator| Z8000|' \ - -e 's| remote-z8k.o ../sim/z8k/libsim.a||' \ - <$i >new - if grep sim new ; then - echo '***' Not funny. "Didn't work." - else - if [ -n "${safe}" -a ! -f .Recover/$i ] ; then - echo Caching $i in .Recover... - mv $i .Recover - fi - mv new $i - fi - fi - done -fi - # End of file. |