CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2013/12/02 23:21:41
Modified files: lib/csu/alpha : Makefile md_init.h lib/csu/amd64 : Makefile md_init.h lib/csu/arm : Makefile md_init.h lib/csu/hppa : Makefile md_init.h lib/csu/hppa64 : Makefile md_init.h lib/csu/i386 : Makefile md_init.h lib/csu/m68k : Makefile md_init.h lib/csu/m88k : Makefile md_init.h lib/csu/mips64 : Makefile md_init.h lib/csu/powerpc: Makefile md_init.h lib/csu/sh : Makefile md_init.h lib/csu/sparc : Makefile md_init.h lib/csu/sparc64: Makefile md_init.h lib/csu/vax : Makefile md_init.h Added files: lib/csu/common_elf: crt0.c Removed files: lib/csu/alpha : crt0.c lib/csu/amd64 : crt0.c lib/csu/arm : crt0.c lib/csu/hppa : crt0.c lib/csu/hppa64 : crt0.c lib/csu/i386 : crt0.c lib/csu/m68k : crt0.c lib/csu/m88k : crt0.c lib/csu/mips64 : crt0.c lib/csu/powerpc: crt0.c lib/csu/sh : crt0.c lib/csu/sparc : crt0.c lib/csu/sparc64: crt0.c lib/csu/vax : crt0.c Log message: Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in the md_init.h files. Worked out with and ok miod@; ok matthew@