aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-03-13 10:10:09 -0700
committerRoland McGrath <roland@hack.frob.com>2015-03-13 10:10:09 -0700
commitcdaf79d0af439ade496a1f6235f503e491502cd6 (patch)
tree919418e15c2ff041c74a01964b1c8bcc995cbe34 /ChangeLog
parentcf9313e7d1dd42addd6cf8c9277f0f18a62cdeff (diff)
ARM: Rewrite sysdeps/arm/tls-macros.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5545b1c1d..fb1591f15e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-03-13 Roland McGrath <roland@hack.frob.com>
+
+ * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
+ (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
+ all the necessary asm magic in one place.
+ (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
+ using those.
+
2015-03-13 Carlos O'Donell <carlos@redhat.com>
[BZ #14906]