K 10 svn:author V 3 jdp K 8 svn:date V 27 1999-03-12T17:33:28.000000Z K 7 svn:log V 369 Move the code for the ".init" and ".fini" sections outside of a C function so the compiler won't try to emit line numbers for it with "-g", breaking the build. This has the nice side-effect of making crtbegin.o and crtbeginS.o a little bit smaller. Remove "-Wno-unused" from the Makefile. Replace it with "__unused" on particular function and variable declarations. END