X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com From: "Pierre Muller" To: References: <83hbvj80ht DOT fsf AT gnu DOT org> <93c172b50909040715n791c007ema4715db95e946e2e AT mail DOT gmail DOT com> <83y6ou4sls DOT fsf AT gnu DOT org> <83tyzi4nn6 DOT fsf AT gnu DOT org> <83fxb14c4i DOT fsf AT gnu DOT org> In-Reply-To: <83fxb14c4i.fsf@gnu.org> Subject: RE: Building latest GDB snapshots Date: Mon, 7 Sep 2009 10:36:15 +0200 Message-ID: <001801ca2f96$43b892d0$cb29b870$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcouQoW98gdFAc8AStuVpUMd3P3BIwBU1m6g Content-Language: en-us X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (mailhost.u-strasbg.fr [IPv6:2001:660:2402::157]); Mon, 07 Sep 2009 10:36:10 +0200 (CEST) X-Virus-Scanned: ClamAV 0.94.2/9780/Mon Sep 7 05:07:10 2009 on mr7.u-strasbg.fr X-Virus-Status: Clean X-Spam-Status: No, score=-100.0 required=5.0 tests=USER_IN_WHITELIST autolearn=disabled version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mr7.u-strasbg.fr Reply-To: djgpp-workers AT delorie DOT com Hi Eli, I tried to hack your djconfig.sh=20 in order to be able to use it on the CVS tree directly, but I still get crashes in the configure stages. This makes it impossible for me to test DJGPP gdb. Could you tell me how you create the=20 zip file? By the way, did you have the time to look at my dbgcom.c changes related to multiple watchpoints? Pierre Muller Pascal language support maintainer for GDB > -----Message d'origine----- > De=A0: Eli Zaretskii [mailto:eliz AT gnu DOT org] > Envoy=E9=A0: Saturday, September 05, 2009 5:58 PM > =C0=A0: djgpp-workers AT delorie DOT com > Objet=A0: Re: Building latest GDB snapshots >=20 > > Date: Fri, 04 Sep 2009 20:37:17 +0300 > > From: Eli Zaretskii > > > > > Date: Fri, 04 Sep 2009 18:50:07 +0300 > > > From: Eli Zaretskii > > > > > > > For now, I suggest the wonderful workaround of putting "( " and = " > )" > > > > around the "return $ac_retval" portions. That seems to make it > work > > > > for DJGPP Bash, at least. > > > > > > That's not the workaround I found, but I will try that as well. = If > it > > > works, it's an easier edit than what I had in mind. > > > > It does seem to work, thanks. >=20 > Well, I finally managed to repair everything that I saw broken in the > DJGPP build of GDB, and the resulting binary seems to work in some > limited testing. The necessary changes were committed to the GDB CVS > repository. >=20 > Thanks for the help.