Subject: CVS commit: src/lib/csu/common_elf
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/02/2003 03:01:19
Module Name: src
Committed By: lukem
Date: Tue Dec 2 03:01:19 UTC 2003
Modified Files:
src/lib/csu/common_elf: crtbegin.c
Log Message:
Use __attribute__((__used__,__noinline__)) (instead of __unused__)
for __do_global_ctors_aux() and __do_global_dtors_aux(),
to fix building with gcc3 -O3.
Discussed with Matt Thomas & Christos Zoulas, and tested on alpha & i386.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/lib/csu/common_elf/crtbegin.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.