X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=elfcpp%2Fpowerpc.h;h=71cac5e41055bf68efb594d31382e163ca695383;hb=01f48020363f1ca9b31df2ee0b2afedc38db1259;hp=fff58bf7915af87782b70cff0d433f0fac88f714;hpb=6f2750feaf2827ef8a1a0a5b2f90c1e9a6cabbd1;p=deliverable%2Fbinutils-gdb.git diff --git a/elfcpp/powerpc.h b/elfcpp/powerpc.h index fff58bf791..71cac5e410 100644 --- a/elfcpp/powerpc.h +++ b/elfcpp/powerpc.h @@ -1,6 +1,6 @@ // powerpc.h -- ELF definitions specific to EM_PPC and EM_PPC64 -*- C++ -*- -// Copyright (C) 2008-2016 Free Software Foundation, Inc. +// Copyright (C) 2008-2017 Free Software Foundation, Inc. // Written by David S. Miller . // This file is part of elfcpp. @@ -228,6 +228,20 @@ enum EF_PPC64_ABI = 3 }; +// DT_PPC_OPT bits +enum +{ + PPC_OPT_TLS = 1 +}; + +// DT_PPC64_OPT bits +enum +{ + PPC64_OPT_TLS = 1, + PPC64_OPT_MULTI_TOC = 2, + PPC64_OPT_LOCALENTRY = 4 +}; + enum { // The ELFv2 ABI uses three bits in the symbol st_other field of a