about summary refs log tree commit diff
path: root/ChangeLog.tile
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2012-05-11 16:53:19 -0400
committerChris Metcalf <cmetcalf@tilera.com>2012-05-14 15:46:11 -0400
commitcbf92fc46644e084315e3fbe7e5ccb7cb499284e (patch)
treeb8a4db8f2f56a7824c61ddaab2a14994ab4697a1 /ChangeLog.tile
parent9b7108251ca46ae7f8d8edfac7224f279704960c (diff)
downloadglibc-cbf92fc46644e084315e3fbe7e5ccb7cb499284e.tar.gz
glibc-cbf92fc46644e084315e3fbe7e5ccb7cb499284e.tar.xz
glibc-cbf92fc46644e084315e3fbe7e5ccb7cb499284e.zip
tile: avoid using _LP64
The convention is to use __WORDSIZE everywhere.  I happened to
notice that we weren't doing this in __tls_get_addr.S.
Diffstat (limited to 'ChangeLog.tile')
-rw-r--r--ChangeLog.tile4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.tile b/ChangeLog.tile
index 2ce98e971b..5cdc293f8e 100644
--- a/ChangeLog.tile
+++ b/ChangeLog.tile
@@ -1,5 +1,9 @@
 2012-05-12  Chris Metcalf  <cmetcalf@tilera.com>
 
+	* sysdeps/tile/__tls_get_addr.S: Use __WORDSIZE, not _LP64.
+
+2012-05-12  Chris Metcalf  <cmetcalf@tilera.com>
+
 	* sysdeps/tile/stackguard-macros.h: New file.
 	* sysdeps/tile/elf/stackguard-macros.h: New stub include file.