summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* grab some more fixes from x86_64Mike Frysinger2006-01-141-9/+23
* m68k ldso works again (well, lazy relocation is broken atm)Mike Frysinger2006-01-142-142/+208
* add back in _dl_start_userMike Frysinger2006-01-141-0/+5
* fixup so we can at least get to the ldso Standalone execution stepMike Frysinger2006-01-141-16/+32
* Revert 13276, cache corrupted on x86Peter S. Mazinger2006-01-141-11/+39
* use regular headers rather than trying to get trickyMike Frysinger2006-01-141-39/+11
* fix up ability to rename ldsoMike Frysinger2006-01-131-17/+17
* fix a (very unlikely) page leakMike Frysinger2006-01-121-3/+3
* need to include bits/sysnum.h for all of our __NR_* defsMike Frysinger2006-01-111-15/+2
* support a few more relocation typesMike Frysinger2006-01-101-9/+11
* list more relocsMike Frysinger2006-01-091-3/+6
* other half of lazy relocation from glibc dl-trampolineMike Frysinger2006-01-081-0/+63
* patch by Jocke to fix up lazy relocationMike Frysinger2006-01-081-7/+2
* nlist should be unsigned, not signed, as it tracks # of elements in init_fini...Mike Frysinger2005-12-271-1/+1
* revert debug "fix" since it isnt correct and previous version worksMike Frysinger2005-12-271-3/+3
* Remove all trailing ; after *_alias and change 2 to use weak_alias instead of...Peter S. Mazinger2005-12-161-1/+1
* Fix static apps on linux 2.6. Linux clobbers r7 in 2.6, soJoakim Tjernlund2005-12-151-2/+4
* fix signed/unsigned warnings and unused warningsMike Frysinger2005-12-144-14/+13
* remove .oS tooMike Frysinger2005-12-141-1/+1
* Fix debugging."Steven J. Hill"2005-12-111-3/+3
* Remove trailing ';' from strong_alias, thx Bernhard FischerPeter S. Mazinger2005-12-101-1/+1
* Added .oS asm targets and make ldso build w/ -DSHARED (needed by nptl)Peter S. Mazinger2005-11-281-1/+1
* change to Lesser GPL 2.1 as pointed out by psmMike Frysinger2005-11-238-8/+8
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes o...Peter S. Mazinger2005-11-222-12/+8
* rework depends and stripping so that libraries arent rebuilt all the time in ...Mike Frysinger2005-11-221-2/+4
* remove headers_done since it broke buildroot againMike Frysinger2005-11-221-1/+1
* add some copyright infoMike Frysinger2005-11-228-0/+56
* Remove TOPDIRPeter S. Mazinger2005-11-213-9/+3
* Do not create any files (dl-progname.h) in ldso anymorePeter S. Mazinger2005-11-214-16/+8
* Partly undo earlier patch on vapier's requestPeter S. Mazinger2005-11-2110-21/+7
* Guard debug_sym/debug_reloc, make sure elfinterp.c sees __SUPPORT_LD_DEBUG__Peter S. Mazinger2005-11-2111-9/+35
* Do not create header links, use -I to find them. Moved dl-progname.h to ldso/...Peter S. Mazinger2005-11-212-12/+4
* fix up ifdef checks so dl_iterate_phdr is defined in all the proper objectsMike Frysinger2005-11-202-2/+4
* make -j2 works herePeter S. Mazinger2005-11-181-2/+1
* Add info to CFLAGS about lib we are buildingPeter S. Mazinger2005-11-182-4/+4
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding foreign...Peter S. Mazinger2005-11-173-93/+94
* Use -z relro/-z now on all libs, add some new variables needed later, move co...Peter S. Mazinger2005-11-172-10/+0
* update licenseMike Frysinger2005-11-091-15/+4
* Do not set the RELOCS_DONE flag until it is actually done. This order matters..."Steven J. Hill"2005-11-061-2/+2
* Don't need this debug check anymore.Joakim Tjernlund2005-11-021-6/+0
* psm missed a spot :)Joakim Tjernlund2005-11-021-6/+4
* Move __SSP__ check to headerPeter S. Mazinger2005-11-021-3/+0
* ldso powerpc changes ported to i386Peter S. Mazinger2005-11-021-7/+7
* Add check, so we are sure that the file is correctly built, if the system is ...Peter S. Mazinger2005-11-011-0/+3
* Add back -L..lib to libdl linker, now that we do not hardcode path to libs in...Peter S. Mazinger2005-11-011-1/+1
* Hopefully fix the bug Oleg reported in http://uclibc.org/lists/uclibc/2005-Oc...Joakim Tjernlund2005-10-293-8/+11
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-293-232/+23
* Missed one occurence of BUILD_UCLIBC_LDSOPeter S. Mazinger2005-10-281-1/+1
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-276-29/+49
* Default changed to IMA compiling, disabled explicitely where currently not po...Peter S. Mazinger2005-10-262-4/+4