Module Name: src Committed By: snj Date: Tue Mar 13 17:27:39 UTC 2018
Modified Files: src/lib/libc/arch/powerpc [netbsd-6]: genassym.cf src/lib/libc/arch/powerpc/gen [netbsd-6]: swapcontext.S Log Message: Pull up following revision(s) (requested by uwe in ticket #1534): lib/libc/arch/powerpc/genassym.cf: 1.5 via patch lib/libc/arch/powerpc/gen/swapcontext.S: 1.8 via patch 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. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.8.1 src/lib/libc/arch/powerpc/genassym.cf cvs rdiff -u -r1.6 -r1.6.8.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.