summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old_db
Commit message (Collapse)AuthorAgeFilesLines
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-1/+1
|
* Change symbol 'NOSTRIP' to 'DOSTRIP' since the double negativesEric Andersen2006-07-041-1/+1
| | | | on i.e. NOSTRIP=n gets a bit confusing.
* Silence link creation.Peter Kjellerstedt2006-02-221-1/+1
|
* Made it possible to build without stripping the binaries.Peter Kjellerstedt2006-02-221-1/+4
|
* * Made it possible to dynamically check for supported linker optionsPeter Kjellerstedt2006-02-221-1/+1
| | | | | using the check_ld function. * Only use --warn-unresolved-symbols with linkers that support it.
* DOMULTI may be used for libc, the excluded files need work, ↵Peter S. Mazinger2006-02-151-5/+5
| | | | linuxthreads[_db] as well, don't try on slow box
* add -DNOT_IN_libcPeter S. Mazinger2006-02-031-1/+1
|
* hide __td_agent_listPeter S. Mazinger2006-02-031-1/+1
|
* Use write instead of __libc_write for debug, hide __td_debugPeter S. Mazinger2006-02-031-2/+2
|
* Hide internal wrapperPeter S. Mazinger2006-02-031-1/+1
|
* - __td_debug is only needed if NDEBUG is not defined.Bernhard Reutner-Fischer2006-01-231-1/+2
|
* - fix typo in comment.Bernhard Reutner-Fischer2006-01-211-1/+1
|
* Forgotten about the clean targetPeter S. Mazinger2006-01-191-1/+1
|
* Add multi support to linuxthread_dbPeter S. Mazinger2006-01-191-3/+11
|
* tweak setting of so/a-y slightlyMike Frysinger2005-11-301-3/+3
|
* Correct PTINC path and remove hardcoded include for internals.hPeter S. Mazinger2005-11-248-8/+1
|
* Depedencies corrected (less make oldconfig/headers), rerunning make remakes ↵Peter S. Mazinger2005-11-221-8/+10
| | | | only headers
* sync include paths and copyrights with glibcMike Frysinger2005-11-228-11/+10
|
* rework depends and stripping so that libraries arent rebuilt all the time in ↵Mike Frysinger2005-11-221-1/+3
| | | | a loop
* 2005-11-02 Daniel Jacobowitz <dan@codesourcery.com>Mike Frysinger2005-11-214-12/+12
| | | | | | | | * td_ta_clear_event.c (td_ta_clear_event): Correct arguments to sizeof. * td_ta_set_event.c (td_ta_set_event): Likewise. * td_thr_clear_event.c (td_thr_clear_event): Likewise. * td_thr_set_event.c (td_thr_set_event): Likewise.
* sync with glibcMike Frysinger2005-11-211-3/+11
|
* sync with glibcMike Frysinger2005-11-211-3/+2
|
* sync with glibcMike Frysinger2005-11-211-0/+3
|
* sync with glibcMike Frysinger2005-11-211-4/+9
|
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
|
* Correct typosPeter S. Mazinger2005-11-171-5/+5
|
* Include all lib*/Makefile.in in top_srcdir/Makefile.in, allows adding ↵Peter S. Mazinger2005-11-171-23/+40
| | | | foreign objects to a lib
* Use -z relro/-z now on all libs, add some new variables needed later, move ↵Peter S. Mazinger2005-11-171-1/+1
| | | | common ldso/libdl parts to Rules.mak, remove strip from all TARGET_ARCH
* rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger2005-11-1546-0/+2967
of latest glibc version