aboutsummaryrefslogtreecommitdiff
path: root/scripts/output-format.sed
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11install: Replace scripts/output-format.sed with objdump -f [BZ #26559]Fangrui Song1-35/+0
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>
2004-08-142004-08-13 Daniel Jacobowitz <dan@debian.org>Roland McGrath1-3/+4
* scripts/output-format.sed: Handle default case of three-argument OUTPUT_FORMAT.
2002-12-08Update.Ulrich Drepper1-1/+1
* scripts/output-format.sed: Fix bug in one of the s expressions which used / for one too many things.
2002-12-072002-12-07 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+34
* Makerules ($(common-objpfx)format.lds): New target. (common-generated): Add it. ($(inst_libdir)/libc.so): Depend on that, and cat it into the result. * scripts/output-format.sed: New file. * Makefile (distribute): Add it.