Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2023 05:14:31 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 03a1b75950c9 - main - elf: EF_ARM_EABI_VERSION_UNKNOWN is no longer used, retire
Message-ID:  <202301210514.30L5EVqm058423@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=03a1b75950c95cd9360e5c283219b886d36afb53

commit 03a1b75950c95cd9360e5c283219b886d36afb53
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-01-21 05:11:00 +0000
Commit:     Warner Losh <imp@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301210514.30L5EVqm058423>