index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
csu
/
mips64
Age
Commit message (
Expand
)
Author
2014-02-22
Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is aligned
Miod Vallat
2013-12-23
Add assembly code to set up the arguments for the common C startup code. This
Mark Kettenis
2013-12-23
Sync Makefile with what other platforms do; makes dependency tracking actually
Mark Kettenis
2013-12-04
correct frame handling
Theo de Raadt
2013-12-03
Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in
Philip Guenther
2013-12-01
mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.
Philip Guenther
2011-11-08
Pass install the -S option to avoid a window where the target isn't
Philip Guenthe
2010-09-12
Since the stack layout changes from gcc3 to gcc4, change the inline asm to
Mark Kettenis
2009-12-10
Make sure to use 64 bit instructions in the assembly statements (addi -> daddi)
Miod Vallat
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2005-08-04
zap rcsid. Okay deraadt@, krw@
Marc Espie
2004-09-09
Shared libs now works. Changes here for ABI64.
Per Fogelstrom
2004-08-23
kill useless __main() symbol which clashes w/ certain evil software in
Peter Valchev
2004-08-06
csu stuff for sgi et al
Per Fogelstrom