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]

gdb/command.h for aix xlc


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

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