Re: svn commit: r233674 - head/libexec/rtld-elf

2012-04-02 Thread Marcel Moolenaar
On Mar 29, 2012, at 11:11 AM, Konstantin Belousov wrote: > While this band-aid fixes the build, the change is obviously bad. > The reason to have this #ifdef is that ia64 is the only architecture > that declares __tls_get_addr() as > > void *__tls_get_addr(unsigned long module, unsigned long off

Re: svn commit: r233674 - head/libexec/rtld-elf

2012-03-30 Thread Konstantin Belousov
On Thu, Mar 29, 2012 at 09:11:25PM +0300, Konstantin Belousov wrote: > On Thu, Mar 29, 2012 at 05:50:01PM +, Konstantin Belousov wrote: > > Author: kib > > Date: Thu Mar 29 17:50:01 2012 > > New Revision: 233674 > > URL: http://svn.freebsd.org/changeset/base/233674 > > > > Log: > > Fix ia64

Re: svn commit: r233674 - head/libexec/rtld-elf

2012-03-29 Thread Konstantin Belousov
On Thu, Mar 29, 2012 at 05:50:01PM +, Konstantin Belousov wrote: > Author: kib > Date: Thu Mar 29 17:50:01 2012 > New Revision: 233674 > URL: http://svn.freebsd.org/changeset/base/233674 > > Log: > Fix ia64 build after r233655. > > MFC after: 1 week > > Modified: > head/libexec/rtld

svn commit: r233674 - head/libexec/rtld-elf

2012-03-29 Thread Konstantin Belousov
Author: kib Date: Thu Mar 29 17:50:01 2012 New Revision: 233674 URL: http://svn.freebsd.org/changeset/base/233674 Log: Fix ia64 build after r233655. MFC after:1 week Modified: head/libexec/rtld-elf/rtld.c Modified: head/libexec/rtld-elf/rtld.c ===