i960xl opcode table changes (sanitized)
This commit is contained in:
parent
d54b2c5069
commit
c5b34aeeda
2 changed files with 37 additions and 0 deletions
|
@ -52,4 +52,25 @@ Things-to-lose:
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
|
i960xl_files="ChangeLog i960.h"
|
||||||
|
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
|
||||||
|
|
||||||
# End of file.
|
# End of file.
|
||||||
|
|
|
@ -1,3 +1,19 @@
|
||||||
|
Tue Jul 26 17:48:05 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
||||||
|
|
||||||
|
* i960.h (I_CX2): New instruction category.
|
||||||
|
start-sanitize-i960xl
|
||||||
|
It includes instructions available on Cx and XL processors.
|
||||||
|
(I_XL): New instruction category, for XL-only instructions.
|
||||||
|
end-sanitize-i960xl
|
||||||
|
(i960_opcodes): Put eshro and sysctl in I_CX2 category.
|
||||||
|
start-sanitize-i960xl
|
||||||
|
Added i960XL-only instructions, in I_XL category.
|
||||||
|
end-sanitize-i960xl
|
||||||
|
|
||||||
|
Wed Jul 13 18:43:47 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
||||||
|
|
||||||
|
* ns32k.h (endop): Made pointer const too.
|
||||||
|
|
||||||
Sun Jul 10 11:01:09 1994 Ian Dall (dall@hfrd.dsto.gov.au)
|
Sun Jul 10 11:01:09 1994 Ian Dall (dall@hfrd.dsto.gov.au)
|
||||||
|
|
||||||
* ns32k.h: Drop Q operand type as there is no correct use
|
* ns32k.h: Drop Q operand type as there is no correct use
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue