t-rexky <[email protected]> writes:

>       movel pc@(L8,d0:l),d0
>       movel d0,a0
>       jmp a0@
>       .const
>       .align 1
> L8:
>       .long L2
>       .long L3
>       .long L4
>       .long L5
>       .long L6
>       .long L7

That cannot work.  You are producing a non-pc-relative jump table, but
use it as if pc-relative.

Andreas.

-- 
Andreas Schwab, [email protected]
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to