diff options
author | Nick Clifton <nickc@redhat.com> | 1997-12-12 19:12:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-12-12 19:12:11 +0000 |
commit | 61c550e0bd9714b00b42d846eaa381ac12dadcb6 (patch) | |
tree | fade6a248e62cc311abd07fc32635ccc559ecd9d /sim/testsuite | |
parent | 87d36c311efa1ae29e1db82d6f6fbbe347ad92f8 (diff) | |
download | gdb-61c550e0bd9714b00b42d846eaa381ac12dadcb6.zip gdb-61c550e0bd9714b00b42d846eaa381ac12dadcb6.tar.gz gdb-61c550e0bd9714b00b42d846eaa381ac12dadcb6.tar.bz2 |
Renamed v850eq -> v850ea
Diffstat (limited to 'sim/testsuite')
-rw-r--r-- | sim/testsuite/.Sanitize | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sim/testsuite/.Sanitize b/sim/testsuite/.Sanitize index 61d022f..1c3fdeb 100644 --- a/sim/testsuite/.Sanitize +++ b/sim/testsuite/.Sanitize @@ -29,10 +29,10 @@ else lose_these_too="${r5900_files} ${lose_these_too}" fi -if ( echo $* | grep keep\-v850eq > /dev/null ) ; then - keep_these_too="v850eq-elf ${keep_these_too}" +if ( echo $* | grep keep\-v850e > /dev/null ) ; then + keep_these_too="v850e-elf ${keep_these_too}" else - lose_these_too="v850eq-elf ${lose_these_too}" + lose_these_too="v850e-elf ${lose_these_too}" fi # All files listed between the "Things-to-keep:" line and the |