This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: PowerPC LE _dl_hwcap access
- From: "Ryan S. Arnold" <ryan dot arnold at gmail dot com>
- To: Alan Modra <amodra at gmail dot com>
- Cc: libc-alpha <libc-alpha at sourceware dot org>
- Date: Fri, 9 Aug 2013 11:12:04 -0500
- Subject: Re: PowerPC LE _dl_hwcap access
- References: <20130809045357 dot GB3294 at bubble dot grove dot modra dot org>
On Thu, Aug 8, 2013 at 11:53 PM, Alan Modra <amodra@gmail.com> wrote:
> More LE support, correcting word accesses to _dl_hwcap.
>
> * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
> HIWORD/LOWORD.
> * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
> * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
This patch is fine.
Ryan