diff options
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/common.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index eeaa880..6afa1cf 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2009-04-30 Nick Clifton <nickc@redhat.com> + + * common.h (STT_GNU_IFUNC): Define. + 2009-04-24 Cary Coutant <ccoutant@google.com> * dwarf2.h (DW_LNE_set_discriminator): New enum value. diff --git a/include/elf/common.h b/include/elf/common.h index a343daa..a5b451d 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 */ |