> My understanding of the gcc defaults on armhf is that thumb-interworking > is not enabled by default.
Your understanding is incorrect. Thumb interworking is always enabled when generating armv5 or later code, plus it is enabled by default for all EABI based targets. Both of which are true for armhf. > Maybe it is and the gcc specs is even less > readable than I thought. I don't see how gcc specs are relevant. They just control commandline option mangling. Absence of an explicit -mthumb-interwork option doesn't mean what you seem to think it does. Paul -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

