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

--- Comment #3 from dje at google dot com ---
Bleah.  I needed to make .debug_str_offsets.dwo larger so that it actually
would get compressed.

gcc -m64 -gdwarf-4 -gsplit-dwarf -c readelf-str-offsets-bug.c
-Wa,--compress-debug-sections --save-temps

<
edit readelf-str-offsets-bug.s and move .debug_str_offsets.dwo ahead of
.debug_info.
This might no longer be necessary, but it's useful to exercise the original
bug.
>

gcc -m64 -gdwarf-4 -gsplit-dwarf -c readelf-str-offsets-bug.s
-Wa,--compress-debug-sections
readelf -w readelf-str-offsets-bug.dwo

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

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to