| Index: gdb/testsuite/gdb.base/so-indr-cl.exp
|
| diff --git a/gdb/testsuite/gdb.base/so-indr-cl.exp b/gdb/testsuite/gdb.base/so-indr-cl.exp
|
| index daf8ece2878eb926e1d8f987862daa3314ba9a28..e4620a25bc24a7ddff82b75d32eb8f1fc3a4e6f8 100644
|
| --- a/gdb/testsuite/gdb.base/so-indr-cl.exp
|
| +++ b/gdb/testsuite/gdb.base/so-indr-cl.exp
|
| @@ -13,10 +13,6 @@
|
| # You should have received a copy of the GNU General Public License
|
| # along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
| -if $tracelevel then {
|
| - strace $tracelevel
|
| - }
|
| -
|
|
|
| # are we on a target board
|
| if ![isnative] then {
|
| @@ -36,7 +32,7 @@ set testfile "so-indr-cl"
|
| set srcfile ${testfile}.c
|
| set binfile ${objdir}/${subdir}/${testfile}
|
|
|
| -if [get_compiler_info ${binfile}] {
|
| +if [get_compiler_info] {
|
| return -1
|
| }
|
|
|
|
|