How about 0.9.32.1

2011-09-01 Thread Natanael Copa
Hi, It seems like the 0.9.32 branch has been stabilized a bit. No commits since 2011-06-29. How about just tag it as 0.9.32.1 and create a new release? Thanks! -- Natanael Copa ___ uClibc mailing list uClibc@uclibc.org

ldso: RTLD_LAZY is broken :(

2011-09-01 Thread William Pitcock
hi, consider the following code, call it loader.c: petrie:~/weak$ cat loader.c #include stdio.h #include stdlib.h #include dlfcn.h int main(int argc, const char *argv[]) { /* make gcc -pedantic happy. --nenolod */ union { void *addr; void

Re: ldso: RTLD_LAZY is broken :(

2011-09-01 Thread Carmelo AMOROSO
On 02/09/2011 0.45, William Pitcock wrote: hi, consider the following code, call it loader.c: petrie:~/weak$ cat loader.c #include stdio.h #include stdlib.h #include dlfcn.h int main(int argc, const char *argv[]) { /* make gcc -pedantic happy. --nenolod */ union {