This is the mail archive of the glibc-bugs@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]

[Bug libc/16291] feature request: provide simpler ways to compute stack and tls boundaries


https://sourceware.org/bugzilla/show_bug.cgi?id=16291

--- Comment #12 from Rich Felker <bugdal at aerifal dot cx> ---
In general, unless specifically documented (such as a few functions from
stdio_ext.h with historic precedent), any identifier prefixed with __ is not
intended for application usage and not guaranteed to remain exposed or to
retain its current semantics. It may be the case that this one has to, since on
some platforms (powerpc at least), libgcc was abusing it as a (buggy) way to
find the aux vector. But I would recommend looking for a cleaner solution.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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