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 nptl/15687] powerpc64 abi breakage with nocancel functions


http://sourceware.org/bugzilla/show_bug.cgi?id=15687

--- Comment #2 from Alan Modra <amodra at gmail dot com> ---
They might be hidden in libc.so, but not in the static library.

nm libc.a | grep __pause_nocancel
000000000000000c T __pause_nocancel

You would not be able to set a function pointer to any of these functions, then
call via the pointer.  Not that anyone is likely to want to do such a thing, 
I'm just pointing out one of the consequences of no function descriptor.

-- 
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]