diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index eeaa880ff..6afa1cf1c 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2009-04-30 Nick Clifton + + * common.h (STT_GNU_IFUNC): Define. + 2009-04-24 Cary Coutant * dwarf2.h (DW_LNE_set_discriminator): New enum value. diff --git a/include/elf/common.h b/include/elf/common.h index a343daaf3..a5b451d4d 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -569,6 +569,7 @@ #define STT_RELC 8 /* Complex relocation expression */ #define STT_SRELC 9 /* Signed Complex relocation expression */ #define STT_LOOS 10 /* OS-specific semantics */ +#define STT_GNU_IFUNC 10 /* Symbol is an indirect code object */ #define STT_HIOS 12 /* OS-specific semantics */ #define STT_LOPROC 13 /* Processor-specific semantics */ #define STT_HIPROC 15 /* Processor-specific semantics */