From ca78dce23abb57cfb64ca601a398bba6a317f52e Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Mar 07 2006 21:47:33 +0000 Subject: 2006-03-07 Paul Brook Backport from mainline. * gdb/testsuite/gdb.base/assign.exp: Correct fail message. --- diff --git a/ChangeLog.csl b/ChangeLog.csl index de55213..caf863b 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,6 +1,11 @@ 2006-03-07 Paul Brook Backport from mainline. + * gdb/testsuite/gdb.base/assign.exp: Correct fail message. + +2006-03-07 Paul Brook + + Backport from mainline. * sim/arm/elfos.c (ARMul_OSHandleSWI): Call correct function for IsTTY. 2006-03-07 Paul Brook diff --git a/gdb/testsuite/gdb.base/assign.exp b/gdb/testsuite/gdb.base/assign.exp index 58e741e..77f06de 100644 --- a/gdb/testsuite/gdb.base/assign.exp +++ b/gdb/testsuite/gdb.base/assign.exp @@ -439,7 +439,7 @@ gdb_expect { timeout { fail "(timeout) v_int+=v_double" } } } - -re ".*$gdb_prompt $" { fail "v_int+=v_signed_long" } + -re ".*$gdb_prompt $" { fail "v_int+=v_double" } timeout { fail "(timeout) v_int+=v_double" } }