This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [PATCH/RFA] dejagnu/baseboards/*sh*.exp
- To: Fernando Nasser <fnasser at redhat dot com>
- Subject: Re: [PATCH/RFA] dejagnu/baseboards/*sh*.exp
- From: Elena Zannoni <ezannoni at cygnus dot com>
- Date: Wed, 18 Apr 2001 18:44:05 -0400 (EDT)
- Cc: Elena Zannoni <ezannoni at cygnus dot com>, gdb-patches at sources dot redhat dot com
- References: <15070.3473.293698.1689@kwikemart.cygnus.com><3ADE1621.BE18D4E0@redhat.com>
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
>