In message <[EMAIL PROTECTED]>, Dan Jakub
iec writes:
>Is there an easy way to tell if my ARM Linux kernel is compiled using the
>ARM v4 half-word data handling instructions?

If you mean you just want to see how a particular binary was built, the 
easiest way is "objdump --disassemble foo | grep ldrh" or some such.

>My understanding (from reading Chris Rutter's notes) was that by default,
>the GCC compiler builds an ARM v3 toolchain.  So I thought that by building
>an ARM v4 toolchain, I might decrease my image size (by taking advantage of
>the half-word instructions).  Have I missed something here?

That's correct.  But you won't save much that way -- halfword operations don't 
dominate the kernel by any means, and you only save a couple of words per 
instance.  What were the relative sizes of the two vmlinux files?

p.


unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to