From 88b3f3ede294499cef1cb36cc6a5f4662d205e9d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 21 Mar 2003 20:52:12 +0000 Subject: * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add trailing semicolon. --- linuxthreads/ChangeLog | 5 +++++ linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9c36525f9a..d656ef8bc0 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2003-03-21 Daniel Jacobowitz + + * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h + (SINGLE_THREAD_P_PIC): Use "reg" instead of "lr". + 2003-03-21 Jakub Jelinek * sysdeps/i386/tls.h [__ASSUME_SET_THREAD_AREA_SYSCALL] diff --git a/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h b/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h index 38e472d2ba..47af28090b 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h +++ b/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h @@ -110,7 +110,7 @@ extern int __local_multiple_threads attribute_hidden; ldr reg, 2b; \ 3: \ add ip, pc, ip; \ - ldr ip, [ip, lr]; \ + ldr ip, [ip, reg]; \ teq ip, #0; # define SINGLE_THREAD_P_INT \ str lr, [sp, $-4]!; \ -- cgit 1.4.1