diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-29 07:45:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-29 07:45:13 +0000 |
commit | 73987fbdfd2650cd575d1d84caefe057797fcc51 (patch) | |
tree | 126ac5931f48f8c2982db510da52d67d46614d3f /gdb/ChangeLog | |
parent | 9c66ab59f3eda3c9f431a01c8afe0a79c71807e8 (diff) | |
download | gdb-73987fbdfd2650cd575d1d84caefe057797fcc51.tar.gz |
From Eli. Warning fixes.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0d85d0232ca..28484c95344 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Tue Feb 29 18:40:08 2000 Andrew Cagney <cagney@b1.cygnus.com> + + From 2000-02-23 Eli Zaretskii <eliz@is.elta.co.il>: + * utils.c [__GO32__]: Include pc.h, for prototypes of ScreenCols + and ScreenRows. + * ser-go32.c: Include string.h, for prototype of strncasecmp. + (dpmi_regs, dpmi_sregs): Remove unused variables. + (dos_flush_input): Return a value, to prevent compiler warning. + * expprint.c (dump_prefix_expression): Use %ld in format and cast + sizeof(union exp_element) to long, to prevent GCC from complaining + about format/argument mismatch. + (dump_postfix_expression): Likewise. + Tue Feb 29 18:09:46 2000 Andrew Cagney <cagney@b1.cygnus.com> * arm-tdep.c: Include <ctype.h>. |