aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CompilerWriterInfo.rst
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-02-08 20:24:46 +0000
committerHal Finkel <hfinkel@anl.gov>2013-02-08 20:24:46 +0000
commitb1301e48b5cd40b91d822b32715c75f2e9051aa9 (patch)
tree28f9944f6ddbaeeca2a0907cd01312d633eaefac /docs/CompilerWriterInfo.rst
parent0f58dbae4ab2397dc310e19d171a4bc60fc6c9a7 (diff)
downloadexternal_llvm-b1301e48b5cd40b91d822b32715c75f2e9051aa9.tar.gz
external_llvm-b1301e48b5cd40b91d822b32715c75f2e9051aa9.tar.bz2
external_llvm-b1301e48b5cd40b91d822b32715c75f2e9051aa9.zip
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
Diffstat (limited to 'docs/CompilerWriterInfo.rst')
-rw-r--r--docs/CompilerWriterInfo.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst
index 40434fcb1f..8d353da35b 100644
--- a/docs/CompilerWriterInfo.rst
+++ b/docs/CompilerWriterInfo.rst
@@ -43,19 +43,19 @@ PowerPC
IBM - Official manuals and docs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-* `PowerPC Architecture Book <http://www-106.ibm.com/developerworks/eserver/articles/archguide.html>`_
+* `PowerPC Architecture Book <http://www.ibm.com/developerworks/systems/library/es-archguide-v2.html>`_
- * Book I: `PowerPC User Instruction Set Architecture <http://www-106.ibm.com/developerworks/eserver/pdfs/archpub1.pdf>`_
+ * Book I: `PowerPC User Instruction Set Architecture <http://download.boulder.ibm.com/ibmdl/pub/software/dw/library/es-ppcbook1.zip>`_
- * Book II: `PowerPC Virtual Environment Architecture <http://www-106.ibm.com/developerworks/eserver/pdfs/archpub2.pdf>`_
+ * Book II: `PowerPC Virtual Environment Architecture <http://download.boulder.ibm.com/ibmdl/pub/software/dw/library/es-ppcbook2.zip>`_
- * Book III: `PowerPC Operating Environment Architecture <http://www-106.ibm.com/developerworks/eserver/pdfs/archpub3.pdf>`_
+ * Book III: `PowerPC Operating Environment Architecture <http://download.boulder.ibm.com/ibmdl/pub/software/dw/library/es-ppcbook3.zip>`_
-* `PowerPC Compiler Writer's Guide <http://www-3.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6>`_
+* `PowerPC Compiler Writer's Guide <https://www-01.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6>`_
-* `PowerPC Processor Manuals <http://www-3.ibm.com/chips/techlib/techlib.nsf/products/PowerPC>`_
+* `PowerPC Processor Manuals <https://www-01.ibm.com/chips/techlib/techlib.nsf/products/PowerPC>`_
-* `Intro to PowerPC Architecture <http://www-106.ibm.com/developerworks/linux/library/l-powarch/>`_
+* `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_
* `IBM AIX/5L for POWER Assembly Reference <http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixassem/alangref/alangreftfrm.htm>`_