summaryrefslogtreecommitdiffstats
path: root/include/link.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for DSBT ELF to ld.soMark Salter2011-03-051-1/+12
| | | | | | | | | | 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>
* check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-171-1/+1
| | | | | | | | | | | 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>
* include/: add tls errno and res_stateAustin Foxley2009-09-261-1/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"),Denis Vlasenko2008-06-021-1/+1
| | | | | not when !__HAVE_NO_SHARED__ ("arch can theoretically support shred libs")
* Certain configure scripts test for presence of dlfcn.h. Don't install itBernd Schmidt2007-11-221-0/+2
| | | | if !HAVE_SHARED.
* use __FDPIC__ from the compiler rather than setting our ownMike Frysinger2007-02-081-11/+3
|
* previous commit ifdef-ed out too much codeMike Frysinger2006-05-171-1/+3
|
* sync with glibcMike Frysinger2006-05-171-8/+78
|
* fold bfin-specific link.h back into common one as suggested by Peter S. MazingerMike Frysinger2006-05-171-3/+11
|
* integrate frv link.hMike Frysinger2006-02-041-0/+12
|
* Merge from NPTL branch."Steven J. Hill"2006-01-061-1/+1
|
* Merge from NPTL branch."Steven J. Hill"2006-01-061-0/+27
|
* Sync up w/ glibcPeter S. Mazinger2005-11-041-2/+14
|
* Added back dl_iterate_phdr in ldso(with some small changes).Joakim Tjernlund2004-09-171-0/+20
| | | | Someone needs to test if it works to build and run gcj.
* We do not use dl_iterate_phdr, so no need to define itEric Andersen2004-09-071-20/+0
|
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-9/+29
|
* Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen2001-06-041-115/+2
| | | | -Erik
* Add some missing headers needed by ld.so-1.9.11.Manuel Novoa III2001-03-221-0/+208