>From edf1ef9a2db5f03d0e89dfe8d5128c4acf17bf12 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Fri, 2 Feb 2018 21:18:26 +0000 Subject: [PATCH 21/25] elf.h: add PPC64_OPT_LOCALENTRY allows calling extern functions without saving r2, for details see glibc commit 0572433b5beb636de1a49ec6b4fdab830c38cdc5 --- include/elf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/elf.h b/include/elf.h index 3cebbe4a..171805a1 100644 --- a/include/elf.h +++ b/include/elf.h @@ -2241,6 +2241,7 @@ enum #define PPC64_OPT_TLS 1 #define PPC64_OPT_MULTI_TOC 2 +#define PPC64_OPT_LOCALENTRY 4 #define STO_PPC64_LOCAL_BIT 5 #define STO_PPC64_LOCAL_MASK 0xe0 -- 2.15.0