| Index: native_client/src/trusted/service_runtime/arch/x86_32/nacl_syscall_weak.S
|
| ===================================================================
|
| --- native_client/src/trusted/service_runtime/arch/x86_32/nacl_syscall_weak.S (revision 877)
|
| +++ native_client/src/trusted/service_runtime/arch/x86_32/nacl_syscall_weak.S (working copy)
|
| @@ -43,6 +43,7 @@
|
|
|
| #include "native_client/src/trusted/service_runtime/nacl_config.h"
|
|
|
| - .globl IDENTIFIER(NaClSyscallSeg)
|
| +.globl IDENTIFIER(NaClSyscallSeg)
|
| + HIDDEN(NaClSyscallSeg)
|
| IDENTIFIER(NaClSyscallSeg):
|
| hlt
|
|
|