Age | Commit message (Collapse) | Author |
|
Bug exposed by the new __libc_stack_end feature in libc.so.
|
|
safely
|
|
|
|
|
|
sizeof pointers
|
|
sizeof pointers
|
|
optimization level chosen. This allows uClibc to be compiled with the
latest GCC-4.1.0. While tracking down the specific culprit causing
the segmentation fault of the dynamic loader with GCC-4.1.0 I was
able to force inlining of other functions such that I shaved 512 bytes
off the size of the loader, yay. Also fixed warning in 'dl-hash.c'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
so that it will compile and it is correct
|
|
(same goes for recv/recvfrom)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the code that unregisters it raises SIGABRT again so the program actually aborts
|
|
|
|
|
|
it doesnt compile)
|
|
sjhill, feel free to comment :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|