diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/.Sanitize | 37 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 8 |
2 files changed, 1 insertions, 44 deletions
diff --git a/gas/doc/.Sanitize b/gas/doc/.Sanitize index 3e50739..fd109e3 100644 --- a/gas/doc/.Sanitize +++ b/gas/doc/.Sanitize @@ -15,14 +15,6 @@ Do-first: -d30v_files="c-d30v.texi" - -if ( echo $* | grep keep\-d30v > /dev/null ) ; then - keep_these_too="${d30v_files} ${keep_these_too}" -else - lose_these_too="${d30v_files} ${lose_these_too}" -fi - # All files listed between the "Things-to-keep:" line and the # "Do-last:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize @@ -39,6 +31,7 @@ as.texinfo c-a29k.texi c-arm.texi c-d10v.texi +c-d30v.texi c-h8300.texi c-h8500.texi c-hppa.texi @@ -95,34 +88,6 @@ else done fi -d30v_files="as.texinfo all.texi" -if ( echo $* | grep keep\-d30v > /dev/null ) ; then - for i in $d30v_files ; do - if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Keeping d30v stuff in $i - fi - fi - done -else - for i in $d30v_files ; do - if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then - if [ -n "${verbose}" ] ; then - echo Removing traces of \"d30v\" from $i... - fi - cp $i new - sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/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 - m32rx_files="c-m32r.texi as.texinfo" if ( echo $* | grep keep\-m32rx > /dev/null ) ; then for i in $m32rx_files ; do diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 4df2d16..c8ad7cf 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -222,11 +222,9 @@ Here is a brief summary of how to invoke @code{@value{AS}}. For details, @ifset D10V [ -O ] @end ifset -@c start-sanitize-d30v @ifset D30V [ -O | -n | -N ] @end ifset -@c end-sanitize-d30v @ifset H8 @c Hitachi family chips have no machine-dependent assembler options @end ifset @@ -423,7 +421,6 @@ Optimize output by parallelizing instructions. @end table @end ifset -@c start-sanitize-d30v @ifset D30V The following options are available when @value{AS} is configured for a D30V processor. @@ -442,7 +439,6 @@ Warn when nops are generated. Warn when a nop after a 32-bit multiply instruction is generated. @end table @end ifset -@c end-sanitize-d30v @ifset I960 The following options are available when @value{AS} is configured for the @@ -4802,11 +4798,9 @@ subject, see the hardware manufacturer's manual. @ifset D10V * D10V-Dependent:: D10V Dependent Features @end ifset -@c start-sanitize-d30v @ifset D30V * D30V-Dependent:: D30V Dependent Features @end ifset -@c end-sanitize-d30v @ifset H8/300 * H8/300-Dependent:: Hitachi H8/300 Dependent Features @end ifset @@ -4969,11 +4963,9 @@ family. @include c-d10v.texi @end ifset -@c start-sanitize-d30v @ifset D30V @include c-d30v.texi @end ifset -@c end-sanitize-d30v @ifset H8/300 @include c-h8300.texi |