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
/* 390 ELF support for BFD.
1
/* 390 ELF support for BFD.
2
   Copyright 2000, 2001, 2003, 2010 Free Software Foundation, Inc.
2
   Copyright (C) 2000-2015 Free Software Foundation, Inc.
3
   Contributed by Carl B. Pedersen and Martin Schwidefsky.
3
   Contributed by Carl B. Pedersen and Martin Schwidefsky.
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
   This file is part of BFD, the Binary File Descriptor library.
5
   This file is part of BFD, the Binary File Descriptor library.
Line 127... Line 127...
127
    /* These are GNU extensions to enable C++ vtable garbage collection.  */
127
    /* These are GNU extensions to enable C++ vtable garbage collection.  */
128
    RELOC_NUMBER (R_390_GNU_VTINHERIT, 250)
128
    RELOC_NUMBER (R_390_GNU_VTINHERIT, 250)
129
    RELOC_NUMBER (R_390_GNU_VTENTRY, 251)
129
    RELOC_NUMBER (R_390_GNU_VTENTRY, 251)
130
END_RELOC_NUMBERS (R_390_max)
130
END_RELOC_NUMBERS (R_390_max)
Line -... Line 131...
-
 
131
 
-
 
132
/* Object attribute tags.  */
-
 
133
enum
131
 
134
{
-
 
135
  /* 0-3 are generic. */
132
#endif /* _ELF_390_H */
136
  /* 4 is reserved for the FP ABI. */
-
 
137
 
-
 
138
  /* Vector ABI:
-
 
139
     0 = not affected by the vector ABI, or not tagged.
-
 
140
     1 = software vector ABI being used
-
 
141
     2 = hardware vector ABI being used.  */
-
 
142
  Tag_GNU_S390_ABI_Vector = 8,
Line -... Line 143...
-
 
143
};