bug-binutils
[Top][All Lists]
Advanced

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

[Bug gas/15602] .word L2-L1 fails to diagnose offsets larger than 16 bit


From: address@hidden
Subject: [Bug gas/15602] .word L2-L1 fails to diagnose offsets larger than 16 bits, resulting in broken jump tables on m68k
Date: Tue, 11 Jun 2013 12:32:12 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=15602

--- Comment #1 from Andreas Schwab <address@hidden> ---
The problem is that the jump table itself is bigger than 32K, which is not
handled by BROKEN_DOT_WORD.  All entries are supposed to be pointing to 20008.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]