summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* Fix libdl bug reported by Cedric Hombourger inJoakim Tjernlund2007-01-262-30/+32
* Joseph S. Myers writes:Joakim Tjernlund2007-01-091-2/+2
* Support SecurePLTs for PowerPC. You need a toolchain that supportsJoakim Tjernlund2007-01-053-58/+114
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-1/+2
* Use constant pool instead of and adr Khem Raj2006-11-211-15/+11
* Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1...Mike Frysinger2006-11-177-0/+1605
* Bernd Schmidt writes:Mike Frysinger2006-11-172-2/+7
* revert rev 16527 changes to ldso/ldso/dl-hash.cEric Andersen2006-11-161-42/+20
* Paul Brook writes:Eric Andersen2006-11-161-5/+9
* This change reimplements the ARM _dl_linux_resolve entry point - this isEric Andersen2006-11-103-53/+192
* arm thumb:Eric Andersen2006-11-101-0/+35
* mips64 patch from Atsushi Nemoto:Eric Andersen2006-11-044-27/+224
* Make _dl_linux_resolve interworking safe. Thanks Paul BrookKhem Raj2006-10-101-0/+6
* fixup from Bernd Schmidt to properly document DL_ADDR_TO_FUNC_PTRMike Frysinger2006-10-071-3/+9
* Bernd Schmidt writes:Mike Frysinger2006-10-072-10/+25
* Don't use r10 to find PIC base. In GCC 4.1.1 onwards ARM PIC handling uses ps...Khem Raj2006-10-071-5/+29
* merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger2006-09-196-16/+27
* patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger2006-07-057-46/+84
* patch from Bernd Schmidt to abstract away initializing of prog load addressesMike Frysinger2006-07-052-1/+9
* convert #if 0 code to _dl_if_debug_print()Mike Frysinger2006-07-051-11/+8
* patch from Bernd Schmidt to abstract away load address typesMike Frysinger2006-07-058-13/+25
* patch from Bernd Schmidt to abstract away load address checksMike Frysinger2006-07-052-7/+18
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-2/+1
* update licenseMike Frysinger2006-07-057-144/+45
* missed an ElfW(Addr) changeMike Frysinger2006-07-051-1/+1
* patch from Bernd Schmidt to abstract away load addressesMike Frysinger2006-07-052-3/+12
* use ElfW(Addr) in more placesMike Frysinger2006-07-054-19/+14
* revert fdpic patch so we can merge it in bit by bitMike Frysinger2006-07-059-167/+78
* Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger2006-06-309-78/+167
* Bernd Schmidt writes: too many semicolons!Mike Frysinger2006-06-301-1/+1
* eat extraneous ; and insert some whitespace where it belongsMike Frysinger2006-06-1912-53/+53
* eat whitespaceMike Frysinger2006-06-191-5/+3
* use unsigned long like every other port as pointed out by Peter S. MazingerMike Frysinger2006-06-072-4/+4
* add a note as to why mips is specialMike Frysinger2006-04-201-0/+4
* doh, forgot to copy the final \0Eric Andersen2006-04-121-1/+1
* micro-optimization -- we already know how long the source isEric Andersen2006-04-121-1/+1
* cleanup whitespaceEric Andersen2006-04-121-4/+4
* fixup a big 'ol memory leak in search_for_named_library()Eric Andersen2006-04-121-6/+20
* typo stderrrPeter S. Mazinger2006-03-241-1/+1
* forgotten to update gettimeofday here as wellPeter S. Mazinger2006-03-231-2/+6
* macro out the /10 operation so arches can have their own versions ... and cre...Mike Frysinger2006-03-0810-21/+11
* Remove additional endif pointed out by vapierPeter S. Mazinger2006-03-071-2/+1
* Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger2006-03-071-1/+9
* make all the warnings the same and add line #s so we can pick em out at runtimeMike Frysinger2006-03-022-9/+9
* kill spurious semicolonsMike Frysinger2006-03-021-12/+12
* clean out arch subdirs as wellMike Frysinger2006-03-021-1/+1
* Added support for the new CRISv32 architecture.Peter Kjellerstedt2006-02-233-31/+116
* Moved the definition of MMAP2_PAGE_SHIFT from ldso/ldso/cris/dl-syscalls.hPeter Kjellerstedt2006-02-231-2/+0
* Include bits/uClibc_page.h before dl-syscall.h as the latter mayPeter Kjellerstedt2006-02-231-2/+2
* Specify a correct MMAP2_PAGE_SHIFT to use when calculating the offsetPeter Kjellerstedt2006-02-231-0/+2