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. llvm-svn: 113288
Loading
Please register or sign in to comment