mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
Fix compiler warnings on FreeBSD.
This commit is contained in:
parent
d8d144a0ab
commit
8b1773ee6a
@ -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,
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user