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

[Bug default/24725] [dwz] Support compressed debug sections



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

--- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> ---
Reproducer:
...
$ gcc hello.c -g
$ objcopy --compress-debug-sections a.out
$ ./dwz a.out
./dwz: a.out: Found compressed .debug_aranges section, not attempting dwz
compression
...

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