aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh.poyarekar@linaro.org>2018-06-29 16:42:03 +0530
committerChristophe Lyon <christophe.lyon@linaro.org>2018-07-02 11:57:27 +0000
commit90b61261ceb4d473642e5fe806cba9efa2276b8f (patch)
treed16f47501fbbf2534e79808770375b7fe20f9beb
parent071fe283b28ddc7d74620ba07ee075b8ee79499b (diff)
Add a .size directive for strcmp
Change-Id: Ic02008bef7eb59a6fd1026f5126317d4f7ca74bf
-rw-r--r--src/aarch64/strcmp.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/aarch64/strcmp.S b/src/aarch64/strcmp.S
index e250ac5..75326be 100644
--- a/src/aarch64/strcmp.S
+++ b/src/aarch64/strcmp.S
@@ -193,3 +193,4 @@ L(loop_misaligned):
L(done):
sub result, data1, data2
ret
+ .size strcmp, .-strcmp