[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/10378] SH: jump table for switch/case got invalid adjustment dur
From: |
yoshii dot takashi at renesas dot com |
Subject: |
[Bug ld/10378] SH: jump table for switch/case got invalid adjustment during relaxing. |
Date: |
8 Jul 2009 06:03:23 -0000 |
------- Additional Comments From yoshii dot takashi at renesas dot com
2009-07-08 06:03 -------
Created an attachment (id=4044)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4044&action=view)
test program
as -relax adjsw8.s -o adjsw8.o; ld -relax adjsw8.o; objdump -t; objdump -s
and see if first 3 bytes are L1-L0,L2-L0,L3-L0 (should be 04 08 0c).
HEAD of CVS produces 04 06 0a.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10378
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.