summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl_db
Commit message (Collapse)AuthorAgeFilesLines
* nptl_db: handle SUSv4-OBBernhard Reutner-Fischer2012-01-292-2/+5
| | | | | | | pthread_getconcurrency / pthread_setconcurrency is OBSOLETE in SUSv4 so disable pthread debug support too Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* libpthread/nptl_db: Append options to LDFLAGS based on if LD is set to gcc ↵Khem Raj2010-12-211-2/+1
| | | | | | driver or ld itself Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nptl: simplify buildsysBernhard Reutner-Fischer2010-07-061-2/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* intl, nptl_db: fix prerequisitesBernhard Reutner-Fischer2010-06-241-2/+2
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* nptl: fix wrong path to nptl_dbBernhard Reutner-Fischer2010-06-111-1/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* nptl: Harmonize objects and headers makefile clean targetsnptl_mergeCarmelo Amoroso2010-04-251-4/+4
| | | | | | | Update all the nptl clean targets (both objects and headers) to use the new syntax using CLEAN_<full_path> and HEADER_<full_path>. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* libpthread/nptl_db: define NOT_IN_libcRoman I Khimov2010-04-251-1/+1
| | | | | | | | | | NPTL build for x86_64 failed with LD libthread_db-0.9.32-git.so .../ld: libpthread/nptl_db/libthread_db_so.a(td_ta_event_getmsg.oS): relocation R_X86_64_PC32 against undefined symbol `__GI_memset' can not be used when making a shared object; recompile with -fPIC Signed-off-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* nptl_db: Remove compiler warning due to old-style function definitionCarmelo Amoroso2010-04-255-15/+5
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* nptl: proper soname handlingNatanael Copa2010-04-221-1/+1
| | | | | | | | | | | Since sublevel releases are not ABI compatible we need to adjust the soname to include the sublevel version. This makes it possible to install ABI incompatible versions of the library side by side so clean upgrades are possible. Signed-off-by: Natanael Copa <natanael.copa@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* TLS_TCB_AT_TP: avoid warning about undef cpp tokenBernhard Reutner-Fischer2010-02-051-1/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* whitespace fixesAustin Foxley2009-10-171-1/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* libpthread/nptl_db: debugging support for nptlAustin Foxley2009-10-1749-0/+3964
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Back out nptl changes, which for now will be done in branches/uClibc-nptlEric Andersen2005-05-2049-3951/+0
|
* Put the change log back in."Steven J. Hill"2005-05-121-0/+207
|
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-0748-0/+3744
consult the 'README.NPTL' file.