Initial creation of sourceware repository
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / tfind.exp
index 5d70951b06b924a612c502f95df08c669cf9c4dc..f101851b93e8ea6edd98c3b5bb510f1fe292e92c 100644 (file)
@@ -54,7 +54,7 @@ if [istarget "m68k-*-elf"] then {
     set srcfile ${testfile}.c
     set binfile $objdir/$subdir/$testfile
     if { [gdb_compile "$srcdir/$subdir/$srcfile" "$binfile -O1" \
-           executable {debug additional_flags="-gdwarf"}] != "" } {
+           executable {debug additional_flags=-w}] != "" } {
        gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
     }
     gdb_load $binfile
@@ -73,7 +73,7 @@ if { ![gdb_target_supports_trace] } then {
 }
 
 # If testing on a remote host, download the source file.
-remote_download host $srcdir/$subdir/$srcfile
+remote_download host $srcdir/$subdir/$srcfile
 
 # define relative source line numbers:
 # all subsequent line numbers are relative to this first one (baseline)
This page took 0.02401 seconds and 4 git commands to generate.