diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b66ef36..8330e92 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Mon Jan 27 13:43:26 1992 John Gilmore (gnu at cygnus.com) + * buildsym.c (read_struct_type): Circumvent sun3 sunos "--" + compiler bug. + * c-exp.y (yylex): `this' and `template' are only tokens in C++. + + * target.c (target_xfer_memory): Return errno in preference to EIO. + * xm-convex.h, xm-hp300bsd.h, xm-isi.h, xm-merlin.h, xm-news.h, xm-np1.h, xm-pn.h, xm-pyr.h, xm-rtbsd.h, xm-symmetry.h, xm-umax.h: Remove MISSING_VPRINTF declaration, and superfluous "kgdb" defines. |