From cbf92fc46644e084315e3fbe7e5ccb7cb499284e Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Fri, 11 May 2012 16:53:19 -0400 Subject: 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. --- ChangeLog.tile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog.tile') diff --git a/ChangeLog.tile b/ChangeLog.tile index 2ce98e971b..5cdc293f8e 100644 --- a/ChangeLog.tile +++ b/ChangeLog.tile @@ -1,3 +1,7 @@ +2012-05-12 Chris Metcalf + + * sysdeps/tile/__tls_get_addr.S: Use __WORDSIZE, not _LP64. + 2012-05-12 Chris Metcalf * sysdeps/tile/stackguard-macros.h: New file. -- cgit 1.4.1