This is the mail archive of the gcc@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: egcs-980315, gen*.c system.h and fatal() using stdarg/varargs



  In message <19980325094859.20595@dgii.com>you write:
  > Kaveh R. Ghazi wrote:
  > 
  > > 	This should allow us to use vfprintf with impunity, iff we
  > > assume we can always fall back on varargs.h/va_arg().
  > 
  > Isn't this the very sort of problem that libiberty was invented to solve?
  > 
  > The program uses robust, standards-conforumant function and if the host
  > system doesn't have them, libiberty gives them to you?
  > 
  > I don't know if libiberty actually has the functionality needed here,
  > but it seems like a good place to start looking.
Or maybe now is the time to enhance libiberty if it's missing
something.

My only real concern about linking in libiberty to gcc is that
libiberty isn't autoconf'd.

jeff


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