Re: svn commit: trunk/uClibc/ldso: include ldso ldso/bfin libdl

2007-12-09 Thread Carmelo Amoroso
Bernd Schmidt wrote: > Carmelo AMOROSO wrote: >> I think that when nptl merge will be completed, we could use something >> like that: >> >> #if defined USE_TLS || defined __FDPIC__ >> #define HASH_EXTRA_TPNT >> #else >> #undef HASH_EXTRA_TPNT >> #endif >> >> and use it in _dl_find_hash wrapper. >

Re: svn commit: trunk/uClibc/ldso: include ldso ldso/bfin libdl

2007-12-06 Thread Bernd Schmidt
Carmelo AMOROSO wrote: >> Modified: trunk/uClibc/ldso/libdl/libdl.c >> === >> --- trunk/uClibc/ldso/libdl/libdl.c 2007-12-03 22:46:53 UTC (rev 20613) >> +++ trunk/uClibc/ldso/libdl/libdl.c 2007-12-03 22:54:16 UTC (rev 20614) >> @@ -5

Re: svn commit: trunk/uClibc/ldso: include ldso ldso/bfin libdl

2007-12-06 Thread Bernd Schmidt
Carmelo AMOROSO wrote: > I think that when nptl merge will be completed, we could use something > like that: > > #if defined USE_TLS || defined __FDPIC__ > #define HASH_EXTRA_TPNT > #else > #undef HASH_EXTRA_TPNT > #endif > > and use it in _dl_find_hash wrapper. I'd much rather get rid of the i

Re: svn commit: trunk/uClibc/ldso: include ldso ldso/bfin libdl

2007-12-04 Thread Carmelo AMOROSO
[EMAIL PROTECTED] wrote: > Author: bernds > Date: 2007-12-03 14:54:16 -0800 (Mon, 03 Dec 2007) > New Revision: 20614 > > Log: > Blackfin FD-PIC patch 3/6. > Change _dl_find_hash to _dl_lookup_hash, as on the NPTL branch. > _dl_find_hash is now a wrapper function around it; unlike on the NPTL branch