Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 05/02/1997 22:20:06
mycroft
Fri May 2 15:16:50 PDT 1997
Update of /cvsroot/src/gnu/usr.bin/gcc/arch/m68k
In directory netbsd1:/var/slash-tmp/cvs-serv2117
Modified Files:
m68k.h
Log Message:
Our linker aligns the data and BSS segments to a 4-byte boundary, so
set BIGGEST_ALIGNMENT to 32 by default.
Also, change some other alignemtn constraints to improve performance.
thorpej
Fri May 2 15:19:17 PDT 1997
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv2462
Modified Files:
socket.h
Log Message:
Revert the reverting of the last change. Turns out the trouble
on the m68k was a compiler bug (thanks Charles and Christos!)