From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30883 invoked by alias); 7 Oct 2007 19:25:47 -0000 Received: (qmail 30859 invoked by uid 22791); 7 Oct 2007 19:25:46 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 07 Oct 2007 19:25:43 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-203-227.inter.net.il [84.229.203.227]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DUJ23299 (AUTH halo1); Sun, 7 Oct 2007 21:25:35 +0200 (IST) Date: Sun, 07 Oct 2007 19:25:00 -0000 Message-Id: From: Eli Zaretskii To: Joel Brobecker CC: muller@ics.u-strasbg.fr, gdb-patches@sourceware.org In-reply-to: <20071007071713.GG3570@adacore.com> (message from Joel Brobecker on Sun, 7 Oct 2007 00:17:13 -0700) Subject: Re: [RFA] Handle GPC specific name for main function Reply-to: Eli Zaretskii References: <001701c805a0$1da99b60$58fcd220$@u-strasbg.fr> <20071005181620.GB3570@adacore.com> <20071007071713.GG3570@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00102.txt.bz2 > Date: Sun, 7 Oct 2007 00:17:13 -0700 > From: Joel Brobecker > Cc: muller@ics.u-strasbg.fr, gdb-patches@sourceware.org > > > Yuck! Can't we make pascal_main_name return `const char *'? If not, > > why not? > > That's a good idea. What do you think about this revised version > of Pierre's patch? Fine with me; that's what I had in mind.