[PATCH] Re: Build failure on sparc64-linux-gnu
Jakub Jelinek
jakub@redhat.com
Fri Dec 6 17:30:00 GMT 2002
On Fri, Dec 06, 2002 at 05:20:16PM -0800, Jeff Bailey wrote:
> Looking through, I wonder if
>
> sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h:62:
> call __sparc.get_pic.l7;
>
> should be
> call __sparc64.get_pic.l7;
>
> Since it's the only mention of that symbol in the sysdep.h header. All
> the other references have been changed to __sparc64.
>
> Sorry I don't have better information. I'm still figuring my way around
> the sparc.
2002-12-07 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
(SYSCALL_ERROR_HANDLER): Fix a pasto.
Reported by Jeff Bailey <jbailey@nisa.net>.
--- libc/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h.jj 2002-10-25 12:34:51.000000000 +0200
+++ libc/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h 2002-12-07 03:50:06.000000000 +0100
@@ -59,7 +59,7 @@ __sparc64.get_pic.l7: \
.previous; \
save %sp, -192, %sp; \
sethi %hi(_GLOBAL_OFFSET_TABLE_-4), %l7; \
- call __sparc.get_pic.l7; \
+ call __sparc64.get_pic.l7; \
add %l7, %lo(_GLOBAL_OFFSET_TABLE_+4), %l7; \
ldx [%l7 + errno], %l0; \
st %i0, [%l0]; \
Jakub
More information about the Libc-alpha
mailing list