From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17818 invoked by alias); 17 Aug 2002 00:12:12 -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 17811 invoked from network); 17 Aug 2002 00:12:11 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 17 Aug 2002 00:12:11 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 75C35D2CBD; Fri, 16 Aug 2002 17:12:13 -0700 (PDT) Date: Fri, 16 Aug 2002 17:12:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add declaration in i386-tdep.h (for interix) Message-ID: <20020817001213.GW906@gnat.com> References: <20020730191256.GE19161@gnat.com> <20020815195252.GC906@gnat.com> <86bs83kqjv.fsf@elgar.kettenis.dyndns.org> <20020816214451.GP906@gnat.com> <200208162226.g7GMQd7i000400@elgar.kettenis.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208162226.g7GMQd7i000400@elgar.kettenis.dyndns.org> User-Agent: Mutt/1.4i X-SW-Source: 2002-08/txt/msg00476.txt.bz2 > There's a #ifdef'ed out reference to skip_trampoline_code in > config/i386/tm-cygwin.h. I removed it in a separate patch. I hope that's ok. > Can you make sure that you end all comments with a dot (and two > spaces)? Please make that change to the comment describing the > prototype in i386-tdep.h, and check it in. Ah, I'm really sorry about this, I should know by now. Fixed and committed. > 2002-08-16 Joel Brobecker > > * i386-tdep.c (i386_pe_skip_trampoline_code): renamed from > skip_trampoline_code, for better namespace-proofing. > > * i386-tdep.h (i386_pe_skip_trampoline_code): Add declaration. -- Joel