Module Name:src
Committed By: rin
Date: Sun May 31 12:37:07 UTC 2020
Modified Files:
src/common/lib/libc/arch/m68k/gen: muldi3.S
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/m68k/gen/muldi3.S
Plea
Module Name:src
Committed By: rin
Date: Tue Mar 10 08:15:44 UTC 2020
Modified Files:
src/common/lib/libc/arch/m68k/string: ffs.S
Log Message:
For kernel, rename ffs to __ffssi2 rather than having a weak symbol.
This enables us to load modules depended to __ffssi2.
It is d
Module Name:src
Committed By: rin
Date: Mon Mar 9 13:36:10 UTC 2020
Modified Files:
src/common/lib/libc/arch/m68k/string: ffs.S
Log Message:
Add missing END() for coldfire.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/arch/m68k/string/
Module Name:src
Committed By: rin
Date: Mon Mar 9 08:29:12 UTC 2020
Modified Files:
src/common/lib/libc/arch/m68k/gen: mulsi3.S
Log Message:
Remove wrong comment (copy-paste from somewhere);
__mulsi3 does not depend on __udivsi3.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: mlelstv
Date: Fri Jul 10 20:16:01 UTC 2015
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_cas.S
Log Message:
fix comment
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/common/lib/libc/arch/m68k/atomic/atomic_
Module Name:src
Committed By: isaki
Date: Sat Jul 4 07:11:45 UTC 2015
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_cas.S
Log Message:
Improve the code in __sync_bool_compare_and_swap_{1,2,4}.
- bccs is smaller and faster than bcc(.w) in this case.
- it can
Module Name:src
Committed By: isaki
Date: Sat Jul 4 06:56:29 UTC 2015
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_cas.S
Log Message:
atomic_cas_{8,16}:
- Correct the wrong offset in stack.
__sync_bool_compare_and_swap_{1,2,4}:
- Correct the wrong offset
Module Name:src
Committed By: matt
Date: Thu Nov 20 07:07:13 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: Makefile.inc
Log Message:
Add atomic_c11_compare_exchange_cas_{8,16,32}.c
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/common/
Module Name:src
Committed By: matt
Date: Tue Mar 4 06:15:33 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/gen: umodsi3.S
Log Message:
Make this work with coldfire.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/m68k/gen/umo
Module Name:src
Committed By: matt
Date: Tue Mar 4 04:03:49 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/gen: modsi3.S
Log Message:
Make this coldfire compatible
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/common/lib/libc/arch/m68k/gen/mods
Module Name:src
Committed By: martin
Date: Sun Feb 23 07:43:38 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_op_asm.h
Log Message:
Remove misplaced #endif
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/m68k/at
Module Name:src
Committed By: martin
Date: Sat Feb 22 14:51:34 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: Makefile.inc
Log Message:
Add missing __sunc_* ops for sun2
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/common/lib/libc/arc
Module Name:src
Committed By: martin
Date: Thu Feb 20 20:39:01 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: Makefile.inc atomic_add.S
atomic_and.S atomic_or.S
Added Files:
src/common/lib/libc/arch/m68k/atomic: atomic_nand.S atomic_sub.S
Module Name:src
Committed By: martin
Date: Thu Feb 20 16:33:23 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_cas.S
Log Message:
Simplify the variants returning a bool
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/common/lib/libc/
Module Name:src
Committed By: martin
Date: Tue Feb 18 16:19:28 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_add.S atomic_cas.S
atomic_swap.S
Log Message:
Add a few __sync_* and atomic functions.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: martin
Date: Wed Jan 29 10:20:11 UTC 2014
Modified Files:
src/common/lib/libc/arch/m68k/atomic: Makefile.inc atomic_cas_68000.S
Log Message:
Provide _atomic_cas_8_up and _atomic_cas_16_up as assembler functions
To generate a diff of this com
Module Name:src
Committed By: matt
Date: Fri Jul 19 16:42:12 UTC 2013
Modified Files:
src/common/lib/libc/arch/m68k/string: memset.S strcmp.S strncmp.S
Log Message:
With these changes, they now produce identical binary as before the coldfire
changes.
To generate a diff o
Module Name:src
Committed By: matt
Date: Thu Jul 18 22:42:51 UTC 2013
Modified Files:
src/common/lib/libc/arch/m68k/gen: bswap16.S bswap32.S bswap64.S
src/common/lib/libc/arch/m68k/string: bcmp.S bcopy.S bzero.S ffs.S
memcmp.S memset.S strcmp.S strncmp.S
Module Name:src
Committed By: matt
Date: Thu Jul 18 19:49:01 UTC 2013
Modified Files:
src/common/lib/libc/arch/m68k/atomic: Makefile.inc
Log Message:
invert tests ${MACHINE} != "m68000" -> ${MACHINE} == "m68k"
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10
Module Name:src
Committed By: matt
Date: Tue Jul 16 23:24:19 UTC 2013
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_add.S atomic_and.S
atomic_cas.S atomic_cas_68000.S atomic_dec.S atomic_inc.S
atomic_or.S atomic_swap.S
src/comm
Module Name:src
Committed By: mrg
Date: Sat Jul 9 14:57:29 UTC 2011
Modified Files:
src/common/lib/libc/arch/m68k/string: ffs.S
Log Message:
add a weak alias for __ffssi2
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/m68k/string/ff
21 matches
Mail list logo