2000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index c7330c21cbcc662e5c087e4671d39f00f0081cae..af463a0bb3b94b09d3926dad29b6352313ea1a80 100644 (file)
@@ -1,3 +1,12 @@
+2000-03-30  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * ui-file.c: Include "gdb_string.h"
+       * cli-out.c: Include gdb_string.h to avoid compiler warnings.
+       * wrapper.[ch] (struct gdb_wrapper_arguments): Change fields into 
+       unions, since they are all used to hold both pointers and ints
+       at various times.  Casting pointer to int and vice versa gives
+       warnings (and is not safe) if they are not the same size.
+       
 2000-03-30  Michael Snyder  <msnyder@cleaver.cygnus.com>
 
        * defs.h (struct continuation_arg): Make 'data' a union, to avoid
This page took 0.033551 seconds and 4 git commands to generate.