Add a gas configure option to select the default behaviour for the generation of...
authorNick Clifton <nickc@redhat.com>
Mon, 19 Oct 2015 10:45:54 +0000 (11:45 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 19 Oct 2015 10:45:54 +0000 (11:45 +0100)
commite12fe5554c3b70139f68e33ded9e2a8075b9d484
tree0df02cc16811d762b9bf6c99b81dd56e3dfe5660
parent65808c966405fdc5ac770bfede9b3d5e0614dc81
Add a gas configure option to select the default behaviour for the generation of debug sections - compressed or uncompressed.

PR gas/19109
* configure.ac: Add option --enable-compressed-debug-sections.
This sets the default behaviour for compressing debug sections.
* as.c (flag_compress_debug): Define and initialise to
COMPRESS_DEBUG_GABI_ZLIB if DEFAULT_COMPRESS_DEBUG is set.
(show_usage): Indicate whether --no-compress-debug-sections
or --compress-debug-sections is the default.
* config/tc-i386.c (flag_compress_debug): Delete definition.
* doc/as.texinfo (--nocompress-debug-sectionas): Update
description.
* NEWS: Announce the new feature.
* config.in: Regenerate.
* configure: Regenerate.
gas/ChangeLog
gas/NEWS
gas/as.c
gas/config.in
gas/config/tc-i386.c
gas/configure
gas/configure.ac
gas/doc/as.texinfo
This page took 0.025186 seconds and 4 git commands to generate.