[llvm] r227050 - [docs] Add link to the MIPS 64-bit ELF object file specification

Simon Atanasyan simon at atanasyan.com
Sun Jan 25 08:20:30 PST 2015


Author: atanasyan
Date: Sun Jan 25 10:20:30 2015
New Revision: 227050

URL: http://llvm.org/viewvc/llvm-project?rev=227050&view=rev
Log:
[docs] Add link to the MIPS 64-bit ELF object file specification

Modified:
    llvm/trunk/docs/CompilerWriterInfo.rst

Modified: llvm/trunk/docs/CompilerWriterInfo.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompilerWriterInfo.rst?rev=227050&r1=227049&r2=227050&view=diff
==============================================================================
--- llvm/trunk/docs/CompilerWriterInfo.rst (original)
+++ llvm/trunk/docs/CompilerWriterInfo.rst Sun Jan 25 10:20:30 2015
@@ -41,6 +41,8 @@ MIPS
 
 * `MIPS Processor Architecture <http://imgtec.com/mips/mips-architectures.asp>`_
 
+* `MIPS 64-bit ELF Object File Specification <http://techpubs.sgi.com/library/manuals/4000/007-4658-001/pdf/007-4658-001.pdf>`_
+
 PowerPC
 -------
 





More information about the llvm-commits mailing list