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: Tue, 02 Mar 2021 11:59:13 +0000

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

--- Comment #6 from Tom de Vries <vries at gcc dot gnu.org> ---
1.gz and 3.gz produced like this:
...
$ gcc ~/hello.c -g
$ cp a.out 1; cp 1 2; ./dwz -m 3 1 2
...

Reproduce:
...
$ readelf --string-dump=.gnu_debugaltlink 1
1: Found separate debug info file: 3


String dump of section '.gnu_debugaltlink':
  [     0]  3
  [     3]  )kh]���SX�P^Q�m^Q^S�

readelf: Warning: Section '.gnu_debugaltlink' was not dumped because it does
not exist!
...

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