]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure.in (djgpp configuration): Define extra_objects..
authorMark Elbrecht <snowball3@bigfoot.com>
Thu, 14 Oct 1999 11:40:25 +0000 (11:40 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 14 Oct 1999 11:40:25 +0000 (05:40 -0600)
commit65be5cf051bab27f8be0aec3475bf84617f82d82
tree2d8509176bd7763eb6396f4529a07715a546fa87
parent0c273d11235d16fa20a6dac07268fb6ad2f114ff
configure.in (djgpp configuration): Define extra_objects..

        * configure.in (djgpp configuration): Define extra_objects..
        * configure: Rebuilt.
        * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define.
        (DTORS_SECTION_ASM_OP): Define.
        (INIT_SECTION_ASM_OP): Define.
        (FINI_SECTION_ASM_OP): Define.
        (DATA_SECTION_ASM_OP): Define.
        (TEXT_SECTION_ASM_OP): Define.
        (EH_FRAME_SECTION_ASM_OP): Define.
        (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl.
        (STARTFILE_SPEC): Add crtbegin.o.
        (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl
        to here from LINK_COMMAND_SPEC.
        (DO_GLOBAL_CTORS_BODY): Define.
        (CRTSTUFF_USE_FINI_SECTION): Define
        (HAS_INIT_SECTION): Delete.

From-SVN: r29977
gcc/ChangeLog
gcc/config/i386/djgpp.h
gcc/configure
gcc/configure.in