Retire rtld-specific Versions.def. Symbols exported by rtld are supposed

to override weak symbols exported by libc, so by definition these two
are using the same symbol version names.

Reflect the reality by referring to libc's Versions.def directly.
This commit is contained in:
Alexander Kabaev 2007-04-29 16:12:06 +00:00
parent 23daef56b3
commit effa5b4e71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169095
2 changed files with 3 additions and 9 deletions

View File

@ -21,9 +21,10 @@ LDFLAGS+= -shared -Wl,-Bsymbolic
DPADD= ${LIBC_PIC}
LDADD= -lc_pic
.if defined(SYMVER_ENABLED) && 0
.if defined(SYMVER_ENABLED)
LIBCDIR= ${.CURDIR}/../../lib/libc
VERSION_DEF= ${LIBCDIR}/Versions.def
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
VERSION_DEF= ${.CURDIR}/Versions.def
VERSION_MAP= Version.map
LDFLAGS+= -Wl,--version-script=${VERSION_MAP}

View File

@ -1,7 +0,0 @@
# $FreeBSD$
FBSD_1.0 {
};
FBSDprivate_1.0 {
};