aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-16 17:43:56 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-16 17:43:56 +0000
commit315f88096f90fca9a77e6b011ef8572f3aaf2c2f (patch)
treecb2a27d63dd9ec01160ba3bdd832e2a0d2687c17 /opcodes
parent6cf9d64e778bd2f95d6f0a24de13333f437b760c (diff)
downloadfsf-binutils-gdb-315f88096f90fca9a77e6b011ef8572f3aaf2c2f.zip
fsf-binutils-gdb-315f88096f90fca9a77e6b011ef8572f3aaf2c2f.tar.gz
fsf-binutils-gdb-315f88096f90fca9a77e6b011ef8572f3aaf2c2f.tar.bz2
fix up i960xl sanitization
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/.Sanitize21
-rw-r--r--opcodes/ChangeLog9
2 files changed, 1 insertions, 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 <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)