This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA] dejagnu: Allow function calls for ppc-sim



There is no reason for which function calls shouldn't be allowed when 
talking to PSIM.

Elena

2002-03-22  Elena Zannoni  <ezannoni@redhat.com>

        * 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]