summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Copy from trunk."Steven J. Hill"2005-10-301-0/+45
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+50
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+72
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+45
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+51
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+70
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Copy from trunk."Steven J. Hill"2005-10-301-0/+15
|
* Add from trunk."Steven J. Hill"2005-10-301-0/+66
|
* Add from trunk."Steven J. Hill"2005-10-301-0/+64
|
* Add from trunk."Steven J. Hill"2005-10-291-0/+107
|
* Add new file to branch."Steven J. Hill"2005-10-291-0/+203
|
* Removed old 'assert' function and created new '_dl_assert' macro and"Steven J. Hill"2005-10-293-58/+45
| | | | | | update usage of it. Also removed '_dl_fatal_printf' macro and usage of it. All of these changes were prompted due to issue when building the 'libdl' libraries. These are also much cleaner.
* Fix up dependencies for when 'extern' is used. This file is a mess"Steven J. Hill"2005-10-291-3/+7
| | | | and I look forward to eliminating it soon.
* Add '-DSHARED' flag when building the shared 'libdl'."Steven J. Hill"2005-10-291-0/+3
|
* Do not add entries: pthread, dlopen, tls to ALL_SUBDIRS unless thos"Steven J. Hill"2005-10-291-1/+6
| | | | | features are actually enabled. Add 'tls' as a new test suite in the Makefile.
* Only include 'regdef.h' when using assembly code. Your character has"Steven J. Hill"2005-10-291-0/+2
| | | | gained +1 idiot experience points.
* Quick merge from trunk."Steven J. Hill"2005-10-223-106/+137
|
* Add new file from trunk."Steven J. Hill"2005-10-221-0/+21
|
* Correct stored name of shared object."Steven J. Hill"2005-10-081-2/+1
|
* Sync with trunk."Steven J. Hill"2005-10-084-33/+33
|
* Sync with trunk."Steven J. Hill"2005-10-071-2/+1
|
* Fix up declaration of 'init_tls'."Steven J. Hill"2005-10-061-3/+3
|
* TLS data is now handled correctly by the loader."Steven J. Hill"2005-10-062-63/+76
|
* Sync with trunk."Steven J. Hill"2005-10-061-0/+1
|
* Sync with trunk."Steven J. Hill"2005-10-0617-79/+82
|
* Sync with trunk."Steven J. Hill"2005-10-041-0/+6
|
* Bring in changes from trunk."Steven J. Hill"2005-10-043-20/+16
|
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵"Steven J. Hill"2005-10-0425-487/+536
| | | | entire Saturday fixing this $!#$!#@$T! up.
* Big, huge fricking merge. Peter, if you touch the build system again I'm ↵"Steven J. Hill"2005-10-0444-646/+647
| | | | going to smash your keyboard.
* Crap."Steven J. Hill"2005-10-044-39/+321
|
* Add it."Steven J. Hill"2005-10-031-0/+103
|
* Latest 'ldso' changes for TLS support dated 20050930. I just did not get ↵"Steven J. Hill"2005-10-015-29/+372
| | | | them checked in last night.
* Sync with trunk."Steven J. Hill"2005-09-251-1/+1
|
* Cleaned up 'struct link_map' and 'struct elf_resolve' such that the TLS data ↵"Steven J. Hill"2005-09-258-93/+875
| | | | 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.
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What ↵"Steven J. Hill"2005-09-2416-26/+26
| | | | a stupid name to start with. What idiot thought of that?
* Big sync with trunk."Steven J. Hill"2005-09-2470-842/+990
|
* Sync with trunk."Steven J. Hill"2005-09-234-440/+11
|
* More TLS stuff for ld.so."Steven J. Hill"2005-09-233-3/+20
|
* Sync."Steven J. Hill"2005-09-231-8/+1
|
* Sync with trunk."Steven J. Hill"2005-09-212-103/+141
|
* Sync with trunk."Steven J. Hill"2005-09-216-134/+56
|
* Merge from trunk."Steven J. Hill"2005-09-2119-272/+2900
|
* Added TLS variables to 'struct elf_resolve' which will be needed for TLS ↵"Steven J. Hill"2005-09-217-14/+171
| | | | support. Created 'dl-tls.c' specifically for ldso instead of trying to share with the one used by the C library. It was getting to be too much of a hassle and this way hopefully all of the TLS functions can be in one place making maintenance much easier. Added new TLS relocation handlers for MIPS. The code is correct, but the variables used to perform the relocations are not set properly as more changes are necessary to the core of ldso.
* Fix relocation error messages for MIPS so that they actually work instead of ↵"Steven J. Hill"2005-09-212-17/+62
| | | | segfaulting. Nobody tests things anymore.