]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(UNDOARGS_5): Fix error in last change.
authorUlrich Drepper <drepper@redhat.com>
Mon, 10 Jan 2000 01:48:28 +0000 (01:48 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 10 Jan 2000 01:48:28 +0000 (01:48 +0000)
sysdeps/unix/sysv/linux/arm/sysdep.h

index cd83389f37b90d5b266d6c532e84ea5506898c0f..c337af2b143b6371072290c95a129367048fb20e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 93, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 93, 95-99, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>, August 1995.
    ARM changes by Philip Blundell, <pjb27@cam.ac.uk>, May 1997.
 #define UNDOARGS_2 /* nothing */
 #define UNDOARGS_3 /* nothing */
 #define UNDOARGS_4 /* nothing */
-#define UNDOARGS_5 ldr r4, [sp, $4]!;
+#define UNDOARGS_5 ldr r4, [sp], $4;
 #define UNDOARGS_6 ldmfd sp!, {r4, r5};
 #define UNDOARGS_7 ldmfd sp!, {r4, r5, r6};