This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Does gdb ARM simulator support armv7?
Thanks. qemu did the trick for me.
-Doug
2008/8/1 Daniel Jacobowitz <drow@false.org>:
> On Fri, Aug 01, 2008 at 02:33:57AM -0700, Doug Kwan (Ãö®¶¼w) wrote:
>> Hi,
>>
>> I am not sure this is the right place to ask this question but I
>> hope people working on the ARM sim can give me the answer. I am
>> working on a gcc patch and I would like to test my patch for armv5,
>> armv6 and armv7. I got no problem with armv5 and a few issues with
>> armv6 but I worked around those. With armv7, things looked bad when I
>> tried to run gcc's testsuite using the simulator. I looked at the
>> simulator source code and the ChangeLog but there did not seem to have
>> any mentioning of THUMB2 or v7. Does the gnu ARM simulator support
>> THUMB2?
>
> No, it doesn't. You may have better luck with qemu; that's what we
> use for testing, but I don't remember if the public tree has Thumb-2
> support.
>
> --
> Daniel Jacobowitz
> CodeSourcery
>