Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: thorpej
Date: Sat Mar 20 00:13:52 UTC 1999
Modified Files:
src/lib/csu/alpha: crt0.c
src/lib/csu/i386_elf: crt0.c
src/lib/csu/m68k_elf: crt0.c
src/lib/csu/mips: crt0.c
src/lib/csu/powerpc: crt0.c
src/lib/csu/sparc64: crt0.c
src/lib/csu/sparc_elf: crt0.c
Added Files:
src/lib/csu/common_elf: common.h
Log Message:
Collect the top parts of the ELF crt0.c files into a common header, and
use it across the board.
crt0.c now contains stuff that REALLY IS machine-dependent, or stuff that
is completely intermingled in machdep code (and thus can't be separated
easily).
Home |
Main Index |
Thread Index |
Old Index