Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/06/1997 21:20:03
jonathan
Mon Oct  6 14:19:17 PDT 1997
Update of /a/cvsroot/src/gnu/usr.bin/gcc/arch/mips
In directory netbsd1:/var/slash-tmp/cvs-serv14163

Modified Files:
	netbsd.h mips.h 
Log Message:
Change GCC's INITIALIZE_TRAMPOLINE() function as submitted to Cygnus:
    emit a call _cacheflush() to ensure Icache consistency
    after writing trampoline code for lexical closures onto the stack
    (i.e., into the Dcache).

GCC 2.x (x <= 7.2.2) emits a call cacehflush(), polluting the user
namespace.