From: Stan Shebs Date: Fri, 2 Oct 1998 23:35:11 +0000 (+0000) Subject: The GDB engineers ate Steve's hacks; and there was much rejoicing. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd08d5e0b5a7141f971fdcbe973d818f983c9e3a;p=binutils-gdb.git The GDB engineers ate Steve's hacks; and there was much rejoicing. --- diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 3f5963ad398..dc62c14c6fd 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -29,23 +29,6 @@ else fi fi -# WinGDB files are not really ready to be part of FSF releases, but -# keep them for progressives and such. - -mswin_files="mswin" - -if ( echo $* | grep lose\-mswin > /dev/null ) ; then - lose_these_too="${mswin_files} ${lose_these_too}" - if [ -n "${verbose}" ] ; then - echo Deleting ${mswin_files} - fi -else - keep_these_too="${mswin_files} ${keep_these_too}" - if [ -n "${verbose}" ] ; then - echo Keeping ${mswin_files} - fi -fi - tic80_files="tic80-tdep.c" if ( echo $* | grep keep\-tic80 > /dev/null ) ; then @@ -834,33 +817,6 @@ else done fi -if ( echo $* | grep keep\-mswin > /dev/null ) ; then - for i in * ; do - if test ! -d $i && (grep sanitize-mswin $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping mswin stuff in $i - fi - fi - done -else - for i in * ; do - if test ! -d $i && (grep sanitize-mswin $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"mswin\" from $i... - fi - cp $i new - sed '/start\-sanitize\-mswin/,/end-\sanitize\-mswin/d' < $i > new - if [ -n "${safe}" -a ! -f .Recover/$i ] ; then - if [ -n "${verbose}" ] ; then - echo Caching $i in .Recover... - fi - mv $i .Recover - fi - mv new $i - fi - done -fi - if ( echo $* | grep keep\-java > /dev/null ) ; then for i in * ; do if test ! -d $i && (grep sanitize-java $i > /dev/null) ; then