Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/03/1997 12:30:09
mycroft
Mon Nov  3 04:22:02 PST 1997
Update of /cvsroot/src/gnu/usr.bin/gcc/common
In directory netbsd1:/var/slash-tmp/cvs-serv26442

Modified Files:
	c-decl.c 
Log Message:
>From Mike Stump, via egcs:
 	* c-decl.c (start_struct): Ensure that structs with forward
 	declarations are in fact packed when -fpack-struct is given.


mycroft
Mon Nov  3 04:23:19 PST 1997
Update of /cvsroot/src/gnu/usr.bin/gcc/common
In directory netbsd1:/var/slash-tmp/cvs-serv26514

Modified Files:
	stor-layout.c 
Log Message:
>From Mike Stump, via egcs:
+ 	* stor-layout.c (layout_record): Ignore STRUCTURE_SIZE_BOUNDARY if
+ 	we are packing a structure.  This allows a structure with only
+ 	bytes to be aligned on a byte boundary and have no padding on a
+ 	m68k.