Changeset 696
- Timestamp:
- Sep 11, 2003, 7:59:25 PM (22 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/ld/ld.c
-
Property cvs2svn:cvs-rev
changed from
1.10
to1.11
r695 r696 2478 2478 if (((type & N_EXT) || WEAK_SYMBOL (type)) 2479 2479 && (type != (N_UNDF | N_EXT) || p->n_value) 2480 && (type != (N_WEAKU | N_EXT) || p->n_value) 2480 2481 && !SET_ELEMENT_P (type) 2481 2482 && !set_element_prefixed_p (name)) -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/gcc/gcc/config/i386/t-emx
-
Property cvs2svn:cvs-rev
changed from
1.22
to1.23
r695 r696 13 13 -ordinal @multilib_flags@ -nocrtdll \ 14 14 -flags "-g -Zomf -v" \ 15 -ex "___main ___do_global_* __ GLOBAL* __exit_dummy_ref ___ctordtor* ___eh* _DLL_InitTerm" \15 -ex "___main ___do_global_* ___ctordtor* ___eh* _DLL_InitTerm" \ 16 16 -d "GNU C runtime shared library version $(gcc_version)" \ 17 17 -libf "INITINSTANCE TERMGLOBAL" -lc_alias -lc_dll \ … … 23 23 $(REXX) dllar.cmd -o $$(@D)/$(SHLIB_DLLNAME) \ 24 24 -ordinal @multilib_flags@ -nocrtdll \ 25 -ex "___main ___do_global_* __ GLOBAL* __exit_dummy_ref ___ctordtor* ___eh* _DLL_InitTerm" \25 -ex "___main ___do_global_* ___ctordtor* ___eh* _DLL_InitTerm" \ 26 26 -d "GNU C runtime shared library version $(gcc_version)" \ 27 27 -libf "INITINSTANCE TERMGLOBAL" -lc_alias -lc_dll \ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.