K 10 svn:author V 3 bde K 8 svn:date V 27 1999-02-06T08:41:06.000000Z K 7 svn:log V 587 Added underscores to some names in svr4_locore.s so that it compiles with -aout. Added translation back to elf names in asnames.h as usual. The elf names were inconsistent in the aout case even internally because a macro adds an underscore to just one of them. Removed commented out code for a previous life of `svr4_esigcode'. Didn't add an underscore to `svr4_esigcode' since it is correct for aout although wrong for elf, like most internal names in assembler files. These names should be in a different namespace so that gprof can ignore them. Fixed some disorder in asnames.h. END