aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.trace
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2012-05-09 20:24:08 +0000
committerTom Tromey <tromey@redhat.com>2012-05-09 20:24:08 +0000
commit9d198b1e46630ab0cbe79e42abf6227486ec9fec (patch)
treef808ab6195fee319e99d75414e736de33499bba9 /gdb/testsuite/gdb.trace
parentd9242c17363bac3f19454a9ca86f79f97652a00f (diff)
downloadgdb-9d198b1e46630ab0cbe79e42abf6227486ec9fec.zip
gdb-9d198b1e46630ab0cbe79e42abf6227486ec9fec.tar.gz
gdb-9d198b1e46630ab0cbe79e42abf6227486ec9fec.tar.bz2
* gdb.trace/strace.exp: Add 'quiet' to compiler flags.
Diffstat (limited to 'gdb/testsuite/gdb.trace')
-rw-r--r--gdb/testsuite/gdb.trace/strace.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.trace/strace.exp b/gdb/testsuite/gdb.trace/strace.exp
index 00fca8a..089b62b 100644
--- a/gdb/testsuite/gdb.trace/strace.exp
+++ b/gdb/testsuite/gdb.trace/strace.exp
@@ -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"