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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: Accessing dl_hwcap from libm


Steve Munroe wrote:
> So is it fundamental that access to dl_dwcap (_rtld_global_ro)
> is restricted to libc, or can access be extended to libm?

_rtld_global_ro is defined in ld.so and exported from there.  If you
cannot use it something is wrong with ld.so, the way libm is built, or
your binutils.

-- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â


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