]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/commitdiff
2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl@lucon.org>
Tue, 6 Jan 2009 18:20:45 +0000 (18:20 +0000)
committerH.J. Lu <hjl@lucon.org>
Tue, 6 Jan 2009 18:20:45 +0000 (18:20 +0000)
* elfcpp.h (enum STT): Remove STT_IFUNC.

elfcpp/ChangeLog
elfcpp/elfcpp.h

index 830cd6fb5d49dcc2ab9f995b412c86bdb4c9b42b..c4bd716519f97b195340e11d3fb45376ae685ae0 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 739ca1d00f395f04ea124efe048d4dc70d2a6a8f..46306e785888a6814841c92e232945a0244325a5 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,