From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 530 invoked by alias); 9 Jun 2009 02:23:27 -0000 Received: (qmail 517 invoked by uid 22791); 9 Jun 2009 02:23:26 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Jun 2009 02:23:20 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MDqzd-0005H9-Mk for gdb-patches@sources.redhat.com; Tue, 09 Jun 2009 02:23:17 +0000 Received: from 207.96.187.164 ([207.96.187.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Jun 2009 02:23:17 +0000 Received: from aristovski by 207.96.187.164 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Jun 2009 02:23:17 +0000 To: gdb-patches@sources.redhat.com From: Aleksandar Ristovski Subject: Re: [patch] i386-nto-tdep.c: Add support for xmm registers. Date: Tue, 09 Jun 2009 02:23:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: 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-06/txt/msg00204.txt.bz2 ping? Aleksandar Ristovski wrote: > Hello, > > This adds support for xmm registers for QNX target. > > Thanks, > > Aleksandar > > > ChangeLog > > > Add support for XMM registers. > * i386-nto-tdep.c (i386_nto_target): Remove definition. > (i386nto_regset_id): Add case for SSE register set. > (i386nto_register_area): Correctly calculate offsets and sizes for all > supported registers. > (I386_NTO_SIGCONTEXT_OFFSET): Remove macro definition. > (i386nto_sigcontext_addr): Use better method of retrieving sigcontext > pointer. > (init_i386nto_ops): Remove i386_nto_target. > (i386nto_init_abi): Remove nto_svr4_so_ops indirection. Properly setup > tdep params sc_reg_offset and sc_num_regs. Remove nto_svr4_so_ops and > make changes accordingly. > > -- Aleksandar Ristovski QNX Software Systems