diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-07-26 23:06:41 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-07-26 23:06:41 +0000 |
commit | c5b34aeeda32763a282f6222bbeed92a4c5290cf (patch) | |
tree | 24e984fa0736e66b4aece00b9ed118e2dff85092 /include | |
parent | d54b2c5069879da2f75488bd259839ea01824348 (diff) | |
download | gdb-c5b34aeeda32763a282f6222bbeed92a4c5290cf.zip gdb-c5b34aeeda32763a282f6222bbeed92a4c5290cf.tar.gz gdb-c5b34aeeda32763a282f6222bbeed92a4c5290cf.tar.bz2 |
i960xl opcode table changes (sanitized)
Diffstat (limited to 'include')
-rw-r--r-- | include/opcode/.Sanitize | 21 | ||||
-rw-r--r-- | include/opcode/ChangeLog | 16 |
2 files changed, 37 insertions, 0 deletions
diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize index a679ca7..463b720 100644 --- a/include/opcode/.Sanitize +++ b/include/opcode/.Sanitize @@ -52,4 +52,25 @@ Things-to-lose: 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. diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index d7ab113..90b0315 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -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) * ns32k.h: Drop Q operand type as there is no correct use |