diff options
author | Ken Raeburn <raeburn@cygnus> | 1998-08-12 10:50:35 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1998-08-12 10:50:35 +0000 |
commit | 3d759c53c925566cd94b579aa4751191d40ae4ab (patch) | |
tree | fac779eb7d661f7de76ede0918dec61e4fbde326 /gdb | |
parent | 485c39eb7bbc101b57686abb2e0378ef3f641f90 (diff) | |
download | binutils-3d759c53c925566cd94b579aa4751191d40ae4ab.zip binutils-3d759c53c925566cd94b579aa4751191d40ae4ab.tar.gz binutils-3d759c53c925566cd94b579aa4751191d40ae4ab.tar.bz2 |
sanitize-vr5400 -> sanitize-cygnus, for 98r2
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/.Sanitize | 12 | ||||
-rw-r--r-- | gdb/ChangeLog-97 | 4 | ||||
-rw-r--r-- | gdb/configure.tgt | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index 0a65127..51a6c81 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -690,22 +690,22 @@ else done fi -if ( echo $* | grep keep\-vr5400 > /dev/null ) ; then +if ( echo $* | grep keep\-cygnus > /dev/null ) ; then for i in * ; do - if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then + 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 * ; do - if test ! -d $i && (grep sanitize-vr5400 $i > /dev/null) ; then + 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/gdb/ChangeLog-97 b/gdb/ChangeLog-97 index dd8450d..690fb49 100644 --- a/gdb/ChangeLog-97 +++ b/gdb/ChangeLog-97 @@ -322,12 +322,12 @@ Sun Nov 23 17:12:58 1997 Andrew Cagney <cagney@b1.cygnus.com> assembly-language" command. Replaced by generic "set architecture". Set initial machine using bfd_lookup_arch. -start-sanitize-vr5400 +start-sanitize-cygnus Sun Nov 23 16:23:37 1997 Andrew Cagney <cagney@b1.cygnus.com> * configure.tgt (gdb_target): Treat vr5400 as a vr5000. -end-sanitize-vr5400 +end-sanitize-cygnus Fri Nov 21 19:43:23 1997 Jim Blandy <jimb@zwingli.cygnus.com> * valops.c (call_function_by_hand): If the function has a diff --git a/gdb/configure.tgt b/gdb/configure.tgt index bf95f64..d726015 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -176,11 +176,11 @@ mips64*vr4100*-*-elf*) gdb_target=vr4xxx ;; mips64*vr5000*el-*-elf*) gdb_target=vr5000el ;; mips64*vr5000*-*-elf*) gdb_target=vr5000 configdirs="${configdirs} gdbserver" ;; -# start-sanitize-vr5400 +# start-sanitize-cygnus mips64*vr5400*el-*-elf*) gdb_target=vr5000el ;; mips64*vr5400*-*-elf*) gdb_target=vr5000 configdirs="${configdirs} gdbserver" ;; -# end-sanitize-vr5400 +# end-sanitize-cygnus # start-sanitize-sky mips64*r5900*-sky-elf*) gdb_target=txvu ;; # end-sanitize-sky |