Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/17/1996 21:40:02
cgd
Tue Dec 17 13:32:27 PST 1996
Update of /cvsroot/src/gnu/lib/libg++
In directory netbsd1:/var/slash-tmp/cvs-serv13534

Modified Files:
	libg++2netbsd 
Log Message:
on the Alpha, don't include c++rt0.o on the link line.  (1) it doesn't
exist, and (2) its purpose on the link line is taken care of automatically
by the library-building process.


cgd
Tue Dec 17 13:32:28 PST 1996
Update of /cvsroot/src/gnu/lib/libg++/libg++/src
In directory netbsd1:/var/slash-tmp/cvs-serv13534/libg++/src

Modified Files:
	Makefile 
Log Message:
on the Alpha, don't include c++rt0.o on the link line.  (1) it doesn't
exist, and (2) its purpose on the link line is taken care of automatically
by the library-building process.


cgd
Tue Dec 17 13:33:20 PST 1996
Update of /cvsroot/src/gnu/lib
In directory netbsd1:/var/slash-tmp/cvs-serv13622

Modified Files:
	Makefile 
Log Message:
re-enable libg++ on the Alpha

gwr
Tue Dec 17 13:35:32 PST 1996
Update of /cvsroot/src/sys/arch/sun3/sun3
In directory netbsd1:/var/slash-tmp/cvs-serv13459

Modified Files:
	machdep.c trap.c 
Log Message:
Make sure the MDP_STACKADJ flag is cleared in p->p_md.md_flags
Do this in both machdep.c:setregs() and trap.c:(end of syscall)
for now.  Need more analysis to see what is the best way...
Fixes PR#3034 (Thanks very much to Ian Dall for the fix!)