CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2013/12/01 10:18:31
Modified files: lib/csu/arm : crt0.c lib/csu/mips64 : Makefile lib/csu/powerpc: crt0.c lib/csu/sh : crt0.c Log message: mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway. Delete unused #ifndef SCRT0 conditionals. ok miod@