[klibc] Any Alpha users...

Martin Michlmayr tbm at cyrius.com
Mon May 15 08:39:44 PDT 2006


* H. Peter Anvin <hpa at zytor.com> [2006-05-15 00:50]:
> If you have access to an Alpha, please test klibc-1.3.21; in
> particular, anything which uses pipes...

There's also a compiler warning.


[alpha] Fix .ent/.end mismatch in pipe.S

The .end statement has to correspond to .ent.  This fixes the following
compiler warning:

  KLIBCAS usr/klibc/arch/alpha/pipe.o
usr/klibc/arch/alpha/pipe.S: Assembler messages:
usr/klibc/arch/alpha/pipe.S:38: Warning: .end directive names different symbol than .ent


Signed-off-by: Martin Michlmayr <tbm at cyrius.com>

--- ./usr/klibc/arch/alpha/pipe.S~	2006-05-15 07:39:01.000000000 +0000
+++ ./usr/klibc/arch/alpha/pipe.S	2006-05-15 15:33:52.000000000 +0000
@@ -34,5 +34,4 @@
 	stl	a3, 4(a0)
 	ret	zero,(ra),1
 
-	.size	__syscall_dual1,.-__syscall_dual1
-	.end	__syscall_dual1
+	.end	pipe

-- 
Martin Michlmayr
http://www.cyrius.com/



More information about the klibc mailing list