Module Name: src Committed By: matt Date: Thu Jul 18 12:16:40 UTC 2013
Modified Files:
src/sys/lib/libkern/arch/m68k: random.S
Log Message:
Don't use %d2 (violates the ABI since it wasn't saved), use %a0 instead.
Use a pcrelative access for the local data avoiding the GOT.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/lib/libkern/arch/m68k/random.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
