From: Roland McGrath Date: Fri, 21 Mar 2003 20:51:59 +0000 (+0000) Subject: 2003-03-21 Roland McGrath X-Git-Tag: glibc-2.16-ports-merge^2~1403 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4208b5c7710e2a6da54f163a173a56393d1ed620;p=platform%2Fupstream%2Fglibc.git 2003-03-21 Roland McGrath * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon. --- diff --git a/sysdeps/arm/sysdep.h b/sysdeps/arm/sysdep.h index 8d5ab95..4bc7d82 100644 --- a/sysdeps/arm/sysdep.h +++ b/sysdeps/arm/sysdep.h @@ -1,5 +1,5 @@ /* Assembler macros for ARM. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -76,7 +76,7 @@ #define CALL_MCOUNT \ str lr,[sp, #-4]! ; \ bl PLTJMP(mcount) ; \ - ldr lr, [sp], #4 + ldr lr, [sp], #4 ; #else #define CALL_MCOUNT /* Do nothing. */ #endif