* src/arm/sysv.S: Fix typo.
authorRichard Earnshaw <rearnsha@arm.com>
Sun, 29 Sep 2002 18:08:58 +0000 (18:08 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sun, 29 Sep 2002 18:08:58 +0000 (18:08 +0000)
From-SVN: r57627

libffi/ChangeLog
libffi/src/arm/sysv.S

index 365a104..29c7dc3 100644 (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
index a494a2f..c600c83 100644 (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