mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 23:00:22 +00:00
beb5387cf6
2001-01-10 H.J. Lu <hjl@gnu.org> * elf/dl-libc.c (do_dlopen): Call DL_STATIC_INIT for static binaries. * sysdeps/unix/sysv/linux/ia64/Makefile (sysdep-dl-routines): Add dl-static. * sysdeps/unix/sysv/linux/ia64/Versions (ld): Add _dl_var_init. * sysdeps/generic/ldsodefs.h (DL_STATIC_INIT): Defined if not defined. * sysdeps/unix/sysv/linux/ia64/ldsodefs.h: New file. * sysdeps/unix/sysv/linux/ia64/dl-static.c: New file. * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-static.c.
23 lines
329 B
Plaintext
23 lines
329 B
Plaintext
ld {
|
|
GLIBC_2.2 {
|
|
# global variables needed in the libc.
|
|
_dl_pagesize;
|
|
}
|
|
GLIBC_2.2.1 {
|
|
_dl_var_init;
|
|
}
|
|
}
|
|
libc {
|
|
GLIBC_2.2 {
|
|
ioperm; iopl;
|
|
inb; inw; inl;
|
|
_inb; _inw; _inl;
|
|
outb; outw; _outl;
|
|
_outb; _outw; _outl;
|
|
pciconfig_read; pciconfig_write;
|
|
|
|
# linuxthreads
|
|
__clone2;
|
|
}
|
|
}
|