about summary refs log tree commit diff
path: root/scripts/output-format.sed
Commit message (Collapse)AuthorAgeFilesLines
* install: Replace scripts/output-format.sed with objdump -f [BZ #26559]Fangrui Song2021-01-111-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-13 Daniel Jacobowitz <dan@debian.org>Roland McGrath2004-08-141-3/+4
| | | | | * scripts/output-format.sed: Handle default case of three-argument OUTPUT_FORMAT.
* Update.Ulrich Drepper2002-12-081-1/+1
| | | | | * scripts/output-format.sed: Fix bug in one of the s expressions which used / for one too many things.
* 2002-12-07 Roland McGrath <roland@redhat.com>Roland McGrath2002-12-071-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.