This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Remove STT_IFUNC


Hi,

I am checking in this patch to remove STT_IFUNC.


H.J.
---
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/elfcpp/ChangeLog,v
retrieving revision 1.10
diff -u -p -r1.10 ChangeLog
--- ChangeLog	3 Dec 2008 14:50:56 -0000	1.10
+++ ChangeLog	6 Jan 2009 18:19:44 -0000
@@ -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: elfcpp.h
===================================================================
RCS file: /cvs/src/src/elfcpp/elfcpp.h,v
retrieving revision 1.19
diff -u -p -r1.19 elfcpp.h
--- elfcpp.h	3 Dec 2008 14:50:56 -0000	1.19
+++ elfcpp.h	6 Jan 2009 18:19:44 -0000
@@ -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,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]