diff options
author | Nick Clifton <nickc@redhat.com> | 2015-10-19 11:45:54 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-10-19 11:45:54 +0100 |
commit | e12fe5554c3b70139f68e33ded9e2a8075b9d484 (patch) | |
tree | 0df02cc16811d762b9bf6c99b81dd56e3dfe5660 /gas/config.in | |
parent | 65808c966405fdc5ac770bfede9b3d5e0614dc81 (diff) | |
download | gdb-e12fe5554c3b70139f68e33ded9e2a8075b9d484.zip gdb-e12fe5554c3b70139f68e33ded9e2a8075b9d484.tar.gz gdb-e12fe5554c3b70139f68e33ded9e2a8075b9d484.tar.bz2 |
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.
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in index e92edb1..35c8202 100644 --- a/gas/config.in +++ b/gas/config.in @@ -36,6 +36,9 @@ /* Default emulation. */ #undef DEFAULT_EMULATION +/* Define if you want compressed debug sections by default. */ +#undef DEFAULT_FLAG_COMPRESS_DEBUG + /* Supported emulations. */ #undef EMULATIONS |