glibc 2.3.2 targeting arm-linux, failed to cross-compile.
Hu, Boris
boris.hu@intel.com
Wed May 14 09:37:00 GMT 2003
>
> 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
>
More information about the Libc-alpha
mailing list