On Sun, 2006-07-16 at 12:45 +0200, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Phil Blundell schreef:
> > On Sun, 2006-07-16 at 12:16 +0200, Koen Kooi wrote:
> >> And I suspect this patch doesn't do much good on armv4t as well:
> >> http://www.openembedded.org/repo/org.openembedded.dev/packages/gcc/gcc-4.1.1/arm-thumb.patch
> > 
> > Why do you say that?  The patch looks OK to me on a cursory inspection.
> 
> #if __ARM_ARCH__ > 4
> +       pop     {r1, pc}
> +#else
> +       @ on 4T that won't work
> +       pop     {r1}
> +       pop     {r3}
> +       bx      r3
> +#endif
> 
> does that "that won't work" refer to "pop     {r1, pc}" or "bx      r3"?

pop {r1, pc}

p.


_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to