From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20484 invoked by alias); 28 Jun 2004 17:57: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 20470 invoked from network); 28 Jun 2004 17:57:24 -0000 Received: from unknown (HELO hall.mail.mindspring.net) (207.69.200.60) by sourceware.org with SMTP; 28 Jun 2004 17:57:24 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Bf0Ng-0006UE-00 for gdb-patches@sources.redhat.com; Mon, 28 Jun 2004 13:57:24 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id F35DF4B104; Mon, 28 Jun 2004 13:57:38 -0400 (EDT) To: gdb-patches@sources.redhat.com Subject: Re: [RFA] testsuite/gdb.arch/i386-prologue.c: Fix compiling on Cygwin Message-Id: <20040628175738.F35DF4B104@berman.michael-chastain.com> Date: Mon, 28 Jun 2004 17:57:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-06/txt/msg00645.txt.bz2 Same response as i386-prologue.c. I would like to see: " call " SP_PREFIX "trap\n" " .globl " SP_PREFIX "main\n" Or a similar design with " call " SYMBOL(trap) "\n" " .globl " SYMBOL(main) "\n" Michael C === * gdb.arch/i386-unwind.c: Conditionalize label names to build on Cygwin.