This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: make __eprintf take ellipses and delete it from cp/tree.c


 > From: Richard Henderson <rth@cygnus.com>
 >  
 > On Mon, Dec 27, 1999 at 11:47:54AM -0500, Kaveh R. Ghazi wrote:
 > > In this light, do we care about the slow down?
 >  
 > It's also, now that I think about it, an ABI change on some systems.
 > r~

Yes, I suppose so.  I'm still tempted to say "so what?" because unless
someone uses a shared libgcc.so (which we don't support) and doesn't
update it between gcc updates, you'll always have the ellipses
__eprintf in assert.h paired with the ellipses __eprintf in libgcc.a.

Then again, this is not a big deal that we have to address. :-)

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]