[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/17505] arm: bad static label resolution from different modes
From: |
chrbr at gcc dot gnu.org |
Subject: |
[Bug ld/17505] arm: bad static label resolution from different modes |
Date: |
Thu, 30 Oct 2014 15:00:44 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=17505
--- Comment #3 from Christian Bruel <chrbr at gcc dot gnu.org> ---
Created attachment 7867
--> https://sourceware.org/bugzilla/attachment.cgi?id=7867&action=edit
New test
compiles with arm-none-eabi-gcc -march=armv7-a 1.s
previous objdump was :
801c: eb00008a bl 824c <foo>
8020: e1a03000 mov r3, r0
8024: fa00008c blx 825c <rab+0x4>
8028: e0833000 add r3, r3, r0
802c: eb000089 bl 8258 <rab>
now :
801c: eb00008a bl 824c <foo>
8020: e1a03000 mov r3, r0
8024: fa00008a blx 8254 <bar>
8028: e0833000 add r3, r3, r0
802c: eb000089 bl 8258 <rab>
--
You are receiving this mail because:
You are on the CC list for the bug.