* gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
authorDaniel Jacobowitz <drow@false.org>
Mon, 15 Mar 2010 02:57:57 +0000 (02:57 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 15 Mar 2010 02:57:57 +0000 (02:57 +0000)
Use gdb_load later.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/printcmds.exp

index 5e990aced4b33fc06ac1b330fec68accc86634d8..9f2122af8643b229b02d5849e0af907f62ae7c09 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
+       Use gdb_load later.
+
 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
 
        * gdb.base/solib-disc.c (main): Make format of fprintf a string
index 9c2cd6be730ea99a69608a9fff65541781c897dc..ba1c3d790c9f1a6877c7f610b4efaf9b584f813a 100644 (file)
@@ -768,7 +768,7 @@ gdb_test "ptype \"abc\"" " = char \\\[4\\\]"
 gdb_test "print \$cvar = \"abc\"" " = \"abc\""
 gdb_test "print sizeof (\$cvar)" " = 4"
 
-gdb_load ${binfile}
+gdb_file_cmd ${binfile}
 
 gdb_test "print \$pc" "No registers\\." "print \$pc (with file)"
 
@@ -779,6 +779,7 @@ gdb_test "set width 0" ""
 if [set_lang_c] then {
     gdb_test "p ctable1\[120\]" "120 'x'" "p ctable1\[120\] #1"
 
+    gdb_load ${binfile}
     if [runto_main] then {
        test_integer_literals_accepted
        test_integer_literals_rejected