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

Re: Has anyone successfully bootstrapped gcc-4.6.3 on m68k?



t-rexky <gvvn1200@gmail.com> 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, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Reply to: