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


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

Patch: faq.html


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

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