https://sourceware.org/bugzilla/show_bug.cgi?id=16566
--- Comment #8 from jon at beniston dot com ---
test.c:
void func() {
}
int main() {
func();
return 0;
}
Compile with:
arm-eabi-gcc test.c -o test.exe -Xlinker -Map=arm.map -flto -Xlinker
--print-map-locals
With the bfd_link_hash_lookup condition, func doesn't appear in the map file.
--
You are receiving this mail because:
You are on the CC list for the bug.
