[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-dejagnu] [PATCH] Allow function calls for ppc-sim
From: |
Elena Zannoni |
Subject: |
[Bug-dejagnu] [PATCH] Allow function calls for ppc-sim |
Date: |
Sun, 14 Apr 2002 21:25:39 -0400 |
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 <address@hidden>
>
> * 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
- [Bug-dejagnu] [PATCH] Allow function calls for ppc-sim,
Elena Zannoni <=