* gdb.trace/strace.exp: Add 'quiet' to compiler flags.
This commit is contained in:
parent
d9242c1736
commit
9d198b1e46
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user