]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/readelf.c
include/elf/ChangeLog:
[thirdparty/binutils-gdb.git] / binutils / readelf.c
index b432b0bc8312f8643f21d4c60da908571489b78c..f0385d0f9c82f4a40ba765cec7d3601c812d01b3 100644 (file)
@@ -1480,6 +1480,8 @@ get_dynamic_type (unsigned long type)
 
     case DT_VERSYM:    return "VERSYM";
 
+    case DT_TLSDESC_GOT: return "TLSDESC_GOT";
+    case DT_TLSDESC_PLT: return "TLSDESC_PLT";
     case DT_RELACOUNT: return "RELACOUNT";
     case DT_RELCOUNT:  return "RELCOUNT";
     case DT_FLAGS_1:   return "FLAGS_1";