From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23779 invoked by alias); 10 Jan 2006 02:10:11 -0000 Received: (qmail 23623 invoked by uid 22791); 10 Jan 2006 02:10:10 -0000 X-Spam-Check-By: sourceware.org Received: from are.twiddle.net (HELO are.twiddle.net) (64.81.246.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Jan 2006 02:10:07 +0000 Received: from are.twiddle.net (localhost.localdomain [127.0.0.1]) by are.twiddle.net (8.12.11/8.12.11) with ESMTP id k0A29nxs016916; Mon, 9 Jan 2006 18:09:49 -0800 Received: (from rth@localhost) by are.twiddle.net (8.12.11/8.12.11/Submit) id k0A29jNl016914; Mon, 9 Jan 2006 18:09:45 -0800 Date: Tue, 10 Jan 2006 02:10:00 -0000 From: Richard Henderson To: Roland McGrath Cc: libc-hacker@sources.redhat.com Subject: Re: [rfa] alpha sjlj vs pointer mangling Message-ID: <20060110020945.GB16895@twiddle.net> Mail-Followup-To: Roland McGrath , libc-hacker@sources.redhat.com References: <20060110003517.GA16111@twiddle.net> <20060110015157.B09C4180B7D@magilla.sf.frob.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060110015157.B09C4180B7D@magilla.sf.frob.com> User-Agent: Mutt/1.4.1i Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00043.txt.bz2 On Mon, Jan 09, 2006 at 05:51:57PM -0800, Roland McGrath wrote: > If it doesn't use the thread pointer, then the PTR_MANGLE defn belongs in a > generic alpha file (create sysdeps/alpha/sysdep.h I guess). sysdeps/unix/alpha/sysdep.h is the base include file here; I'll move the bits. r~