Re: [Xenomai-core] [PATCH] Mark libs with nodlopen when using initial-exec TLS

2008-11-21 Thread Jan Kiszka
Gilles Chanteperdrix wrote: > Jan Kiszka wrote: >> Some naive optimist once claim that the dynamic linker would detect if >> we try to dlopen some Xenomai lib (directly or indirectly) which uses >> the optimised initial-exec TLS variables. He was wrong of course. It >> takes the special marker nodl

Re: [Xenomai-core] [PATCH] Mark libs with nodlopen when using initial-exec TLS

2008-11-21 Thread Gilles Chanteperdrix
Jan Kiszka wrote: > Some naive optimist once claim that the dynamic linker would detect if > we try to dlopen some Xenomai lib (directly or indirectly) which uses > the optimised initial-exec TLS variables. He was wrong of course. It > takes the special marker nodlopen to achieve this, and that's w

[Xenomai-core] [PATCH] Mark libs with nodlopen when using initial-exec TLS

2008-11-21 Thread Jan Kiszka
Some naive optimist once claim that the dynamic linker would detect if we try to dlopen some Xenomai lib (directly or indirectly) which uses the optimised initial-exec TLS variables. He was wrong of course. It takes the special marker nodlopen to achieve this, and that's what the patch below does w