Add --enable-compressed-debug-sections={all,gas,gold,ld}
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 20 Oct 2015 15:58:10 +0000 (08:58 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 20 Oct 2015 15:58:25 +0000 (08:58 -0700)
commitedeefb679201858453502e21446d7a65fedeaf0e
tree831715c94240ed23f012aa9372f3f24dab4c2087
parentf9c62303d87da9c766ca67d01f602130c2777951
Add --enable-compressed-debug-sections={all,gas,gold,ld}

This patch removes the gas configure option:

--enable-compressed-debug-sections

and adds a toplevel configure option:

--enable-compressed-debug-sections={all,gas,gold,ld}

to enable compressed debug sections for gas, gold or ld by default.  At
the moment, this configure option is ignored by gold and ld.  For x86
Linux targets, default to compressing debug sections in gas.

PR gas/19109
* configure.ac: Add
--enable-compressed-debug-sections={all,gas,gold,ld}.
* configure: Regenerated.

gas/

PR gas/19109
* NEWS: Update --enable-compressed-debug-sections=.
* configure.ac: Remove --enable-compressed-debug-sections.
(DEFAULT_FLAG_COMPRESS_DEBUG): Check
--enable-compressed-debug-sections={all,gas} instead of
--enable-compressed-debug-sections.  For x86 Linux targets,
default to compressing debug sections.
* configure: Regenerated.
ChangeLog
configure
configure.ac
gas/ChangeLog
gas/NEWS
gas/configure
gas/configure.ac
This page took 0.02552 seconds and 4 git commands to generate.