diff options
author | Tom Tromey <tromey@redhat.com> | 2012-05-09 20:24:08 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-05-09 20:24:08 +0000 |
commit | 9d198b1e46630ab0cbe79e42abf6227486ec9fec (patch) | |
tree | f808ab6195fee319e99d75414e736de33499bba9 | |
parent | d9242c17363bac3f19454a9ca86f79f97652a00f (diff) | |
download | fsf-binutils-gdb-9d198b1e46630ab0cbe79e42abf6227486ec9fec.zip fsf-binutils-gdb-9d198b1e46630ab0cbe79e42abf6227486ec9fec.tar.gz fsf-binutils-gdb-9d198b1e46630ab0cbe79e42abf6227486ec9fec.tar.bz2 |
* gdb.trace/strace.exp: Add 'quiet' to compiler flags.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.trace/strace.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7d85aaa..723c2d2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. 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" |