Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/evbarm/awin
Module Name: src
Committed By: chs
Date: Wed Jul 5 23:04:09 UTC 2017
Modified Files:
src/sys/arch/evbarm/awin: awin_start.S
Log Message:
in the awin_start startup code, set up a tiny stack in case a
C function wants to use it. in the various *_mpinit functions,
avoid using caller-saved registers since these call C functions.
these changes allow -fno-omit-frame-pointer to work.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/awin/awin_start.S
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