CVSROOT: /cvs/glibc Module name: libc Changes by: drepper@sourceware.org 2003-12-17 08:35:29 Modified files: elf : rtld.c Log message: Don't use strong_alias to define _rtld_local. This removes the visibility attributes which might be defined earlier for some gcc versions. Instead spell out what strong_alias does plus the visibility.