* src/arm/sysv.S: Fix typo.
From-SVN: r57627
This commit is contained in:
parent
9e60a678fc
commit
d7b5262524
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user