CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/17 19:29:43
Modified files:
gnu/llvm/llvm/lib/Target/PowerPC: PPCReturnProtectorLowering.cpp
Log message:
Use all 64 bits of the RETGUARD cookie on powerpc64
Change the 64-bit target to use "ld" (load 64-bit doubleword) for the
cookie. The 32-bit target stays with "lwz" (load 32-bit word).
ok mortimer@
