Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index