Commit d7b52625 by Richard Earnshaw Committed by Richard Earnshaw

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

From-SVN: r57627
parent 9e60a678
2002-09-29 Richard Earnshaw <rearnsha@arm.com>
* src/arm/sysv.S: Fix typo.
2002-09-28 Richard Earnshaw <rearnsha@arm.com> 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
* src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor * src/arm/sysv.S: If we don't have machine/asm.h and the pre-processor
......
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
/* Use the right prefix for global labels. */ /* Use the right prefix for global labels. */
#define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x) #define CNAME(x) CONCAT1 (__USER_LABEL_PREFIX__, x)
#else #else
/* XXX these lose for some platforms, I'm sure. */
#define CNAME(x) x #define CNAME(x) x
#endif
#define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x): #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment