You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
309 B
12 lines
309 B
4 years ago
|
--- a/sysdeps/unix/arm/sysdep.S 2016-11-05 11:44:45.561945344 +0100
|
||
|
+++ b/sysdeps/unix/arm/sysdep.S 2016-11-05 11:44:19.542069815 +0100
|
||
|
@@ -37,7 +37,7 @@
|
||
|
moveq r0, $EAGAIN /* Yes; translate it to EAGAIN. */
|
||
|
#endif
|
||
|
|
||
|
-#ifndef IS_IN_rtld
|
||
|
+#if !IS_IN (rtld)
|
||
|
mov ip, lr
|
||
|
cfi_register (lr, ip)
|
||
|
mov r1, r0
|