]> git.ipfire.org Git - thirdparty/glibc.git/commit
install: Replace scripts/output-format.sed with objdump -f [BZ #26559]
authorFangrui Song <maskray@google.com>
Mon, 11 Jan 2021 19:56:54 +0000 (11:56 -0800)
committerFangrui Song <maskray@google.com>
Mon, 15 Nov 2021 21:16:26 +0000 (13:16 -0800)
commit903a6c6d5a68b80d99fbf587475f0f56f6b09dc5
tree3933ed06260078c17f5f49c1b837df316b3e612d
parentb0d12dcb635744a4fa0ebd13b6e5743d67da1046
install: Replace scripts/output-format.sed with objdump -f [BZ #26559]

GNU ld and gold have supported --print-output-format since 2011. glibc
requires binutils>=2.25 (2015), so if LD is GNU ld or gold, we can
assume the option is supported.

lld is by default a cross linker supporting multiple targets. It auto
detects the file format and does not need OUTPUT_FORMAT. It does not
support --print-output-format.

By parsing objdump -f, we can support all the three linkers.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
(cherry picked from commit 87d583c6e8cd0e49f64da76636ebeec033298b4d)
Makerules
benchtests/strcoll-inputs/filelist#en_US.UTF-8
config.make.in
configure
configure.ac
scripts/output-format.sed [deleted file]