From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5781 invoked by alias); 25 Sep 2002 15:34:03 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 5772 invoked from network); 25 Sep 2002 15:34:01 -0000 Received: from unknown (HELO mms2.broadcom.com) (63.70.210.59) by sources.redhat.com with SMTP; 25 Sep 2002 15:34:01 -0000 Received: from 63.70.210.1 by mms2.broadcom.com with ESMTP (Broadcom MMS-2 SMTP Relay (MMS v4.7);); Wed, 25 Sep 2002 08:31:45 -0700 X-Server-Uuid: 2a12fa22-b688-11d4-a6a1-00508bfc9626 Received: from mail-sj1-5.sj.broadcom.com (mail-sj1-5.sj.broadcom.com [10.16.128.236]) by mon-irva-11.broadcom.com (8.9.1/8.9.1) with ESMTP id IAA21133 for ; Wed, 25 Sep 2002 08:34:00 -0700 (PDT) Received: from dt-sj3-158.sj.broadcom.com (dt-sj3-158 [10.21.64.158]) by mail-sj1-5.sj.broadcom.com (8.12.4/8.12.4/SSF) with ESMTP id g8PFY0ER015565 for ; Wed, 25 Sep 2002 08:34:00 -0700 (PDT) Received: (from kwalker@localhost) by dt-sj3-158.sj.broadcom.com ( 8.9.3/8.9.3) id IAA03230; Wed, 25 Sep 2002 08:34:00 -0700 To: gdb@sources.redhat.com Subject: add-symbol-file and CORE_ADDR From: "Kip Walker" Date: Wed, 25 Sep 2002 08:34:00 -0000 Message-ID: MIME-Version: 1.0 X-WSS-ID: 118F096B17974-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00407.txt.bz2 It looks like there might be a problem with add-symbol-file's parsing of section addresses when CORE_ADDR is a 64-bit type, since 'strtoul' is used. I haven't dug through the code to see if there are any locations that already handle address parsing that works whether CORE_ADDR is 32 or 64 bits. Kip