forked from Imagelibrary/binutils-gdb
add --enable-default-compressed-debug-sections-algorithm configure option
ChangeLog: * configure.ac: Add --enable-default-compressed-debug-sections-algorithm. * configure: Regenerate. gas/ChangeLog: * NEWS: Document the new option. * as.c (flag_compress_debug): Set default algorithm based on the configure option. * configure.ac: Add --enable-default-compressed-debug-sections-algorithm. * configure: Regenerate. * config.in: Likewise. ld/ChangeLog: * NEWS: Document the new option. * configure.ac: Add --enable-default-compressed-debug-sections-algorithm. * configure: Regenerate. * config.in: Likewise. * ldmain.c: Set default algorithm based on the configure option.
This commit is contained in:
@@ -352,7 +352,7 @@ main (int argc, char **argv)
|
||||
link_info.spare_dynamic_tags = 5;
|
||||
link_info.path_separator = ':';
|
||||
#ifdef DEFAULT_FLAG_COMPRESS_DEBUG
|
||||
link_info.compress_debug = COMPRESS_DEBUG_GABI_ZLIB;
|
||||
link_info.compress_debug = DEFAULT_COMPRESSED_DEBUG_ALGORITHM;
|
||||
#endif
|
||||
#ifdef DEFAULT_NEW_DTAGS
|
||||
link_info.new_dtags = DEFAULT_NEW_DTAGS;
|
||||
|
||||
Reference in New Issue
Block a user