[klibc] [PATCH] fix alpha build

Olaf Hering olh at suse.de
Mon Aug 23 15:00:50 PDT 2004


alpha does not compile right now:

arch/alpha/crt0.S: Assembler messages:
arch/alpha/crt0.S:21: Warning: .ent directive without matching .end
arch/alpha/crt0.S:21: Error: can't resolve `0' {.text section} - `L0' {.text section}
make[1]: *** [arch/alpha/crt0.o] Error 1

It still doesnt work with that change, ash cant run external binaries,

./ash/sh
$ ls
ls: error 1


diff -p -purN klibc-0.167/klibc/arch/alpha/crt0.S klibc-0.167.axp/klibc/arch/alpha/crt0.S
--- klibc-0.167/klibc/arch/alpha/crt0.S	2004-06-07 12:24:13.000000000 +0200
+++ klibc-0.167.axp/klibc/arch/alpha/crt0.S	2004-08-23 13:57:26.000000000 +0200
@@ -19,3 +19,4 @@ _start:
 	jsr	$26, __libc_init
 	
 	.size	_start,.-_start
+	.end	_start

-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG



More information about the klibc mailing list