https://sourceware.org/bugzilla/show_bug.cgi?id=32459
--- Comment #4 from Fangrui Song <i at maskray dot me> --- Sorry again for the late reply. Since objdump -r ignores dynamic relocations, I think it is consistent to not report a warning when .relr.dyn is present. % objdump -r /bin/ls /bin/ls: file format elf64-x86-64 For -R, objdump -R can give a short message like .relr.dyn contains RELR relocations, which can be displayed with readelf -r. The short message implies that objdump doesn't support displaying them. -- You are receiving this mail because: You are on the CC list for the bug.