From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21368 invoked by alias); 26 Apr 2010 11:52:42 -0000 Received: (qmail 21360 invoked by uid 22791); 26 Apr 2010 11:52:42 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,MSGID_MULTIPLE_AT X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.154) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Apr 2010 11:52:38 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id o3QBqAAN087902 ; Mon, 26 Apr 2010 13:52:10 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from mailserver.u-strasbg.fr (ms1.u-strasbg.fr [IPv6:2001:660:2402:d::10]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id o3QBq9ti065686 ; Mon, 26 Apr 2010 13:52:09 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from d620muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id o3QBq9GC023323 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Mon, 26 Apr 2010 13:52:09 +0200 (CEST) (envelope-from pierre.muller@ics-cnrs.unistra.fr) From: "Pierre Muller" To: "'Mark Kettenis'" Cc: , , , References: <000301cae303$d6d068b0$84713a10$@muller@ics-cnrs.unistra.fr> <201004231915.49375.pedro@codesourcery.com> <002101cae3c0$a56276c0$f0276440$@muller@ics-cnrs.unistra.fr> <201004252110.20098.pedro@codesourcery.com> <003c01cae515$41e52290$c5af67b0$@muller@ics-cnrs.unistra.fr> <201004261127.o3QBRAc1027039@glazunov.sibelius.xs4all.nl> In-Reply-To: <201004261127.o3QBRAc1027039@glazunov.sibelius.xs4all.nl> Subject: RE: [RFA- v2] Remove CANNOT_STEP_HW_WATCHPOINTS related code (was fix for bug 11531) Date: Mon, 26 Apr 2010 11:52:00 -0000 Message-ID: <005d01cae536$ebc6cef0$c3546cd0$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: 2010-04/txt/msg00863.txt.bz2 > > Index: src/gdb/configure.tgt > > =================================================================== > > RCS file: /cvs/src/src/gdb/configure.tgt,v > > retrieving revision 1.231 > > diff -u -p -r1.231 configure.tgt > > --- src/gdb/configure.tgt 20 Apr 2010 00:21:33 -0000 1.231 > > +++ src/gdb/configure.tgt 26 Apr 2010 07:47:51 -0000 > > @@ -197,8 +197,10 @@ i[34567]86-*-solaris2.1[0-9]* | x86_64-* > > i386-sol2-tdep.o sol2-tdep.o \ > > corelow.o solib.o solib-svr4.o" > > ;; > > -i[34567]86-*-solaris*) > > - # Target: Solaris x86 > > +i[34567]86-*-solaris2.[8-9] ) > > + # Target: Solaris x86, only versions 2.8 and 2.9 > > + # Versions <= 2.7 suffer a bug that was handled in older versions > of > > Can you add i[34567]86-*-solaris2.[0-7] to the list of obsolete > targets when doing this? That way people get a clear message when > trying to configure GDB on older versions of Solaris. After Pedro's comments that these targets can still work (just that watchpoints might create problems) I dropped for now this part of the patch. Is it possible and worthwhile to add some warning about this issue in configure.tgt? Pierre