Remove STT_IFUNC support.

This commit is contained in:
Nick Clifton 2008-12-23 09:01:50 +00:00
parent 272fac20e7
commit 15be19c17c
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-12-23 Nick Clifton <nickc@redhat.com>
* commmon.h (STT_IFUNC): Delete.
2008-12-20 Hans-Peter Nilsson <hp@axis.com>
* cris.h (R_CRIS_32_IE): New relocation.

View File

@ -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 */