------- Comment #2 from jay dot krell at cornell dot edu  2010-05-23 06:06 
-------
It also goes without saying that the factoring here stinks.

At the very least, split the lists up into three:
  common
  32
  64

and then compose the result out of two of them.

The prefixes can also probably be computed.
 If the name contains "printf" or "scanf", prefix decc$tx.
 else if the function takes any floating point parameters, prefix decc$t.
 else prefix just decc$.

I think I'll write this up..

You also easily enough have a list per prefix.
And a custom list, like for environ.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44241

Reply via email to