OSDN Git Service

2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl>
Tue, 6 Jan 2009 18:20:45 +0000 (18:20 +0000)
committerhjl <hjl>
Tue, 6 Jan 2009 18:20:45 +0000 (18:20 +0000)
* elfcpp.h (enum STT): Remove STT_IFUNC.

elfcpp/ChangeLog
elfcpp/elfcpp.h

index 830cd6f..c4bd716 100644 (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>
 
        * elfcpp.h (enum STT): Add STT_IFUNC.
index 739ca1d..46306e7 100644 (file)
@@ -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,