diff mbox

[uclibc-ng-devel] uClibc-ng - small C library for embedded systems branch master updated. v1.0.19-32-gab9a88b

Message ID 20161202070503.A4A8E1014D@helium.openadk.org
State Not Applicable
Headers show

Commit Message

wbx Dec. 2, 2016, 7:05 a.m. UTC
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "uClibc-ng - small C library for embedded systems".

The branch, master has been updated
       via  ab9a88b3e160f41812d76b7df1838b6603030863 (commit)
      from  50aba30aee11d4fa51948c6ba258ec0bbdbae8c0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ab9a88b3e160f41812d76b7df1838b6603030863
Author: Waldemar Brodkorb <wbx@openadk.org>
Date:   Thu Dec 1 20:22:02 2016 +0100

    nds32: in latest gcc from Andes, this got renamed

-----------------------------------------------------------------------

Summary of changes:
 libc/sysdeps/linux/nds32/bits/sigcontext.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



hooks/post-receive
diff mbox

Patch

diff --git a/libc/sysdeps/linux/nds32/bits/sigcontext.h b/libc/sysdeps/linux/nds32/bits/sigcontext.h
index 759b85d..e91f6a9 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;