about summary refs log tree commit diff
path: root/sysdeps/arm
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-21 20:52:12 +0000
committerRoland McGrath <roland@gnu.org>2003-03-21 20:52:12 +0000
commit88b3f3ede294499cef1cb36cc6a5f4662d205e9d (patch)
tree7a0c033072e85e343e7d1c8c1dabd18df190a1ac /sysdeps/arm
parentb50946de735bbb23b1178dcada8752bb81500042 (diff)
downloadglibc-88b3f3ede294499cef1cb36cc6a5f4662d205e9d.tar.gz
glibc-88b3f3ede294499cef1cb36cc6a5f4662d205e9d.tar.xz
glibc-88b3f3ede294499cef1cb36cc6a5f4662d205e9d.zip
* sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.
Diffstat (limited to 'sysdeps/arm')
-rw-r--r--sysdeps/arm/sysdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/arm/sysdep.h b/sysdeps/arm/sysdep.h
index 8d5ab95348..4bc7d827b8 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