summaryrefslogtreecommitdiffstats
path: root/include/elf/common.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-12-23 09:01:50 +0000
committerNick Clifton <nickc@redhat.com>2008-12-23 09:01:50 +0000
commit15be19c17c8241b88463685a948bb2899e19889c (patch)
treeb1c659e75b3651ae3f5219c19a6f59edd458e121 /include/elf/common.h
parent272fac20e743611550c6fad64f054934da6fd4bc (diff)
downloadcygnal-15be19c17c8241b88463685a948bb2899e19889c.tar.gz
cygnal-15be19c17c8241b88463685a948bb2899e19889c.tar.bz2
cygnal-15be19c17c8241b88463685a948bb2899e19889c.zip
Remove STT_IFUNC support.
Diffstat (limited to 'include/elf/common.h')
-rw-r--r--include/elf/common.h1
1 files changed, 0 insertions, 1 deletions
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 */