about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@caviumnetworks.com>2017-08-30 09:25:51 -0700
committerSteve Ellcey <sellcey@caviumnetworks.com>2017-08-30 09:25:51 -0700
commit44bcba80f309b7517f8f954b0389e60eb421373b (patch)
treec66befde2e12ab89f895e4f76c3d1539086dd729 /ChangeLog
parentec2c1fcefb200c6cb7e09553f3c6af8815013d83 (diff)
downloadglibc-44bcba80f309b7517f8f954b0389e60eb421373b.tar.gz
glibc-44bcba80f309b7517f8f954b0389e60eb421373b.tar.xz
glibc-44bcba80f309b7517f8f954b0389e60eb421373b.zip
aarch64: Fix tst-makecontext3 in ILP32 mode.
	* sysdeps/unix/sysv/linux/aarch64/makecontext.c (__makecontext):
	Use pointer to uint64_t instead of long int for sp.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 086b21cc69..8a1b3baa07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-30  Steve Ellcey  <sellcey@cavium.com>
+
+	* sysdeps/unix/sysv/linux/aarch64/makecontext.c (__makecontext):
+	Use pointer to uint64_t instead of long int for sp.
+
 2017-08-30  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #21754]