bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/27486] readelf: Warning: could not find separate debug fil


From: nickc at redhat dot com
Subject: [Bug binutils/27486] readelf: Warning: could not find separate debug file 'libc-2.32.so.debug'
Date: Mon, 01 Mar 2021 12:02:46 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=27486

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at sourceware dot org   |nickc at redhat dot com

--- Comment #2 from Nick Clifton <nickc at redhat dot com> ---
Hi H.J.

> [hjl@gnu-cfl-2 cpu-rt-c]$ readelf  --dyn-syms /lib64/libc-2.32.so| grep
> strchr

> I only want to displace dynamic symbols.  Why should readelf care the
> separate debug file?

It cares because there may be information in the separate debug info files
that is relevant to the query that is being carried out.  Ie in this case
there may be dynamic symbols in the debug info files.

You can suppress this behaviour though.  Either by configuring the binutils
with --enable-follow-debug-links=no or by adding the -wN or
--debug-dump=no-follow-links options to the readelf command line.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]