This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [Patch] aarch64: Fix tst-makecontext3 in ILP32 mode.
- From: Szabolcs Nagy <szabolcs dot nagy at arm dot com>
- To: sellcey at cavium dot com, Andreas Schwab <schwab at suse dot de>
- Cc: nd at arm dot com, libc-alpha <libc-alpha at sourceware dot org>
- Date: Wed, 30 Aug 2017 17:18:40 +0100
- Subject: Re: [Patch] aarch64: Fix tst-makecontext3 in ILP32 mode.
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=Szabolcs dot Nagy at arm dot com;
- Nodisclaimer: True
- References: <1502820555.3962.197.camel@cavium.com> <mvmwp64rle5.fsf@suse.de> <1502983951.16131.3.camel@cavium.com> <1504109817.5204.47.camel@cavium.com>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
On 30/08/17 17:16, Steve Ellcey wrote:
> Here is an updated patch. Is this OK to check in now? It is only
> needed for ILP32 aarch64 but it is a correct standalone change and it
> would be nice to have it in the mainline.
>
> Steve Ellcey
> sellcey@cavium.com
>
>
> 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.
>
OK.