aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-03 08:27:10 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-03 08:27:10 +0000
commiteb098700c8daa989605f6cd819402f5d4fbebb6d (patch)
tree7ad7c3cfbfc5622998cf9ac42bfaff4ce182a407
parentaab1c772bf0baa7a635149480feb3f51c20a2a05 (diff)
downloadglibc-eb098700c8daa989605f6cd819402f5d4fbebb6d.zip
glibc-eb098700c8daa989605f6cd819402f5d4fbebb6d.tar.gz
glibc-eb098700c8daa989605f6cd819402f5d4fbebb6d.tar.bz2
Update.
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.
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/unix/sysv/linux/arm/sysdep.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ae3731..fa08368 100644
--- 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
diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h
index dd1b6f4..8a5111f 100644
--- a/sysdeps/unix/sysv/linux/arm/sysdep.h
+++ b/sysdeps/unix/sysv/linux/arm/sysdep.h
@@ -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; \