Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/24/1997 21:30:06
thorpej
Fri Oct 24 14:20:21 PDT 1997
Update of /cvsroot/src/lib/csu/powerpc
In directory netbsd1:/var/slash-tmp/cvs-serv11998

Modified Files:
	Makefile 
Log Message:
Fix think'o in previous.


is
Fri Oct 24 14:25:51 PDT 1997
Update of /cvsroot/src/gnu/usr.bin/gcc
In directory netbsd1:/var/slash-tmp/cvs-serv11965

Modified Files:
	gcc2netbsd 
Log Message:
Fix PR 3123 by Robert Dick.
Gcc used to create code to create trampolines (for nested functions) for
m68k without properly flushing the caches, leading to segmentation violations
on 68040/68060 systems.
Fixed by:
- importing the gcc 2.7.2.3 trampoline creation code into arch/m68k/m68k.h
- adding the OS-specific code for this into arch/m68k/netbsd.h
These changes have been reflected in gcc2netbsd.


is
Fri Oct 24 14:26:00 PDT 1997
Update of /cvsroot/src/gnu/usr.bin/gcc/arch/m68k
In directory netbsd1:/var/slash-tmp/cvs-serv11965/arch/m68k

Modified Files:
	netbsd.h m68k.h 
Log Message:
Fix PR 3123 by Robert Dick.
Gcc used to create code to create trampolines (for nested functions) for
m68k without properly flushing the caches, leading to segmentation violations
on 68040/68060 systems.
Fixed by:
- importing the gcc 2.7.2.3 trampoline creation code into arch/m68k/m68k.h
- adding the OS-specific code for this into arch/m68k/netbsd.h
These changes have been reflected in gcc2netbsd.