From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10499 invoked by alias); 26 Feb 2009 19:22:18 -0000 Received: (qmail 10489 invoked by uid 22791); 26 Feb 2009 19:22:18 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp2.caviumnetworks.com (HELO smtp2.caviumnetworks.com) (209.113.159.134) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Feb 2009 19:22:06 +0000 Received: from exch4.caveonetworks.com (Not Verified[192.168.16.23]) by smtp2.caviumnetworks.com with MailMarshal (v6,2,2,3503) id ; Thu, 26 Feb 2009 14:22:05 -0500 Received: from exch4.caveonetworks.com ([192.168.16.23]) by exch4.caveonetworks.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 26 Feb 2009 11:18:23 -0800 Received: from dd1.caveonetworks.com ([64.169.86.201]) by exch4.caveonetworks.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 26 Feb 2009 11:18:23 -0800 Message-ID: <49A6EAFE.2000309@caviumnetworks.com> Date: Thu, 26 Feb 2009 19:45:00 -0000 From: David Daney User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org Subject: Re: Modernize solaris threads support. References: <200902160549.49108.pedro@codesourcery.com> <200902230005.24063.pedro@codesourcery.com> In-Reply-To: <200902230005.24063.pedro@codesourcery.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-02/txt/msg00490.txt.bz2 Pedro Alves wrote: > I've now checked this in. > > On Monday 16 February 2009 05:49:48, Pedro Alves wrote: [...] >> m68klinux-nat.c, m88kbsd-nat.c, mips-linux-nat.c, Unfortunately I think your change to mips-linux-nat.c breaks things. You added a struct target_ops * parameter to super_fetch_registers and super_store_registers, but did not adjust the call sites. David Daney