diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1993-07-08 03:08:49 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1993-07-08 03:08:49 +0000 |
commit | a94019bcc1652e745d82744906f854468a4e27ff (patch) | |
tree | d78ac2c27b71977d0f19edf5c7e500f4dc2d23d4 /gdb/config/sparc/.Sanitize | |
parent | e9baeb46064b7a83187bbe49b3087445e92c8ea4 (diff) | |
download | gdb-a94019bcc1652e745d82744906f854468a4e27ff.zip gdb-a94019bcc1652e745d82744906f854468a4e27ff.tar.gz gdb-a94019bcc1652e745d82744906f854468a4e27ff.tar.bz2 |
Initial versions of port to sparc64 simulators.
Diffstat (limited to 'gdb/config/sparc/.Sanitize')
-rw-r--r-- | gdb/config/sparc/.Sanitize | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/sparc/.Sanitize b/gdb/config/sparc/.Sanitize index 1119d93..6b22afe 100644 --- a/gdb/config/sparc/.Sanitize +++ b/gdb/config/sparc/.Sanitize @@ -13,6 +13,10 @@ Do-first: +if ( echo $* | grep keep\-v9 > /dev/null ) ; then + keep_these_too="sp64sim.mt tm-sp64.h tm-sp64sim.h" +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 |