From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30401 invoked by alias); 7 Dec 2009 17:54:57 -0000 Received: (qmail 30393 invoked by uid 22791); 7 Dec 2009 17:54:56 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 07 Dec 2009 17:54:52 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 257BA130B5; Mon, 7 Dec 2009 09:54:51 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id 1C6FDCD90F; Mon, 7 Dec 2009 09:54:51 -0800 (PST) Message-ID: <4B1D4152.7000200@vmware.com> Date: Mon, 07 Dec 2009 17:54:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: Joel Brobecker CC: Hui Zhu , gdb-patches ml , Mark Kettenis Subject: Re: [RFA] Prec x86 MMX 3DNow! SSE SSE2 SSE3 SSSE3 SSE4 support References: <4B1D3829.2020509@vmware.com> <20091207174317.GF2891@adacore.com> In-Reply-To: <20091207174317.GF2891@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00080.txt.bz2 Joel Brobecker wrote: >> I think GCC has an extension that allows you to specify >> a range of cases on a single line. Just a suggestion... > > Let's avoid that extension, as GDB is supposed to be buildable with > a non-GCC compiler. I thought we had given up that requirement?