Subject: CVS commit: basesrc/bin/sh
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/04/2002 16:15:52
Module Name: basesrc
Committed By: christos
Date: Fri Oct 4 13:15:52 UTC 2002
Modified Files:
basesrc/bin/sh: machdep.h memalloc.c mknodes.c nodes.c.pat
Log Message:
Rename ALIGN to SHELL_ALIGN and simplify macro so that it does not have side
effects, and add double to it, so that it aligns doubles correctly too. This
is just a workaround to fix the sparc64 problem where ALIGN() is now defined
in some include file to be 16 instead of 8. Thanks to martin for debugging this.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/bin/sh/machdep.h basesrc/bin/sh/nodes.c.pat
cvs rdiff -r1.23 -r1.24 basesrc/bin/sh/memalloc.c
cvs rdiff -r1.19 -r1.20 basesrc/bin/sh/mknodes.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.