* gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
This commit is contained in:
parent
eceda120cd
commit
d5142e3b62
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||||
|
|
||||||
|
* gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
|
||||||
|
|
||||||
2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
|
2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
|
||||||
|
|
||||||
New test for two watchpoints, with disabling of
|
New test for two watchpoints, with disabling of
|
||||||
|
|
|
@ -18,11 +18,11 @@ set srcfile ${testfile}.c
|
||||||
set objfile ${objdir}/${subdir}/${testfile}.o
|
set objfile ${objdir}/${subdir}/${testfile}.o
|
||||||
set binfile ${objdir}/${subdir}/${testfile}
|
set binfile ${objdir}/${subdir}/${testfile}
|
||||||
|
|
||||||
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${objfile}" object {debug additional_flags=-fpie}] != "" } {
|
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${objfile}" object {quiet debug additional_flags=-fpie}] != "" } {
|
||||||
untested "Couldn't compile test PIE object file."
|
untested "Couldn't compile test PIE object file."
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
if { [gdb_compile "${objfile}" "${binfile}" executable {debug additional_flags=-pie}] != "" } {
|
if { [gdb_compile "${objfile}" "${binfile}" executable {quiet debug additional_flags=-pie}] != "" } {
|
||||||
untested "Couldn't compile test PIE binary."
|
untested "Couldn't compile test PIE binary."
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue