Module Name: src Committed By: joerg Date: Sat Feb 25 21:16:50 UTC 2017
Modified Files: src/common/lib/libc/arch/mips/string: strchr.S strrchr.S src/external/gpl3/gcc/dist/gcc/config/mips: netbsd.h src/lib/libc/arch/mips: SYS.h src/sys/arch/mips/include: asm.h Log Message: Switch from __ABICALLS__ to __mips_abicalls like upstream GCC does in the generic MIPS target logic. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/common/lib/libc/arch/mips/string/strchr.S cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/mips/string/strrchr.S cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc/dist/gcc/config/mips/netbsd.h cvs rdiff -u -r1.19 -r1.20 src/lib/libc/arch/mips/SYS.h cvs rdiff -u -r1.53 -r1.54 src/sys/arch/mips/include/asm.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.