From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20360 invoked by alias); 18 Oct 2005 22:26:55 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 20334 invoked by uid 22791); 18 Oct 2005 22:26:55 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 18 Oct 2005 22:26:55 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j9IMQrV2001361 for ; Tue, 18 Oct 2005 18:26:53 -0400 Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [172.16.52.154]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j9IMQrV24622; Tue, 18 Oct 2005 18:26:53 -0400 Received: from [192.168.7.71] (vpn50-6.rdu.redhat.com [172.16.50.6]) by lacrosse.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j9IMQl416611; Tue, 18 Oct 2005 18:26:47 -0400 Message-ID: <43557665.8050209@redhat.com> Date: Tue, 18 Oct 2005 22:26:00 -0000 From: Ulrich Drepper User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) MIME-Version: 1.0 To: sjmunroe@us.ibm.com CC: libc-hacker@sources.redhat.com Subject: Re: [PATCH] PPC ucontext checking References: <43556414.9030307@us.ibm.com> In-Reply-To: <43556414.9030307@us.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigFDA4A20B6D113E9BD0FA2FDD" X-SW-Source: 2005-10/txt/msg00024.txt.bz2 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigFDA4A20B6D113E9BD0FA2FDD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-length: 335 Steve Munroe wrote: > +#define UC_GPR0 (SIGCONTEXT_GP_REGS + PT_R0 * 8) > +#define UC_GPR1 (SIGCONTEXT_GP_REGS + PT_R1 * 8) What is all this? The file should only contain the values really used in the asm files. --=20 =E2=9E=A7 Ulrich Drepper =E2=9E=A7 Red Hat, Inc. =E2=9E=A7 444 Castro St = =E2=9E=A7 Mountain View, CA =E2=9D=96 --------------enigFDA4A20B6D113E9BD0FA2FDD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 251 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFDVXZl2ijCOnn/RHQRAibyAKCiVKneqO1NVt2yfNIBnsTM42C6sgCgwXYo WuNuINZqZKdS/KuMF7J+cSI= =5jei -----END PGP SIGNATURE----- --------------enigFDA4A20B6D113E9BD0FA2FDD--