This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


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

Re: gdb/command.h for aix xlc


Fernando Nasser wrote:
> 
> Thanks Rodney.
> 
> Fernando
> 
> P.S.: Andrew, do fixes like this go in the branch as well?

This one definitly does.  It stops GDB building on several hosts :-(

	Andrew

> Rodney Brown wrote:
> >
> > Patch for AIX, xlc trailing comma errors.
> >
> > I believe that the egcs config.guess will now give
> > i586-sco-sysv5uw7.1.0 for UnixWare 7.1.0 rather than the
> > i585-UnixWare7.1.0-sysv5 the snapshot config.guess gives.
> > Should the 5.0 release take the current (master?) config.guess?
> >
> > --- command.h.orig      Tue Apr  4 02:17:37 2000
> > +++ command.h   Sun Apr  9 23:52:36 2000
> > @@ -33,7 +33,7 @@
> >    no_class = -1, class_run = 0, class_vars, class_stack,
> >    class_files, class_support, class_info, class_breakpoint, class_trace,
> >    class_alias, class_obscure, class_user, class_maintenance,
> > -  class_pseudo, class_tui, class_xdb,
> > +  class_pseudo, class_tui, class_xdb
> >  };
> >
> >  /* Not a set/show command.  Note that some commands which begin with
> 
> --
> Fernando Nasser
> Red Hat - Toronto                       E-Mail:  fnasser@cygnus.com
> 2323 Yonge Street, Suite #300           Tel:  416-482-2661 ext. 311
> Toronto, Ontario   M4P 2C9              Fax:  416-482-6299

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