Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2004-08-12 20:01:22 +0400
committerH.J. Lu <hjl.tools@gmail.com>2004-08-12 20:01:22 +0400
commit02103e4481b85c31b11f75e02d14796ae5703031 (patch)
treeed047669445e87e14d2f9436ed5fd0f75d599163 /include/elf/i386.h
parentcb3f750c79135d2d4a903e61107349c3ec69e254 (diff)
2004-08-12 H.J. Lu <hongjiu.lu@intel.com>
* i386.h (R_386_USED_BY_INTEL_200): New.
Diffstat (limited to 'include/elf/i386.h')
-rw-r--r--include/elf/i386.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/i386.h b/include/elf/i386.h
index 95941196c..bd54e8ead 100644
--- a/include/elf/i386.h
+++ b/include/elf/i386.h
@@ -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)