[PATCH] Allow function calls for ppc-sim
Elena Zannoni <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
Could this be included in the official repo? Thanks Elena > There is no reason for which function calls shouldn't be allowed when > talking to PSIM. > > Elena > > 2002-03-22 Elena Zannoni <[email protected]> > > * baseboards/powerpc-sim.exp: Don't disable inferior > function calls. > > Index: powerpc-sim.exp > =================================================================== > RCS file: /cvs/src/src/dejagnu/baseboards/powerpc-sim.exp,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 powerpc-sim.exp > --- powerpc-sim.exp 1999/11/09 01:28:42 1.1.1.1 > +++ powerpc-sim.exp 2002/03/22 19:32:21 > @@ -25,4 +25,5 @@ set_board_info ldflags "-msim [libgloss > set_board_info gdb,nosignals 1; > > # Can't call functions from GDB. > -set_board_info gdb,cannot_call_functions 1 > +# There is no real technical reason to prevent function calls with PSIM > +# set_board_info gdb,cannot_call_functions 1