From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25854 invoked by alias); 24 Aug 2004 16:40:09 -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 25809 invoked from network); 24 Aug 2004 16:40:06 -0000 Received: from unknown (HELO smtp808.mail.sc5.yahoo.com) (66.163.168.187) by sourceware.org with SMTP; 24 Aug 2004 16:40:06 -0000 Received: from unknown (HELO dan) (peterschade@sbcglobal.net@68.123.127.203 with login) by smtp808.mail.sc5.yahoo.com with SMTP; 24 Aug 2004 16:40:05 -0000 Message-ID: <00d201c489f9$02dc4ab0$0401a8c0@dan> From: "Daniel Miller \(IMI\)" To: "Daniel Jacobowitz" Cc: "Michael Chastain" , References: <005601c4871d$67c8c9f0$0401a8c0@dan> <20040821021144.GA3321@nevyn.them.org> <008d01c48952$b7e0e7b0$0401a8c0@dan> <412A616D.nailD4K28EC6E@mindspring.com> <009e01c48959$a5192640$0401a8c0@dan> <412B30D2.nailETK1H2VST@mindspring.com> <00c401c489f6$ee56e9d0$0401a8c0@dan> <20040824163400.GA30562@nevyn.them.org> Subject: Re: cannot subscript something of type Date: Tue, 24 Aug 2004 16:40:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00325.txt.bz2 ----- Original Message ----- From: "Daniel Jacobowitz" To: "Daniel Miller (IMI)" Cc: "Michael Chastain" ; Sent: Tuesday, August 24, 2004 09:34 Subject: Re: cannot subscript something of type > > But, when I run 'objdump tester -g', it says: > > > > I tried -ggdb, and it says the same thing... clearly, something's wrong with > > my system, or at least with my compiler installation... > > No, that's standard. Nowadays use readelf -wi. > Ahhh!!! Thank you, Daniel... I've never heard of readelf before... And indeed, the symbol table of the binary with separate header does *not* show S_Module, while the combined file does... hmmm...