From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21525 invoked by alias); 21 Oct 2003 15:40:12 -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 21510 invoked from network); 21 Oct 2003 15:40:12 -0000 Received: from unknown (HELO concert.shout.net) (204.253.184.25) by sources.redhat.com with SMTP; 21 Oct 2003 15:40:12 -0000 Received: from duracef.shout.net (duracef.shout.net [204.253.184.12]) by concert.shout.net (8.12.10/8.12.10) with ESMTP id h9LFRZVg004842; Tue, 21 Oct 2003 10:27:35 -0500 Received: from duracef.shout.net (localhost [127.0.0.1]) by duracef.shout.net (8.12.10/8.12.9) with ESMTP id h9LFRZfa020464; Tue, 21 Oct 2003 10:27:35 -0500 Received: (from mec@localhost) by duracef.shout.net (8.12.10/8.12.9/Submit) id h9LFRZin020455; Tue, 21 Oct 2003 11:27:35 -0400 Date: Tue, 21 Oct 2003 15:40:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200310211527.h9LFRZin020455@duracef.shout.net> To: marc.gonzalez-sigler@inria.fr Subject: Re: gdb steps into glibc functions Cc: gdb@sources.redhat.com X-SW-Source: 2003-10/txt/msg00241.txt.bz2 Hi Marc, Whoops, I didn't know you were on ia64. Yeah, you can't just upgrade to Red Hat Linux 9 for that. $ ldd /orc-2.1/usr/ia64-orc-linux/bin/ir_b2a libm.so.6 => /lib/libm.so.6 (0x40028000) libc.so.6 => /lib/libc.so.6 (0x4004a000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) Interesting, so the system libc.so.6 is providing the symbols, so it would be delicate to take them out. Good idea to leave them alone! Michael C