]> sourceware.org Git - newlib-cygwin.git/commitdiff
Remove asm labelling from _dll_crt0 since it seems to confuse different versions
authorChristopher Faylor <me@cgf.cx>
Sat, 1 Jul 2000 04:40:20 +0000 (04:40 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 1 Jul 2000 04:40:20 +0000 (04:40 +0000)
of gcc differently.

winsup/cygwin/winsup.h

index 56eb0792d01fecba3aab948766dd854b13ca6d7a..5144970cae2a2d8e27a597a9da2bc9cb0d1eef3d 100644 (file)
@@ -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*);
This page took 0.034074 seconds and 5 git commands to generate.