+2015-12-10 Pedro Alves <palves@redhat.com>
+
+ * gdb.multi/base.exp: Don't use nowarnings.
+ * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
+ * gdb.multi/hangout.c: Include stdio.h.
+ * gdb.multi/hello.c: Include stdlib.h.
+ * gdb.multi/multi-arch-exec.c: Include stdlib.h.
+ * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
+ * gdb.multi/multi-arch.exp: Don't use nowarnings.
+
2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
* gdb.dwarf2/dw2-ranges-base.c: New file.
set srcfile3 ${exec3}.c
set binfile3 [standard_output_file ${exec3}]
-if { [build_executable ${testfile}.exp ${exec1} "${srcfile1}" {debug nowarnings}] == -1 } {
+if { [build_executable ${testfile}.exp ${exec1} "${srcfile1}" {debug}] == -1 } {
return -1
}
-if { [build_executable ${testfile}.exp ${exec2} "${srcfile2}" {debug nowarnings}] == -1} {
+if { [build_executable ${testfile}.exp ${exec2} "${srcfile2}" {debug}] == -1} {
return -1
}
-if { [build_executable ${testfile}.exp ${exec3} "${srcfile3}" {debug nowarnings}] == -1 } {
+if { [build_executable ${testfile}.exp ${exec3} "${srcfile3}" {debug}] == -1 } {
return -1
}
set srcfile2 ${exec2}.c
set binfile2 [standard_output_file ${exec2}]
-set compile_options {debug nowarnings}
+set compile_options {debug}
set dirname [relative_filename [pwd] [file dirname $binfile1]]
lappend compile_options "additional_flags=-DBASEDIR=\"$dirname\""
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include <stdio.h>
+
main(int argc, char *argv[])
{
int i;
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include <stdlib.h>
+
short hglob = 1;
short glob = 92;
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
set dirname [relative_filename [pwd] [file dirname $binfile2]]
if { [prepare_for_testing ${testfile}.exp ${exec1} "${srcfile1}" \
- [list debug nowarnings \
+ [list debug \
additional_flags=${march1} \
additional_flags=-DBASEDIR=\"$dirname\"]] } {
return -1
}
-set options [list debug nowarnings]
+set options [list debug]
if { [istarget "aarch64*-*-*"] } {
if {[info exists ARM_CC_FOR_TARGET]} {
}
if { [prepare_for_testing ${testfile}.exp ${exec1} "${srcfile1}" \
- [list debug nowarnings additional_flags=${march1}]] } {
+ [list debug additional_flags=${march1}]] } {
return -1
}
-set options [list debug nowarnings]
+set options [list debug]
if [istarget "aarch64*-*-*"] {
if {[info exists ARM_CC_FOR_TARGET]} {