avoid .so with DT_TEXTREL; SourceForge bug 3190915

This commit is contained in:
John Reiser
2011-02-24 09:38:17 -08:00
parent 9bf2b79d9e
commit c1d6bf4366
3 changed files with 29 additions and 2 deletions
+1
View File
@@ -152,6 +152,7 @@
DT_RELENT = 19, /* Size of one Rel relocation */
DT_STRSZ = 10, /* Sizeof string table */
DT_PLTREL = 20, /* Type of reloc in PLT */
DT_TEXTREL = 22, /* Reloc might modify .text */
DT_JMPREL = 23, /* Address of PLT relocs */
DT_CHECKSUM = 0x6ffffdf8, /* Only for prelink? */
DT_GNU_HASH = 0x6ffffef5, /* GNU-style hash table */