2005-12-09 Randolph Chung <tausq@debian.org>

* gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
This commit is contained in:
Randolph Chung 2005-12-09 10:55:09 +00:00
parent 039a96c3f0
commit 8f07f25a06
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-12-09 Randolph Chung <tausq@debian.org>
* gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
2005-12-07 Christophe Lyon <christophe.lyon@st.com>
* gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force

View File

@ -41,7 +41,7 @@ if [istarget "alpha*-*-*"] then {
lappend options "additional_flags=-Wl,-taso"
}
if [istarget "ia64*-*-*"] then {
if {[istarget "ia64*-*-*"] || [istarget "hppa64-*-*"]} then {
set is64bitonly "yes"
}