summaryrefslogtreecommitdiff
path: root/arch/microblaze/lib
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-03-23 08:09:32 +0100
committerMichal Simek <monstr@monstr.eu>2010-04-01 08:38:24 +0200
commit13851966da54be8e37863aa93ee2c8f3d3a3186a (patch)
tree465ee4e4fc90d3afd9372a642c1abd35a5d48662 /arch/microblaze/lib
parente84452dd9ff517bd3028f6444d000727cd39e783 (diff)
microblaze: Add .type and .size to ASM functions
Cachegrind analysis need this fix to be able to log asm functions. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/lib')
-rw-r--r--arch/microblaze/lib/fastcopy.S6
-rw-r--r--arch/microblaze/lib/uaccess_old.S6
2 files changed, 11 insertions, 1 deletions
diff --git a/arch/microblaze/lib/fastcopy.S b/arch/microblaze/lib/fastcopy.S
index 02e3ab4eddf3..fdc48bb065d8 100644
--- a/arch/microblaze/lib/fastcopy.S
+++ b/arch/microblaze/lib/fastcopy.S
@@ -30,8 +30,9 @@
*/
#include <linux/linkage.h>
-
+ .text
.globl memcpy
+ .type memcpy, @function
.ent memcpy
memcpy:
@@ -345,9 +346,11 @@ a_done:
rtsd r15, 8
nop
+.size memcpy, . - memcpy
.end memcpy
/*----------------------------------------------------------------------------*/
.globl memmove
+ .type memmove, @function
.ent memmove
memmove:
@@ -659,4 +662,5 @@ d_done:
rtsd r15, 8
nop
+.size memmove, . - memmove
.end memmove
diff --git a/arch/microblaze/lib/uaccess_old.S b/arch/microblaze/lib/uaccess_old.S
index 67f991c14b8a..b327524a8032 100644
--- a/arch/microblaze/lib/uaccess_old.S
+++ b/arch/microblaze/lib/uaccess_old.S
@@ -22,6 +22,7 @@
.text
.globl __strncpy_user;
+.type __strncpy_user, @function
.align 4;
__strncpy_user:
@@ -50,6 +51,7 @@ __strncpy_user:
3:
rtsd r15,8
nop
+ .size __strncpy_user, . - __strncpy_user
.section .fixup, "ax"
@@ -72,6 +74,7 @@ __strncpy_user:
.text
.globl __strnlen_user;
+.type __strnlen_user, @function
.align 4;
__strnlen_user:
addik r3,r6,0
@@ -90,6 +93,7 @@ __strnlen_user:
3:
rtsd r15,8
nop
+ .size __strnlen_user, . - __strnlen_user
.section .fixup,"ax"
@@ -108,6 +112,7 @@ __strnlen_user:
*/
.text
.globl __copy_tofrom_user;
+.type __copy_tofrom_user, @function
.align 4;
__copy_tofrom_user:
/*
@@ -129,6 +134,7 @@ __copy_tofrom_user:
3:
rtsd r15,8
nop
+ .size __copy_tofrom_user, . - __copy_tofrom_user
.section __ex_table,"a"