mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 13:30:06 +00:00
2003-03-21 Roland McGrath <roland@redhat.com>
* sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon.
This commit is contained in:
parent
2f15520df9
commit
4208b5c771
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user