about summary refs log tree commit diff
path: root/ports/sysdeps/arm/strlen.S
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-03-11 16:44:31 -0700
committerRoland McGrath <roland@hack.frob.com>2013-03-11 16:44:31 -0700
commit38435a9aff78b013067d1cccf7b9822af6e28cfb (patch)
tree7d57dbe4a5c41f6107d30a33125c784bd3fe0197 /ports/sysdeps/arm/strlen.S
parent791de44658c1cbf0f62b4c70a4c464b43a34dd48 (diff)
downloadglibc-38435a9aff78b013067d1cccf7b9822af6e28cfb.tar.gz
glibc-38435a9aff78b013067d1cccf7b9822af6e28cfb.tar.xz
glibc-38435a9aff78b013067d1cccf7b9822af6e28cfb.zip
ARM: Convert string/ assembly to unified syntax.
Diffstat (limited to 'ports/sysdeps/arm/strlen.S')
-rw-r--r--ports/sysdeps/arm/strlen.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/sysdeps/arm/strlen.S b/ports/sysdeps/arm/strlen.S
index 2b947e240e..fef62cff47 100644
--- a/ports/sysdeps/arm/strlen.S
+++ b/ports/sysdeps/arm/strlen.S
@@ -25,6 +25,9 @@
  * exit: r0 = len
  */
 
+	.syntax unified
+	.text
+
 ENTRY(strlen)
 	bic     r1, r0, $3              @ addr of word containing first byte
 	ldr     r2, [r1], $4            @ get the first word