CVS commit: src/lib/libc/arch/arm/sys

2021-06-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 30 07:36:05 UTC 2021 Modified Files: src/lib/libc/arch/arm/sys: __clone.S Log Message: The _INVOKE_CERROR macro deals with thumb so simplify the code (at the expense of a couple more instructions). To generate a diff of t

CVS commit: src/lib/libc/arch/arm/sys

2021-06-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 30 07:34:24 UTC 2021 Modified Files: src/lib/libc/arch/arm/sys: __clone.S Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/arch/arm/sys/__clone.S Please note tha

CVS commit: src/lib/libc/arch/arm/sys

2013-08-19 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 19 22:10:51 UTC 2013 Modified Files: src/lib/libc/arch/arm/sys: __aeabi_read_tp.S Log Message: Always compile as ARM even if -mthumb is given. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/a

CVS commit: src/lib/libc/arch/arm/sys

2013-08-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Aug 17 01:08:35 UTC 2013 Modified Files: src/lib/libc/arch/arm/sys: __aeabi_read_tp.S Log Message: Enforce that this must be not compiled using Thumb1 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/ar

CVS commit: src/lib/libc/arch/arm/sys

2013-08-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 16 23:20:59 UTC 2013 Modified Files: src/lib/libc/arch/arm/sys: __sigtramp2.S Log Message: Add END To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/arm/sys/__sigtramp2.S Please note that diffs

CVS commit: src/lib/libc/arch/arm/sys

2013-08-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 16 22:27:32 UTC 2013 Modified Files: src/lib/libc/arch/arm/sys: __vfork14.S Log Message: Thumbify & optimize a little To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/arch/arm/sys/__vfork14.S Pleas

CVS commit: src/lib/libc/arch/arm/sys

2013-08-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 16 22:28:06 UTC 2013 Modified Files: src/lib/libc/arch/arm/sys: fork.S Log Message: thumbify and add END To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/arm/sys/fork.S Please note that diffs

CVS commit: src/lib/libc/arch/arm/sys

2013-08-16 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Aug 16 22:21:59 UTC 2013 Modified Files: src/lib/libc/arch/arm/sys: pipe.S Log Message: Use _INVOKE_CERROR use stmia instead of two str add END To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/arm/

CVS commit: src/lib/libc/arch/arm/sys

2013-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 30 19:42:57 UTC 2013 Modified Files: src/lib/libc/arch/arm/sys: getcontext.S Log Message: include assym.h To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/arm/sys/getcontext.S Please note tha

CVS commit: src/lib/libc/arch/arm/sys

2013-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Apr 30 15:59:34 UTC 2013 Modified Files: src/lib/libc/arch/arm/sys: getcontext.S Log Message: Don't hardcode offset in assembler. This ensures the return value in the context is the correct value (0) on earm* To generate a di

CVS commit: src/lib/libc/arch/arm/sys

2012-11-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Nov 20 22:02:46 UTC 2012 Modified Files: src/lib/libc/arch/arm/sys: __aeabi_read_tp.S Log Message: Add $NetBSD$ tag. Use ip to save r1 instead of the stack. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/

CVS commit: src/lib/libc/arch/arm/sys

2012-02-14 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Feb 14 17:32:43 UTC 2012 Modified Files: src/lib/libc/arch/arm/sys: __aeabi_read_tp.S Log Message: Add workaround for ARM cores that don't properly implement the MRC instruction used for reading the thread pointer. This is the

CVS commit: src/lib/libc/arch/arm/sys

2011-05-13 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Fri May 13 23:14:36 UTC 2011 Modified Files: src/lib/libc/arch/arm/sys: brk.S sbrk.S Log Message: Use "_end" instead of "end" for consistency with other architectures. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9