]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure.in (m68k-*-rtemscoff*): Added.
authorJoel Sherrill <joel@OARcorp.com>
Tue, 14 Sep 1999 09:52:09 +0000 (09:52 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 14 Sep 1999 09:52:09 +0000 (03:52 -0600)
commitd14766358930ae9abc24c7a37644ef566ecff177
treeff2275e58d7a647575238c8d09426e2180237d06
parent03c03770036f0031edd452f9d94dfa581989faae
configure.in (m68k-*-rtemscoff*): Added.

        * configure.in (m68k-*-rtemscoff*): Added.
        * configure.in (mips64orion-*-rtems*): Converted to ELF.
        * configure.in (sparc-*-rtemsaout*): Added as alias for old
        sparc-rtems configuration.
        * configure.in (sparc-*-rtemself*): Added.
        * configure.in (sparc-*-rtems*): Now ELF not a.out.
        * config/i386/rtems.h: Added comment.
        * config/sparc/rtemself.h: New file.

        * configure.in (m68k-rtemself): Added.
        * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO
        and DWARF_DEBUGGING_INFO.
        * config/m68k/crti.s: New file.
        * config/m68k/crtn.s: New file.
        * config/m68k/t-crtstuff: New file.
        * config/m68k/rtemself.h: New file.

        * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for
        global ctor/dtor and C++ exception handling.
        * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o)
        for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for
        ENDFILE_SPEC.
        * config/i386/t-rtems-i386: New File.

Co-Authored-By: Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
Co-Authored-By: Rosimildo DaSilva <rdasilva@connecttel.com>
From-SVN: r29401
12 files changed:
gcc/ChangeLog
gcc/config/elfos.h
gcc/config/i386/rtems.h
gcc/config/i386/rtemself.h
gcc/config/i386/t-rtems-i386 [new file with mode: 0644]
gcc/config/m68k/crti.s [new file with mode: 0644]
gcc/config/m68k/crtn.s [new file with mode: 0644]
gcc/config/m68k/rtemself.h [new file with mode: 0644]
gcc/config/m68k/t-crtstuff [new file with mode: 0644]
gcc/config/sparc/rtemself.h [new file with mode: 0644]
gcc/configure
gcc/configure.in