gdb/testsuite/ChangeLog:
* gdb.base/pie-execl.exp: Fix result test of build_executable.
+2015-09-09 Doug Evans <dje@google.com>
+
+ * gdb.base/pie-execl.exp: Fix result test of build_executable.
+
2015-09-09 Doug Evans <dje@google.com>
* gdb.base/savedregs.exp: Fix typo.
# file name of the breakpoint.
set opts [list debug additional_flags=-fPIE ldflags=-pie]
-if {[build_executable ${testfile}.exp $executable1 $srcfile [concat $opts {additional_flags=-DBIN=1}]] == ""
- || [build_executable ${testfile}.exp $executable2 $srcfile [concat $opts {additional_flags=-DBIN=2}]] == ""} {
+if {[build_executable ${testfile}.exp $executable1 $srcfile [concat $opts {additional_flags=-DBIN=1}]] == -1
+ || [build_executable ${testfile}.exp $executable2 $srcfile [concat $opts {additional_flags=-DBIN=2}]] == -1} {
return -1
}