[Lldb-commits] [lldb] r187087 - Update link for the SysV x86_64 ABI standard doc; x86-64.org has
Jason Molenda
jmolenda at apple.com
Wed Jul 24 16:25:27 PDT 2013
Author: jmolenda
Date: Wed Jul 24 18:25:27 2013
New Revision: 187087
URL: http://llvm.org/viewvc/llvm-project?rev=187087&view=rev
Log:
Update link for the SysV x86_64 ABI standard doc; x86-64.org has
been down for months and is likely no longer supported. This was
the most stable-looking link I could find for the current (0.99.6)
version of the ABI doc.
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=187087&r1=187086&r2=187087&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 Wed Jul 24 18:25:27 2013
@@ -1188,7 +1188,7 @@ ABISysV_x86_64::RegisterIsVolatile (cons
// "AMD64 Architecture Processor Supplement"
// (or "x86-64(tm) Architecture Processor Supplement" in earlier revisions)
// Edited by Michael Matz, Jan Hubicka, Andreas Jaeger, and Mark Mitchell
-// current version is 0.99.6 released 2012-05-15 at http://x86-64.org/documentation/abi.pdf
+// current version is 0.99.6 released 2012-07-02 at http://refspecs.linuxfoundation.org/elf/x86-64-abi-0.99.pdf
bool
ABISysV_x86_64::RegisterIsCalleeSaved (const RegisterInfo *reg_info)
More information about the lldb-commits
mailing list