Re: [PATCH] ldso: use _dl_pagesize for library-loading addresses and offsets

2008-12-03 Thread Bernhard Reutner-Fischer
On Wed, Nov 26, 2008 at 09:23:44PM +1100, Jeremy Kerr wrote: I've applied your 3 patches to trunk as r24250-24252. Sorry for the delay and thanks for fixing it! ___ uClibc mailing list uClibc@uclibc.org

Re: svn commit: branches/uClibc-nptl/libpthread: nptl nptl/sysdeps/generic nptl/sysdeps/p etc...

2008-12-03 Thread Carmelo Amoroso
Bernhard Reutner-Fischer wrote: On Wed, Dec 03, 2008 at 09:53:18AM -0800, [EMAIL PROTECTED] wrote: Author: carmelo Date: 2008-12-03 09:53:17 -0800 (Wed, 03 Dec 2008) New Revision: 24246 Log: Rework nptl build system for cleaning headers and objects to be compliant with all other Makefile.

__THROW and cancellation point patch.

2008-12-03 Thread Michael Deutschmann
Last March, I made a suggestion to this list: That the many functions which are cancellation points, but would otherwise never throw C++ exceptions, be marked with a __THROW_CP macro. This would be a no-op on threaded builds of uClibc, but would be equivalent to __THROW for a threadless build.