Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-15 | link.h: guard TLS related internals of struct link_map with _LIBC | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2011-03-05 | Add support for DSBT ELF to ld.so | Mark Salter | |
This adds support for DSBT ELF to ld.so. This uses loadmaps like FD-PIC. Some code is added in ld.so to initialize the DSBT tables, and there's also a new target macro FINISH_BOOTSTRAP_RELOC. Signed-off-by: Mark Salter <msalter@redhat.com> Signed-off-by: Aurelien Jacquiot <a-jacquiot@ti.com> Signed-off-by: Bernd Schmidt <bernds@codesourcery.com> | |||
2009-12-17 | check if USE_TLS is defined before use | Hans-Christian Egtvedt | |
This patch will convert all the #ifdef USE_TLS and #if USE_TLS to #if defined(USE_TLS) && USE_TLS. By checking if the USE_TLS is defined before checking its value will result in correct behavior for architectures not defining this config symbol. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> Acked-by: Carmelo AMOROSO <carmelo.amoroso@st.com> | |||
2009-09-26 | include/: add tls errno and res_state | Austin Foxley | |
Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2008-06-02 | dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"), | Denis Vlasenko | |
not when !__HAVE_NO_SHARED__ ("arch can theoretically support shred libs") | |||
2007-11-22 | Certain configure scripts test for presence of dlfcn.h. Don't install it | Bernd Schmidt | |
if !HAVE_SHARED. | |||
2007-02-08 | use __FDPIC__ from the compiler rather than setting our own | Mike Frysinger | |
2006-05-17 | previous commit ifdef-ed out too much code | Mike Frysinger | |
2006-05-17 | sync with glibc | Mike Frysinger | |
2006-05-17 | fold bfin-specific link.h back into common one as suggested by Peter S. Mazinger | Mike Frysinger | |
2006-02-04 | integrate frv link.h | Mike Frysinger | |
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" | |
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" | |
2005-11-04 | Sync up w/ glibc | Peter S. Mazinger | |
2004-09-17 | Added back dl_iterate_phdr in ldso(with some small changes). | Joakim Tjernlund | |
Someone needs to test if it works to build and run gcj. | |||
2004-09-07 | We do not use dl_iterate_phdr, so no need to define it | Eric Andersen | |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-06-04 | Teach the ldso stuff to use the proper elf.h header file, not a local copy. | Eric Andersen | |
-Erik | |||
2001-03-22 | Add some missing headers needed by ld.so-1.9.11. | Manuel Novoa III | |