Fix compiler warnings on FreeBSD.
authorAndrew Cagney <cagney@redhat.com>
Fri, 11 Dec 1998 01:30:59 +0000 (01:30 +0000)
committerAndrew Cagney <cagney@redhat.com>
Fri, 11 Dec 1998 01:30:59 +0000 (01:30 +0000)
gdb/ChangeLog
gdb/i386b-nat.c

index a36e0be9f998ab28a2afe232c8b68eed3b1200e7..e604a7ec335a4618c317cc113ea7f974c308fd84 100644 (file)
@@ -1,3 +1,16 @@
+Fri Dec 11 09:07:05 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * i386b-nat.c: Include "expression.h".
+
+       * symtab.h: Don't include "gnu-regex.h".
+       
+       * solib.c (solib_add_common_symbols): Cast parameters passed to
+       make_cleanup to use the new make_cleanup_func typedef.
+
+       * inftarg.c: Include "wait.h" after, rather than before, <wait.h>.
+       "wait.h" was defining all WIF* macro's instead of filling in those
+       that <wait.h> missed.
+
 Fri Dec 11 09:52:04 1998  Andrew Cagney  <cagney@chook>
 
        * gdbtk-cmds.c, mipsm3-nat.c, hppah-nat.c, infptrace.c,
index 938b599caba6632c49ddcc0f556aa3c124cf8f0f..e784773f0834d439d81894c7ab3afdb8d05a5d0e 100644 (file)
@@ -125,6 +125,7 @@ i386_register_u_addr (blockend, regnum)
 #endif /* !FETCH_INFERIOR_REGISTERS */
 
 #ifdef FLOAT_INFO
+#include "expression.h"
 #include "language.h"                  /* for local_hex_string */
 #include "floatformat.h"