From: Hal Finkel Date: Fri, 8 Feb 2013 20:24:46 +0000 (+0000) Subject: Update PowerPC links in CompilerWriterInfo.rst X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b1301e48b5cd40b91d822b32715c75f2e9051aa9;p=oota-llvm.git Update PowerPC links in CompilerWriterInfo.rst This updates the current references to links that work for me. In the future, we should update the list of references itself to provide information on newer architecture variants. Thanks to Sean Silva for pointing out that the current links were broken! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174739 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index 40434fcb1f7..8d353da35b0 100644 --- a/docs/CompilerWriterInfo.rst +++ b/docs/CompilerWriterInfo.rst @@ -43,19 +43,19 @@ PowerPC IBM - Official manuals and docs ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* `PowerPC Architecture Book `_ +* `PowerPC Architecture Book `_ - * Book I: `PowerPC User Instruction Set Architecture `_ + * Book I: `PowerPC User Instruction Set Architecture `_ - * Book II: `PowerPC Virtual Environment Architecture `_ + * Book II: `PowerPC Virtual Environment Architecture `_ - * Book III: `PowerPC Operating Environment Architecture `_ + * Book III: `PowerPC Operating Environment Architecture `_ -* `PowerPC Compiler Writer's Guide `_ +* `PowerPC Compiler Writer's Guide `_ -* `PowerPC Processor Manuals `_ +* `PowerPC Processor Manuals `_ -* `Intro to PowerPC Architecture `_ +* `Intro to PowerPC Architecture `_ * `IBM AIX/5L for POWER Assembly Reference `_