Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/gmon
Module Name: src
Committed By: christos
Date: Sun Apr 24 18:15:52 UTC 2005
Modified Files:
src/lib/libc/gmon: mcount.c
Log Message:
Add a __used__ attribute next to the __unused__ attribute, because we don't
want the optimizer to get rid of the whole code erroneously (which happens
with -O6 on sparc64).
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/lib/libc/gmon/mcount.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