aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-01-26 14:52:15 +0000
committerJeff Law <law@redhat.com>1999-01-26 14:52:15 +0000
commitb041460dbe26c70b583d33a666be6a43901b5293 (patch)
treea24701d281664be4b1417f5b9c94c718e364e161 /gdb/config
parent5eb715f8343bd9535288dc0dffd9277823570b79 (diff)
downloadgdb-b041460dbe26c70b583d33a666be6a43901b5293.zip
gdb-b041460dbe26c70b583d33a666be6a43901b5293.tar.gz
gdb-b041460dbe26c70b583d33a666be6a43901b5293.tar.bz2
am33 sanitize changes
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mn10300/.Sanitize12
-rw-r--r--gdb/config/mn10300/tm-mn10300.h4
2 files changed, 8 insertions, 8 deletions
diff --git a/gdb/config/mn10300/.Sanitize b/gdb/config/mn10300/.Sanitize
index 7249e27..db18eb4 100644
--- a/gdb/config/mn10300/.Sanitize
+++ b/gdb/config/mn10300/.Sanitize
@@ -30,22 +30,22 @@ Things-to-lose:
Do-last:
-if ( echo $* | grep keep\-am33 > /dev/null ) ; then
+if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
for i in * ; do
- if test ! -d $i && (grep sanitize-am33 $i > /dev/null) ; then
+ if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
- echo Keeping am33 stuff in $i
+ echo Keeping cygnus stuff in $i
fi
fi
done
else
for i in * ; do
- if test ! -d $i && (grep sanitize-am33 $i > /dev/null) ; then
+ if test ! -d $i && (grep sanitize-cygnus $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
- echo Removing traces of \"am33\" from $i...
+ echo Removing traces of \"cygnus\" from $i...
fi
cp $i new
- sed '/start\-sanitize\-am33/,/end-\sanitize\-am33/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/gdb/config/mn10300/tm-mn10300.h b/gdb/config/mn10300/tm-mn10300.h
index b772323..a7904e1 100644
--- a/gdb/config/mn10300/tm-mn10300.h
+++ b/gdb/config/mn10300/tm-mn10300.h
@@ -50,9 +50,9 @@ extern char **mn10300_register_names;
#define PSW_REGNUM 11
#define LIR_REGNUM 12
#define LAR_REGNUM 13
-/* start-sanitize-am33 */
+/* start-sanitize-cygnus */
#define E0_REGNUM 14
-/* end-sanitize-am33 */
+/* end-sanitize-cygnus */
/* Pseudo register that contains true address of executing stack frame */
#define FP_REGNUM 31