This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Re: Build failure on sparc64-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]