pass jumptable ptr from C
authornotaz <notasas@gmail.com>
Tue, 19 Sep 2017 21:47:59 +0000 (00:47 +0300)
committernotaz <notasas@gmail.com>
Wed, 20 Sep 2017 20:23:28 +0000 (23:23 +0300)
commitb889883d36b2d247488c82d79d1eaab4dd41d236
treede1851fb9939f605dd8748674d26293a5fb8a488
parentee2d42257a2d52072f6b163f8ec279503241e9de
pass jumptable ptr from C

Doing it from asm is painful because different platforms want it done
differently, last try had R_ARM_REL32 relocs that ld.gold didn't like.
This will also allow multiple jumptables which may be useful.
Cyclone.h
Main.cpp
tools/idle.h
tools/idle.s