From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Ivanov To: hjl@lucon.org (H.J. Lu) Cc: svivanov@pdmi.ras.ru, egcs@cygnus.com Subject: Re: Why link C with crtstuff? [patch] Date: Sun, 26 Apr 1998 17:15:00 -0000 Message-id: <199804270108.FAA18466@euclid.pdmi.ras.ru> References: X-SW-Source: 1998-04/msg01050.html > > > > > > The patch is wrong. Please try this patch. > > > > > Thanks. It works for all my primitive tests except one. > > I have a shared library compiled by gcc-2.8.1 (libvga-1.2.13, but this > > should not be important): > > > > Please try this one. BTW, it will only works on systems with crtbeginS.o > and crtendS.o. It fails to apply to Makefile.in > diff -u -r1.1.1.33 Makefile.in > --- Makefile.in 1998/04/26 16:06:39 1.1.1.33 > +++ Makefile.in 1998/04/26 20:46:39 > s-crtS: crtstuff.c $(GCC_PASSES) $(CONFIG_H) \ No @@ here, patch (2.4) just skips this. Also, it seems to be against a snapshot (there is no s-crtS in 1.0.2). Is it against the latest one? Sergei