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]

Heads up - Alpha ISO-C fixes


FYI,

I've got hold of an Alpha machine and am now able to work through all
the Alpha ISO-C errors (and oh, boy is it picky :-).

Using ChrisF's older patch as a guide, I know I'll be tweeking:

diff -upr gdb-19991116.orig/gdb/command.h gdb-19991116/gdb/command.h
+++ gdb-19991116/gdb/command.h  Sat Sep 25 03:59:38 1999
diff -upr gdb-19991116.orig/gdb/findvar.c gdb-19991116/gdb/findvar.c
+++ gdb-19991116/gdb/findvar.c  Tue Nov 23 14:50:48 1999
diff -upr gdb-19991116.orig/gdb/target.c gdb-19991116/gdb/target.c
+++ gdb-19991116/gdb/target.c   Tue Nov 23 15:11:12 1999

where the change is cosmetic (changing a K&R function into ISO-C) I'll
be just cheking it in.  For some, however (where a void* chashes with
some other type) I might toss out for the maintainers to chew on.

	Andrew

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