From: H.J. Lu Date: Thu, 12 Aug 2004 16:01:22 +0000 (+0000) Subject: 2004-08-12 H.J. Lu X-Git-Tag: gdb_6_3-20041019-branchpoint~184 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=02103e4481b85c31b11f75e02d14796ae5703031;p=newlib-cygwin.git 2004-08-12 H.J. Lu * i386.h (R_386_USED_BY_INTEL_200): New. --- diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 2bde490fd..d32f51e10 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2004-08-12 H.J. Lu + + * i386.h (R_386_USED_BY_INTEL_200): New. + 2004-07-29 Alexandre Oliva Introduce SH2a support. 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)