CVS commit: src/lib/csu/arch/sh3

2016-08-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Aug 29 21:27:03 UTC 2016 Modified Files: src/lib/csu/arch/sh3: crt0.S Log Message: ___start is __dso_hidden, so use CALL_DATUM_LOCAL and drop the PIC prologue from __start. To generate a diff of this commit: cvs rdiff -u -r1.5

CVS commit: src/lib/csu/arch/sh3

2016-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 28 13:50:26 UTC 2016 Modified Files: src/lib/csu/arch/sh3: crt0.S Log Message: fix pic code; otherwise we generate text relocations. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/csu/arch/sh3/crt0

CVS commit: src/lib/csu/arch/sh3

2012-06-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jun 2 22:15:15 UTC 2012 Modified Files: src/lib/csu/arch/sh3: crtbegin.S Log Message: Claim copyright (per Joerg's request). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/sh3/crtbegin.S Please n

CVS commit: src/lib/csu/arch/sh3

2012-01-31 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 31 20:30:15 UTC 2012 Added Files: src/lib/csu/arch/sh3: crtbegin.S Log Message: Implement crtbegin* for sh3. Tested to work on landisk. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/csu/arch/sh3/crtbegi

CVS commit: src/lib/csu/arch/sh3

2012-01-31 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 31 20:17:57 UTC 2012 Modified Files: src/lib/csu/arch/sh3: crt0.S Log Message: New ___start() C function takes 3 arguments instead of 6 and fetches argc, argv and environ from ps_strings instead. Adjust the trampoline accord

CVS commit: src/lib/csu/arch/sh3

2012-01-31 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 31 20:12:47 UTC 2012 Modified Files: src/lib/csu/arch/sh3: crtend.S crti.S Log Message: Use unambiguous .p2align 2 since .align 4 copied from i386 is incorrect, as .align is .p2align on sh3, not .balign To generate a diff o

CVS commit: src/lib/csu/arch/sh3

2012-01-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 29 23:27:24 UTC 2012 Modified Files: src/lib/csu/arch/sh3: crt0.S Log Message: Since it's in a separate file now, we cannot use direct branch to label. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/csu

CVS commit: src/lib/csu/arch/sh3

2012-01-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 28 15:08:47 UTC 2012 Added Files: src/lib/csu/arch/sh3: crtend.S Log Message: Steal arch/i386/crtend.S To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/csu/arch/sh3/crtend.S Please note that diffs are not

CVS commit: src/lib/csu/arch/sh3

2012-01-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 28 12:45:43 UTC 2012 Modified Files: src/lib/csu/arch/sh3: crtn.S Log Message: Add a comment that explains what this code does. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/sh3/crtn.S Please

CVS commit: src/lib/csu/arch/sh3

2012-01-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 28 12:44:19 UTC 2012 Modified Files: src/lib/csu/arch/sh3: crti.S Log Message: Add a comment that explains what this code does. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/sh3/crti.S Please

CVS commit: src/lib/csu/arch/sh3

2012-01-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 28 12:21:14 UTC 2012 Modified Files: src/lib/csu/arch/sh3: crt0.S Log Message: Asm cosmetic. Add a comment that explains what this trampoline does. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/csu/ar