This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]