From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8854 invoked by alias); 26 Apr 2010 11:29:09 -0000 Received: (qmail 8834 invoked by uid 22791); 26 Apr 2010 11:29:08 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Apr 2010 11:29:03 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o3QBRCjK022486; Mon, 26 Apr 2010 13:27:12 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o3QBRAc1027039; Mon, 26 Apr 2010 13:27:10 +0200 (CEST) Date: Mon, 26 Apr 2010 11:29:00 -0000 Message-Id: <201004261127.o3QBRAc1027039@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: pierre.muller@ics-cnrs.unistra.fr CC: pedro@codesourcery.com, eliz@gnu.org, gdb-patches@sourceware.org, brobecker@adacore.com In-reply-to: <003c01cae515$41e52290$c5af67b0$@muller@ics-cnrs.unistra.fr> (pierre.muller@ics-cnrs.unistra.fr) Subject: Re: [RFA- v2] Remove CANNOT_STEP_HW_WATCHPOINTS related code (was fix for bug 11531) 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> 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/msg00860.txt.bz2 > From: "Pierre Muller" > Cc: , "'Joel Brobecker'" > 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.