Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!tiemann From: tiemann@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: gcc.c change for GNU C++ 1.34.2. Message-ID: <8904041502.AA05669@yahi.stanford.edu> Date: 4 Apr 89 15:02:56 GMT Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 19 yahi% diff -c2 gcc.c~ gcc.c *** gcc.c~ Wed Mar 29 13:43:36 1989 --- gcc.c Tue Apr 4 08:01:43 1989 *************** *** 302,306 **** /* Here is the spec for running the linker, after compiling all files. Note that ld++ find constructors and destructors for us. */ ! char *link_spec = "%{!c:%{!M*:%{!E:%{!S:ld++ %{o*} %l\ %{A} %{d} %{e*} %{N} %{n} %{r} %{s} %{S} %{T*} %{t} %{u*} %{X} %{x} %{z}\ %{y*} %{!nostdlib:%S} \ --- 302,306 ---- /* Here is the spec for running the linker, after compiling all files. Note that ld++ find constructors and destructors for us. */ ! char *link_spec = "%{!c:%{!M*:%{!E:%{!S:ld++ %{o*} -C %l\ %{A} %{d} %{e*} %{N} %{n} %{r} %{s} %{S} %{T*} %{t} %{u*} %{X} %{x} %{z}\ %{y*} %{!nostdlib:%S} \ yahi% Michael