From 315f88096f90fca9a77e6b011ef8572f3aaf2c2f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 16 Feb 1996 17:43:56 +0000 Subject: [PATCH] fix up i960xl sanitization --- opcodes/.Sanitize | 21 --------------------- opcodes/ChangeLog | 9 +-------- 2 files changed, 1 insertion(+), 29 deletions(-) diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 32a9ead..86c53bb 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -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 diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a180887..edaee18 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -41,11 +41,6 @@ Tue Feb 6 12:28:54 1996 Ian Lance Taylor Mon Feb 5 16:14:42 1996 Ian Lance Taylor * 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 : @@ -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) -- 2.7.4