From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elena Zannoni To: gdb-patches@sources.redhat.com Subject: [PATCH/RFA] dejagnu/baseboards/*sh*.exp Date: Wed, 18 Apr 2001 14:56:00 -0000 Message-id: <15070.3473.293698.1689@kwikemart.cygnus.com> X-SW-Source: 2001-04/msg00190.html This patch allows sh targets testsuites to execute the inferior function calls tests. OK to commit? Elena 2001-04-18 Elena Zannoni * baseboards/sh-hms.exp: Enable inferior function calls testing. * baseboards/sh-hms-sim.exp: Likewise. Index: sh-hms-sim.exp =================================================================== RCS file: /cvs/src/src/dejagnu/baseboards/sh-hms-sim.exp,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 sh-hms-sim.exp --- sh-hms-sim.exp 1999/11/09 01:28:42 1.1.1.1 +++ sh-hms-sim.exp 2001/04/18 21:54:08 @@ -32,8 +32,6 @@ set_board_info ldscript ""; set_board_info noargs 1 # No signals. set_board_info gdb,nosignals 1 -# And it can't call functions. -set_board_info gdb,cannot_call_functions 1 # Used by a few gcc.c-torture testcases to delimit how large the stack can # be. Index: sh-hms.exp =================================================================== RCS file: /cvs/src/src/dejagnu/baseboards/sh-hms.exp,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 sh-hms.exp --- sh-hms.exp 1999/11/09 01:28:42 1.1.1.1 +++ sh-hms.exp 2001/04/18 21:54:08 @@ -22,8 +22,6 @@ set_board_info ldscript "-Wl,-Tsh2lcevb. # Can't pass arguments to this target. set_board_info noargs 1 -# And it can't call functions. -set_board_info gdb,cannot_call_functions 1 # We use the remote GDB protocol. set_board_info gdb_protocol "remote"