From: Eli Zaretskii Date: Sat, 5 Sep 2009 15:43:31 +0000 (+0000) Subject: * config/djgpp/djconfig.sh: Fix for Autoconf 2.64. X-Git-Tag: gdb_7_0-2009-09-16-branchpoint~142 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=348e86d95832f94c04e43abfb3715ce1a60be523;p=external%2Fbinutils.git * config/djgpp/djconfig.sh: Fix for Autoconf 2.64. * config/djgpp/config.sed: Fix for Autoconf 2.64. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e1ee38d..353bfc0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-09-05 Eli Zaretskii + + * config/djgpp/djconfig.sh: Fix for Autoconf 2.64. + * config/djgpp/config.sed: Fix for Autoconf 2.64. + 2009-09-05 Hui Zhu * i386-tdep.c (i386_record_s): Add orig_addr. diff --git a/gdb/config/djgpp/config.sed b/gdb/config/djgpp/config.sed index 98882cf..633c5b9 100644 --- a/gdb/config/djgpp/config.sed +++ b/gdb/config/djgpp/config.sed @@ -2,31 +2,37 @@ s|po2tbl\.sed\.in|po2tblsed.in|g s|gdb\.c++|gdb.cxx|g /ac_rel_source/s|ln -s|cp -p| s|\.gdbinit|gdb.ini|g - -# Edit Makefiles. This should go near the beginning of +# 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