Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 02/19/2000 13:04:59
Module Name: basesrc
Committed By: mycroft
Date: Sat Feb 19 21:04:59 UTC 2000
Modified Files:
basesrc/lib/libc/arch/i386: SYS.h
basesrc/lib/libc/arch/i386/sys: cerror.S
Log Message:
A better fix for the stub-in-other-module problem:
Load the address of cerror through the GOT, so we can do a PIC_EPILOGUE and
leave the stack clean.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 basesrc/lib/libc/arch/i386/SYS.h
cvs rdiff -r1.11 -r1.12 basesrc/lib/libc/arch/i386/sys/cerror.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.