diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-03-13 10:10:09 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-03-13 10:10:09 -0700 |
commit | cdaf79d0af439ade496a1f6235f503e491502cd6 (patch) | |
tree | 919418e15c2ff041c74a01964b1c8bcc995cbe34 /ChangeLog | |
parent | cf9313e7d1dd42addd6cf8c9277f0f18a62cdeff (diff) | |
download | glibc-cdaf79d0af439ade496a1f6235f503e491502cd6.tar glibc-cdaf79d0af439ade496a1f6235f503e491502cd6.tar.gz glibc-cdaf79d0af439ade496a1f6235f503e491502cd6.tar.bz2 glibc-cdaf79d0af439ade496a1f6235f503e491502cd6.zip |
ARM: Rewrite sysdeps/arm/tls-macros.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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] |