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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a21a03b..2662b43 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,19 @@ +2015-10-19 Nick Clifton <nickc@redhat.com> + + 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. + 2015-10-12 Nick Clifton <nickc@redhat.com> * config/tc-msp430.c (msp430_mcu_names): Rename to |