OpenGrok
Cross Reference: Makefile.inc
xref
: /
src
/
lib
/
libc
/
arch
/
or1k
/
Makefile.inc
Home
|
History
|
Annotate
|
Download
|
only in
or1k
History log of
/src/lib/libc/arch/or1k/Makefile.inc
Revision
Date
Author
Comments
1.3
31-Oct-2021
thorpej
Tidy up how __sigaction14_sigtramp.c is added to SRCS.
1.2
05-Sep-2014
matt
The OpenRISC calling standard only passes 6 parameters by register. Any
others are passed on the stack. NetBSD syscalls use up to 8 parameters
so that could mean two left on the stack for the kernel to access. It's
easier for the kernel if userland could fetch into registers beforehand.
So we generate sysassym.h which contains the number of arguments for each
syscall and then use that to determine how many arguments need to be fetched
from the stack.
1.1
03-Sep-2014
matt
New files for OR1K support
Indexes created Tue Oct 14 11:09:46 GMT 2025