Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-22 | Revert "libc: add hidden calls to pthread cleanup funcs" | Austin Foxley | |
This reverts commit e0ac4efbdb498319f03a2a95d75d061ab6c68491. Was causing segfaults on every pthread linked executable Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | |||
2009-10-22 | libc: add hidden calls to pthread cleanup funcs | Mike Frysinger | |
A lot of libc code calls the pthread cleanup funcs implicitly (for stdio) which currently goes through the PLT. Since we already have forwarding symbols for these funcs, it's safe to declare the internal libc usage hidden as a loaded libpthread will have the real symbols found. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2009-07-20 | linuxthreads.old: extend workaround for asm rename warnings | Mike Frysinger | |
The libc_pthread_init.c needs the include workaround like forward.c, and forward.c needs more includes now. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko | |
2008-10-06 | - silence warning | Bernhard Reutner-Fischer | |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer | |
Closes issue #5194 | |||
2008-05-20 | add an URL to relevant gcc bugzilla entry | Denis Vlasenko | |
2008-05-20 | suppress "asm declaration ignored due to conflict with previous rename" | Denis Vlasenko | |
warning. It seems to be bogus. Comment contains extended description. | |||
2007-01-11 | Peter Mazinger pointed out that my last commit was faulty. | Joakim Tjernlund | |
This should fix it. | |||
2006-01-25 | Modify the earlier changes, because libc-lock references __pthread_mutex*, ↵ | Peter S. Mazinger | |
dont use hidden_strong_alias | |||
2006-01-15 | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-04 | use internal versions of exit/memcpy | Peter S. Mazinger | |
2006-01-04 | update pthread weak handling to the style glibc uses | Mike Frysinger | |