summaryrefslogtreecommitdiffstats
path: root/ldso/include
Commit message (Expand)AuthorAgeFilesLines
...
* Blackfin FD-PIC patch 4/6.Bernd Schmidt2007-12-031-0/+7
* Blackfin FD-PIC patch 3/6.Bernd Schmidt2007-12-033-2/+28
* Blackfin FD-PIC patch 2/6.Bernd Schmidt2007-12-031-0/+6
* Blackfin FD-PIC patch 1/6.Bernd Schmidt2007-12-031-1/+2
* Some versions of gcc consider inline merely a hint. AVR32 depends on theCarmelo Amoroso2007-12-031-20/+20
* Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtve...Carmelo Amoroso2007-11-161-1/+2
* Define _dl_assert in libdl only if __DOASSERTS__ is defined. Thanks to Peter ...Carmelo Amoroso2007-11-091-7/+16
* Added support for GNU hash style into dynamic linkerCarmelo Amoroso2007-11-073-3/+53
* Blue Swirl writes:Mike Frysinger2007-09-151-0/+4
* fix ld.so.cache handling on no-mmu setupsMike Frysinger2007-04-171-0/+6
* Make _dl_malloc alignment arch configurable.Joakim Tjernlund2007-02-171-0/+5
* - see if defined foo before trying to look at the value of foo (that should b...Bernhard Reutner-Fischer2007-01-291-1/+1
* bits/kernel_stat.h is for internal uClibc use only, fix a few otherEric Andersen2006-12-061-1/+2
* Bernd Schmidt writes:Mike Frysinger2006-11-171-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-071-0/+13
* merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger2006-09-192-1/+13
* patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger2006-07-052-1/+34
* patch from Bernd Schmidt to abstract away initializing of prog load addressesMike Frysinger2006-07-051-0/+8
* patch from Bernd Schmidt to abstract away load address typesMike Frysinger2006-07-054-6/+17
* patch from Bernd Schmidt to abstract away load address checksMike Frysinger2006-07-051-0/+15
* missed an ElfW(Addr) changeMike Frysinger2006-07-051-1/+1
* patch from Bernd Schmidt to abstract away load addressesMike Frysinger2006-07-051-1/+10
* use ElfW(Addr) in more placesMike Frysinger2006-07-051-11/+6
* revert fdpic patch so we can merge it in bit by bitMike Frysinger2006-07-054-75/+6
* Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger2006-06-304-6/+75
* add a note as to why mips is specialMike Frysinger2006-04-201-0/+4
* 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-081-2/+10
* Include bits/uClibc_page.h before dl-syscall.h as the latter mayPeter Kjellerstedt2006-02-231-2/+2
* Allow MMAP2_PAGE_SHIFT to be specified by the architecture specificPeter Kjellerstedt2006-02-231-1/+8
* A little clean up.Peter Kjellerstedt2006-02-231-18/+23
* sync with glibcMike Frysinger2006-02-221-0/+16
* Nicolas Bellido: switch up order of mmap preference to try and fix arm eabi u...Mike Frysinger2006-02-221-27/+34
* move _dl_mmap_check_error() to related mmap bits of code as pointed out by Ni...Mike Frysinger2006-02-221-13/+10
* John Bowler writes in Bug 385:Mike Frysinger2006-01-311-2/+2
* back to inline, mips failsPeter S. Mazinger2006-01-301-21/+21
* use attribute_unused instead of hardcodedPeter S. Mazinger2006-01-271-1/+1
* - use keywords __asm__ and __inline__ c99.Bernhard Reutner-Fischer2006-01-241-21/+21
* fix building on alphaMike Frysinger2006-01-201-0/+15
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-191-1/+1
* cleanup whitespaceMike Frysinger2006-01-171-61/+60
* 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
* change to Lesser GPL 2.1 as pointed out by psmMike Frysinger2005-11-238-8/+8
* add some copyright infoMike Frysinger2005-11-228-0/+56
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger2005-10-271-0/+6
* Remove TMPDIR from glibc's commented listPeter S. Mazinger2005-10-111-1/+1
* Sync unsecvars.h w/ glibc-2.3.5, remove unused vars in uClibc, update comment...Peter S. Mazinger2005-10-111-7/+6
* I really really HATE gcc-4.1 and its whimsical inline rules."Steven J. Hill"2005-09-231-1/+1