]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: default .debug section compression method adjustments
authorJan Beulich <jbeulich@suse.com>
Fri, 3 Mar 2023 07:45:54 +0000 (08:45 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 3 Mar 2023 07:45:54 +0000 (08:45 +0100)
commite9339bee560db6893f2d08c1e54a3eb9f775fd1d
tree873dcb4d665cca9142288a599d2da76d07f05751
parent81588de012f9c59f2e02d7c74e1f51123025707c
gas: default .debug section compression method adjustments

While commit b0c295e1b8d0 ("add --enable-default-compressed-debug-
sections-algorithm configure option") adjusted flag_compress_debug's
initializer, it didn't alter the default used when the command line
option was specified with an (optional!) argument. This rendered help
text inconsistent with actual behavior in certain configurations.

As to help text - the default reported there clearly shouldn't be
affected by a possible earlier --compress-debug-sections= option, so
flag_compress_debug can't be used when emitting usage information.
gas/as.c