* gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
authorDaniel Jacobowitz <drow@false.org>
Mon, 2 Jun 2003 03:09:32 +0000 (03:09 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 2 Jun 2003 03:09:32 +0000 (03:09 +0000)
of globalvar.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.asm/asm-source.exp

index db56e2191cd7de4899e4089eb476e9c8d2397187..e5f278e92d74f8bf4cccdc779269c50ceb87dbe0 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
+       of globalvar.
+
 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
 
        * gdb.asm/asm-source.exp: Check for memory read errors in
index 9fbe0da0f7e099cb484e4321a159af4cdf837c35..8c3f00325ad4f6f97e48e8710e8ecc3974aa31c4 100644 (file)
@@ -336,7 +336,7 @@ proc test_dis { command var } {
 
 # See if we can look at a global variable, three ways
 gdb_test "print globalvar" ".* = 11" "look at global variable"
-test_dis "x/i globalvar" "globalvar"
+test_dis "x/i &globalvar" "globalvar"
 test_dis "disassem &globalvar &globalvar+1" "globalvar"
 
 # See if we can look at a static variable, three ways
This page took 0.029398 seconds and 4 git commands to generate.