diff options
Diffstat (limited to 'ports')
-rw-r--r-- | ports/ChangeLog.hppa | 4 | ||||
-rw-r--r-- | ports/sysdeps/hppa/nptl/tls.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index eca733ca7c..61aeabc30b 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,3 +1,7 @@ +2014-02-28 Roland McGrath <roland@hack.frob.com> + + * sysdeps/hppa/nptl/tls.h (TLS_TCB_AT_TP): New macro. + 2014-03-05 Joseph Myers <joseph@codesourcery.com> * sysdeps/hppa/fpu/libm-test-ulps: Remove individual test ulps. diff --git a/ports/sysdeps/hppa/nptl/tls.h b/ports/sysdeps/hppa/nptl/tls.h index 2880ad3203..38132b0bb1 100644 --- a/ports/sysdeps/hppa/nptl/tls.h +++ b/ports/sysdeps/hppa/nptl/tls.h @@ -51,6 +51,7 @@ typedef union dtv /* The TP points to the start of the thread blocks. */ # define TLS_DTV_AT_TP 1 +# define TLS_TCB_AT_TP 0 /* Get the thread descriptor definition. */ # include <nptl/descr.h> |