| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Got it compiling thus far, still working on getting it to run
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
|
|
|
|
|
| |
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Added TLS support to sh4
Replaced _dl_find_hash implementation with sh4 based code.
Merged some fixes into libdl.c
Changes committes as requested by sjhill for the mips-sh4
nptl merge.
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
|
|
|
|
|
| |
needs to be done, but I would rather wait until after merging with
the other architectures.
|
|
|
|
|
|
| |
'libc/sysdeps/linux/common/fork.c' when NPTL is being used. Finally, there
are additional weak functions that need to be defined when using NPTL which
have also been added.
|
|
|
|
| |
and I look forward to eliminating it soon.
|
|
|
|
| |
them checked in last night.
|
|
|
|
| |
items are located in the same place. This allows for casting the types back and forth between the pthreads library and the dynamic loader. Cleaned up 'ldsodefs.h' and imported all of the functions from 'dl-tls.c' into the dynamic loader. Consequently, the dynamic loader grew in size by 50%. MIPS is probably the worst case as far as size, but still expect the other architectures to have a double digit percentage size increase.
|
|
|
|
| |
made to libpthread and libc for remaining support.
|
|
|
|
| |
without stepping on each other. The original implementation pulled from glibc was done incorrectly and has been fixed.
|
| |
|
|
linker and libpthread. Eventually we will merge this into the other header
files, but we are leaving it seperate to track changes more easily. The
linker will also be undergoing modification for TLS relocations.
|