FreeBSD/mips script has non-wildcard filename specifications:
10 .text : 11 { 12 start.o(.text*)
The source linker script is here: https://svnweb.freebsd.org/base/head/sys/boot/mips/uboot/ldscript.mips?revision=296183&view=markup#l12
Patch adds support for that, this is PR29115.
So we no longer print out "unknown command" error, don't we? I think we want that error.