This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Rework sparc PIC macros so crt{i,n}.S can use them too.
- From: Richard Henderson <rth at twiddle dot net>
- To: David Miller <davem at davemloft dot net>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 20 Feb 2012 09:13:08 -0800
- Subject: Re: [PATCH] Rework sparc PIC macros so crt{i,n}.S can use them too.
- Authentication-results: mr.google.com; spf=pass (google.com: domain of rth7680@gmail.com designates 10.229.69.96 as permitted sender) smtp.mail=rth7680@gmail.com; dkim=pass header.i=rth7680@gmail.com
- References: <20120218.014919.1544476353694557763.davem@davemloft.net>
On 02/17/12 22:49, David Miller wrote:
> --- a/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
> +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
...
> -0: SETUP_PIC_REG(o2,g1) \
> +0: SETUP_PIC_REG_LEAF(o2,g1) \
No attempt to use RDPC for sparc64?
r~