Mike Frysinger
|
9497783666
also symlink thread_db.h instead of duplicating it, fix the clean target, and touchup the headers target so we dont create bogus dir symlinks
|
19 年之前 |
Peter S. Mazinger
|
0576579a4b
remove unused headers on install and clean up all thread related ones
|
19 年之前 |
"Steven J. Hill"
|
c76818fd78
'pthread.h' is not the only file that needs to be symlinked. When NPTL gets merged, you will need to do 'semaphore.h' and 'bits/pthreadtypes.h'. I think I have been a good little boy and keeping my NPTL changes out of mainline, so I'm going to go ahead and cross the line this once to get this change in.
|
19 年之前 |
Mike Frysinger
|
b402fab3c3
dont duplicate pthread.h in include and libpthread subdirs, so symlink it
|
19 年之前 |
Joakim Tjernlund
|
83bb7f2166
Filter out any -z defs since this lib will have undefined symbols that
|
19 年之前 |
Joakim Tjernlund
|
75ca73f431
Add patch at bugs 274. From Peter Manzinger.
|
19 年之前 |
Eric Andersen
|
602bd9701e
Finish up reverting NPTL
|
19 年之前 |
"Steven J. Hill"
|
fd56c55827
Cleanup original linuxthreads and update top-level threads makefiles.
|
19 年之前 |
"Steven J. Hill"
|
2274f6b2dd
Haha. I caught it before you did.
|
19 年之前 |
"Steven J. Hill"
|
c50567169b
Add in configuration item and Makefile changes for NPTL. We will be
|
19 年之前 |
Peter Kjellerstedt
|
7b735a3758
Use Makefile if statements rather than their shell counterparts.
|
20 年之前 |
Mike Frysinger
|
cacaa7f28b
Peter S. Mazinger: make sure the ld RELRO and NOW options are independent options
|
20 年之前 |
Eric Andersen
|
45eb72e4a4
Fix typo
|
20 年之前 |
Eric Andersen
|
6ae64d2583
Patch from Peter S. Mazinger:
|
20 年之前 |
Eric Andersen
|
3d831a7c27
Cleaned up patch from Peter S. Mazinger adding support for
|
20 年之前 |
Eric Andersen
|
537a1b30e6
We can't strip libpthread or libthread_db can't help gdb debug ptheads
|
20 年之前 |
Eric Andersen
|
e156b0234a
libpthread can use the normal LDFLAGS (including -s to strip it), but
|
20 年之前 |
Manuel Novoa III
|
2224e6ca64
Rip out Peter's unacceptable "fix" and do the sane thing instead; build
|
20 年之前 |
Joakim Tjernlund
|
6bc6a6f5d7
Peter Mazinger writes:
|
20 年之前 |
Joakim Tjernlund
|
065f1de65d
Peter S. Mazinger writes:
|
20 年之前 |
Manuel Novoa III
|
d8c8b456f4
We need to link with libgcc.a when creating shared libs, in order to
|
21 年之前 |
Eric Andersen
|
fe6015e8aa
minor cleanup
|
21 年之前 |
Eric Andersen
|
86061e5f2b
gdb wants to dlopen "libthread_db.so.1", so be sure to assign
|
21 年之前 |
Eric Andersen
|
ff23ecf669
Peter Kjellerstedt writes:
|
21 年之前 |
Eric Andersen
|
dd3fb0f8c1
Peter Kjellerstedt writes:
|
21 年之前 |
Eric Andersen
|
49f0dd0fcb
Peter Kjellerstedt writes:
|
21 年之前 |
Eric Andersen
|
f4939cd1dc
Fixup symlinks to libthread_db
|
21 年之前 |
Eric Andersen
|
70fee13438
Make it so debugging pthreads works, even with DODEBUG turned off
|
21 年之前 |
Eric Andersen
|
27b9ce8b12
Seperate pthread debugging from uClibc debugging. They are used
|
22 年之前 |
Eric Andersen
|
187dd78d7b
Major update for pthreads, based in large part on improvements
|
22 年之前 |