mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 21:40:12 +00:00
af121ae3e7
The glibc 2.34 release really should have added a GLIBC_2.34 symbol to the dynamic loader. With it, we could move functions such as dlopen or pthread_key_create that work on process-global state into the dynamic loader (once we have fixed a longstanding issue with static linking). Without the GLIBC_2.34 symbol, yet another new symbol version would be needed because old glibc will fail to load binaries due to the missing symbol version in ld.so that newly linked programs will require. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
20 lines
493 B
Plaintext
20 lines
493 B
Plaintext
GLIBC_2.2.6 __close F
|
|
GLIBC_2.2.6 __errno_location F
|
|
GLIBC_2.2.6 __getpid F
|
|
GLIBC_2.2.6 __libc_stack_end D 0x4
|
|
GLIBC_2.2.6 __mmap F
|
|
GLIBC_2.2.6 __open F
|
|
GLIBC_2.2.6 __open64 F
|
|
GLIBC_2.2.6 __pread64 F
|
|
GLIBC_2.2.6 __read F
|
|
GLIBC_2.2.6 __sbrk F
|
|
GLIBC_2.2.6 __write F
|
|
GLIBC_2.2.6 __writev F
|
|
GLIBC_2.2.6 _dl_mcount F
|
|
GLIBC_2.2.6 _hurd_intr_rpc_mach_msg F
|
|
GLIBC_2.2.6 _r_debug D 0x14
|
|
GLIBC_2.2.6 abort F
|
|
GLIBC_2.3 ___tls_get_addr F
|
|
GLIBC_2.3 __tls_get_addr F
|
|
GLIBC_2.34 __rtld_version_placeholder F
|