On May 16, 2007, at 7:34 PM, Alexander Kabaev wrote:
On Wed, 16 May 2007 23:24:15 + (UTC)
Marcel Moolenaar <[EMAIL PROTECTED]> wrote:
marcel 2007-05-16 23:24:15 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf Makefile
Log:
Don't enable symbol versioning
On Wed, 16 May 2007 23:24:15 + (UTC)
Marcel Moolenaar <[EMAIL PROTECTED]> wrote:
> marcel 2007-05-16 23:24:15 UTC
>
> FreeBSD src repository
>
> Modified files:
> libexec/rtld-elf Makefile
> Log:
> Don't enable symbol versioning on ia64 for now. It causes
> symbol loo
marcel 2007-05-16 23:24:15 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf Makefile
Log:
Don't enable symbol versioning on ia64 for now. It causes
symbol lookup failures that later result in null-pointer
dereferences. This needs looking into, but since we're
kan 2007-04-29 16:12:07 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf Makefile
Removed files:
libexec/rtld-elf Versions.def
Log:
Retire rtld-specific Versions.def. Symbols exported by rtld are supposed
to override weak symbols exported by libc,
kan 2007-04-09 23:00:29 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf Makefile Symbol.map Versions.def
Log:
Bring rtld exports in line with corresponding symbols exported from
libc.
Disable SYMVER_DEFAULT n rtld until its implications are understood
kan 2007-04-03 19:01:06 UTC
FreeBSD src repository
Modified files:
libexec/rtld-elf Makefile
Added files:
libexec/rtld-elf Symbol.map Versions.def
libexec/rtld-elf/i386 Symbol.map
Log:
Prepare rtld for symbol versioning. Disable it by default for now.