From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29825 invoked by alias); 3 Feb 2010 19:09:32 -0000 Received: (qmail 29817 invoked by uid 22791); 3 Feb 2010 19:09:32 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SARE_SUB_OBFU_Q1 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; Wed, 03 Feb 2010 19:09:28 +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 o13J6nUI005369; Wed, 3 Feb 2010 20:06:49 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o13J6l1V024560; Wed, 3 Feb 2010 20:06:47 +0100 (CET) Date: Wed, 03 Feb 2010 19:09:00 -0000 Message-Id: <201002031906.o13J6l1V024560@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: dan@codesourcery.com CC: hjl.tools@gmail.com, gdb-patches@sourceware.org In-reply-to: <20100203190334.GA17498@caradoc.them.org> (message from Daniel Jacobowitz on Wed, 3 Feb 2010 14:03:36 -0500) Subject: Re: RFC: Support target specific qSupported References: <20100203040339.GA24984@lucon.org> <20100203135848.GA27938@caradoc.them.org> <6dc9ffc81002030605k6eadda3me45828f7c8c6a362@mail.gmail.com> <20100203142202.GB28951@caradoc.them.org> <6dc9ffc81002030634wd2976e5t2a42b639c455b850@mail.gmail.com> <20100203144626.GA31389@caradoc.them.org> <6dc9ffc81002030708n413c1784g3979207a08cdd9c7@mail.gmail.com> <6dc9ffc81002031059y428b0103q50409ce5745f7cd9@mail.gmail.com> <20100203190334.GA17498@caradoc.them.org> 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-02/txt/msg00089.txt.bz2 > Date: Wed, 3 Feb 2010 14:03:36 -0500 > From: Daniel Jacobowitz > > On Wed, Feb 03, 2010 at 10:59:14AM -0800, H.J. Lu wrote: > > I am working x86 target descriptions. MMX is alias of ST. How do > > I do it? > > You have many options. One is to never describe the MMX registers > explicitly. Make them pseudo-registers. This is how ARM NEON > single-precision registers work. > > Aren't they pseudos already? You may not have to do anything > special. They are.