From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32013 invoked by alias); 17 May 2004 20:01:58 -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 31980 invoked from network); 17 May 2004 20:01:57 -0000 Received: from unknown (209.128.65.135) by sourceware.org with QMTP; 17 May 2004 20:01:57 -0000 Received: (qmail 1575 invoked by uid 10); 17 May 2004 20:01:57 -0000 Received: (qmail 21419 invoked by uid 500); 17 May 2004 20:01:48 -0000 From: Ian Lance Taylor To: "Bloch, Jack" Cc: "'gdb@sources.redhat.com'" Subject: Re: BFD question References: <7A25937D23A1E64C8E93CB4A50509C2A0310F1A8@stca204a.bus.sc.rolm.com> Date: Mon, 17 May 2004 20:01:00 -0000 In-Reply-To: <7A25937D23A1E64C8E93CB4A50509C2A0310F1A8@stca204a.bus.sc.rolm.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-05/txt/msg00108.txt.bz2 "Bloch, Jack" writes: > The call to bfd_get_file_flags returns a 0. The file is indeed an elf32-i386 > target. What does objdump -f return on the file? Has the file perhaps been stripped? Ian