This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
more readings.html
- To: gcc-patches at gcc dot gnu dot org
- Subject: more readings.html
- From: mike stump <mrs at windriver dot com>
- Date: Tue, 12 Jun 2001 19:06:52 -0700 (PDT)
Added SYSV ABI and arm-elf abi links.
Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.51
retrieving revision 1.54
diff -p -c -r1.51 -r1.54
*** readings.html 2001/06/09 02:20:29 1.51
--- readings.html 2001/06/13 01:59:57 1.54
*************** tahoe. These are listed here just for co
*** 411,417 ****
--- 411,421 ----
<li><a href="http://www.almaden.ibm.com/journal/">IBM Journal of Research and Development</a>
+ <li><a href="http://www.sco.com/developer/gabi/">The System V Application Binary Interface</a>
+
<li><a href="http://www.esofta.com/softspecs.html">System V PowerPC ABI</a>
+
+ <li><a href="http://www.arm.com/armwww.ns4/img/12-Technical+Specs-ARM+ELF+Specification+PDF/$File/ARMELFA08.pdf">ARM ELF ABI</a>
<li><a href="ftp://sgigate.sgi.com/pub/dwarf/">DWARF v2 spec and sample implementation</a>
------------------------------