summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-10-05 21:22:41 -0700
committerDavid S. Miller <davem@davemloft.net>2012-10-05 21:22:41 -0700
commitf07621646892e079b4d1eec1b02e5ab03b578a5e (patch)
treef07d3d9497e288fc7913fdee732598ccff638728 /nptl/ChangeLog
parent3baddb72a4181e05d0d279a6b345635641e13a18 (diff)
downloadglibc-f07621646892e079b4d1eec1b02e5ab03b578a5e.tar.gz
glibc-f07621646892e079b4d1eec1b02e5ab03b578a5e.tar.xz
glibc-f07621646892e079b4d1eec1b02e5ab03b578a5e.zip
Correct libthreadb register access for 64-bit sparc.
	[BZ #14568]
	* sysdeps/sparc/tls.h (DB_THREAD_SELF_INCLUDE): Delete.
	(DB_THREAD_SELF): Use constants for the register offsets.  Correct
	the case of a 64-bit debugger with a 32-bit inferior.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 78b1b9354f..17a36e8ac2 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,10 @@
+2012-10-05  David S. Miller  <davem@davemloft.net>
+
+	[BZ #14568]
+	* sysdeps/sparc/tls.h (DB_THREAD_SELF_INCLUDE): Delete.
+	(DB_THREAD_SELF): Use constants for the register offsets.  Correct
+	the case of a 64-bit debugger with a 32-bit inferior.
+
 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
 
 	[BZ #14557]