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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to