summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2008-08-15 05:24:04 +0000
committerKhem Raj <kraj@mvista.com>2008-08-15 05:24:04 +0000
commit24a435f52cb62b3a148358f78dbb5867a97b18c4 (patch)
tree306fdf34fe511c6b8c1915197f9696f492849de6 /libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c
parent571106c6d4c0d5e082c58cab3967adafc97be207 (diff)
downloaduClibc-alpine-24a435f52cb62b3a148358f78dbb5867a97b18c4.tar.bz2
uClibc-alpine-24a435f52cb62b3a148358f78dbb5867a97b18c4.tar.xz
__asm__ and __volatile__ conversion for arm.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c
index 344f80535..8188249ef 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/arm/unwind-resume.c
@@ -53,7 +53,7 @@ init (void)
ARM unwinder relies on register state at entrance. So we write this in
assembly. */
-asm (
+__asm__ (
" .globl _Unwind_Resume\n"
" .type _Unwind_Resume, %function\n"
"_Unwind_Resume:\n"