From mboxrd@z Thu Jan 1 00:00:00 1970 From: Elena Zannoni To: Fernando Nasser Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFA] dejagnu/baseboards/*sh*.exp Date: Wed, 18 Apr 2001 15:44:00 -0000 Message-id: <15070.6325.132747.524289@kwikemart.cygnus.com> References: <15070.3473.293698.1689@kwikemart.cygnus.com> <3ADE1621.BE18D4E0@redhat.com> X-SW-Source: 2001-04/msg00192.html 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 > > > > * 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 >