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

Unified Diff: src/opts/memset.arm.S

Issue 831663004: Hide ARM assembly memset symbols. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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 | src/opts/memset16_neon.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/memset.arm.S
diff --git a/src/opts/memset.arm.S b/src/opts/memset.arm.S
index 44b75e3dbd1bf30f61e0be2c1d638aefae4462c0..8c82f74922809ffe7ec7e14af3651bcf2919ed35 100644
--- a/src/opts/memset.arm.S
+++ b/src/opts/memset.arm.S
@@ -18,8 +18,10 @@
.syntax unified
.global arm_memset32
djsollen 2015/01/13 16:25:08 I don't think you need .global if you are marking
+ .hidden arm_memset32
.type arm_memset32, %function
.global arm_memset16
+ .hidden arm_memset16
.type arm_memset16, %function
/*
« no previous file with comments | « no previous file | src/opts/memset16_neon.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698