diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-06 19:10:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-06 19:10:04 +0000 |
commit | 172727c0590885eb231ae53cab983a2ec966cfe8 (patch) | |
tree | b785963811f4ed63bd3ccc7b445d11feb846a341 /include | |
parent | 2300e217743b784a719a68a87b0ce222ecabbc14 (diff) | |
download | gdb-172727c0590885eb231ae53cab983a2ec966cfe8.zip gdb-172727c0590885eb231ae53cab983a2ec966cfe8.tar.gz gdb-172727c0590885eb231ae53cab983a2ec966cfe8.tar.bz2 |
Rename XL to JX, and remove sanitization.
Diffstat (limited to 'include')
-rw-r--r-- | include/coff/.Sanitize | 21 | ||||
-rw-r--r-- | include/opcode/.Sanitize | 21 |
2 files changed, 0 insertions, 42 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. diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize index 818c72f..76b8d9f 100644 --- a/include/opcode/.Sanitize +++ b/include/opcode/.Sanitize @@ -58,27 +58,6 @@ 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 -e '/start\-sanitize\-i960xl/,/end\-sanitize\-i960xl/d' -e '/XL/d' < $f > new - if [ -n "${safe}" ] ; then - mv $f .Recover - fi - mv new $f - done -fi - arc_files="ChangeLog" if ( echo $* | grep keep\-arc > /dev/null ) ; then for i in $arc_files ; do |