Subject: CVS commit: src/lib/csu/common_elf
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/28/2004 00:19:22
Module Name: src
Committed By: thorpej
Date: Sat Aug 28 00:19:22 UTC 2004
Modified Files:
src/lib/csu/common_elf: crtbegin.c crtend.c
Log Message:
Error out if we try to build with GCC 3.3 or later; we should be using
the GCC-supplied crtbegin / crtend in the GCC 3.3 or later case.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/lib/csu/common_elf/crtbegin.c
cvs rdiff -r1.10 -r1.11 src/lib/csu/common_elf/crtend.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.