]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
add --enable-default-compressed-debug-sections-algorithm configure option
authorMartin Liska <mliska@suse.cz>
Mon, 3 Oct 2022 07:42:20 +0000 (09:42 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 11 Oct 2022 12:15:04 +0000 (14:15 +0200)
commitb0c295e1b8d0ec8af33c502a6b00b260d0425c04
tree74b7af58b3c3d0d3613e26b3bf0e5a64150fa643
parent857bddbe737bc963bd9e5a3b24743a9bba5d2d7b
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.
12 files changed:
configure
configure.ac
gas/NEWS
gas/as.c
gas/config.in
gas/configure
gas/configure.ac
ld/NEWS
ld/config.in
ld/configure
ld/configure.ac
ld/ldmain.c