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

Ian Lance Taylor <ian at airs dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com

--- Comment #5 from Ian Lance Taylor <ian at airs dot com> 2011-09-21 19:55:58 
UTC ---
I think you actually could combine functions within a .so.  Although the
symbols are preemptible, if one of them is actually preempted, it will be done
by redirecting the PLT entry.  So as long as you provide separate PLT entries
for each symbol, you could arrange for all the PLT entries to point, by
default, to the same code.

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

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to