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 4008f55966f..5e5e39abd81 100644 --- a/elfcpp/powerpc.h +++ b/elfcpp/powerpc.h @@ -181,6 +181,8 @@ enum R_PPC64_ENTRY = 118, R_POWERPC_PLTSEQ = 119, R_POWERPC_PLTCALL = 120, + R_PPC64_PLTSEQ_NOTOC = 121, + R_PPC64_PLTCALL_NOTOC = 122, R_PPC_VLE_REL8 = 216, R_PPC_VLE_REL15 = 217, |