From 9635ca06608053d809de03a018be2478e3e4a505 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 16 Sep 2005 23:42:25 +0000 Subject: syntax/whitespace touchups --- libc/string/arm/strcmp.S | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'libc/string/arm/strcmp.S') 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 */ - .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 -- cgit v1.2.3