This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the EGCS project.
Patch: faq.html
- To: gcc-patches@gcc.gnu.org
- Subject: Patch: faq.html
- From: Jonas Rathert <jrt@gmx.de>
- Date: Wed, 28 Jul 1999 18:44:01 +0200
- Organization: Schaelsick Dep.
Hi,
this patch fixes a wrong link in faq.html which was introduced by myself
two days ago. :-|
Jonas
--
"OS/2? Hah. I've got Linux. What a cool name" (Linus Torvalds)
Index: wwwdocs/htdocs/faq.html
===================================================================
RCS file: /cvs/egcs/wwwdocs/htdocs/faq.html,v
retrieving revision 1.136
diff -c -3 -p -r1.136 faq.html
*** faq.html 1999/07/27 18:02:23 1.136
--- faq.html 1999/07/28 16:37:36
*************** no additional flags.</p>
*** 502,510 ****
<a name="platform"></a>
<h1>Platform-specific issues</h1>
! <p>Please read the <a href="/xinu/gcc-faq/wwwdocs/htdocs/install/specific.html">host/target specific installation</a> notes, too.</p>
- <hr>
<h2><a name="x86eh">Problems with exception handling on x86 platforms</a></h2>
<p>If you are using the GNU assembler (aka gas) on an x86 platform and
--- 502,509 ----
<a name="platform"></a>
<h1>Platform-specific issues</h1>
! <p>Please read the <a href="install/specific.html">host/target specific installation</a> notes, too.</p>
<h2><a name="x86eh">Problems with exception handling on x86 platforms</a></h2>
<p>If you are using the GNU assembler (aka gas) on an x86 platform and