https://sourceware.org/bugzilla/show_bug.cgi?id=27486
Bug ID: 27486 Summary: readelf: Warning: could not find separate debug file 'libc-2.32.so.debug' Product: binutils Version: 2.37 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com Target Milestone: --- [hjl@gnu-cfl-2 cpu-rt-c]$ readelf --dyn-syms /lib64/libc-2.32.so| grep strchr 1846: 00000000000903c0 70 IFUNC GLOBAL DEFAULT 16 strchr@@GLIBC_2.2.5 readelf: Warning: could not find separate debug file 'libc-2.32.so.debug' readelf: Warning: tried: /lib/debug/libc-2.32.so.debug readelf: Warning: tried: /usr/lib/debug/usr/libc-2.32.so.debug readelf: Warning: tried: /usr/lib/debug//usr/lib64//libc-2.32.so.debug readelf: Warning: tried: /usr/lib/debug/libc-2.32.so.debug readelf: Warning: tried: /usr/lib64/.debug/libc-2.32.so.debug readelf: Warning: tried: /usr/lib64/libc-2.32.so.debug readelf: Warning: tried: .debug/libc-2.32.so.debug readelf: Warning: tried: libc-2.32.so.debug readelf: Warning: tried: DEBUGINFOD_URLS= [hjl@gnu-cfl-2 cpu-rt-c]$ I only want to displace dynamic symbols. Why should readelf care the separate debug file? -- You are receiving this mail because: You are on the CC list for the bug.