aboutsummaryrefslogtreecommitdiff
path: root/include/coff
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 /include/coff
parent2300e217743b784a719a68a87b0ce222ecabbc14 (diff)
downloadgdb-172727c0590885eb231ae53cab983a2ec966cfe8.zip
gdb-172727c0590885eb231ae53cab983a2ec966cfe8.tar.gz
gdb-172727c0590885eb231ae53cab983a2ec966cfe8.tar.bz2
Rename XL to JX, and remove sanitization.
Diffstat (limited to 'include/coff')
-rw-r--r--include/coff/.Sanitize21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/coff/.Sanitize b/include/coff/.Sanitize
index 72373e2..b84f971 100644
--- a/include/coff/.Sanitize
+++ b/include/coff/.Sanitize
@@ -56,25 +56,4 @@ Things-to-lose:
Do-last:
-i960xl_files="ChangeLog i960.h"
-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
- sed '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' < $f > new
- if [ -n "${safe}" ] ; then
- mv $f .Recover
- fi
- mv new $f
- done
-fi
-
# End of file.