This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[PATCH/RFA] dejagnu/baseboards/*sh*.exp



This patch allows sh targets testsuites to execute the inferior
function calls tests.

OK to commit?

Elena


2001-04-18  Elena Zannoni  <ezannoni@redhat.com>

        * 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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]