[comp.os.minix] minor bug in c68/lib68k/alloca.s

klamer@mi.eltn.utwente.nl (Klamer Schutte -- Universiteit Twente) (02/26/91)

In the file c68/lib68k/alloca.s (in the V3 distribution) the section names
are text, rom, data and bss. They should be .text, .rom, .data and .bss.

F. Croess' ld will fail if wrong names are used. 
(This is a feature, not a bug ;-)

Klamer (Sorry, no patch)

-- 
Klamer Schutte
Faculty of electrical engineering -- University of Twente, The Netherlands
klamer@mi.eltn.utwente.nl	{backbone}!mcsun!mi.eltn.utwente.nl!klamer

HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) (02/26/91)

indeed, this is an error.
There is an other error, too --- I think the version posted is for 32-bit
ints.

Currently, there are two versions now -- alloca_16.s and alloca_32.s

The next patch for c68/c386 is ready in principle since three weeks, but
I am very busy now. I hope I can get this stuff out.

C.v.W.