Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc/uClibc: add patch to fix fork in threads with ARM EABI | Yann E. MORIN" | 2011-08-31 | 1 | -0/+29 |
| | | | | | | | | | | | | | | uClibc-0.9.32 requires libgcc_eh.a (for ARM EABI), but only when libubacktrace is enabled. As this is not the default, provide a workaround to disable linking with libgcc_eh.a if libubacktrace is not selected. This will however still break if uClibc is configured to enable libubacktrace, but it requires a fix in gcc, and we can take care of that later. Reported-by: Grant Edwards <grant.b.edwards@gmail.com> Reported-by: Tor Krill <tor@codeknot.com> Tested-by: Tor Krill <tor@codeknot.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | ||||
* | libc/uClibc: workaround for a MIPS TLS issue | Yann E. MORIN" | 2011-09-12 | 1 | -0/+40 |
| | | | | | | | | | Some macros declarations were missing, so we duplicate them. See the added patch description for more information. ----> THIS IS A DIRTY HACK! <---- Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | ||||
* | libc/uClibc: add latest release 0.9.32 + patchset | Yann E. MORIN" | 2011-06-27 | 6 | -0/+341 |
The patchset was obtained by dumping each changeset on the upstream 0.9.32 branch since the release: git log v0.9.32..origin/0.9.32 |sed -r -e '/^commit/!d; s/.* //;' |tac and then creating a patch from each changeset. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> |