On Wed, Mar 16, 2005 at 05:43:32PM -0800, Mike Stump wrote: > I have a question about libgcc export for shared libraries... libgcc > exports (via libgcc-std.ver): > > __ffsdi2 > > but not: > > __ffssi2
I suppose it would be ok, but it would only be relevent for embedded targets where "int" < SImode. Otherwise we use the plain "ffs" symbol in libc. r~