summaryrefslogtreecommitdiff
path: root/include/link.h
AgeCommit message (Expand)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15link.h: guard TLS related internals of struct link_map with _LIBCPeter S. Mazinger
2011-03-05Add support for DSBT ELF to ld.soMark Salter
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-09-26include/: add tls errno and res_stateAustin Foxley
2008-06-02dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"),Denis Vlasenko
2007-11-22Certain configure scripts test for presence of dlfcn.h. Don't install itBernd Schmidt
2007-02-08use __FDPIC__ from the compiler rather than setting our ownMike Frysinger
2006-05-17previous commit ifdef-ed out too much codeMike Frysinger
2006-05-17sync with glibcMike Frysinger
2006-05-17fold bfin-specific link.h back into common one as suggested by Peter S. MazingerMike Frysinger
2006-02-04integrate frv link.hMike Frysinger
2006-01-06Merge from NPTL branch."Steven J. Hill"
2006-01-06Merge from NPTL branch."Steven J. Hill"
2005-11-04Sync up w/ glibcPeter S. Mazinger
2004-09-17Added back dl_iterate_phdr in ldso(with some small changes).Joakim Tjernlund
2004-09-07We do not use dl_iterate_phdr, so no need to define itEric Andersen
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen
2001-06-04Teach the ldso stuff to use the proper elf.h header file, not a local copy.Eric Andersen
2001-03-22Add some missing headers needed by ld.so-1.9.11.Manuel Novoa III