From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9971 invoked by alias); 29 Jun 2004 17:25:18 -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 9935 invoked from network); 29 Jun 2004 17:25:17 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sourceware.org with SMTP; 29 Jun 2004 17:25:17 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BfMM9-0002uI-00 for gdb-patches@sources.redhat.com; Tue, 29 Jun 2004 13:25:17 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id C56854B104; Tue, 29 Jun 2004 13:25:23 -0400 (EDT) To: gdb-patches@sources.redhat.com Subject: Re: [RFA] testsuite/gdb.arch/i386-prologue.c: Fix compiling on Cygwin Message-Id: <20040629172523.C56854B104@berman.michael-chastain.com> Date: Tue, 29 Jun 2004 17:25:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-06/txt/msg00673.txt.bz2 cv> I've created a simpler patch using the SYMBOL(sym) suggestion you cv> mentioned in your other response. Is the below patch ok? Yeah, this is good. This is approved, if you've tested it and you say what platform you tested it on (presumably Cygwin). Michael C * gdb.arch/i386-prologue.c: Use preprocessor directives to conditionalize symbol prefixing. * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding additional_flags handling. Add underscore prefix for Cygwin.