This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

Re: RFC: The CPU run-time library for C


On 03/12/18 17:46, H.J. Lu wrote:
> 4. It should be binary compatible with all existing glibc binaries so
> that LD_PRELOAD=libcpu-rt-c.so” can be used to override functions in
> libc.so.

is that possible in the presence of multiple
symbol versions for the same symbol?

(e.g. if i want to do this for the math library,
now that we have separate svid vs non-svid compat
symbols it's not clear to me if you could get the
right symbol version with preloading)

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