scripts/ld-wrapper: fix typo

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I3ee0ef703eec1a52b750a2ee8b4d33216a6a6964
This commit is contained in:
raf 2026-04-10 15:19:18 +03:00
commit 45545c8854
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -1,6 +1,6 @@
#!/usr/bin/env sh
# Invoke mold, then strip junk sections from the output binary with objcopy.
# This (more or less) removes sections that mold cannot discard itself, suck as:
# This (more or less) removes sections that mold cannot discard itself, such as:
# - .eh_frame / .eh_frame_hdr - unwind tables from compiler_builtins
# - .dynstr - mold emits this, even for fully static binaries
# - .comment - compiler version string