This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


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

Re: [davem@dm.cobaltmicro.com: A (somewhat) strange Sparc library issue...]


Richard Henderson <rth@cygnus.com> writes:

> The issue presented is that if I "fix this" by making long doubles on
> sparc-linux begin to be 128bits, I have an upgrade nightmare if the
> software library routines are placed into glibc for example.

Since object files cannot be reused but instead only fully linked
files (i.e., shared objects or programs) you should be able to work
around this problem using symbol versioning.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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