mold
mold copied to clipboard
Flag --oformat doesn't seem to be supported
dosemu.spec.out:mold: unknown command line option: --oformat
ld seems to support it.
AFAIK, --oformat option is almost always used in combination with the binary argument and a linker script to control the layout of the header-less output file. So, --oformat=binary is not useful without linker script support. As mold omits complex linker script support, I think it doesn't make much sense to support only the --oformat=binary flag.