[Lldb-commits] [lldb] r227083 - Add link to github x86-psABI repo where the ABI doc is being
Jason Molenda
jmolenda at apple.com
Mon Jan 26 02:07:39 PST 2015
Author: jmolenda
Date: Mon Jan 26 04:07:39 2015
New Revision: 227083
URL: http://llvm.org/viewvc/llvm-project?rev=227083&view=rev
Log:
Add link to github x86-psABI repo where the ABI doc is being
revised.
Modified:
lldb/trunk/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
Modified: lldb/trunk/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp?rev=227083&r1=227082&r2=227083&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp (original)
+++ lldb/trunk/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp Mon Jan 26 04:07:39 2015
@@ -1142,6 +1142,7 @@ ABISysV_x86_64::RegisterIsVolatile (cons
// (this doc is also commonly referred to as the x86-64/AMD64 psABI)
// Edited by Michael Matz, Jan Hubicka, Andreas Jaeger, and Mark Mitchell
// current version is 0.99.6 released 2012-07-02 at http://refspecs.linuxfoundation.org/elf/x86-64-abi-0.99.pdf
+// It's being revised & updated at https://github.com/hjl-tools/x86-psABI/
bool
ABISysV_x86_64::RegisterIsCalleeSaved (const RegisterInfo *reg_info)
More information about the lldb-commits
mailing list