https://sourceware.org/bugzilla/show_bug.cgi?id=19109
H.J. Lu <hjl.tools at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #33 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to Nick Clifton from comment #32)
> Hi H.J.
>
> I have checked in a supplimentary patch. This does three things:
>
> * It default x86 Linux gas to not compressing debug sections.
> This was the whole point of this PR. We can enable compressed
> debug sections for x86 Linux after the 2.26 release has been made.
> Plus of course you can enable it in your own binutils releases.
>
> * It fixes gas so that the --enable-compressed-debug-sections
> option inherited from the top level will be recognized and acted
> upon.
>
> * It updates the linker so the --enable-compressed-debug-section
> option will also be recognized and acted upon.
>
> Cheers
> Nick
The new configure change between topevel and gas/ld is inconsistent.
Toplevel configure has
--enable-compressed-debug-sections={all,gas,gold,ld,none}
and gas/ld has --enable-compressed-debug-sections. Toplevel
configure should take
--enable-compressed-debug-sections=all
--enable-compressed-debug-sections=gas
--enable-compressed-debug-sections=gold
--enable-compressed-debug-sections=ld
--enable-compressed-debug-sections=ld,gold
--enable-compressed-debug-sections=ld,gas
What should --enable-compressed-debug-sections without list do
at toplevel?
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils