From: H.J. Lu Date: Tue, 6 Jan 2009 18:20:45 +0000 (+0000) Subject: 2009-01-06 H.J. Lu X-Git-Tag: sid-snapshot-20090201~284 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fe8fd20937e655bfae73531c796e22a7a277715;p=thirdparty%2Fbinutils-gdb.git 2009-01-06 H.J. Lu * elfcpp.h (enum STT): Remove STT_IFUNC. --- 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,