diff options
Diffstat (limited to 'lld/ELF/Relocations.h')
-rw-r--r-- | lld/ELF/Relocations.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/Relocations.h b/lld/ELF/Relocations.h index 69afe31ddfe..b139f4b3f16 100644 --- a/lld/ELF/Relocations.h +++ b/lld/ELF/Relocations.h @@ -59,8 +59,8 @@ enum RelExpr { R_PLT, R_PLT_PAGE_PC, R_PLT_PC, - R_PPC_OPD, - R_PPC_PLT_OPD, + R_PPC_CALL, + R_PPC_CALL_PLT, R_PPC_TOC, R_RELAX_GOT_PC, R_RELAX_GOT_PC_NOPIC, |