summaryrefslogtreecommitdiffstats
path: root/lib/csu/mips64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pass install the -S option to avoid a window where the target isn'tguenther2011-11-081-2/+2
| | | | | | | executable (by mode or content), which can trip up builds with 'make -j' (The generic fix is in share/mk/*; some Makefiles have their own INSTALL lines) ok millert@ deraadt@
* Since the stack layout changes from gcc3 to gcc4, change the inline asm tokettenis2010-09-121-1/+5
| | | | | | deal with this. ok miod@
* Make sure to use 64 bit instructions in the assembly statements (addi -> daddi)miod2009-12-101-8/+4
| | | | | in the prologue; this gives a chance for binaries loaded with their stack over 2GB virtual, to run. Who's your daddi now?
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-3/+3
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* zap rcsid. Okay deraadt@, krw@espie2005-08-041-5/+1
|
* Shared libs now works. Changes here for ABI64.pefo2004-09-092-30/+59
|
* kill useless __main() symbol which clashes w/ certain evil software inpvalchev2004-08-231-4/+2
| | | | the ports tree; ok pefo
* csu stuff for sgi et alpefo2004-08-063-0/+308