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

Unified Diff: native_client/src/trusted/service_runtime/arch/arm/nacl_switch.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
« no previous file with comments | « no previous file | native_client/src/trusted/service_runtime/arch/arm/nacl_syscall.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client/src/trusted/service_runtime/arch/arm/nacl_switch.S
===================================================================
--- native_client/src/trusted/service_runtime/arch/arm/nacl_switch.S (revision 877)
+++ native_client/src/trusted/service_runtime/arch/arm/nacl_switch.S (working copy)
@@ -32,7 +32,8 @@
#include "native_client/src/trusted/service_runtime/nacl_config.h"
.text
- .globl IDENTIFIER(NaClSwitch)
+.globl IDENTIFIER(NaClSwitch)
+ HIDDEN(NaClSwitch)
IDENTIFIER(NaClSwitch):
/*
@@ -57,4 +58,3 @@
ldmia r0!, {r4, r5, r6, r7, r8, r9, r10, fp, sp}
add r0, #4 /* skip prog_ctr in struct NaClThreadContext */
ldmia r0, {r0, r1, pc}
-
« no previous file with comments | « no previous file | native_client/src/trusted/service_runtime/arch/arm/nacl_syscall.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698