summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads_db
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* sync with linuxthreads.old_db/Makefile.inMike Frysinger2005-11-301-9/+11
|
* sync with glibc cvsMike Frysinger2005-11-281-1/+1
|
* touchup include pathsMike Frysinger2005-11-221-2/+4
|
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
|
* update ignoresMike Frysinger2005-11-181-0/+1
|
* shouldnt have been committedMike Frysinger2005-11-181-0/+0
|
* import new linuxthreads_db from glibc HEADMike Frysinger2005-11-1855-0/+3619
|
* rename current stable linuxthreads to linuxthreads.old to prepare for import ↵Mike Frysinger2005-11-1546-2967/+0
| | | | of latest glibc version
* Disable DOMULTI for these, because gcc-4.0.2 can't cope with themPeter S. Mazinger2005-11-031-0/+2
|
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-58/+9
|
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵Peter S. Mazinger2005-10-271-2/+0
| | | | to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place.
* Default changed to IMA compiling, disabled explicitely where currently not ↵Peter S. Mazinger2005-10-261-2/+2
| | | | possible. Add clean targets for linuxthreads[_db].
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵Peter S. Mazinger2005-10-251-9/+24
| | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally.
* linuxthreads_db depends on PTHREADS_DEBUG_SUPPORTPeter S. Mazinger2005-10-191-2/+2
|
* Add the linuxthreads Makefiles tooPeter S. Mazinger2005-10-191-0/+28
|
* Curious failure now, haven't touched this one.Peter S. Mazinger2005-10-121-1/+1
|
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵Peter S. Mazinger2005-10-121-1/+1
| | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much.
* Do not defer expansions where useless, like CSRC/OBJS/LIB_NAME/AR_LIB_NAME, ↵Peter S. Mazinger2005-10-111-13/+13
| | | | defer only for shared lib related stuff, because it is optional. Run STRIPTOOL only once. More use of /$^/$<.
* Clean up pthread include mess. Some of these will be needed to support NPTL, ↵"Steven J. Hill"2005-10-041-7/+2
| | | | but they do no harm for the linuxthreads case. Yes, I tested this.
* Remove ar-target and shared targets, at build time now we traverse the tree ↵Peter S. Mazinger2005-09-281-30/+32
| | | | only once. Generalize all toplevel makefiles. Make sure, that libdl.so is built against libc.so and not libc.a
* fix warnings likeJoakim Tjernlund2005-05-281-4/+4
| | | | td_thr_tls_get_addr.c:30: warning: `__used__' attribute ignored
* Add patch at bugs 274. From Peter Manzinger.Joakim Tjernlund2005-05-281-5/+2
|
* Sync with latest GLIBC.Joakim Tjernlund2005-01-312-5/+10
|
* rework the dependencies so libpthread_db.a is only rebuilt when the object ↵Mike Frysinger2005-01-181-6/+2
| | | | files get updated
* A patch included in glibc 2.3.2's libthread_db that helps remoteEric Andersen2004-11-081-0/+4
| | | | debugging not become confused,
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-4/+4
|
* We don't need these...Eric Andersen2004-04-201-396/+0
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Major update for pthreads, based in large part on improvementsEric Andersen2003-02-2746-136/+571
| | | | | from glibc 2.3. This should make threads much more efficient. -Erik
* Just be a bit less different from latest glibc version in commentsEric Andersen2003-01-231-1/+1
| | | | and in the files where variables live.
* Fix indenting. Per patch from Nathan Field at ghs.com, changeEric Andersen2003-01-231-19/+17
| | | | LINUXTHREADS_PTHREAD_THREADS_MAX to properly point to "__pthread_threads_max".
* I missed a fileEric Andersen2002-08-082-1/+55
|
* Several pthreads updates. Enable linuxthreads_db. Several fixesEric Andersen2002-08-0639-378/+403
| | | | | related to thread local storage. -Erik
* Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen2002-05-281-1/+1
| | | | | Propagate fixes across makefiles. -Erik
* Lose the _GNU_SOURCE and just add __USE_GNU to the one file that needsEric Andersen2002-02-211-1/+1
| | | | | | it, since we definately do not want silent remapping of functions to their large-file counterparts. -Erik
* Merge in the pthread library. This is the linuxthreads library taken fromEric Andersen2002-02-2043-0/+2858
glibc 2.1.3 and ported to work with uClibc by Stefan Soucek and Erik Andersen (me). Stefan has hacked things up such that linuxthreads runs on MMU-less systems (tested only on arm-nommu). Erik cleaned things up and made it work properly as a shared library. -Erik