diff options
author | Daniel Jacobowitz <dan@debian.org> | 2008-06-26 15:51:28 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2008-06-26 15:51:28 +0000 |
commit | e8169b1fe8e61f974a97c4c5fa0baff3942a477c (patch) | |
tree | 5e18a51370fe8cba6627ac147bc4d08bc89a84a9 /gdb/win32-nat.c | |
parent | 985868625ae09295f484bf3d33bb39be8e2873ae (diff) | |
download | gdb-e8169b1fe8e61f974a97c4c5fa0baff3942a477c.tar.gz |
* Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.
(gdb_stdint_h, gdb_stdint.h, stamp-int): Delete. Remove
all dependencies on $(gdb_stdint_h).
(distclean): Do not delete gdb_stdint.h.
* acinclude.m4: Do not use stdint.m4.
* configure.ac: Set GNULIB_STDINT_H. Remove tests for stdint.h,
uintptr_t, and gdb_stdint.h.
* defs.h: Include <stdint.h>.
* gdb_thread_db.h: Assume stdint.h is already included.
* breakpoint.c, findcmd.c, hppa-tdep.c, inf-ptrace.c, proc-service.c,
rs6000-nat.c, spu-linux-nat.c, target.c, win32-nat.c: Do not
include gdb_stdint.h.
* configure, config.in: Regenerate.
Diffstat (limited to 'gdb/win32-nat.c')
-rw-r--r-- | gdb/win32-nat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/win32-nat.c b/gdb/win32-nat.c index 00929aa71f7..07c7b60d53b 100644 --- a/gdb/win32-nat.c +++ b/gdb/win32-nat.c @@ -48,7 +48,6 @@ #include "objfiles.h" #include "gdb_obstack.h" #include "gdb_string.h" -#include "gdb_stdint.h" #include "gdbthread.h" #include "gdbcmd.h" #include <sys/param.h> |