Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   skrll
Date:           Sun Dec  4 17:04:07 UTC 2022

Modified Files:
        src/lib/libc/arch/riscv/gen: __setjmp14.S _setjmp.S
        src/lib/libc/arch/riscv/sys: brk.S sbrk.S
        src/libexec/ld.elf_so/arch/riscv: rtld_start.S

Log Message:
Consistently use the 'mv' instrucation (which is itself an alias) instead
of the (old) alternative alias 'move'.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/riscv/gen/__setjmp14.S \
    src/lib/libc/arch/riscv/gen/_setjmp.S
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/arch/riscv/sys/brk.S \
    src/lib/libc/arch/riscv/sys/sbrk.S
cvs rdiff -u -r1.3 -r1.4 src/libexec/ld.elf_so/arch/riscv/rtld_start.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index