This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM Simulator Bug?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]