Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 07/24/1998 20:10:01
jonathan
Fri Jul 24 20:01:45 PDT 1998
Update of /cvsroot/src/lib/libc/arch/mips/sys
In directory nb00:/tmp/cvs-serv5379

Modified Files:
	cerror.S 
Log Message:
>From Arne Juul  <arnej@math.ntnu.no>:
  Explicilty reload the mips-ABIcall GOT/$gp  in cerror().
  cerror() gets called from outside libc (e.g., from libposix's rename(),
  and if we don't load $t9, cerror() makes wild references using
  the libposix $gp and coredumps.