From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15897 invoked by alias); 27 Dec 2009 20:03:21 -0000 Received: (qmail 15753 invoked by uid 22791); 27 Dec 2009 20:03:19 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 27 Dec 2009 20:03:15 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nBRK2nSa013400 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 27 Dec 2009 15:02:49 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nBRK2ltn011347 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 27 Dec 2009 15:02:49 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id nBRK2iZI019947; Sun, 27 Dec 2009 21:02:44 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id nBRK2bFM019944; Sun, 27 Dec 2009 21:02:37 +0100 Date: Sun, 27 Dec 2009 20:03:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: brobecker@adacore.com, gdb-patches@sourceware.org Subject: Re: [patch] Fix watchpoint-at-epilogue 7.0 regression (s390x) Message-ID: <20091227200237.GA19817@host0.dyn.jankratochvil.net> References: <20091225142031.GA5442@host0.dyn.jankratochvil.net> <20091226053555.GZ2788@adacore.com> <20091227053313.GA28011@adacore.com> <20091227192916.GA15866@host0.dyn.jankratochvil.net> <83y6kodw8m.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83y6kodw8m.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-08-17) 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-12/txt/msg00402.txt.bz2 On Sun, 27 Dec 2009 20:59:05 +0100, Eli Zaretskii wrote: > djtar.exe will complain when it encounters file-name clashes, and will ask > for a different file name. ah, thanks, I tried just that bare DJGPP tar.exe. Regards, Jan