From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20109 invoked by alias); 13 Feb 2004 15:12:24 -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 20097 invoked from network); 13 Feb 2004 15:12:24 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 13 Feb 2004 15:12:24 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A0FD32B95; Fri, 13 Feb 2004 10:12:21 -0500 (EST) Message-ID: <402CE955.70007@gnu.org> Date: Fri, 13 Feb 2004 15:12:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Mark Kettenis Cc: davidm@hpl.hp.com, kevinb@redhat.com, jjohnstn@redhat.com, gdb-patches@sources.redhat.com Subject: Re: make inferior calls work on ia64 even when syscall is pending References: <16371.12104.503371.251351@napali.hpl.hp.com> <200312312333.hBVNXNvg016633@elgar.kettenis.dyndns.org> <16428.9442.113820.725379@napali.hpl.hp.com> <200402131458.i1DEw4bu000328@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00340.txt.bz2 > Looks good, except for the "extern" function proptotypes. But I guess > we can't blame you for following the bad example set by ia64-tdep.c. Fixing, that by creating "ia64-tdep.h", is "obvious". Andrew