[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ltdl support for versioned symbols
From: |
Ludovic Courtès |
Subject: |
ltdl support for versioned symbols |
Date: |
Sat, 12 Mar 2011 14:35:11 +0100 |
User-agent: |
Gnus/5.110013 (No Gnus v0.13) Emacs/23.3 (gnu/linux) |
Hello!
I’m thinking about adding this to ltdl:
void *lt_dlvsym (lt_dlhandle HANDLE, const char *NAME,
const char *VERSION);
On GNU systems[*], this would call ‘dlvsym’; on other systems, it would
call ‘lt_dlsym’.
Thoughts?
Thanks,
Ludo’.
[*] Solaris ld supports symbol versioning but seems to lack ‘dlvsym’.
Are there other systems that support it?
- ltdl support for versioned symbols,
Ludovic Courtès <=