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