Source-Changes archive

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

CVS commit: syssrc/sys/arch/atari/atari



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.




Home | Main Index | Thread Index | Old Index