From c0a888810003e15d2bb9734244507d622f886b4d Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 22 Feb 2000 19:56:41 +0000 Subject: Remove use of ELF_ST_OTHER. --- include/elf/common.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include/elf/common.h') diff --git a/include/elf/common.h b/include/elf/common.h index 74fd7b22d4..0ff2d8d58b 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -317,12 +317,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ the st_other field. The STV_ defines specificy the actual visibility. */ #define ELF_ST_VISIBILITY(v) ((v) & 0x3) -#define ELF_ST_OTHER(o) ((o) & ~0x3) +/* The remaining bits in the st_other field are not currently used. + They should be set to zero. */ #define ELF32_ST_VISIBILITY ELF_ST_VISIBILITY -#define ELF32_ST_OTHER ELF_ST_OTHER #define ELF64_ST_VISIBILITY ELF_ST_VISIBILITY -#define ELF64_ST_OTHER ELF_ST_OTHER #define STN_UNDEF 0 /* undefined symbol index */ -- cgit v1.2.1