From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22040 invoked by alias); 15 Apr 2002 00:36:27 -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 22033 invoked from network); 15 Apr 2002 00:36:27 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 15 Apr 2002 00:36:27 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6F59D3C3F; Sun, 14 Apr 2002 20:36:23 -0400 (EDT) Message-ID: <3CBA2087.1020504@cygnus.com> Date: Sun, 14 Apr 2002 17:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.9) Gecko/20020328 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Elena Zannoni Cc: gdb-patches@sources.redhat.com, fnasser@redhat.com Subject: Re: [RFA] dejagnu: Allow function calls for ppc-sim References: <15515.34569.526010.36060@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00514.txt.bz2 > 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