Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/csu/common_elf
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.
Home |
Main Index |
Thread Index |
Old Index