Subversion Repositories Kolibri OS

Rev

Rev 5191 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5191 Rev 6324
Line 1... Line 1...
1
/* ix86 ELF support for BFD.
1
/* ix86 ELF support for BFD.
2
   Copyright 1998, 1999, 2000, 2002, 2004, 2005, 2006, 2009, 2010
-
 
3
   Free Software Foundation, Inc.
2
   Copyright (C) 1998-2015 Free Software Foundation, Inc.
Line 4... Line 3...
4
 
3
 
Line 5... Line 4...
5
   This file is part of BFD, the Binary File Descriptor library.
4
   This file is part of BFD, the Binary File Descriptor library.
6
 
5
 
Line 65... Line 64...
65
     RELOC_NUMBER (R_386_SIZE32,       38) /* 32-bit symbol size */
64
     RELOC_NUMBER (R_386_SIZE32,       38) /* 32-bit symbol size */
66
     RELOC_NUMBER (R_386_TLS_GOTDESC,  39)
65
     RELOC_NUMBER (R_386_TLS_GOTDESC,  39)
67
     RELOC_NUMBER (R_386_TLS_DESC_CALL,40)
66
     RELOC_NUMBER (R_386_TLS_DESC_CALL,40)
68
     RELOC_NUMBER (R_386_TLS_DESC,     41)
67
     RELOC_NUMBER (R_386_TLS_DESC,     41)
69
     RELOC_NUMBER (R_386_IRELATIVE,    42) /* Adjust indirectly by program base */
68
     RELOC_NUMBER (R_386_IRELATIVE,    42) /* Adjust indirectly by program base */
-
 
69
     /* Load from 32 bit GOT entry, relaxable.  */
-
 
70
     RELOC_NUMBER (R_386_GOT32X,       43)
Line 70... Line 71...
70
 
71
 
71
     /* Used by Intel.  */
72
     /* Used by Intel.  */
Line 72... Line 73...
72
     RELOC_NUMBER (R_386_USED_BY_INTEL_200, 200)
73
     RELOC_NUMBER (R_386_USED_BY_INTEL_200, 200)