From ab9a88b3e160f41812d76b7df1838b6603030863 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 1 Dec 2016 20:22:02 +0100 Subject: nds32: in latest gcc from Andes, this got renamed --- libc/sysdeps/linux/nds32/bits/sigcontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/sysdeps/linux/nds32/bits/sigcontext.h b/libc/sysdeps/linux/nds32/bits/sigcontext.h index 759b85df1..e91f6a9b0 100644 --- a/libc/sysdeps/linux/nds32/bits/sigcontext.h +++ b/libc/sysdeps/linux/nds32/bits/sigcontext.h @@ -41,7 +41,7 @@ struct sigcontext{ unsigned long nds32_r25; unsigned long nds32_fp; //r28 unsigned long nds32_gp; //r29 - unsigned long nds32_lr; //r30 + unsigned long nds32_lp; //r30 unsigned long nds32_sp; //r31 unsigned long nds32_d1lo; unsigned long nds32_d1hi; -- cgit v1.2.3