]> granicus.if.org Git - clang/commitdiff
Update x86-64 ABI link with the one from linuxbase.org since the other
authorEric Christopher <echristo@gmail.com>
Fri, 31 Mar 2017 01:59:40 +0000 (01:59 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 31 Mar 2017 01:59:40 +0000 (01:59 +0000)
seems to be down.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@299151 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/TargetInfo.h

index 42469a1ca9571eb4d6689047d38b973cb450496f..9bdb288eef4fdf0a2ce1cfe380ae77c9de244fa3 100644 (file)
@@ -168,7 +168,7 @@ public:
     PowerABIBuiltinVaList,
 
     /// __builtin_va_list as defined by the x86-64 ABI:
-    /// http://www.x86-64.org/documentation/abi.pdf
+    /// http://refspecs.linuxbase.org/elf/x86_64-abi-0.21.pdf
     X86_64ABIBuiltinVaList,
 
     /// __builtin_va_list as defined by ARM AAPCS ABI