* gdb.trace/strace.exp: Add 'quiet' to compiler flags.
authorTom Tromey <tromey@redhat.com>
Wed, 9 May 2012 20:24:08 +0000 (20:24 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 9 May 2012 20:24:08 +0000 (20:24 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.trace/strace.exp

index 7d85aaa..723c2d2 100644 (file)
@@ -1,3 +1,7 @@
+2012-05-09  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
+
 2012-05-09  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * lib/gdb.exp (gdb_test_multiple): Correct formatting.
index 00fca8a..089b62b 100644 (file)
@@ -31,7 +31,7 @@ if [get_compiler_info ${binfile}] {
     return -1
 }
 
-set additional_flags [list debug shlib=$libipa shlib_load "additional_flags=-lust -lurcu-bp" ]
+set additional_flags [list quiet debug shlib=$libipa shlib_load "additional_flags=-lust -lurcu-bp" ]
 
 if { [gdb_compile $srcdir/$subdir/$srcfile $binfile executable $additional_flags] != ""} {
     untested "UST library or headers are not installed"