From 9d198b1e46630ab0cbe79e42abf6227486ec9fec Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 9 May 2012 20:24:08 +0000 Subject: [PATCH] * gdb.trace/strace.exp: Add 'quiet' to compiler flags. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.trace/strace.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7d85aaa5459..723c2d2612e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-05-09 Tom Tromey + + * gdb.trace/strace.exp: Add 'quiet' to compiler flags. + 2012-05-09 Maciej W. Rozycki * lib/gdb.exp (gdb_test_multiple): Correct formatting. diff --git a/gdb/testsuite/gdb.trace/strace.exp b/gdb/testsuite/gdb.trace/strace.exp index 00fca8afd6c..089b62bfbd3 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" -- 2.30.2