On 04/30/2015 03:59 PM, Steve Ellcey wrote:
I am curious, has anyone started seeing these messages in their GCC build output: Mode = sf\|df Suffix = si\|2\|3
That comes from libgcc/config/t-hardfp. This is used to generate a list of function names from operator, mode, and suffix, e.g. fixsfsi and adddf3.
Jim