2006-02-19 Fred Fish <fnf@specifix.com>
* gdb.base/pc-fp.exp (get_valueofx): Don't print environment
specifix hex value as part of results.
* gdb.base/shreloc.exp (get_msym_addrs): Ditto.
+2006-02-19 Fred Fish <fnf@specifix.com>
+
+ * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
+ specifix hex value as part of results.
+ * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
+
2006-02-16 Fred Fish <fnf@specifix.com>
* gdb.base/whatis.c: Define variables using typedefs char_addr,
gdb_expect {
-re "\\$\[0-9\]* = (0x\[0-9a-zA-Z\]+).*$gdb_prompt $" {
set val $expect_out(1,string)
- pass "get value of ${exp} ($val)"
+ pass "get value of ${exp}"
}
timeout {
set val ${default}
}
-re "$gdb_prompt $" {
- pass "get_msym_addrs ${var} (${result})"
+ pass "get_msym_addrs ${var}"
return "${result}"
}