From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24830 invoked by alias); 5 Sep 2009 15:45:56 -0000 Received: (qmail 24810 invoked by uid 22791); 5 Sep 2009 15:45:53 -0000 X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00,HK_OBFDOM,J_CHICKENPOX_22,J_CHICKENPOX_31,J_CHICKENPOX_33,J_CHICKENPOX_63,J_CHICKENPOX_66,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout4.012.net.il (HELO mtaout3.012.net.il) (84.95.2.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 05 Sep 2009 15:45:47 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KPI00A008VUS500@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Sat, 05 Sep 2009 18:45:44 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.50.163]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KPI008Y79470Y00@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Sat, 05 Sep 2009 18:45:44 +0300 (IDT) Date: Sat, 05 Sep 2009 15:45:00 -0000 From: Eli Zaretskii Subject: [djgpp/commit] Fix the DJGPP build of GDB To: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83k50d4cst.fsf@gnu.org> 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: 2009-09/txt/msg00119.txt.bz2 The recent switch to Autoconf 2.64 shattered the DJGPP configury stuff to pieces. The tweaks below make it work again. Committed. 2009-09-05 Eli Zaretskii * config/djgpp/djconfig.sh: Fix for Autoconf 2.64. * config/djgpp/config.sed: Fix for Autoconf 2.64. Index: gdb/config/djgpp/config.sed =================================================================== RCS file: /cvs/src/src/gdb/config/djgpp/config.sed,v retrieving revision 1.9 diff -u -r1.9 config.sed --- gdb/config/djgpp/config.sed 19 Apr 2009 18:29:34 -0000 1.9 +++ gdb/config/djgpp/config.sed 5 Sep 2009 15:39:44 -0000 @@ -2,31 +2,37 @@ s|gdb\.c++|gdb.cxx|g /ac_rel_source/s|ln -s|cp -p| s|\.gdbinit|gdb.ini|g +# This works around a bug in DJGPP port of Bash 2.0x +s|return $ac_retval|(&)|g +# DJGPP port of Bash 2.04 doesn't like this redirection of stdin +/exec 7