diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index 830cd6fb5d4..c4bd716519f 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2009-01-06 H.J. Lu + + * elfcpp.h (enum STT): Remove STT_IFUNC. + 2008-12-03 Nick Clifton * elfcpp.h (enum STT): Add STT_IFUNC. diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 739ca1d00f3..46306e78588 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -476,7 +476,6 @@ enum STT STT_COMMON = 5, STT_TLS = 6, STT_LOOS = 10, - STT_IFUNC = 10, STT_HIOS = 12, STT_LOPROC = 13, STT_HIPROC = 15,