This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgcc-std.ver question


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]