| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
| |
Step 25: partial merge of signal handling changes from trunk,
that keeps the nptl branch still working (at least on sh4).
libc/signal/sigaction.c not merged because it causes sh4 hanging
|
| |
|
|
|
|
|
| |
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
|
|
|
|
|
| |
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
|
|
|
|
| |
Step 24: miscellaneous merge from trunk.
|
|
|
|
| |
Step 23: move kernel-features.h
|
|
|
|
| |
Step 22: merge bfin specific
|
|
|
|
| |
Step 21: merge linuxthreads.old directory
|
|
|
|
| |
Step 20: merge linuxthreads directory
|
|
|
|
|
|
|
| |
Step 19: merge change in rev 24250
- Use runtime pagesize (Jeremy Kerr)
Some powerpc machines can support 64k pages, enabled by the
CONFIG_64K_PAGES option in linux.
|
| |
|
|
|
|
| |
Update pthread_mutex_t definition and initializations.
|
| |
|
|
|
|
|
|
| |
This patch makes mips nptl port compile again
Replace remaining instances of asm by __asm__ and volatile by __volatile__
include bits/errno.h instead of obsolete bits/errno_values.h
|
| |
|
|
|
|
|
| |
Remove __NTH from the declation.
|
| |
|
|
|
|
|
|
| |
TARGET_SUBARCH implementation too.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
|
|
|
|
|
|
|
| |
Step 19: merge change in rev 24250
- Use runtime pagesize (Jeremy Kerr)
Some powerpc machines can support 64k pages, enabled by the
CONFIG_64K_PAGES option in linux.
|
|
|
|
|
|
|
| |
Anyway, being the ldso linked with -Bsymbolic, this piece of code
is not actually executed.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
|
|
|
|
| |
with other shell, as pointed out by Bernhard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to be compliant with all other Makefile.
The output of the make clean (silent mode) will be as follows:
CLEAN ld-uClibc
CLEAN libdl
<....>
CLEAN nptl_pthread_generic
CLEAN nptl_pthread
CLEAN nptl_arch
CLEAN nptl_linux
CLEAN nptl_linux_arch
CLEAN libthread_db
<....>
CLEAN nptl_headers
CLEAN nptl_arch_headers
CLEAN nptl_linux_headers
CLEAN nptl_db_headers
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
|
|
|
|
|
| |
Step 18: some more synch: hidden_proto, size reduction
and signal handling changes.
|
|
|
|
|
|
|
|
|
|
| |
while keeping WCHAR support enabled. This solves two
testcases: tst_wcwidth and tst_wcswidth.
Fix dat_iswctype.c fiinput file: character 0x80 is not
a control character: it fixes tst_iswctype test.
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
|
|
|
|
| |
Sync from trunk.
|
|
|
|
| |
Move includes out of __UCLIBC_HAS_THREADS_NATIVE__ conditional
|
|
|
|
|
| |
More merges from trunk to get nptl compiling for arm. Also fix some
errno related linking problems.
|
|
|
|
|
| |
Step 17: libc_hidden_proto removal (almost all).
and other minor changes (inline keyword, extra character)
|
|
|
|
| |
Step 16: utils folder synch.
|
|
|
|
| |
Step 15: test folder synch.
|
|
|
|
|
|
| |
Step 14: miscellaneous merge for arch specific
files in libc/sysdeps. Comments, cleanup, formatting,
hidden_proto removal and others.
|
|
|
|
| |
Step 13: build system updates.
|
|
|
|
| |
Step 12: ldso minor changes: code tidy-up, inline, comments.
|
|
|
|
| |
Step 11: More libc_hidden_proto removal
|
| |
|
|
|
|
|
|
|
|
|
| |
disabled and __UCLIBC_HAS_WCHAR__ is enabled. The only locale available
when __UCLIBC_HAS_LOCALE__ is disabled is the C locale, the others locale
are skipped.
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
|
|
|
|
| |
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
|
| |
|
|
|
|
| |
Step 10: libc_hidden_removal
|
|
|
|
| |
Step 9: libc/stdio - libc/inet - libc/pwd_grp
|
|
|
|
| |
Step 8: include folder
|
|
|
|
| |
Step 7: libc/stdlib and malloc
|
|
|
|
| |
Step 6: libc/misc
|
|
|
|
|
| |
Step 5
Various Makefile.in
|
|
|
|
|
| |
Step 4
libc/string and asm implementation
|
|
|
|
|
| |
Step 3
libm and related headers
|
|
|
|
|
| |
Step 2
locale stuff - configuration and top Makefiles
|
|
|
|
|
| |
Step 1
linuxthreads - linuxthreads_db - linuxthread.old - linuxthreads.old_db
|
|
|
|
|
|
|
|
|
|
| |
If a shared object has a constructor that accesses a TLS variable
using the localor global synamic access model (that is by calling
the __tls_get_addr function), all the filed of each dtv entry must be
already initialized to point to the right address in the TLS static block
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
|