Add STB_GNU_UNIQUE to the ELF writer.
[oota-llvm.git] / include / llvm / Support / ELF.h
index 3d49205fa168d50923b0b2df49ce7ee3d29de582..ef7db3945739d520303e5b6ad884dd7a6b5385aa 100644 (file)
@@ -761,6 +761,7 @@ enum {
   STB_LOCAL = 0,   // Local symbol, not visible outside obj file containing def
   STB_GLOBAL = 1,  // Global symbol, visible to all object files being combined
   STB_WEAK = 2,    // Weak symbol, like global but lower-precedence
+  STB_GNU_UNIQUE = 10,
   STB_LOOS   = 10, // Lowest operating system-specific binding type
   STB_HIOS   = 12, // Highest operating system-specific binding type
   STB_LOPROC = 13, // Lowest processor-specific binding type