diff options
author | Jason Molenda <jmolenda@apple.com> | 2015-01-26 10:07:39 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2015-01-26 10:07:39 +0000 |
commit | 71d3025ff7d51a172b80aed9b0e834d3fd4fc80f (patch) | |
tree | ca8742abcd63b88ef9c06dde3f1036c034eac335 | |
parent | 30c5451fbc0f9f6dd693fbd2de8eb5049573fa49 (diff) | |
download | bcm5719-llvm-71d3025ff7d51a172b80aed9b0e834d3fd4fc80f.tar.gz bcm5719-llvm-71d3025ff7d51a172b80aed9b0e834d3fd4fc80f.zip |
Add link to github x86-psABI repo where the ABI doc is being
revised.
llvm-svn: 227083
-rw-r--r-- | lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp b/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp index ba518c46c06..4acaa76c690 100644 --- a/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp +++ b/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp @@ -1142,6 +1142,7 @@ ABISysV_x86_64::RegisterIsVolatile (const RegisterInfo *reg_info) // (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) |