Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/sh3/include
Module Name: src
Committed By: uwe
Date: Thu Oct 26 23:54:28 UTC 2006
Modified Files:
src/sys/arch/sh3/include: profile.h
Log Message:
Fix __mcount to use bsrf to call _mcount. We know it's in the same
module (in the same file even), so we know the offset at link time and
don't need a reloc. This kills the last text relocation in the sh3
libc.so.
While here, tweak the code slightly to put delay slots into use.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/sh3/include/profile.h
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