From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18720 invoked by alias); 15 Jun 2007 18:35:10 -0000 Received: (qmail 18712 invoked by uid 22791); 15 Jun 2007 18:35:10 -0000 X-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 15 Jun 2007 18:35:08 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l5FIZ1Ph031528 for ; Fri, 15 Jun 2007 14:35:01 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l5FIYvU5019217 for ; Fri, 15 Jun 2007 14:35:00 -0400 Received: from tow.toronto.redhat.com (tow.toronto.redhat.com [172.16.14.160]) by pobox.toronto.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id l5FIYvu6030446 for ; Fri, 15 Jun 2007 14:34:57 -0400 Message-ID: <4672DC43.1020300@redhat.com> Date: Fri, 15 Jun 2007 19:27:00 -0000 From: Nurdin Premji User-Agent: Thunderbird 2.0.0.0 (X11/20070419) MIME-Version: 1.0 To: frysk Subject: 32-64 problem with lib.unwind.ProcInfo Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00300.txt.bz2 ProcInfo has a challenge dealing with non-native architectures with unw_word_t being assumed to be the native architecture case rather than the remote case. I'll look at this Monday.