arm64: Add the rename interpreter path for compat32 ld-elf

Let arm64 and arm32 dynamic binaries coexist.  Match all other compat32
archs.

Reviewed by:	manu
Sponsored by:	Juniper Networks, Inc
This commit is contained in:
Justin Hibbits 2019-05-16 17:04:29 +00:00
parent 7eceffae90
commit 2471860668

View File

@ -115,7 +115,7 @@ static Elf32_Brandinfo freebsd32_brand_info = {
.emul_path = NULL,
.interp_path = "/libexec/ld-elf.so.1",
.sysvec = &elf32_freebsd_sysvec,
.interp_newpath = NULL,
.interp_newpath = "/libexec/ld-elf32.so.1",
.brand_note = &elf32_freebsd_brandnote,
.flags = BI_CAN_EXEC_DYN | BI_BRAND_NOTE,
.header_supported= elf32_arm_abi_supported,