diff options
Diffstat (limited to 'elfcpp/powerpc.h')
-rw-r--r-- | elfcpp/powerpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elfcpp/powerpc.h b/elfcpp/powerpc.h index c4e993ef583..71de45970f9 100644 --- a/elfcpp/powerpc.h +++ b/elfcpp/powerpc.h @@ -179,6 +179,8 @@ enum R_PPC64_REL24_NOTOC = 116, R_PPC64_ADDR64_LOCAL = 117, R_PPC64_ENTRY = 118, + R_POWERPC_PLTSEQ = 119, + R_POWERPC_PLTCALL = 120, R_PPC_VLE_REL8 = 216, R_PPC_VLE_REL15 = 217, |