From 330eb7bad0aeb0f95a12eb77791bdb4b828249d4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 4 Feb 2002 12:34:00 +0000 Subject: Rework powerpc to be consistant with the other arches. -Erik --- libc/sysdeps/linux/powerpc/crt0.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/powerpc/crt0.c') diff --git a/libc/sysdeps/linux/powerpc/crt0.c b/libc/sysdeps/linux/powerpc/crt0.c index 4bb289128..cf1c94af4 100644 --- a/libc/sysdeps/linux/powerpc/crt0.c +++ b/libc/sysdeps/linux/powerpc/crt0.c @@ -21,6 +21,8 @@ * */ +#include + asm( "\t.global _start\n" "\t_start:\n" @@ -67,4 +69,3 @@ void _start2(void) __uClibc_main(argc,p+1,p+2+argc); } - -- cgit v1.2.3