Skip to content

Commit

Permalink
* elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
Browse files Browse the repository at this point in the history
	to the ABI in use.
	[__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
	.__tls_get_addr.
	[__powerpc64__] (TLS_GD): Likewise.
  • Loading branch information
Ulrich Drepper committed Apr 11, 2008
1 parent cf3a8c7 commit fe3350e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
2008-04-11 Ulrich Drepper <drepper@redhat.com>

* elf/tls-macros.h (__TLS_GET_ADDR): Define according to the ABI
in use.
(TLS_LD): Use __TLS_GET_ADDR instead of .__tls_get_addr.
(TLS_GD): Likewise.
* elf/tls-macros.h [__powerpc64__] (__TLS_GET_ADDR): Define according
to the ABI in use.
[__powerpc64__] (TLS_LD): Use __TLS_GET_ADDR instead of
.__tls_get_addr.
[__powerpc64__] (TLS_GD): Likewise.

2007-11-20 Ryan S. Arnold <rsa@us.ibm.com>

Expand Down

0 comments on commit fe3350e

Please sign in to comment.