]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
entered into RCS
authorCharles Hannum <mycroft@gnu.org>
Thu, 4 Jun 1992 19:12:25 +0000 (19:12 +0000)
committerCharles Hannum <mycroft@gnu.org>
Thu, 4 Jun 1992 19:12:25 +0000 (19:12 +0000)
From-SVN: r1158

gcc/crtstuff.c

index 8dae8cf845f6e9818d8461dc78e276b699dd1707..0b8fc36b9acfbeefd5b010781258e8ecea21648e 100644 (file)
@@ -41,8 +41,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    this file *will* make use of the .init section.  If that symbol is
    not defined however, then the .init section will not be used.
 
-   Currently, only ELF is actually supported.
-   The other formats probably need just alternative macro definitions.
+   Currently, only ELF and COFF are supported.  It is likely however that
+   ROSE could also be supported, if someone was willing to do the work to
+   make whatever (small?) adaptations are needed.  (Some work may be
+   needed on the ROSE assembler and linker also.)
 
    This file must be compiled with gcc.  */