2009-01-06 H.J. Lu <hongjiu.lu@intel.com>

* elfcpp.h (enum STT): Remove STT_IFUNC.
This commit is contained in:
H.J. Lu 2009-01-06 18:20:45 +00:00
parent 75606e85bf
commit 6fe8fd2093
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
* elfcpp.h (enum STT): Remove STT_IFUNC.
2008-12-03 Nick Clifton <nickc@redhat.com> 2008-12-03 Nick Clifton <nickc@redhat.com>
* elfcpp.h (enum STT): Add STT_IFUNC. * elfcpp.h (enum STT): Add STT_IFUNC.

View file

@ -476,7 +476,6 @@ enum STT
STT_COMMON = 5, STT_COMMON = 5,
STT_TLS = 6, STT_TLS = 6,
STT_LOOS = 10, STT_LOOS = 10,
STT_IFUNC = 10,
STT_HIOS = 12, STT_HIOS = 12,
STT_LOPROC = 13, STT_LOPROC = 13,
STT_HIPROC = 15, STT_HIPROC = 15,