fix up i960xl sanitization
authorIan Lance Taylor <ian@airs.com>
Fri, 16 Feb 1996 17:43:56 +0000 (17:43 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 16 Feb 1996 17:43:56 +0000 (17:43 +0000)
opcodes/.Sanitize
opcodes/ChangeLog

index 32a9ead..86c53bb 100644 (file)
@@ -84,27 +84,6 @@ Things-to-lose:
 
 Do-last:
 
-i960xl_files="ChangeLog i960-dis.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
-               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
-
 rce_files="configure.in configure"
 if ( echo $* | grep keep\-rce > /dev/null ) ; then
        for i in $rce_files ; do
index a180887..edaee18 100644 (file)
@@ -41,11 +41,6 @@ Tue Feb  6 12:28:54 1996  Ian Lance Taylor  <ian@cygnus.com>
 Mon Feb  5 16:14:42 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * i960-dis.c (mem): Add HX dcinva instruction.
-       (reg): Add HX instructions.
-       start-sanitize-i960xl
-       The HX instructions are the XL instructions, so this just involves
-       arranges for them to not be sanitized.
-       end-sanitize-i960xl
 
        Support for building as a shared library, based on patches from
        Alan Modra <alan@spri.levels.unisa.edu.au>:
@@ -1002,10 +997,8 @@ Tue Jul 26 16:36:03 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
        sparse_tabent.
        (ea): Local static array scale_tab now const.
 
-       start-sanitize-i960xl
-       * i960-dis.c (reg): Added i960XL instructions to reg_init table.
+       * i960-dis.c (reg): Added i960JX instructions to reg_init table.
        (REG_MAX): Updated.
-       end-sanitize-i960xl
 
 Tue Jul 19 21:00:00 1994  DJ Delorie (dj@ctron.com)