diff options
author | Charles Hannum <mycroft@gnu.org> | 1992-06-04 19:12:25 +0000 |
---|---|---|
committer | Charles Hannum <mycroft@gnu.org> | 1992-06-04 19:12:25 +0000 |
commit | 37ce5b86d7d95948a26b5124c14843402fcb5979 (patch) | |
tree | 162cd3a63516a1333b2756061b02e0bb462603d1 /gcc/crtstuff.c | |
parent | a4c4b1e6371e14d9703f6b5635055127884bf2ec (diff) | |
download | gcc-37ce5b86d7d95948a26b5124c14843402fcb5979.tar.gz |
entered into RCS
From-SVN: r1158
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r-- | gcc/crtstuff.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index 8dae8cf845f..0b8fc36b9ac 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -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. */ |