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.