diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-30 04:42:13 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-30 04:42:13 +0000 |
commit | 863fb82e76eba16742cab87c085dd7b08639bcb9 (patch) | |
tree | 77ed033cb655d830526ad188629d019bb950a471 /libpthread/nptl/sysdeps/mips/dl-support.c | |
parent | 99ddd2cd7bcfabaafb1b0ed06b915d1bd30412a9 (diff) | |
download | uClibc-alpine-863fb82e76eba16742cab87c085dd7b08639bcb9.tar.bz2 uClibc-alpine-863fb82e76eba16742cab87c085dd7b08639bcb9.tar.xz |
Add in calls needed for TLS setup for statically linked applications. A call is made to '_dl_aux_init' which is defined in 'dl-support.c' to set up TLS variables before '__uClibc_init' gets called.
Diffstat (limited to 'libpthread/nptl/sysdeps/mips/dl-support.c')
-rw-r--r-- | libpthread/nptl/sysdeps/mips/dl-support.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/mips/dl-support.c b/libpthread/nptl/sysdeps/mips/dl-support.c new file mode 100644 index 000000000..528ffffc5 --- /dev/null +++ b/libpthread/nptl/sysdeps/mips/dl-support.c @@ -0,0 +1 @@ +#include <sysdeps/generic/dl-support.c> |