* src/arm/sysv.S: Fix typo.

From-SVN: r57627
This commit is contained in:
Richard Earnshaw 2002-09-29 18:08:58 +00:00 committed by Richard Earnshaw
parent 9e60a678fc
commit d7b5262524
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-29 Richard Earnshaw <rearnsha@arm.com>
* src/arm/sysv.S: Fix typo.
2002-09-28 Richard Earnshaw <rearnsha@arm.com>
* src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor

View File

@ -35,8 +35,8 @@
/* Use the right prefix for global labels. */
#define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
#else
/* XXX these lose for some platforms, I'm sure. */
#define CNAME(x) x
#endif
#define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
#endif