On 05/13/11 15:58, Julian Brown wrote: > This patch allows the decoration of helper function names for > fixed-point support to be changed from the default "__foo" to a > different scheme, as required by the ARM EABI (these are > "vendor-specific" helpers, so should go in a particular namespace). > These are only the machine-independent changes: the ARM-specific bits > come later.
I think you'll find that this no longer applies. However, there's support for renaming these to __gnu_foo, and looking at your patch 6/6 that's exactly what you need? You'll probably have to change the granularity so that a target can choose to apply it only to the fixed-point functions. Bernd