Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 3 Apr 1998 08:27:10 +0000 (08:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 3 Apr 1998 08:27:10 +0000 (08:27 +0000)
1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>

* sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
introduced in last change.

ChangeLog
sysdeps/unix/sysv/linux/arm/sysdep.h

index 2ae3731..fa08368 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
+
+       * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
+       introduced in last change.
+
 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
 
        * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
index dd1b6f4..8a5111f 100644 (file)
@@ -49,7 +49,7 @@
 #undef PSEUDO
 #define        PSEUDO(name, syscall_name, args)                                      \
   .text;                                                                     \
-  .type syscall_error,%function                                                      \
+  .type syscall_error,%function        ;                                             \
   ENTRY (name)                                                               \
     DO_CALL (args, syscall_name);                                            \
     cmn r0, $4096;                                                           \