bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/27478] [readelf] warning about missing section in separate


From: vries at gcc dot gnu.org
Subject: [Bug binutils/27478] [readelf] warning about missing section in separate debug info file
Date: Thu, 18 Mar 2021 10:40:00 +0000

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

Tom de Vries <vries at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #10 from Tom de Vries <vries at gcc dot gnu.org> ---
Tentatively reopening this.

As reported in dwz PR27592:
...
$ gcc ~/hello.c -g
$ cp a.out 1; cp 1 2; dwz -m 3 1 2
$ readelf --string-dump=.gnu_debugaltlink 1

String dump of section '.gnu_debugaltlink':
  [     0]  3
  [     6]  8�y�:�.��Y!���^^r

$ ~/binutils/install/bin/readelf --string-dump=.gnu_debugaltlink 1

String dump of section '.gnu_debugaltlink':
  [     0]  3
  [     6]  8�y�:�.��Y!���^^r

readelf: Warning: Section '.gnu_debugaltlink' in linked file '3' was not dumped
because it does not exist
$ 
...

The error message is slightly different, but it roughly looks like the same
problem.

-- 
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]