Stop providing the compat_3_brand.

As of r315860, the ELF image activator works fine for CloudABI without it.

Reviewed by:	kib
MFC after:	2 weeks
This commit is contained in:
Ed Schouten 2017-03-23 14:12:21 +00:00
parent 0fe9832013
commit ebfc28088b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315861
5 changed files with 0 additions and 5 deletions

View File

@ -227,6 +227,5 @@ Elf32_Brandinfo cloudabi32_brand = {
.brand = ELFOSABI_CLOUDABI,
.machine = EM_386,
.sysvec = &cloudabi32_elf_sysvec,
.compat_3_brand = "CloudABI",
.flags = BI_BRAND_ONLY_STATIC,
};

View File

@ -213,5 +213,4 @@ Elf64_Brandinfo cloudabi64_brand = {
.machine = EM_X86_64,
.sysvec = &cloudabi64_elf_sysvec,
.flags = BI_CAN_EXEC_DYN | BI_BRAND_ONLY_STATIC,
.compat_3_brand = "CloudABI",
};

View File

@ -189,6 +189,5 @@ Elf32_Brandinfo cloudabi32_brand = {
.brand = ELFOSABI_CLOUDABI,
.machine = EM_ARM,
.sysvec = &cloudabi32_elf_sysvec,
.compat_3_brand = "CloudABI",
.flags = BI_BRAND_ONLY_STATIC,
};

View File

@ -182,5 +182,4 @@ Elf64_Brandinfo cloudabi64_brand = {
.machine = EM_AARCH64,
.sysvec = &cloudabi64_elf_sysvec,
.flags = BI_CAN_EXEC_DYN | BI_BRAND_ONLY_STATIC,
.compat_3_brand = "CloudABI",
};

View File

@ -200,6 +200,5 @@ Elf32_Brandinfo cloudabi32_brand = {
.brand = ELFOSABI_CLOUDABI,
.machine = EM_386,
.sysvec = &cloudabi32_elf_sysvec,
.compat_3_brand = "CloudABI",
.flags = BI_BRAND_ONLY_STATIC,
};