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 /ChangeLog | |
parent | f9c62303d87da9c766ca67d01f602130c2777951 (diff) | |
download | binutils-gdb-edeefb679201858453502e21446d7a65fedeaf0e.tar.gz |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 13897992cc3..24c462bbe25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-10-20 H.J. Lu <hongjiu.lu@intel.com> + + PR gas/19109 + * configure.ac: Add + --enable-compressed-debug-sections={all,gas,gold,ld}. + * configure: Regenerated. + 2015-09-30 Nick Clifton <nickc@redhat.com> Import the following patches from the GCC mainline: |