NetBSD/sys/lib/libkern/arch/i386
pooka f3c7386990 Rename jump label to something a little more negative. No, I'm
not doing it for cosmetic value or out of angst.  See, PIC_PROLOGUE
on i386 uses the "1" label internally.  Now, everything would be
fine and dandy for the first 551245 calls to random.  After that
p+q is negative and the jump is taken.  However, it is taken into
the middle of PIC_PROLOGUE instead of where upon superficial
examination we assumed we are jumping.  This causes wrong(tm) things
to happen and "ret" triggers a jump into hyperspace.

(no, I did not see that coming)
2010-09-07 20:35:50 +00:00
..
Makefile.inc Move that majority of the 'SRCS+= foo.c' into the main Makefile.libkern. 2009-08-14 19:23:53 +00:00
random.S Rename jump label to something a little more negative. No, I'm 2010-09-07 20:35:50 +00:00
scanc.S Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
skpc.S Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00