From: Roland McGrath Date: Fri, 21 Mar 2003 20:49:58 +0000 (+0000) Subject: 2003-03-21 Daniel Jacobowitz X-Git-Tag: glibc-2.16-ports-before-merge~1404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f15520df9c1dec61192ae3b4c5ac0e42f58af04;p=thirdparty%2Fglibc.git 2003-03-21 Daniel Jacobowitz * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (SINGLE_THREAD_P_PIC): Use "reg" instead of "lr". --- diff --git a/sysdeps/unix/sysv/linux/arm/linuxthreads/sysdep-cancel.h b/sysdeps/unix/sysv/linux/arm/linuxthreads/sysdep-cancel.h index 38e472d2ba3..47af28090b1 100644 --- a/sysdeps/unix/sysv/linux/arm/linuxthreads/sysdep-cancel.h +++ b/sysdeps/unix/sysv/linux/arm/linuxthreads/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]!; \