summaryrefslogtreecommitdiff
path: root/elfcpp/powerpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'elfcpp/powerpc.h')
-rw-r--r--elfcpp/powerpc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/elfcpp/powerpc.h b/elfcpp/powerpc.h
index 3dc08286777..71cac5e4105 100644
--- a/elfcpp/powerpc.h
+++ b/elfcpp/powerpc.h
@@ -228,6 +228,12 @@ enum
EF_PPC64_ABI = 3
};
+// DT_PPC_OPT bits
+enum
+{
+ PPC_OPT_TLS = 1
+};
+
// DT_PPC64_OPT bits
enum
{