Changeset 235


Ignore:
Timestamp:
May 26, 2003, 1:15:58 PM (22 years ago)
Author:
bird
Message:

#425: corrected excluded symbols (missing one underscore).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/t-emx

    • Property cvs2svn:cvs-rev changed from 1.13 to 1.14
    r234 r235  
    3434        kRx.exe dllar.cmd -o $$(@D)/$(SHLIB_DLLNAME) \
    3535        -ordinal @multilib_flags@ -nocrtdll \
    36         -ex "__main __do_global_* _GLOBAL* _exit_dummy_ref __ctordtor* __eh* _DLL_InitTerm" \
     36        -ex "___main ___do_global_* __GLOBAL* __exit_dummy_ref ___ctordtor* ___eh* __DLL_InitTerm" \
    3737        -d "GNU C runtime shared library version $(gcc_version)" \
    3838        -libf "INITINSTANCE TERMGLOBAL" -lc_static -lc_import \
Note: See TracChangeset for help on using the changeset viewer.