diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-07-17 11:30:58 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-07-17 11:30:58 +0000 |
commit | cfc82fd8ac7f910f19b02feed84b68c2e3a3d927 (patch) | |
tree | 9977bd58e47d74b8d44bedd3459c47855e4ad890 /ChangeLog | |
parent | 07cbfc23683827c1b92d0bc62b15a77a48b09a17 (diff) | |
download | glibc-cfc82fd8ac7f910f19b02feed84b68c2e3a3d927.zip glibc-cfc82fd8ac7f910f19b02feed84b68c2e3a3d927.tar.gz glibc-cfc82fd8ac7f910f19b02feed84b68c2e3a3d927.tar.bz2 |
Split tls-macros.h into sysdeps directories.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2012-07-17 Joseph Myers <joseph@codesourcery.com> + + * elf/tls-macros.h (TLS_LE): Move architecture-specific + definitions to architecture-specific files. + (TLS_IE): Likewise. + (TLS_LD): Likewise. + (TLS_GD): Likewise. + * sysdeps/i386/tls-macros.h: New file. + * sysdeps/powerpc/tls-macros.h: Likewise. + * sysdeps/s390/s390-32/tls-macros.h: Likewise. + * sysdeps/s390/s390-64/tls-macros.h: Likewise. + * sysdeps/sh/tls-macros.h: Likewise. + * sysdeps/sparc/sparc32/tls-macros.h: Likewise. + * sysdeps/sparc/sparc64/tls-macros.h: Likewise. + * sysdeps/x86_64/tls-macros.h: Likewise. + 2012-07-17 Thomas Schwinge <thomas@codesourcery.com> * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve |