.weakext support
David Mosberger-Tang (davidm@AZStarNet.com)
Tue, 24 Oct 1995 23:27:27 -0700
There are now as/ld binaries that implement the .weakext assembler
directive. This allows to implement function and variable aliases
properly. I want to do some more testing before making them
available, but if you run into problems with libc because of
name-clashes between user-programs and libc, let me know (I know
already about the collision with "time" in one of the svgalib test
programs and that has been fixed).
--david