diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-16 21:18:05 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-16 21:18:05 +0000 |
commit | 8c16485eb08729b1129cf29da6e930764c9fc458 (patch) | |
tree | 4e0b101c1a84b79d2c8656513b1882e3c15ce5e4 /gdb/config | |
parent | 708e18fdc6af0978d8a2ee72279c70e926431603 (diff) | |
download | gdb-8c16485eb08729b1129cf29da6e930764c9fc458.zip gdb-8c16485eb08729b1129cf29da6e930764c9fc458.tar.gz gdb-8c16485eb08729b1129cf29da6e930764c9fc458.tar.bz2 |
Keep v9 bits now.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/sparc/.Sanitize | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gdb/config/sparc/.Sanitize b/gdb/config/sparc/.Sanitize index a6199e7..8213c4b 100644 --- a/gdb/config/sparc/.Sanitize +++ b/gdb/config/sparc/.Sanitize @@ -1,4 +1,6 @@ -# Each directory to survive it's way into a release will need a file +# .Sanitize for devo/gdb/config/sparc. + +# Each directory to survive its way into a release will need a file # like this one called "./.Sanitize". All keyword lines must exist, # and must exist in the order specified by this file. Each directory # in the tree will be processed, top down, in the following order. @@ -13,13 +15,6 @@ Do-first: -if ( echo $* | grep keep\-v9 > /dev/null ) ; then - # sp64sim.h tm-sp64sim.h not currently used. Left in for now. - keep_these_too="sp64.mt tm-sp64.h sp64sim.mt tm-sp64sim.h" -else - lose_these_too="sp64.mt tm-sp64.h sp64sim.mt 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 @@ -30,6 +25,8 @@ Things-to-keep: nm-sparclynx.h nm-sun4os4.h +sp64.mt +sp64sim.mt sparc-em.mt sparclite.mt sparclynx.mh @@ -38,6 +35,8 @@ sun4os4.mh sun4os4.mt sun4sol2.mh sun4sol2.mt +tm-sp64.h +tm-sp64sim.h tm-sparc.h tm-sparclite.h tm-sparclynx.h |