diff options
Diffstat (limited to 'elfcpp')
-rw-r--r-- | elfcpp/ChangeLog | 4 | ||||
-rw-r--r-- | elfcpp/elfcpp.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 9f048dd..893e6b8 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2009-04-30 Nick Clifton <nickc@redhat.com> + + * (enum STT): Add STT_GNU_IFUNC. + 2009-03-20 Mikolaj Zalewski <mikolajz@google.com> * elfcpp.h (SHT_GNU_INCREMENTAL_INPUTS): Define. diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index a3786de..7abc9e3 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -478,6 +478,7 @@ enum STT STT_COMMON = 5, STT_TLS = 6, STT_LOOS = 10, + STT_GNU_IFUNC = 10, STT_HIOS = 12, STT_LOPROC = 13, STT_HIPROC = 15, |