From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2400 invoked by alias); 3 Sep 2003 14:57:02 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 2310 invoked from network); 3 Sep 2003 14:57:01 -0000 Received: from unknown (HELO tweedledum.esatclear.ie) (194.145.128.7) by sources.redhat.com with SMTP; 3 Sep 2003 14:57:01 -0000 Received: from [194.145.128.35] (helo=esatclear.ie) by tweedledum.esatclear.ie with smtp (Exim 4.14) id 19uZ48-00017B-Bh; Wed, 03 Sep 2003 15:57:00 +0100 From: "David Mc Kenna" Reply-to: mckennad@esatclear.ie To: Richard Earnshaw Cc: gdb@sources.redhat.com, insight@sources.redhat.com, Date: Wed, 03 Sep 2003 14:57:00 -0000 Subject: Re: ARM Simulator Bug? Message-id: <3f56013c.3515.0@esatclear.ie> X-User-Info: 137.71.226.54 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q3/txt/msg00142.txt.bz2 Hi Richard, >Does "arm-elf-objdump -xd exe-file" display something sensible? When I compared the working to non-working output, the only difference was in the private flags: Working: private flags = 6: [interworking enabled] [APCS-32] [FPA float format] [has entry point] Broken: private flags = 4: [interworking enabled] [APCS-32] [FPA float format] It seems that it cannot find the entry point. Even though it is defined as always being 0x00. Any ideas? Thanks, Dave -- http://www.iol.ie