From 15be19c17c8241b88463685a948bb2899e19889c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 23 Dec 2008 09:01:50 +0000 Subject: [PATCH] Remove STT_IFUNC support. --- include/elf/ChangeLog | 4 ++++ include/elf/common.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index b4025b1dc..1737327b2 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2008-12-23 Nick Clifton + + * commmon.h (STT_IFUNC): Delete. + 2008-12-20 Hans-Peter Nilsson * cris.h (R_CRIS_32_IE): New relocation. diff --git a/include/elf/common.h b/include/elf/common.h index 2424e6454..5a0c32299 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -546,7 +546,6 @@ #define STT_RELC 8 /* Complex relocation expression */ #define STT_SRELC 9 /* Signed Complex relocation expression */ #define STT_LOOS 10 /* OS-specific semantics */ -#define STT_IFUNC 10 /* Symbol is an indirect code object */ #define STT_HIOS 12 /* OS-specific semantics */ #define STT_LOPROC 13 /* Application-specific semantics */ #define STT_HIPROC 15 /* Application-specific semantics */