From owner-svn-src-head@FreeBSD.ORG Wed Apr 24 16:13:38 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9BB37342 for ; Wed, 24 Apr 2013 16:13:38 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-pb0-x233.google.com (mail-pb0-x233.google.com [IPv6:2607:f8b0:400e:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id 755D81E03 for ; Wed, 24 Apr 2013 16:13:38 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id rr4so499755pbb.38 for ; Wed, 24 Apr 2013 09:13:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=NJ9CEtp3qgi2UHXAO/Lxrr9aaiVlcdK8/xo2+ROV63g=; b=fExYdQ7FW1EVxILltTePgNDfSKjfVQtD0UtRReSc+Yc/KHfXCp+CFTWQCff245XEUq Vv6exzHgm+HeYV4gCF33VEZlLmP6n/1dq7IYgKBYeyIk/4d2Y7ZHmz6KLef+ILIdYXeE /247ntNfP5pi4/tM0hyTBXR4ZINlkarFVGT6o3pFYgStPzZxSxecyBBtQKLJoOjMVOMk 0l+l12cL1Qu3V6QUA5OYEeXRs7MRoHAtNxnOAmy6so8qWM8usQ5zSI6GLStba02DxMuh vzTdE52ByDrl95YksdiHRQTSb64ryrdTm2/cfdLN2FOOxN8oiUgr8C2s8qtVLnW67GBR I/8Q== X-Received: by 10.68.244.5 with SMTP id xc5mr48920626pbc.66.1366820017496; Wed, 24 Apr 2013 09:13:37 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id mm9sm3548981pbc.43.2013.04.24.09.13.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Apr 2013 09:13:36 -0700 (PDT) Sender: Warner Losh Subject: Re: svn commit: r249790 - in head/sys/mips: include mips Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Wed, 24 Apr 2013 10:13:36 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <6CE3FE8F-25EB-4B13-967B-7C3E6EC3E986@bsdimp.com> References: <201304230938.r3N9cIV0047961@svn.freebsd.org> To: David Chisnall X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQk0TysihOR+M8UXldfWE52DQ/Nm+1MneDXPWYN9scu6SDQO+yu7ojTWjJklsObeNnDLLtc2 Cc: Juli Mallett , svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Warner Losh X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 16:13:38 -0000 On Apr 24, 2013, at 1:49 AM, David Chisnall wrote: > On 24 Apr 2013, at 03:40, Juli Mallett wrote: >=20 >> I don't see why we shouldn't just replace regnum.h with the NetBSD >> version, and merge that to all active branches. Since you're trying >> to update these headers, Warner, it would be great if you could do >> that. >=20 > That would probably be sensible. The original problem that motivated = these changes was that ptrace returns the registers in the wrong order, = which is visible in gdb, which displays the registers in the wrong = order. The comment in our gdb indicates that we have the same trap = frame layout as NetBSD, but it turns out that we don't... We will shortly. I'll be reworking this... Warner