| Index: native_client/src/trusted/service_runtime/arch/arm/nacl_tls_tramp.S
|
| ===================================================================
|
| --- native_client/src/trusted/service_runtime/arch/arm/nacl_tls_tramp.S (revision 877)
|
| +++ native_client/src/trusted/service_runtime/arch/arm/nacl_tls_tramp.S (working copy)
|
| @@ -39,8 +39,7 @@
|
| */
|
|
|
| .globl IDENTIFIER(NaClReadTP_start)
|
| -.globl IDENTIFIER(NaClReadTP_end)
|
| -
|
| + HIDDEN(NaClReadTP_start)
|
| IDENTIFIER(NaClReadTP_start):
|
|
|
| /* r9 keeps the TLS_IDX which is concatenation of a tdb pointer and index in
|
| @@ -62,5 +61,6 @@
|
| #endif
|
| bx lr
|
|
|
| +.globl IDENTIFIER(NaClReadTP_end)
|
| + HIDDEN(NaClReadTP_end)
|
| IDENTIFIER(NaClReadTP_end):
|
| -
|
|
|