diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-01 20:22:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-02 08:04:39 +0100 |
commit | ab9a88b3e160f41812d76b7df1838b6603030863 (patch) | |
tree | b7999e6ef44d2d8f75977f0aacdae8332463da13 /libc/sysdeps/linux/nds32/bits | |
parent | 50aba30aee11d4fa51948c6ba258ec0bbdbae8c0 (diff) |
nds32: in latest gcc from Andes, this got renamed
Diffstat (limited to 'libc/sysdeps/linux/nds32/bits')
-rw-r--r-- | libc/sysdeps/linux/nds32/bits/sigcontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |