Subject: CVS commit: syssrc/sys/arch/atari/atari
To: None <source-changes@netbsd.org>
From: Leo Weppelman <leo@netbsd.org>
List: source-changes
Date: 05/19/2002 23:26:59
Module Name:	syssrc
Committed By:	leo
Date:		Sun May 19 20:26:58 UTC 2002

Modified Files:
	syssrc/sys/arch/atari/atari: locore.s

Log Message:
Try to defeat the assembler optimizer. If we jump to a local label, it tries
to use a pc-relative jump. Which is definitely not what is needed in the
relocation code!
This is new in the current assembler apparantly. None of the kernels build
after my latest upgrade were able to boot... What else is lurking!


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 syssrc/sys/arch/atari/atari/locore.s

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