diff options
author | Steve Ellcey <sellcey@caviumnetworks.com> | 2017-08-30 09:25:51 -0700 |
---|---|---|
committer | Steve Ellcey <sellcey@caviumnetworks.com> | 2017-08-30 09:25:51 -0700 |
commit | 44bcba80f309b7517f8f954b0389e60eb421373b (patch) | |
tree | c66befde2e12ab89f895e4f76c3d1539086dd729 /ChangeLog | |
parent | ec2c1fcefb200c6cb7e09553f3c6af8815013d83 (diff) | |
download | glibc-44bcba80f309b7517f8f954b0389e60eb421373b.zip glibc-44bcba80f309b7517f8f954b0389e60eb421373b.tar.gz glibc-44bcba80f309b7517f8f954b0389e60eb421373b.tar.bz2 |
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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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] |