https://sourceware.org/bugzilla/show_bug.cgi?id=17505

--- Comment #10 from Christian Bruel <chrbr at gcc dot gnu.org> ---
in the .o dump bar is at

   .text
00000000 <foo>:
   ...
00000018 <bar>:

but the call to bar resolves:

  4:    eb000004     bl    30 <bar+0x18>
            4: R_ARM_CALL    bar


why the +0x18 addend ? 

it shoud be either bl <foo+0x18>

or just (prefered) bl <bar>

-- 
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