https://sourceware.org/bugzilla/show_bug.cgi?id=32459
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|objdump -R: dump SHT_RELR |libbfd doesn't report RELR |relocations? |relocations --- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> --- The BFD library provides: 1. bfd_get_dynamic_reloc_upper_bound to count dynamic relocations. 2. bfd_canonicalize_dynamic_reloc to retrieve dynamic reloctions. But they don't include RELR relocations. One symptom is that "objdump -R" doesn't display RELR relocations. -- You are receiving this mail because: You are on the CC list for the bug.