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]

RE: glibc 2.3.2 targeting arm-linux, failed to cross-compile.


> 
> On Tue, May 13, 2003 at 05:54:48PM +0800, Hu, Boris wrote:
> > linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
> > ENTRY(name) --> ENTRY(name); 
> > It is fixed in Daniel Jacobowitz patch.
> >
> 
> Where can I get this patch from? 
> 

2003-03-21  Daniel Jacobowitz  <drow@mvista.com>

	* sysdeps/unix/sysv/linux/arm/sysdep-cancel.h (PSEUDO): Add
	missing semicolon.

--- libc/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h.orig	2003-03-21 11:17:43.000000000 -0500
+++ libc/linuxthreads/sysdeps/unix/sysv/linux/arm/sysdep-cancel.h	2003-03-21 11:17:52.000000000 -0500
@@ -34,7 +34,7 @@
 # define PSEUDO(name, syscall_name, args)			\
   .section ".text";							\
     PSEUDO_PROLOGUE;					\
-  ENTRY (name)							\
+  ENTRY (name);						\
     SINGLE_THREAD_P_INT;					\
     bne .Lpseudo_cancel;						\
     DO_CALL (syscall_name, args);				\

> > or changed the CALL_MCOUNT macro to have a trailing ; 
> instead of changing
> > the usage of ENTRY.  According to Roland's suggestion.
> 
> In what file is CALL_MCOUNT defined?

libc/sysdeps/arm/sysdep.h

> 
> Thanks!
> /npat
> 
> -- 
> After they make styrofoam, what do they ship it in?
>   -- Stephen Wright
> 


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