diff options
Diffstat (limited to 'elfcpp/powerpc.h')
-rw-r--r-- | elfcpp/powerpc.h | 6 |
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 { |