From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 09 Jan 2003 14:06:26 +0000 (GMT) Received: from mxout1.netvision.net.il ([IPv6:::ffff:194.90.9.20]:20975 "EHLO mxout1.netvision.net.il") by linux-mips.org with ESMTP id ; Thu, 9 Jan 2003 14:06:25 +0000 Received: from mail.riverhead.com ([194.90.64.163]) by mxout1.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 1.08 (built Dec 6 2002)) with ESMTP id <0H8G0043N9UBNX@mxout1.netvision.net.il>; Thu, 09 Jan 2003 16:06:12 +0200 (IST) Received: from GILAD (comp113.wanwall.com [10.0.0.113]) by mail.riverhead.com (8.11.0/8.11.0) with SMTP id h09E6kY17405; Thu, 09 Jan 2003 16:06:46 +0200 Date: Thu, 09 Jan 2003 16:01:01 +0200 From: Gilad Benjamini Subject: RE: ksymoops and 64 bit mips In-reply-to: <20030109143822.A23928@linux-mips.org> To: 'Ralf Baechle' , Gilad Benjamini Cc: linux-mips@linux-mips.org Message-id: <001801c2b7e7$8b3c04d0$7100000a@riverhead.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-RAV-AntiVirus: This e-mail has been scanned for viruses on host: mail.riverhead.com Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 1109 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: gilad@riverhead.com Precedence: bulk X-list: linux-mips Au contraire. System.map has 32 bit addresses, which I tried to sign extended with "ffffffff" (the wonders of sed), but that didn't help. > -----Original Message----- > From: Ralf Baechle [mailto:ralf@linux-mips.org] > Sent: Thursday, January 09, 2003 3:38 PM > To: Gilad Benjamini > Cc: linux-mips@linux-mips.org > Subject: Re: ksymoops and 64 bit mips > > > On Wed, Jan 08, 2003 at 10:15:19PM +0200, Gilad Benjamini wrote: > > > Initially I got a lot of garbage. > > Upgrdaing to ksymoops 2.4.5 , and using the --truncate=1 and > > -t elf32-little reduced > > the amount of garbage, but still all the output shown > > was "No symbol available". > > > > Any additional things I should do ? > > Possibly your ksymoops is get confused by the System.map > file. The vmlinux > file is a 32-bit ELF file but the System.map file contains > the addresses > sign-extended to 64-bit. As a bandaid you can just chop off the high > 32-bits of all addresses in System.map. > > Ralf >