summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
...
* Merge from trunk."Steven J. Hill"2006-01-064-6/+8
* Merge from trunk that gives us a valid NPTL dynamic loader and the start of t..."Steven J. Hill"2005-11-2922-54/+94
* Dynamic loader now builds with new build system. Fix problems with 'dl-sysdep..."Steven J. Hill"2005-11-207-249/+90
* Sync up with trunk."Steven J. Hill"2005-11-192-6/+5
* Massive merge from trunk."Steven J. Hill"2005-11-183-101/+92
* Massive merge from trunk."Steven J. Hill"2005-11-173-35/+16
* Hack to makefile until new build system and comment formatting."Steven J. Hill"2005-11-161-1/+1
* Code clean-ups and re-organization."Steven J. Hill"2005-11-062-76/+66
* Implemented '_dl_allocate_static_tls' function for TLS relocations."Steven J. Hill"2005-11-061-35/+77
* Half fix bug reported by Oleg."Steven J. Hill"2005-10-301-5/+4
* Merge from trunk."Steven J. Hill"2005-10-305-20/+49
* 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
* Removed old 'assert' function and created new '_dl_assert' macro and"Steven J. Hill"2005-10-293-58/+45
* Fix up dependencies for when 'extern' is used. This file is a mess"Steven J. Hill"2005-10-291-3/+7
* Add '-DSHARED' flag when building the shared 'libdl'."Steven J. Hill"2005-10-291-0/+3
* 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-062-2/+4
* Bring in changes from trunk."Steven J. Hill"2005-10-042-17/+14
* Fix up build system for NPTL. I admit it is much cleaner now, but I lost my e..."Steven J. Hill"2005-10-044-91/+108
* Latest 'ldso' changes for TLS support dated 20050930. I just did not get them..."Steven J. Hill"2005-10-015-29/+372
* Cleaned up 'struct link_map' and 'struct elf_resolve' such that the TLS data ..."Steven J. Hill"2005-09-256-86/+869
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a..."Steven J. Hill"2005-09-243-4/+4
* Big sync with trunk."Steven J. Hill"2005-09-2411-9/+23
* 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-214-125/+28
* Merge from trunk."Steven J. Hill"2005-09-211-247/+4
* Added TLS variables to 'struct elf_resolve' which will be needed for TLS supp..."Steven J. Hill"2005-09-216-11/+170
* Fix relocation error messages for MIPS so that they actually work instead of ..."Steven J. Hill"2005-09-212-17/+62
* Finish merge from trunk."Steven J. Hill"2005-09-133-13/+7
* Sync with trunk."Steven J. Hill"2005-08-304-13/+24
* Sync with trunk."Steven J. Hill"2005-08-251-2/+3
* Sync with trunk."Steven J. Hill"2005-08-181-3/+3
* Merge/sync with trunk."Steven J. Hill"2005-08-1713-13/+19
* Sync with trunk."Steven J. Hill"2005-08-111-0/+3
* Merge with latest trunk."Steven J. Hill"2005-08-104-55/+49
* Changes made to the dynamic loader for TLS/NPTL support. Additional changes m..."Steven J. Hill"2005-08-096-20/+57
* Merge from trunk, again."Steven J. Hill"2005-08-091-1/+0
* Merge with latest changes from the trunk."Steven J. Hill"2005-08-042-26/+16
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-303-10/+25
* Finalize the merge from the trunk. There are more files to be"Steven J. Hill"2005-07-3015-550/+432
* Merge mania continues..."Steven J. Hill"2005-07-302-0/+151
* Merge remaining architecture stuff that does not effect MIPS."Steven J. Hill"2005-07-2627-667/+1087
* Big set of various patches to get the NPTL libraries to build and link."Steven J. Hill"2005-07-221-0/+5
* Fixed up resolver and errno code such that both thread models can compile wit..."Steven J. Hill"2005-07-221-5/+2
* Massive clean up of makefiles with a focus on being able to compile correctly"Steven J. Hill"2005-07-222-4/+16
* The function '_dl_memset' should always be inlined regardless of the"Steven J. Hill"2005-06-302-60/+70