This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Add ARM EABI link to readings.html
- From: Paul Brook <paul at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Mon, 27 Feb 2006 14:20:46 +0000
- Subject: Add ARM EABI link to readings.html
I noticed the old ARM ABI link just got pruned from readings.html.
The attached patch adds a link to the current ABI documentation.
Applied as obvious.
Paul
Index: htdocs/readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.154
diff -u -p -r1.154 readings.html
--- htdocs/readings.html 26 Feb 2006 22:27:49 -0000 1.154
+++ htdocs/readings.html 27 Feb 2006 14:14:43 -0000
@@ -568,6 +568,8 @@ names.
<li><a href="http://refspecs.freestandards.org/elf/elfspec_ppc.pdf">System
V PowerPC ABI</a></li>
+ <li><a href="http://www.arm.com/products/DevTools/ABI.html">Application Binary Interface for the ARM Architecture (EABI)</a></li>
+
<li><a href="http://www.superh.com/documentation/documents.php?id=17">Download page for SH4 and SH5 ABI</a></li>
<li><a href="http://dwarf.freestandards.org/">DWARF Workgroup</a></li>