aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMao Han <han_mao@c-sky.com>2019-03-11 09:45:15 +0800
committerMao Han <han_mao@c-sky.com>2019-03-11 09:45:15 +0800
commit6229c9bff7e3171a565b78f7f1a210126e041b5b (patch)
tree5860827d3f4488ee742b62c10763b73718319059 /ChangeLog
parent86bdd49d93665b9d7b1b98502b84d0fa9af6915f (diff)
downloadglibc-6229c9bff7e3171a565b78f7f1a210126e041b5b.tar
glibc-6229c9bff7e3171a565b78f7f1a210126e041b5b.tar.gz
glibc-6229c9bff7e3171a565b78f7f1a210126e041b5b.tar.bz2
glibc-6229c9bff7e3171a565b78f7f1a210126e041b5b.zip
C-SKY: fix sigcontext miss match
C-SKY defines SIGCONTEXT as siginfo_t *_si, struct ucontext_t * for __profil_counter. ucontext_t get an extra __mask field which is miss match with the struct sigcontext from linux kernel. The time value from gprof report will be always zero without this patch. This patch also fix the registers sequence in register-dump.h. * sysdeps/unix/sysv/linux/csky/register-dump.h: Adjust offset change. * sysdeps/unix/sysv/linux/csky/sys/ucontext.h: Remove __mask field in mcontext_t
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b51532c803..afe1bb4487 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-03-11 Mao Han <han_mao@c-sky.com>
+
+ * sysdeps/unix/sysv/linux/csky/register-dump.h: Adjust offset change.
+ * sysdeps/unix/sysv/linux/csky/sys/ucontext.h: Remove __mask field
+ in mcontext_t
+
2019-03-08 Mike FABIAN <mfabian@redhat.com>
[BZ #24307]