Module Name: src Committed By: martin Date: Thu Mar 1 17:15:14 UTC 2018
Modified Files: src/lib/libc/arch/powerpc [netbsd-8]: genassym.cf src/lib/libc/arch/powerpc/gen [netbsd-8]: swapcontext.S Log Message: Pull up following revision(s) (requested by uwe in ticket #596): lib/libc/arch/powerpc/genassym.cf: revision 1.5 lib/libc/arch/powerpc/gen/swapcontext.S: revision 1.8 PIC code clobbers %r30 so we need to update the saved oucp with caller's %r30 manually. Makes old context happy when it needs to do more function calls after restore. PIC code clobbers %r30 so we need to update the saved oucp with caller's %r30 manually. Makes old context happy when it needs to do more function calls after restore. (oops, forgot to commit this along with swapcontext.S) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.18.1 src/lib/libc/arch/powerpc/genassym.cf cvs rdiff -u -r1.7 -r1.7.18.1 src/lib/libc/arch/powerpc/gen/swapcontext.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.