* [PATCH/RFA] dejagnu/baseboards/*sh*.exp
@ 2001-04-18 14:56 Elena Zannoni
2001-04-18 15:37 ` Fernando Nasser
0 siblings, 1 reply; 3+ messages in thread
From: Elena Zannoni @ 2001-04-18 14:56 UTC (permalink / raw)
To: gdb-patches
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"
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH/RFA] dejagnu/baseboards/*sh*.exp
2001-04-18 14:56 [PATCH/RFA] dejagnu/baseboards/*sh*.exp Elena Zannoni
@ 2001-04-18 15:37 ` Fernando Nasser
2001-04-18 15:44 ` Elena Zannoni
0 siblings, 1 reply; 3+ messages in thread
From: Fernando Nasser @ 2001-04-18 15:37 UTC (permalink / raw)
To: Elena Zannoni; +Cc: gdb-patches
Elena Zannoni wrote:
>
> This patch allows sh targets testsuites to execute the inferior
> function calls tests.
>
> OK to commit?
>
Sure.
> 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"
--
Fernando Nasser
Red Hat Canada Ltd. E-Mail: fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario M4P 2C9
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH/RFA] dejagnu/baseboards/*sh*.exp
2001-04-18 15:37 ` Fernando Nasser
@ 2001-04-18 15:44 ` Elena Zannoni
0 siblings, 0 replies; 3+ messages in thread
From: Elena Zannoni @ 2001-04-18 15:44 UTC (permalink / raw)
To: Fernando Nasser; +Cc: Elena Zannoni, gdb-patches
Fernando Nasser writes:
> Elena Zannoni wrote:
> >
> > This patch allows sh targets testsuites to execute the inferior
> > function calls tests.
> >
> > OK to commit?
> >
>
> Sure.
>
Thanks. It's in.
Elena
>
> > 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"
>
> --
> Fernando Nasser
> Red Hat Canada Ltd. E-Mail: fnasser@redhat.com
> 2323 Yonge Street, Suite #300
> Toronto, Ontario M4P 2C9
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-04-18 15:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-18 14:56 [PATCH/RFA] dejagnu/baseboards/*sh*.exp Elena Zannoni
2001-04-18 15:37 ` Fernando Nasser
2001-04-18 15:44 ` Elena Zannoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox