Updated the x86_64 and i386 ABIs to chain RBP
(i.e., leave the value the same, so that a new
stack frame will be linked to the previous
stack) rather than zeroing out RBP.

This fixes calls to dlopen(), for example, which
does a backtrace to see which image is calling
it.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@113288 91177308-0d34-0410-b5e6-96231b3b80d8
2 files changed