HP/PA specific Version definitions.

This commit is contained in:
Ulrich Drepper 2000-10-15 03:17:19 +00:00
parent 5b1705c098
commit 6d049e72a0
1 changed files with 6 additions and 0 deletions

6
sysdeps/hppa/Versions Normal file
View File

@ -0,0 +1,6 @@
ld {
GLIBC_2.2 {
# hppa specific functions in the dynamic linker, but used by libc.so.
_dl_symbol_address; _dl_unmap; _dl_lookup_address;
}
}