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/12575] dlopen RTLD_NOW does not apply to GNU-IFUNCs


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

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #2 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-05-12 03:09:03 UTC ---
There is nothing to change in the dynamic linker.

When you dynamically load the DSO this doesn't magically make a relocation
appear.  In your test, the symbol f doesn't have any relocation attached to it
and this is correct.  This is really the expected behavior.  Without a
relocation or returning the symbol address (as in dlsym) there is no place to
store the result of the ifunc function call.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]