summaryrefslogtreecommitdiff
path: root/ldso/ldso/arc/dl-debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/arc/dl-debug.h')
-rw-r--r--ldso/ldso/arc/dl-debug.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/ldso/ldso/arc/dl-debug.h b/ldso/ldso/arc/dl-debug.h
index ff559f27f..6573e5452 100644
--- a/ldso/ldso/arc/dl-debug.h
+++ b/ldso/ldso/arc/dl-debug.h
@@ -65,4 +65,19 @@ static const char *_dl_reltypes_tab[] =
"R_ARC_GOTOFF",
"R_ARC_GOTPC",
"R_ARC_GOT32",
+ "", /* 60 */
+ "",
+ "",
+ "",
+ "",
+ "", /* 65 */
+ "R_ARC_TLS_DTPMOD",
+ "R_ARC_TLS_DTPOFF",
+ "R_ARC_TLS_TPOFF",
+ "R_ARC_TLS_GD_GOT",
+ "R_ARC_TLS_GD_LD", /* 70 */
+ "R_ARC_TLS_GD_CALL",
+ "R_ARC_TLS_IE_GOT",
+ "",
+ "",
};