aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@redhat.com>1998-03-03 16:48:34 +0000
committerGavin Romig-Koch <gavin@redhat.com>1998-03-03 16:48:34 +0000
commit49e122ae8d12658b33b5fc52f241eb9e87aa3374 (patch)
tree1186da957103601df2cb0f4912f38f52d1a5262b /include
parent2d035a507f81e9f65a58cdc198056bbd7f51a352 (diff)
downloadgdb-49e122ae8d12658b33b5fc52f241eb9e87aa3374.zip
gdb-49e122ae8d12658b33b5fc52f241eb9e87aa3374.tar.gz
gdb-49e122ae8d12658b33b5fc52f241eb9e87aa3374.tar.bz2
* mips.h (INSN_4320) : Added.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/.Sanitize31
-rw-r--r--include/opcode/ChangeLog6
2 files changed, 36 insertions, 1 deletions
diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize
index 18f30b7..ca58aa9 100644
--- a/include/opcode/.Sanitize
+++ b/include/opcode/.Sanitize
@@ -1,4 +1,4 @@
-# .Sanitize for devo/include/opcode.
+ # .Sanitize for devo/include/opcode.
# Each directory to survive it's way into a release will need a file
# like this one called "./.Sanitize". All keyword lines must exist,
@@ -307,6 +307,35 @@ else
fi
+vr4320_files="ChangeLog mips.h"
+if ( echo $* | grep keep\-vr4320 > /dev/null ) ; then
+ for i in $vr4320_files ; do
+ if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
+ if [ -n "${verbose}" ] ; then
+ echo Keeping vr4320 stuff in $i
+ fi
+ fi
+ done
+else
+ for i in $vr4320_files ; do
+ if test ! -d $i && (grep sanitize-vr4320 $i > /dev/null) ; then
+ if [ -n "${verbose}" ] ; then
+ echo Removing traces of \"vr4320\" from $i...
+ fi
+ cp $i new
+ sed '/start\-sanitize\-vr4320/,/end-\sanitize\-vr4320/d' < $i > new
+ if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
+ if [ -n "${verbose}" ] ; then
+ echo Caching $i in .Recover...
+ fi
+ mv $i .Recover
+ fi
+ mv new $i
+ fi
+ done
+fi
+
+
for i in * ; do
if test ! -d $i && (grep sanitize $i > /dev/null) ; then
echo '***' Some mentions of Sanitize are still left in $i! 1>&2
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 329b9cb..56faa2a 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,9 @@
+start-sanitize-vr4320
+Tue Mar 3 11:45:09 1998 Gavin Koch <gavin@cygnus.com>
+
+ * mips.h (INSN_4320) : Added.
+
+end-sanitize-vr4320
Mon Mar 2 10:44:07 1998 Doug Evans <devans@seba.cygnus.com>
* cgen.h (CGEN_BOOL_ATTR): New macro.