Reviewed and approved by Daniel Jacobowitz
authorFred Fish <fnf@specifix.com>
Sun, 19 Feb 2006 20:53:34 +0000 (20:53 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 19 Feb 2006 20:53:34 +0000 (20:53 +0000)
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.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/pc-fp.exp
gdb/testsuite/gdb.base/shreloc.exp

index ea33a48..5bebba0 100644 (file)
@@ -1,3 +1,9 @@
+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,
index c7daf6f..174a8d9 100644 (file)
@@ -62,7 +62,7 @@ proc get_valueofx { fmt exp default } {
     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}
index 97ba7c0..fe8ecfc 100644 (file)
@@ -191,7 +191,7 @@ proc get_msym_addrs { var msymfile } {
            }
 
            -re "$gdb_prompt $" {
-               pass "get_msym_addrs ${var} (${result})"
+               pass "get_msym_addrs ${var}"
                return "${result}"
            }