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]

Lost specific.html FAQ Entry


It seems that the FAQ entry "all ELF targets (SVR4, Solaris, etc.)" got
lost and attached itself to the entry for "sparc64-*-*" above it.  The
attached patch corrects the problem.  If this was really meant to be
specific to "sparc64-*-*", please disregard the patch.  Thanks.

--
Brian Ford
Software Engineer
Vital Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444
Index: specific.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/install/specific.html,v
retrieving revision 1.43
diff -u -r1.43 specific.html
--- specific.html	1999/08/20 08:52:58	1.43
+++ specific.html	1999/08/27 15:59:25
@@ -28,6 +28,7 @@
   <li><a href="#sparc-sun-sunos*">sparc-sun-sunos*</a></li>
   <li><a href="#sparc-unknown-linux-gnulibc1">sparc-unknown-linux-gnulibc1</a></li>
   <li><a href="#sparc64-*-*">sparc64-*-*</a></li>
+  <li><a href="#elf_targets">all ELF targets (SVR4, Solaris, etc.)</a></li>
   <li><a href="#win+os2">GCC with Windows or OS/2</a></li>
 </ul>
 
@@ -468,11 +469,12 @@
 
 <p>GCC version 2.95 is not able to compile code correctly for <code>sparc64</code> targets.  Users of the Linux kernel, at least, can use the <code>sparc32</code> program to start up a new shell invocation with an environment that causes <code>configure</code> to recognize (via <code>uname -a</code>) the system as <code>sparc-*-*</code> instead.</p>
 
-<p><b>all ELF targets (SVR4, Solaris, etc.)</b><br>
-C++ support is significantly better on ELF targets if you use the GNU
+<hr>
+<h3><a name="elf_targets">all ELF targets (SVR4, Solaris, etc.)</a></h3>
+
+<p>C++ support is significantly better on ELF targets if you use the GNU
 linker; duplicate copies of inlines, vtables and template instantiations
 will be discarded automatically.</p>
-
 
 <hr>
 <h3><a name="win+os2"></a>GCC with Windows or OS/2</h3>

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