diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-10-20 08:58:10 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-10-20 08:58:25 -0700 |
commit | edeefb679201858453502e21446d7a65fedeaf0e (patch) | |
tree | 831715c94240ed23f012aa9372f3f24dab4c2087 /gas/NEWS | |
parent | f9c62303d87da9c766ca67d01f602130c2777951 (diff) | |
download | gdb-edeefb679201858453502e21446d7a65fedeaf0e.zip gdb-edeefb679201858453502e21446d7a65fedeaf0e.tar.gz gdb-edeefb679201858453502e21446d7a65fedeaf0e.tar.bz2 |
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.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ -*- text -*- -* Add a configure option --enable-compressed-debug-sections=[yes|no] to decide - whether DWARF debug sections should be compressed by default. +* Add a configure option --enable-compressed-debug-sections={all,gas} to + decide whether DWARF debug sections should be compressed by default. * Add support for the ARC EM/HS, and ARC600/700 architectures. Remove assembler support for Argonaut RISC architectures. |