The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=03a1b75950c95cd9360e5c283219b886d36afb53
commit 03a1b75950c95cd9360e5c283219b886d36afb53 Author: Warner Losh <i...@freebsd.org> AuthorDate: 2023-01-21 05:11:00 +0000 Commit: Warner Losh <i...@freebsd.org> CommitDate: 2023-01-21 05:12:32 +0000 elf: EF_ARM_EABI_VERSION_UNKNOWN is no longer used, retire EF_ARM_EABI_VERSION_UNKNOWN was used when we could run either eabi or oabi. That was armv[45] only, and went away when we migrated to eabi many major releases ago. No standard defines this symbol, so retire it. Pointed out by: jrtc27 Sponsored by: Netflix --- sys/arm/include/elf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arm/include/elf.h b/sys/arm/include/elf.h index 2ea60e8f10ee..d8c0887ee773 100644 --- a/sys/arm/include/elf.h +++ b/sys/arm/include/elf.h @@ -74,7 +74,6 @@ __ElfType(Auxinfo); #define ELF_TARG_VER 1 /* Defines specific for arm headers */ -#define EF_ARM_EABI_VERSION_UNKNOWN 0 #define EF_ARM_EABI_FREEBSD_MIN EF_ARM_EABI_VER4 #define ET_DYN_LOAD_ADDR 0x01001000