Subject: CVS commit: basesrc/lib/csu/m68k_elf
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/13/2001 12:21:51
Module Name:	basesrc
Committed By:	scw
Date:		Sat Oct 13 09:21:51 UTC 2001

Modified Files:
	basesrc/lib/csu/m68k_elf: dot_init.h

Log Message:
Reduce the alignment constraint from 4 to 2. This fixes the problem where
gas(2) pads the text segment with 0x0 instead of NOP. Since m68k instructions
only need 16-bit alignment, .align 2 works just fine.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/csu/m68k_elf/dot_init.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.