Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc
Module Name: src
Committed By: skrll
Date: Thu Oct 15 05:27:53 UTC 2020
Modified Files:
src/lib/libc/arch/mips: genassym.cf
src/lib/libc/arch/mips/gen: _resumecontext.S _setjmp.S setjmp.S
swapcontext.S
src/lib/libc/arch/mips/sys: getcontext.S
src/lib/libc/compat/arch/mips/gen: compat_setjmp.S compat_sigsetjmp.S
src/lib/libc/compat/arch/mips/sys: compat_sigpending.S
Log Message:
Remove '_OFFSETOF' prefix for genassm(1) generate CPP identifers for
consistency with other arches.
NFCI and libc.so is the same before and after.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/mips/genassym.cf
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/arch/mips/gen/_resumecontext.S
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/arch/mips/gen/_setjmp.S
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/arch/mips/gen/setjmp.S
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/arch/mips/gen/swapcontext.S
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/arch/mips/sys/getcontext.S
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/compat/arch/mips/gen/compat_setjmp.S
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/compat/arch/mips/gen/compat_sigsetjmp.S
cvs rdiff -u -r1.2 -r1.3 \
src/lib/libc/compat/arch/mips/sys/compat_sigpending.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