From 44cac4112164ac91fe00e3acf0dd1c567a937313 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 1 Jul 2000 04:40:20 +0000 Subject: Remove asm labelling from _dll_crt0 since it seems to confuse different versions of gcc differently. --- winsup/cygwin/winsup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin') diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 56eb0792d..5144970ca 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -272,7 +272,7 @@ extern unsigned int signal_shift_subtract; /* cygwin .dll initialization */ void dll_crt0 (per_process *); -extern "C" void __stdcall _dll_crt0 () __asm__ ("dll_crt0"); +extern "C" void __stdcall _dll_crt0 (); /* dynamically loaded dll initialization */ extern "C" int dll_dllcrt0 (HMODULE, per_process*); -- cgit v1.2.3