Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: native_client/src/trusted/service_runtime/arch/x86_64/nacl_syscall.S

Issue 293009: Mark assembly routines that don't need to be exported as hidden (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client/src/trusted/service_runtime/arch/x86_64/nacl_syscall.S
===================================================================
--- native_client/src/trusted/service_runtime/arch/x86_64/nacl_syscall.S (revision 877)
+++ native_client/src/trusted/service_runtime/arch/x86_64/nacl_syscall.S (working copy)
@@ -40,11 +40,8 @@
#include "native_client/src/trusted/service_runtime/nacl_config.h"
- .globl IDENTIFIER(nacl_user)
- .globl IDENTIFIER(nacl_sys)
-
- .globl IDENTIFIER(NaClSyscallCSegHook)
- .globl IDENTIFIER(NaClSyscallSeg)
+.globl IDENTIFIER(NaClSyscallSeg)
+ HIDDEN(NaClSyscallSeg)
IDENTIFIER(NaClSyscallSeg):
/*
* As far as we know, glibc-derived code always explicitly clears

Powered by Google App Engine
This is Rietveld 408576698