CVSROOT:        /cvs
Module name:    src
Changes by:     v...@cvs.openbsd.org    2021/07/20 01:51:08

Modified files:
        sys/arch/mips64/conf: files.mips64 
Removed files:
        sys/lib/libkern/arch/mips64: sync.S 

Log message:
Remove unneeded __sync_* library functions from the kernel.

These library functions were added as stopgaps because GCC 4.2.1
lacks the corresponding __sync_* builtins on mips64. However,
the builtins are now provided by Clang.

Reply via email to