summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads_db
AgeCommit message (Expand)Author
2010-04-22nptl: proper soname handlingNatanael Copa
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-10-17linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-18- do not list non-existing files in the threads prerequisitesBernhard Reutner-Fischer
2008-10-17- fix toggling thread implementation.Bernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-06-17- move stripping into do_ar resp compile-m for the sake of simplicityBernhard Reutner-Fischer
2008-06-04- strip the targets and not prerequisitesBernhard Reutner-Fischer
2008-06-01A slight improvement over my previous commit which ensured we always rebuildBernd Schmidt
2007-10-13- use the compiler-driver instead of the linkerBernhard Reutner-Fischer
2007-03-19#1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger
2006-10-19Joseph S. Myers writes:Eric Andersen
2006-08-23pull from upstreamMike Frysinger
2006-07-04Change symbol 'NOSTRIP' to 'DOSTRIP' since the double negativesEric Andersen
2006-03-09blah, glibc moved linuxthreads aroundMike Frysinger
2006-02-22Silence link creation.Peter Kjellerstedt
2006-02-22Made it possible to build without stripping the binaries.Peter Kjellerstedt
2006-02-22* Made it possible to dynamically check for supported linker optionsPeter Kjellerstedt
2006-02-15DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger
2006-02-03add -DNOT_IN_libcPeter S. Mazinger
2006-02-03hide __td_agent_listPeter S. Mazinger
2006-02-03Use write instead of __libc_write for debug, hide __td_debugPeter S. Mazinger
2006-02-03Hide internal wrapperPeter S. Mazinger
2006-01-23- __td_debug is only needed if NDEBUG is not defined.Bernhard Reutner-Fischer
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-21- fix typo in comment.Bernhard Reutner-Fischer
2006-01-19Forgotten about the clean targetPeter S. Mazinger
2006-01-19Add multi support to linuxthread_dbPeter S. Mazinger
2005-11-30sync with linuxthreads.old_db/Makefile.inMike Frysinger
2005-11-28sync with glibc cvsMike Frysinger
2005-11-22touchup include pathsMike Frysinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-18update ignoresMike Frysinger
2005-11-18shouldnt have been committedMike Frysinger
2005-11-18import new linuxthreads_db from glibc HEADMike Frysinger
2005-11-15rename current stable linuxthreads to linuxthreads.old to prepare for import ...Mike Frysinger
2005-11-03Disable DOMULTI for these, because gcc-4.0.2 can't cope with themPeter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-27Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed to...Peter S. Mazinger
2005-10-26Default changed to IMA compiling, disabled explicitely where currently not po...Peter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-19linuxthreads_db depends on PTHREADS_DEBUG_SUPPORTPeter S. Mazinger
2005-10-19Add the linuxthreads Makefiles tooPeter S. Mazinger
2005-10-12Curious failure now, haven't touched this one.Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-10-11Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, d...Peter S. Mazinger
2005-10-04Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"
2005-09-28Remove ar-target and shared targets, at build time now we traverse the tree o...Peter S. Mazinger