From owner-svn-src-all@FreeBSD.ORG Wed Apr 24 07:49:56 2013 Return-Path: Delivered-To: svn-src-all@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 EB313A4B; Wed, 24 Apr 2013 07:49:56 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) by mx1.freebsd.org (Postfix) with ESMTP id BF2CE13F0; Wed, 24 Apr 2013 07:49:56 +0000 (UTC) Received: from [192.168.0.2] (cpc10-cmbg15-2-0-cust123.5-4.cable.virginmedia.com [86.30.246.124]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id r3O7nm2N047504 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 24 Apr 2013 07:49:49 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: svn commit: r249790 - in head/sys/mips: include mips From: David Chisnall In-Reply-To: Date: Wed, 24 Apr 2013 08:49:43 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201304230938.r3N9cIV0047961@svn.freebsd.org> To: Juli Mallett X-Mailer: Apple Mail (2.1499) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Warner Losh X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Apr 2013 07:49:57 -0000 On 24 Apr 2013, at 03:40, Juli Mallett wrote: > 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. 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... David