Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/14/1997 17:20:05
christos
Tue Oct 14 13:11:08 EDT 1997
Update of /cvsroot/src/lib/csu/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv4441

Modified Files:
	crt0.c 
Log Message:
Put back __RCSID(): The problem was that if RCSID ended up in the text segment,
it was placed before `start', and start ended up misaligned. Add an alignment
directive for the start symbol. Of course ld(1) should not core-dump relocating
misaligned symbols, but this will be fixed shortly.


christos
Tue Oct 14 13:17:55 EDT 1997
Update of /cvsroot/src/gnu/usr.bin/ld/arch/sparc
In directory netbsd1:/var/slash-tmp/cvs-serv5441

Modified Files:
	md.c 
Log Message:
Handle relocation of misaligned symbols. Handle all three cases by the same
macro for clarity.