From e12fe5554c3b70139f68e33ded9e2a8075b9d484 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 19 Oct 2015 11:45:54 +0100 Subject: 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/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gas/config.in') 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 -- cgit v1.1