* obvious fix

2001-08-16  Frank Ch. Eigler  <fche@redhat.com>

	* config/sid.exp (sid_start): Don't warn if we cannot figure out
	what to force sid endianness to.
This commit is contained in:
Frank Ch. Eigler 2001-08-16 14:19:54 +00:00
parent 4acbe6da32
commit 61d11d8032
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2001-08-16 Frank Ch. Eigler <fche@redhat.com>
* config/sid.exp (sid_start): Don't warn if we cannot figure out
what to force sid endianness to.
2001-08-15 Keith Seitz <keiths@redhat.com>
* lib/gdb.exp (gdbtk_start): Don't set environment

View file

@ -30,8 +30,8 @@ proc sid_start {} {
if {[target_info exists sim,defaultendian]} then {
set sidendian [target_info sim,defaultendian]
} else {
warning "Unknown target endianness - assuming -EB"
set sidendian "-EB"
# rely on endianness settings in sid configuration defaults
set sidendian ""
}
}
}