summaryrefslogtreecommitdiffstats
path: root/gcc/crtstuff.c
diff options
context:
space:
mode:
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-06-04 19:12:25 +0000
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-06-04 19:12:25 +0000
commit5dd605c6269e243d8730f8651eb2fa05a3097d57 (patch)
tree162cd3a63516a1333b2756061b02e0bb462603d1 /gcc/crtstuff.c
parent9b9f4a34a95c7f9b7db8f9df2a5981fca71463e9 (diff)
downloadppe42-gcc-5dd605c6269e243d8730f8651eb2fa05a3097d57.tar.gz
ppe42-gcc-5dd605c6269e243d8730f8651eb2fa05a3097d57.zip
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1158 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/crtstuff.c')
-rw-r--r--gcc/crtstuff.c6
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. */
OpenPOWER on IntegriCloud