Browse Source

gdb/testsuite/

* gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
	is_lp64_target to check 64bit target.
binutils-2_21-branch
Jan Kratochvil 16 years ago
parent
commit
8e64f2a0d1
  1. 5
      gdb/testsuite/ChangeLog
  2. 2
      gdb/testsuite/gdb.base/break-interp.exp

5
gdb/testsuite/ChangeLog

@ -1,3 +1,8 @@
2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
* gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
is_lp64_target to check 64bit target.
2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
* gdb.base/break-interp.exp (reach): Permit leading . for ppc64.

2
gdb/testsuite/gdb.base/break-interp.exp

@ -401,7 +401,7 @@ proc test_ld {file ifmain trynosym displacement} {
}
# `info sym' cannot be tested for .opd as the binary may not have
# symbols.
if [istarget powerpc64-*] {
if {[istarget powerpc64-*] && [is_lp64_target]} {
set test "convert entry point"
gdb_test_multiple "p *(void(*)(void) *) 0x$entrynohex" $test {
-re " =( \\(\[^0-9\]*\\))? 0x(\[0-9a-f\]+)( < \[^\r\n\]*)?\r\n$gdb_prompt $" {

Loading…
Cancel
Save