Subject: CVS commit: basesrc/lib/csu/arm_elf
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 08/05/2001 03:01:28
Module Name: basesrc
Committed By: matt
Date: Sun Aug 5 00:01:28 UTC 2001
Modified Files:
basesrc/lib/csu/arm_elf: crt0.c
Log Message:
Add a secondary label called __start (makes gcc 2.95.3 happier) and rename
the internal __start to ___start. (Since -e is not supplied by default,
this has no effect on a native build.)
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/lib/csu/arm_elf/crt0.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.