diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-16 23:42:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-16 23:42:25 +0000 |
commit | 9635ca06608053d809de03a018be2478e3e4a505 (patch) | |
tree | d6760b4741e438f5404fb67d909c751b1898e05f /libc/string/arm/strcmp.S | |
parent | 021fb898d39a01bd15b3131678eb0dcf15cceaad (diff) |
syntax/whitespace touchups
Diffstat (limited to 'libc/string/arm/strcmp.S')
-rw-r--r-- | libc/string/arm/strcmp.S | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/libc/string/arm/strcmp.S b/libc/string/arm/strcmp.S index b2f26d63a..1f486546c 100644 --- a/libc/string/arm/strcmp.S +++ b/libc/string/arm/strcmp.S @@ -29,10 +29,10 @@ * by Erik Andersen <andersen@codepoet.org> */ - .text - .global strcmp; - .type strcmp,%function - .align 4; \ +.text +.global strcmp +.type strcmp,%function +.align 4 strcmp: 1: @@ -44,6 +44,4 @@ strcmp: sub r0, r2, r3 mov pc, lr -.weak strcoll; - strcoll = strcmp - +.weak strcoll ; strcoll = strcmp |