[Bug binutils/21507] objdump: Incorrect jump label in disassemble for arm object file

2017-05-22 Thread msmttchr at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21507 --- Comment #2 from Michele Sardo --- Hi Nick, Thanks for the clarification. I agree with you that linker will resolve the relocation address to , thus no functional problem happens. My problem was related to label printed by objdump and, in

[Bug binutils/21507] New: objdump: Incorrect jump label in disassemble for arm object file

2017-05-20 Thread msmttchr at gmail dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: msmttchr at gmail dot com Target Milestone: --- Consider this simple C program: int g(void) { } int f(void) { g(); } After compiling it with arm gcc toolchain as follow