aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1998-08-12 03:29:09 +0000
committerKen Raeburn <raeburn@cygnus>1998-08-12 03:29:09 +0000
commit485c39eb7bbc101b57686abb2e0378ef3f641f90 (patch)
tree784b3b141cbbb1393ed49f179f36e127e272e93f /include
parent1a85826ebcb474e79cc895c05ef71923c2b8efbe (diff)
downloadgdb-485c39eb7bbc101b57686abb2e0378ef3f641f90.zip
gdb-485c39eb7bbc101b57686abb2e0378ef3f641f90.tar.gz
gdb-485c39eb7bbc101b57686abb2e0378ef3f641f90.tar.bz2
sanitize-vr5400 -> sanitize-cygnus
Diffstat (limited to 'include')
-rw-r--r--include/elf/.Sanitize18
-rw-r--r--include/opcode/.Sanitize18
2 files changed, 18 insertions, 18 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize
index 286327a..17c2354 100644
--- a/include/elf/.Sanitize
+++ b/include/elf/.Sanitize
@@ -219,23 +219,23 @@ else
done
fi
-vr5400_files="mips.h"
-if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
- for i in $vr5400_files ; do
- if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+cygnus_files="mips.h"
+if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
+ for i in $cygnus_files ; do
+ if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
- echo Keeping vr5400 stuff in $i
+ echo Keeping cygnus stuff in $i
fi
fi
done
else
- for i in $vr5400_files ; do
- if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+ for i in $cygnus_files ; do
+ if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
- echo Removing traces of \"vr5400\" from $i...
+ echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
- sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
+ sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...
diff --git a/include/opcode/.Sanitize b/include/opcode/.Sanitize
index d06cd8a..29076d3 100644
--- a/include/opcode/.Sanitize
+++ b/include/opcode/.Sanitize
@@ -187,23 +187,23 @@ else
done
fi
-vr5400_files="ChangeLog mips.h"
-if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then
- for i in $vr5400_files ; do
- if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+cygnus_files="ChangeLog mips.h"
+if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
+ for i in $cygnus_files ; do
+ if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
- echo Keeping vr5400 stuff in $i
+ echo Keeping cygnus stuff in $i
fi
fi
done
else
- for i in $vr5400_files ; do
- if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then
+ for i in $cygnus_files ; do
+ if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
- echo Removing traces of \"vr5400\" from $i...
+ echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
- sed '/start\-sanitize\-vr5400/,/end-\sanitize\-vr5400/d' < $i > new
+ sed '/start\-sanitize\-cygnus/,/end-\sanitize\-cygnus/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...