diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-22 08:10:10 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-22 08:10:10 +0000 |
commit | 6a200ab5331e4d93c99adf22372d66633a296d4c (patch) | |
tree | fe9396e98d19918dd3dcc114b40bcc829a85fafa /libpthread/nptl/sysdeps/mips | |
parent | 6e8c30a9b99892f23293bd13b7a544197627fa69 (diff) | |
download | uClibc-alpine-6a200ab5331e4d93c99adf22372d66633a296d4c.tar.bz2 uClibc-alpine-6a200ab5331e4d93c99adf22372d66633a296d4c.tar.xz |
Add generated thread block constant offsets. This was generated when building a glibc toolchain. I will create a script to do the same thing in uClibc later on.
Diffstat (limited to 'libpthread/nptl/sysdeps/mips')
-rw-r--r-- | libpthread/nptl/sysdeps/mips/tcb-offsets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/mips/tcb-offsets.h b/libpthread/nptl/sysdeps/mips/tcb-offsets.h new file mode 100644 index 000000000..3ba80c55d --- /dev/null +++ b/libpthread/nptl/sysdeps/mips/tcb-offsets.h @@ -0,0 +1,3 @@ +#define MULTIPLE_THREADS_OFFSET -29776 +#define PID_OFFSET -29700 +#define TID_OFFSET -29704 |