From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.gmx.net ([212.227.15.18]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hZ9ML-0005gp-T3 for barebox@lists.infradead.org; Fri, 07 Jun 2019 07:32:23 +0000 From: Oleksij Rempel Date: Fri, 7 Jun 2019 09:32:08 +0200 Message-Id: <20190607073210.13915-2-linux@rempel-privat.de> In-Reply-To: <20190607073210.13915-1-linux@rempel-privat.de> References: <20190607073210.13915-1-linux@rempel-privat.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2 2/4] elf: add missing elf32_shdr To: barebox@lists.infradead.org Cc: Oleksij Rempel needed for remoteproc port Signed-off-by: Oleksij Rempel --- include/elf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/elf.h b/include/elf.h index 92c8d9c12..e1deb3fe0 100644 --- a/include/elf.h +++ b/include/elf.h @@ -286,7 +286,7 @@ typedef struct elf64_phdr { #define SHN_COMMON 0xfff2 #define SHN_HIRESERVE 0xffff -typedef struct { +typedef struct elf32_shdr { Elf32_Word sh_name; Elf32_Word sh_type; Elf32_Word sh_flags; -- 2.20.1 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox