From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12463 invoked by alias); 15 Apr 2002 01:29:31 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12444 invoked from network); 15 Apr 2002 01:29:28 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 15 Apr 2002 01:29:28 -0000 Received: from localhost.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id SAA07710; Sun, 14 Apr 2002 18:29:15 -0700 (PDT) Received: by localhost.redhat.com (Postfix, from userid 469) id 38D5211436; Sun, 14 Apr 2002 21:28:50 -0400 (EDT) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15546.11473.969670.593125@localhost.redhat.com> Date: Sun, 14 Apr 2002 18:29:00 -0000 To: Andrew Cagney Cc: Elena Zannoni , gdb-patches@sources.redhat.com, fnasser@redhat.com Subject: Re: [RFA] dejagnu: Allow function calls for ppc-sim In-Reply-To: <3CBA2087.1020504@cygnus.com> References: <15515.34569.526010.36060@localhost.redhat.com> <3CBA2087.1020504@cygnus.com> X-SW-Source: 2002-04/txt/msg00518.txt.bz2 Thanks i committed it and sent a note to the dejagnu folks. Elena Andrew Cagney writes: > > There is no reason for which function calls shouldn't be allowed when > > talking to PSIM. > > > > Elena > > > > 2002-03-22 Elena Zannoni > > > > * 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 > > Yes. Don't forget to push it up-stream (see the only just updated) > src/MAINTAINERS. > > Andrew >