OSDN Git Service

* Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.
authordrow <drow>
Thu, 26 Jun 2008 15:51:26 +0000 (15:51 +0000)
committerdrow <drow>
Thu, 26 Jun 2008 15:51:26 +0000 (15:51 +0000)
commita1b7fbc49cb29d2f65db7f334e9ffaee85b615ef
tree6efc3aa31e58736ce2bd0619bcc2c8876d690daa
parent10a639e4b38677144457ea2c6544cda8988b8716
* 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.
17 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/acinclude.m4
gdb/breakpoint.c
gdb/config.in
gdb/configure
gdb/configure.ac
gdb/defs.h
gdb/findcmd.c
gdb/gdb_thread_db.h
gdb/hppa-tdep.c
gdb/inf-ptrace.c
gdb/proc-service.c
gdb/rs6000-nat.c
gdb/spu-linux-nat.c
gdb/target.c
gdb/win32-nat.c