Re: cvs commit: src/libexec/rtld-elf Makefile

2007-05-16 Thread Marcel Moolenaar
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

Re: cvs commit: src/libexec/rtld-elf Makefile

2007-05-16 Thread Alexander Kabaev
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

cvs commit: src/libexec/rtld-elf Makefile

2007-05-16 Thread Marcel Moolenaar
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

cvs commit: src/libexec/rtld-elf Makefile Versions.def

2007-04-29 Thread Alexander Kabaev
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,

cvs commit: src/libexec/rtld-elf Makefile Symbol.map Versions.def

2007-04-09 Thread Alexander Kabaev
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

cvs commit: src/libexec/rtld-elf Makefile Symbol.map Versions.def src/libexec/rtld-elf/i386 Symbol.map

2007-04-03 Thread Alexander Kabaev
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.