From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Behun Date: Thu, 4 Mar 2021 14:47:03 +0100 Subject: [RFC PATCH u-boot 03/12] linker_lists: declare entries and lists externally visible In-Reply-To: <20210303041211.26945-4-marek.behun@nic.cz> References: <20210303041211.26945-1-marek.behun@nic.cz> <20210303041211.26945-4-marek.behun@nic.cz> Message-ID: <20210304144703.103d4ff6@nic.cz> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de We need to use the __ADDRESSABLE() macro from linux/compiler.h like Linux does in order to make it work even with clang's LTO.