2004-08-12 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 12 Aug 2004 16:01:22 +0000 (16:01 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 12 Aug 2004 16:01:22 +0000 (16:01 +0000)
* i386.h (R_386_USED_BY_INTEL_200): New.

include/elf/ChangeLog
include/elf/i386.h

index 2bde490fd10f7c26476fcc385532849a489bad87..d32f51e106f9c5b531c41043bff5b516bb1a5ed4 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * i386.h (R_386_USED_BY_INTEL_200): New.
+
 2004-07-29  Alexandre Oliva  <aoliva@redhat.com>
 
        Introduce SH2a support.
index 95941196c7e20ed85ef65542ba79acc831760196..bd54e8eade564a0622d2b917084943f7c7f2d58e 100644 (file)
@@ -62,6 +62,9 @@ START_RELOC_NUMBERS (elf_i386_reloc_type)
      RELOC_NUMBER (R_386_TLS_DTPOFF32, 36)
      RELOC_NUMBER (R_386_TLS_TPOFF32,  37)
 
+     /* Used by Intel.  */
+     RELOC_NUMBER (R_386_USED_BY_INTEL_200, 200)
+
      /* These are GNU extensions to enable C++ vtable garbage collection.  */
      RELOC_NUMBER (R_386_GNU_VTINHERIT, 250)
      RELOC_NUMBER (R_386_GNU_VTENTRY, 251)
This page took 0.042599 seconds and 4 git commands to generate.