aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-06 19:10:04 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-06 19:10:04 +0000
commit172727c0590885eb231ae53cab983a2ec966cfe8 (patch)
treeb785963811f4ed63bd3ccc7b445d11feb846a341 /gas/config
parent2300e217743b784a719a68a87b0ce222ecabbc14 (diff)
downloadgdb-172727c0590885eb231ae53cab983a2ec966cfe8.zip
gdb-172727c0590885eb231ae53cab983a2ec966cfe8.tar.gz
gdb-172727c0590885eb231ae53cab983a2ec966cfe8.tar.bz2
Rename XL to JX, and remove sanitization.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/.Sanitize24
1 files changed, 0 insertions, 24 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize
index e25270d..a24eb30 100644
--- a/gas/config/.Sanitize
+++ b/gas/config/.Sanitize
@@ -156,28 +156,4 @@ Things-to-lose:
Do-last:
-i960xl_files=tc-i960.c
-if ( echo $* | grep keep\-i960xl > /dev/null ) ; then
- if [ -n "${verbose}" ] ; then
- echo Keeping i960xl stuff in $i960xl_files.
- fi
-else
- if [ -n "${verbose}" ]; then
- echo -n Cleaning i960xl in `pwd`:
- fi
- for f in $i960xl_files ; do
- if [ -n "${verbose}" ] ; then
- echo -n " " $f
- fi
- grep -v XL < $f > new
- if [ -n "${safe}" ] ; then
- mv $f .Recover
- fi
- mv new $f
- done
- if [ -n "${verbose}" ]; then
- echo ""
- fi
-fi
-
# End of file.